summaryrefslogtreecommitdiffstats
path: root/package/libs
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: drop obsolete references to the coldfire targetFelix Fietkau2015-03-251-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44975
* build: remove obsolete references to cris and avr32Felix Fietkau2015-03-241-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44965
* toolchain: remove obsolete checks for avr32Felix Fietkau2015-03-241-4/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44963
* libubox: update to latest git HEADJohn Crispin2015-03-221-2/+2
| | | | | | | | | fix a bug the made uloop_end() not work when called from within a uloop_process callback handler Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44945
* openssl: biweekly critical security updateSteven Barth2015-03-205-173/+17
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44900
* packages: some (e)glibc fixes after r44701Nicolas Thill2015-03-161-1/+1
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44842
* json-c: merge an upstream fix for a compiler warning (fixes #19187)Felix Fietkau2015-03-161-0/+23
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44826
* toolchain: The glorious return of glibc, ver 2.21John Crispin2015-03-122-5/+18
| | | | | | | | | | | It's the eglibc packaging with a bit of spit-polishing. And testing. :-) [blogic: merged glibc and eglibc into 1 and made eglibc a glibc variant] Signed-off-by: Jeff Waugh <jdub@bethesignal.org> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44701
* json-c: update to 0.12 and bump all depending servicesJohn Crispin2015-03-112-26/+53
| | | | | | | | Version 0.12 deprecates json_object_object_get and moves the header files around Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44657
* openssl: enable ARM assembly accelerationJohn Crispin2015-03-062-4/+7
| | | | | | | | | | | | | | | Tested myself on ixp4xx and mvebu, and (originally) by Daniel on i.MX6. Also tested on a MIPS target, to make sure the change to ASFLAGS does not break things. Based on a patch submitted by Daniel Drown: https://lists.openwrt.org/pipermail/openwrt-devel/2014-July/026639.html Signed-off-by: Claudio Leite <leitec@staticky.com> Signed-off-by: Daniel Drown <dan-openwrt@drown.org> SVN-Revision: 44618
* libubox: implement ulog_close() and call it on ulog_open()Jo-Philipp Wich2015-02-261-2/+2
| | | | | | | | | This is required to properly update syslog idents when switching between log modes. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44546
* libubox: introduce generic logging apiJo-Philipp Wich2015-02-261-2/+2
| | | | | | | | | Update to git head in order to introduce the new ulog() logging api which supports early boot logging to dmesg. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44542
* packages: remove uneeded PKG_BUILD_DIR overridesNicolas Thill2015-02-221-1/+0
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44498
* libevent2: remove defunct download mirrorJo-Philipp Wich2015-02-101-2/+1
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44380
* openssl: fix upstream regression for non-ec buildsSteven Barth2015-02-092-1/+15
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44364
* polarssl: bump to 1.3.10, work around rename to mbedtlsSteven Barth2015-02-094-43/+34
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44361
* openssl: bump to 1.0.2Steven Barth2015-02-099-29/+29
| | | | | | | | Fixes CVE-2014-3513, CVE-2014-3567, CVE-2014-3568, CVE-2014-3566 Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44332
* libevent2: update to v2.0.22Jo-Philipp Wich2015-02-061-3/+3
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44289
* ncurses: add host build for 'tic'Jo-Philipp Wich2015-02-051-0/+27
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44282
* libubox: update to latest git HEADJohn Crispin2015-01-281-2/+2
| | | | | | | | adds "ignore SIGPIPE by default" Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44178
* gmp: use http instead of ftp download (#18805)Felix Fietkau2015-01-231-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44082
* libubox: update to the latest versionFelix Fietkau2015-01-231-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44080
* polarssl: patch CVE-2015-1182Jo-Philipp Wich2015-01-202-2/+13
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44060
* uclient: update to the latest version with timeout supportRafał Miłecki2015-01-191-2/+2
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44053
* libubox: update to the latest commit with JSON and usock fixesRafał Miłecki2015-01-191-2/+2
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44052
* toolchain: Add libatomic when using external toolchainJohn Crispin2015-01-171-0/+9
| | | | | | | | Otherwise libatomic cannot be used in conjunction with external toolchains. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 43998
* add pkgconfig information for popt libraryJohn Crispin2015-01-171-0/+2
| | | | | | | | Modify makefile to record pkgconfig information for the popt library. Signed-off-by: Mike Brady <mikebrady@eircom.net> SVN-Revision: 43994
* openssl: update to 1.0.1l *sigh*Steven Barth2015-01-151-2/+2
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43976
* libusb: update to version 1.0.19Felix Fietkau2015-01-112-10/+13
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43930
* popt: update to latest upstream version, fixes build breakage after ↵Felix Fietkau2015-01-092-85/+4
| | | | | | | | autofools changes Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43901
* gettext-full: update to v0.19.4Jo-Philipp Wich2015-01-094-42/+31
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43896
* openssl: bump to 1.0.1jSteven Barth2015-01-084-54/+16
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43875
* openssl: fix CVE-2014-3569Steven Barth2015-01-062-2/+40
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43858
* nettle: add CONFIG_LIBNETTLE_MINI to PKG_CONFIG_DEPENDS to fix rebuild issuesFelix Fietkau2015-01-051-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43852
* libnftnl: bump to upstream release 1.0.3Steven Barth2014-12-161-2/+2
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43729
* cyassl: bump to 3.3.0Steven Barth2014-12-161-3/+3
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43728
* libnftnl: bump to latest gitSteven Barth2014-12-141-2/+2
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43706
* toolchain: do not include libatomic.so in the libc packageFelix Fietkau2014-12-131-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43699
* libnl-tiny: fix receiving netlink messages larger than 4KJonas Gorski2014-12-112-2/+2
| | | | | | | | | | | | | | Apply libnl commit 807fddc4cd9ecb12ba64e1b7fa26d86b6c2f19b0 ("nl: Increase receive buffer size to 4 pages") also to libnl-tiny to ensure netlink messages larger than 4KiB can be received, as the restart logic seems to be broken. This fixes iwinfo accessing info on dual band b43 cards, as they can support a lot of channels, breaking the 4K default limit (seen was >5k). Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 43633
* toolchain: disable libatomic for gcc 4.6Felix Fietkau2014-12-111-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43623
* uclient: update to the latest version, fixes HTTP digest auth processingFelix Fietkau2014-12-101-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43600
* libnl-tiny: remove dead codeFelix Fietkau2014-12-105-801/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43599
* libbsd: add support for aarch64Florian Fainelli2014-11-241-0/+19
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43354
* libubox: fix a variable handling regression in jshnFelix Fietkau2014-11-231-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43351
* libubox: update to the latest version, adds some jshn optimizationsFelix Fietkau2014-11-231-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43350
* lzo: disable unaligned access for everything except x86Felix Fietkau2014-11-231-0/+4
| | | | | | | | Fixes issues on ARM Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43349
* toolchain: musl: fix symlink for lddJonas Gorski2014-11-191-1/+1
| | | | | | | | | | | | | | | ld-musl-*.so* is a symlink "broken" for the hostsystem, so wildcard will skip it, causing LD_MUSL_NAME to empty and the ldd symlink pointing to ../../lib directly. This causes sysupgrade failing to copy any linked libaries and consequently failing to run anything after switching to ram disk. Fix this by creating a symlink directly pointing to where ld-musl-*.so* points to. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 43314
* package/*: replace occurences of 'ln -sf' to '$(LN)'Nicolas Thill2014-11-061-3/+3
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43205
* ncurses: cleanup InstallDevNicolas Thill2014-11-061-3/+3
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43204
* libusb-compat: cleanup InstallDevNicolas Thill2014-11-061-4/+4
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43203