aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* Merge pull request #2458 from tru7/libesmtpHannu Nyman2016-03-06
|\ | | | | libesmtp: add ssl support, new upstream URL
| * libesmtp: add ssl support, new upstream URLOthmar Truniger2016-03-05
| | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | gnutls: updated to 3.4.10Nikos Mavrogiannopoulos2016-03-05
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | libv4l: Update version to 1.10.0. Fix musl/uClibc incompatibility with ↵Ted Hess2016-02-27
| | | | | | | | | | | | getsubopt() Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #2261 from cshore/pull-request-gnutls-with-cryptodevNikos Mavrogiannopoulos2016-02-25
|\ \ | | | | | | libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-…
| * | libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-cryptodevDaniel Dickinson2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is not enough to select package kmod-cryptodev to avoid build failure; there must be a Makefile dependency on kmod-cryptodev in order for the build system to ensure kmod-cryptodev (and it's headers) are present during build. Therefore drop the select and add a conditional dependency. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | Merge pull request #2338 from thess/alsa-testTed Hess2016-02-23
|\ \ \ | | | | | | | | alsa: Update to 1.1.0, disable basic audio test (bat) utility
| * | | alsa: Update to 1.1.0, disable basic audio test (bat) utilityMichael Marley2016-02-01
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | glib2: fix download pathPeter Wagner2016-02-22
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | glib2: update to 2.46.2Peter Wagner2016-02-22
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | remove unnecessary libiconv dependenciesDon Rumata2016-02-18
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The compiled libaprutil library contains references to libiconv, libiconv_open and libiconv_close functions from the full gettext package even when the full gettext support is disabled (i.e. the CONFIG_BUILD_NLS configuration parameter is not set). The dependency on these ICONV functions breaks compilation of some packages that depend on libaprutil, such as subversion: <targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv' <targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv_open' <targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv_close' Signed-off-by: Don Rumata <don.rumata.vk@gmail.com>
* | | libinput: update to version 1.1.7Daniel Golle2016-02-10
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libinput: depend on eudevDaniel Golle2016-02-10
| | | | | | | | | | | | | | | | | | udev was removed, depend on eudev to provide libudev. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | protobuf-c: Bump version to 1.2.1.Jacob Siverskog2016-02-08
| | | | | | | | | | | | Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
* | | gnutls: updated to 3.4.9Nikos Mavrogiannopoulos2016-02-03
|/ / | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge pull request #2321 from karlp/pulls/file-typosLuka Perkov2016-01-29
|\ \ | | | | | | libs: file: fix typo in default call
| * | libs: file: fix typo in default callKarl Palsson2016-01-27
| | | | | | | | | | | | | | | | | | Corrects the display and help text for file and libmagic in menuconfig. Signed-off-by: Karl Palsson <karlp@remake.is>
* | | Merge pull request #2273 from xypron/aprThomas Heil2016-01-26
|\ \ \ | | | | | | | | libs/apr: use @APACHE download facility
| * | | libs/apr: use @APACHE download facilityHeinrich Schuchardt2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of explicitly specyfing an Apache mirror use the @APACHE download facility. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* | | | Merge pull request #2274 from xypron/apr-utilThomas Heil2016-01-26
|\ \ \ \ | |_|/ / |/| | | libs/apr-util: use @APACHE download facility
| * | | libs/apr-util: use @APACHE download facilityHeinrich Schuchardt2016-01-17
| |/ / | | | | | | | | | | | | | | | | | | Instead of explicitly specyfing an Apache mirror use the @APACHE download facility. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* | | libwebsockets: bump to v1.6.2Karl Palsson2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | Many user api changes, largely to cleanup and make more consistent. Full changelog available at http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/tree/changelog Signed-off-by: Karl Palsson <karlp@remake.is>
* | | libwebsockets: Correctly enable IPv6 supportKarl Palsson2016-01-25
| | | | | | | | | | | | Signed-off-by: Karl Palsson <karlp@remake.is>
* | | unixodbc:heil2016-01-25
| | | | | | | | | | | | | | | | | | - corect fetch url Signed-off-by: heil <heil@terminal-consulting.de>
* | | pcre: upgrade to 0.8.38heil2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes: * CVE 2015-2327 CVE 2015-2328 CVE 2015-8380 CVE 2015-8381 CVE * 2015-8382 * CVE 2015-8383 CVE 2015-8384 CVE 2015-8385 CVE 2015-8386 CVE * 2015-8387 * CVE 2015-8388 CVE 2015-8389 CVE 2015-8390 CVE 2015-8391 CVE * 2015-8392 * CVE 2015-8393 CVE 2015-8394 CVE 2015-8395 Signed-off-by: heil <heil@terminal-consulting.de>
* | | gdbm: add a gettext dependencyFelix Fietkau2016-01-21
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* | | boost: do not select @BUILD_NLS, it affects the whole treeFelix Fietkau2016-01-21
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* | | treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with ↵Felix Fietkau2016-01-20
| | | | | | | | | | | | | | | | | | changes in trunk Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* | | glib2: sync with default host prefix changeFelix Fietkau2016-01-20
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* | | glib2: the host build also needs --with-libiconv=gnuFelix Fietkau2016-01-20
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* | | glib2: use --with-libiconv=gnu, always required as of trunk r48396Felix Fietkau2016-01-20
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* | | libffi: fix MIPS softfloat build issue with current binutilsFelix Fietkau2016-01-20
|/ / | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* | libinput: include cmdline tools in packageDaniel Golle2016-01-14
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libinput: update to 1.1.4Daniel Golle2016-01-14
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libevdev: update to 1.4.6Daniel Golle2016-01-14
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnutls: updated to 3.4.8Nikos Mavrogiannopoulos2016-01-10
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Merge pull request #2240 from ollie27/libpngJo-Philipp Wich2016-01-09
|\ | | | | libpng: update to 1.2.56
| * libpng: update to 1.2.56Oliver Middleton2015-12-29
| | | | | | | | | | | | Fixes CVE-2015-8126 and CVE-2015-8540. Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
* | libs/avahi: fix warning with poll.h include on muslAlexandru Ardelean2016-01-06
| | | | | | | | | | | | | | | | | | | | Warning is: #warning redirecting incorrect #include <sys/poll.h> to <poll. Not a big issue. But it can be annoying when building with -Werror set. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | libs/libsodium: update to 1.0.8Damiano Renfer2016-01-04
| | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | Merge pull request #2217 from MikePetullo/openldapHannu Nyman2015-12-31
|\ \ | | | | | | openldap: update to 2.4.43
| * | openldap: update to 2.4.43W. Michael Petullo2015-12-30
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | libsoup: update to 2.53.2W. Michael Petullo2015-12-30
|/ / | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #2086 from thess/zmq-updateTed Hess2015-12-30
|\ \ | | | | | | zmq: update to 4.1.3, fix GCC5 error, refresh patches
| * | zmq: update to 4.1.3, fix GCC5 error, refresh patchesTed Hess2015-12-07
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #2112 from thess/libev-workTed Hess2015-12-30
|\ \ \ | |_|/ |/| | libev: Fix compatibility with libevent2 includes
| * | libev: Fix compatibility with libevent2 includesTed Hess2015-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packages building with libev and want to include event.h from libev need to be modified to include ev_event_compat.h instead. The are no known packages which need to be fixed at this time. The normal include is ev.h for this package. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #2145 from ClaymorePT/boost_1Ted Hess2015-12-21
|\ \ \ | | | | | | | | Boost: Version Update -> 1.60
| * | | Boost: Version Update -> 1.60Carlos Miguel Ferreira2015-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version Update: - Boost is updated to version 1.60 - New library called Variadic Macro Data (VMD) [1] - Several libraries updates [2] [1]: http://www.boost.org/libs/vmd/ [2]: http://www.boost.org/users/history/version_1_60_0.html Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
* | | | libs/libsodium: update to 1.0.7Damiano Renfer2015-12-20
|/ / / | | | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com