aboutsummaryrefslogtreecommitdiff
path: root/package/libs
Commit message (Collapse)AuthorAge
* packages: clean up the package folderJohn Crispin2013-06-21
| | | | | | 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-21
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36984
* libubox: update to latest version, fixes uloop recursion issuesFelix Fietkau2013-06-18
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36956
* ustream-ssl: update to latest version, fixes uhttpd infinite loop issuesFelix Fietkau2013-06-18
| | | | | | 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-11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36914
* libubox: update to latest version, adds some helper functionFelix Fietkau2013-06-10
| | | | | | 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-31
| | | | | | | | affecting uhttpd Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36803
* json-c: drop compatibility librariesFelix Fietkau2013-05-29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36758
* libjson-c: Update to 0.11Felix Fietkau2013-05-29
| | | | | | 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-29
| | | | | | | | 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-10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36602
* toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ ↵Felix Fietkau2013-05-09
| | | | | | | | 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-23
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36400
* libevent2: update to 2.0.21Jo-Philipp Wich2013-04-23
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36399
* libmnl: update to 1.0.3Jo-Philipp Wich2013-04-23
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36398
* libnetfilter-conntrack: update to 1.0.3Jo-Philipp Wich2013-04-23
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36397
* polarssl: update to 1.2.6Jonas Gorski2013-04-23
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36396
* ncurses: update to 5.9Jonas Gorski2013-04-23
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36395
* libnl: update to 3.2.21Jonas Gorski2013-04-23
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36394
* build: consistently use 'depends on' instead of 'depends'Felix Fietkau2013-04-17
| | | | | | | | 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-15
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36335
* openssl: Pass in any TARGET_ASFLAGSFlorian Fainelli2013-04-05
| | | | | | | | | | | | 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-01
| | | | SVN-Revision: 36151
* libpcap: update to 1.3.0Felix Fietkau2013-04-01
| | | | | | | | | 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-13
| | | | SVN-Revision: 35996
* ncurses: fix build with musl libc toolchainsFlorian Fainelli2013-02-26
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35811
* openssl: remove now obsolete cris/etrax patchFlorian Fainelli2013-02-19
| | | | | | | | 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-19
| | | | | | | | | 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-15
| | | | | | | | 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-15
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35606
* openssl: update OpenSSL to 1.0.1e, fix Cisco DTLS.Florian Fainelli2013-02-14
| | | | | | | | | | | | | | | | 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-08
| | | | | | 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-08
| | | | | | | | | 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-30
| | | | SVN-Revision: 35411
* move lzo from /packages to trunkFelix Fietkau2013-01-30
| | | | SVN-Revision: 35410
* libubox: update to latest version, fixes a string corruption issue on JSON ↵Felix Fietkau2013-01-29
| | | | | | formatting SVN-Revision: 35399
* add libusb-compatFelix Fietkau2013-01-29
| | | | SVN-Revision: 35387
* libusb: add from /packages, add myself as maintainerFelix Fietkau2013-01-29
| | | | SVN-Revision: 35373
* ustream-ssl: remove dependency conditional part to avoid build breakage when ↵Felix Fietkau2013-01-22
| | | | | | no variant is selected SVN-Revision: 35294
* ustream-ssl: update to latest version, fixes handling large chunks of data ↵Felix Fietkau2013-01-22
| | | | | | (fixes #12866) SVN-Revision: 35293
* libnfnetlink: update to v1.0.1Jo-Philipp Wich2013-01-13
| | | | SVN-Revision: 35142
* add ustream-ssl, an ustream abstraction library for SSL stream socketsFelix Fietkau2013-01-13
| | | | SVN-Revision: 35131
* libubox: update to latest version, adds small blobmsg enhancements and ↵Felix Fietkau2013-01-13
| | | | | | license fixes - package is now ISC/BSD-3c SVN-Revision: 35128
* ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbolFlorian Fainelli2013-01-07
| | | | | | | | Thanks to kyak for spotting this Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35047
* libubox: update to latest version, contains several uloop/ustream fixesFelix Fietkau2013-01-07
| | | | SVN-Revision: 35039
* libnl-tiny: add includedir to pkg-config cflagsFelix Fietkau2012-12-22
| | | | SVN-Revision: 34864
* libubox: fix a jshn array sequence counter bug, fixes some network.sh issuesFelix Fietkau2012-12-18
| | | | SVN-Revision: 34746
* ncurses: fix build error in libncurseswFelix Fietkau2012-12-17
| | | | SVN-Revision: 34739
* libubox: update to latest git head, introduces jshn json_is_a() helperJo-Philipp Wich2012-12-17
| | | | SVN-Revision: 34732
* libubox: another jshn update, fixes array handling issuesFelix Fietkau2012-12-16
| | | | SVN-Revision: 34723