aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
Commit message (Collapse)AuthorAgeFilesLines
* libubox: update to the latest version, fixes a fd deletion race condition in ↵Felix Fietkau2013-07-311-2/+2
| | | | | | | | uloop Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37629
* libubox: update to latest version, adds extra sanity checks to blob/blobmsg ↵Felix Fietkau2013-07-291-2/+2
| | | | | | | | iterator macros Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37604
* zlib: update to 1.2.8Luka Perkov2013-07-281-4/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37589
* libconfig: add from /packages, update to latest version, add myself as ↵Felix Fietkau2013-07-261-0/+58
| | | | | | | | maintainer Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37552
* ustream-ssl: update to latest version, add a package for the polarssl build ↵Felix Fietkau2013-07-241-2/+14
| | | | | | | | variant Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37528
* polarssl: update to version 1.2.8Felix Fietkau2013-07-244-55/+16
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37527
* libubox: update to latest version, includes a small uloop fixFelix Fietkau2013-07-241-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37526
* openssl: enable elliptic curve crypto by default (so that it can be used by ↵Felix Fietkau2013-07-241-0/+1
| | | | | | | | things like ipsec as well) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37524
* openssl: add elliptic curve crypto compilation options to opensslFelix Fietkau2013-07-242-3/+21
| | | | | | | | | | | This patch adds EC compilation options to openssl OPENSSL_WITH_EC is needed for authsae (OPENSSL_WITH_EC2M isn't) Activating ec (but not ec2m) in openssl take 35Ko more on ar71xx (ipk size) Activating both take 52Ko. Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 37523
* gettext-full: use portability header files for byteswapping on non-linux systemsFelix Fietkau2013-07-061-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37186
* gettext-full: add a patch to suppress duplicate definitions of ↵Felix Fietkau2013-07-061-0/+11
| | | | | | | | error_print_progname which break on some systems Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37185
* gettext-full: refresh patchesFelix Fietkau2013-07-065-8/+8
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37184
* libubox: update to latest git revisionJohn Crispin2013-07-041-2/+2
| | | | | | | | fixes bug in runqueue complete handling Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37159
* libjson-c: rename the libjson binary package to libjson-c, add a new libjson ↵Felix Fietkau2013-07-012-5/+26
| | | | | | package with the compatibility library (to deal with the rename) SVN-Revision: 37119
* gettext-full: always use shipped libcroco, unbreaks build if a different ↵Jo-Philipp Wich2013-07-011-1/+1
| | | | | | | | libcroco is installed on the host (#12539) Based on patch from Joerg Hollmann <Joerg.Hollmann@t-online.de> SVN-Revision: 37115
* libubox: update to latest version, fixes a bug in safe_list_del()Felix Fietkau2013-06-281-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37053
* packages: clean up the package folderJohn Crispin2013-06-212-0/+608
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* libubox: update to latest version, fixes utf-8 corruption issues in blobmsg_jsonFelix Fietkau2013-06-211-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36984
* libubox: update to latest version, fixes uloop recursion issuesFelix Fietkau2013-06-181-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36956
* ustream-ssl: update to latest version, fixes uhttpd infinite loop issuesFelix Fietkau2013-06-181-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36955
* libubox: update to latest version, fixes an uloop use-after-free bugFelix Fietkau2013-06-111-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36914
* libubox: update to latest version, adds some helper functionFelix Fietkau2013-06-101-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36907
* libubox: update to latest version, fixes some ustream issues that might be ↵Felix Fietkau2013-05-311-2/+2
| | | | | | | | affecting uhttpd Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36803
* json-c: drop compatibility librariesFelix Fietkau2013-05-291-3/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36758
* libjson-c: Update to 0.11Felix Fietkau2013-05-291-3/+7
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 36757
* libubox: update to latest version, adds support for the new json-c and adds ↵Felix Fietkau2013-05-291-2/+2
| | | | | | | | a new blobmsg_json helper Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36756
* openssl: disable mips16, it makes the code slowerFelix Fietkau2013-05-101-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36602
* toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ ↵Felix Fietkau2013-05-092-6/+0
| | | | | | | | support mandatory - fixes recursive config symbol dependency issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36594
* gettext-full: updated to 0.18.2.1Jo-Philipp Wich2013-04-234-79/+4
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36400
* libevent2: update to 2.0.21Jo-Philipp Wich2013-04-231-3/+3
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36399
* libmnl: update to 1.0.3Jo-Philipp Wich2013-04-231-2/+2
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36398
* libnetfilter-conntrack: update to 1.0.3Jo-Philipp Wich2013-04-231-4/+4
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36397
* polarssl: update to 1.2.6Jonas Gorski2013-04-231-3/+3
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36396
* ncurses: update to 5.9Jonas Gorski2013-04-233-14/+14
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36395
* libnl: update to 3.2.21Jonas Gorski2013-04-233-54/+8
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36394
* build: consistently use 'depends on' instead of 'depends'Felix Fietkau2013-04-172-5/+5
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351
* libubox: update to latest versionFelix Fietkau2013-04-151-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36335
* openssl: Pass in any TARGET_ASFLAGSFlorian Fainelli2013-04-051-0/+2
| | | | | | | | | | | | Packages not picking up the regular TARGET_AS need their openwrt Makefiles tweaked. For a basic build, that's just openssl. This depends on patch 1/5. Signed-off-by: Jay Carlson <nop@nop.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36201
* libpcap: get rid of some bloat introduced by the updateFelix Fietkau2013-04-011-2/+4
| | | | SVN-Revision: 36151
* libpcap: update to 1.3.0Felix Fietkau2013-04-014-120/+102
| | | | | | | | | Disabled canusb by setting ac_cv_header_libusb_1_0_libusb_h to no in Makefile. Upstream configure script ignores --disable-canusb. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36150
* libubox: update to latest version, adds libjson-scriptFelix Fietkau2013-03-131-4/+16
| | | | SVN-Revision: 35996
* ncurses: fix build with musl libc toolchainsFlorian Fainelli2013-02-261-1/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35811
* openssl: remove now obsolete cris/etrax patchFlorian Fainelli2013-02-191-13/+0
| | | | | | | | The etrax target has been removed in r34768. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35684
* libiconv: compile iconv stub with TARGET_CFLAGSFlorian Fainelli2013-02-191-1/+1
| | | | | | | | | Fixes spurious build issues when changing target CFLAGS for specific ABI options (such as ARM's floating point ABI). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35683
* libevent2: do not add librt dependency when targetting eglibcFlorian Fainelli2013-02-151-1/+0
| | | | | | | | This is already taken care of by PKG_DEFAULT_DEPENDS Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35607
* libbsd: make it available for eglibc onlyFlorian Fainelli2013-02-151-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35606
* openssl: update OpenSSL to 1.0.1e, fix Cisco DTLS.Florian Fainelli2013-02-142-4/+34
| | | | | | | | | | | | | | | | 1.0.1d had a rushed fix for CVE-2013-0169 which broke in certain circumstances. 1.0.1e has the fix for TLS. Also include a further patch from the 1.0.1 branch which fixes the breakage this introduced for Cisco's outdated pre-standard version of DTLS, as used by OpenConnect. Update mirror URLs to reflect current reality. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35600
* polarssl: security update (1.2.5) addressing CBC TLS issueTim Yardley2013-02-082-15/+15
| | | | | | Signed-off-by: Tim Yardley <yardley@gmail.com> SVN-Revision: 35525
* openssl: security update to 1.0.1d to address CBC TLS issueTim Yardley2013-02-086-79/+15
| | | | | | | | | addressing CVE-2013-0169: 4th February 2013 Signed-off-by: Tim Yardley <yardley@gmail.com> SVN-Revision: 35524
* polarssl: add from /packages, update to 1.2.4, fix openssl compatibilityFelix Fietkau2013-01-305-0/+296
| | | | SVN-Revision: 35411