aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libsearpc: bump to version 3.0.8Eneas U de Queiroz2018-06-06
| | | | | | Even though there's no git tag, configure.ac sets that version number. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* Merge pull request #6194 from ldir-EDB0/fixldnsHannu Nyman2018-06-05
|\ | | | | ldns: fix cross compiling on darwin
| * ldns: fix cross compiling on darwinKevin Darbyshire-Bryant2018-06-05
| | | | | | | | Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | Merge pull request #6102 from cotequeiroz/libssh_openssl-1.1Hannu Nyman2018-06-05
|\ \ | | | | | | libssh: added openssl 1.1 compatibility
| * | libssh: added openssl 1.1 compatibilityEneas U de Queiroz2018-05-23
| | | | | | | | | | | | | | | | | | This patch was backported from upstream master branch. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #6139 from ejurgensen/mxml_update_211Hannu Nyman2018-06-05
|\ \ \ | |_|/ |/| | mxml: update to 2.11
| * | mxml: update to 2.11Espen Jürgensen2018-06-05
| | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | fftw3: Updated to the latest releaseVladimir Ulrich2018-06-04
| | | | | | | | | | | | | | | | | | | | | Removed obsolete patch file. Removed BROKEN dependency for fftw3l variant as it builds well with musl. Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | Merge pull request #6089 from cotequeiroz/ibrcommon_openssl-1.1Hannu Nyman2018-06-04
|\ \ \ | | | | | | | | ibrcommon: add openssl 1.1 compatibility
| * | | ibrcommon: add openssl 1.1 compatibilityEneas U de Queiroz2018-05-23
| | |/ | |/| | | | | | | | | | | | | This patch has been merged upstream. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #6100 from cotequeiroz/libnopoll_openssl-1.1Hannu Nyman2018-06-04
|\ \ \ | | | | | | | | libnopoll: upgrade to version 0.4.6 for openssl 1.1 support
| * | | libnopoll: upgraded to version 0.4.6Eneas U de Queiroz2018-05-23
| |/ / | | | | | | | | | | | | | | | Upgraded to support openssl 1.1.0. This is the current stable release. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #6093 from cotequeiroz/ldns_openssl-1.1Hannu Nyman2018-06-04
|\ \ \ | | | | | | | | ldns: Upgrade to version 1.7.0
| * | | ldns: Upgrade to version 1.7.0Eneas U de Queiroz2018-05-22
| |/ / | | | | | | | | | | | | | | | This version adds compatibility with openssl 1.1.0. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #6172 from ldir-EDB0/bumplibidn2Hannu Nyman2018-06-04
|\ \ \ | | | | | | | | libidn2: bump to v2.0.5
| * | | libidn2: bump to v2.0.5Kevin Darbyshire-Bryant2018-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Version 2.0.5 (released 2018-05-18) ** Switched the default library behavior to IDNA2008 as amended by TR#46 (non-transitional). That default behavior is enabled when no flags are specified to function calls. Applications can utilize the %IDN2_NO_TR46 flag to switch to the unamended IDNA2008. This is done in the interest of interoperability based on the fact that this is what application writers care about rather than strict compliance with a particular protocol. ** Fixed memleak in idn2_to_unicode_8zlz(). ** Return error (IDN2_ICONV_FAIL) on charset conversion errors. ** Fixed issue with STD3 rules applying in non-transitional TR46 mode. ** idn2: added option --usestd3asciirules. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | Merge pull request #6108 from cotequeiroz/openldap_openssl-1.1Hannu Nyman2018-06-03
|\ \ \ \ | |/ / / |/| | | openldap: use /dev/urandom as entropy source
| * | | openldap: use /dev/urandom as entropy sourceEneas U de Queiroz2018-05-24
| |/ / | | | | | | | | | | | | | | | | | | | | | When cross-compiling, the configure script doesn't use /dev/urandom as entropy source, which would have been the case if we were building it natively. Instead it tries to use an EGD, which openwrt doesn't supply. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #6063 from cotequeiroz/tdb-symlinksHannu Nyman2018-06-03
|\ \ \ | | | | | | | | tdb: avoid installing duplicate files
| * | | tdb: avoid installing duplicate filesEneas U de Queiroz2018-05-23
| |/ / | | | | | | | | | | | | | | | | | | Use $(CP) instead of $(INSTALL) so that libtdb.so.1 is installed as symlink, and not duplicated. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #6104 from cotequeiroz/libtorrent_openssl-1.1Hannu Nyman2018-06-03
|\ \ \ | | | | | | | | libtorrent: add support for openssl 1.1
| * | | libtorrent: add support for openssl 1.1Eneas U de Queiroz2018-05-23
| |/ / | | | | | | | | | | | | | | | Used a patch that was merged upstream. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #6099 from cotequeiroz/libmraa-0.9Hannu Nyman2018-06-03
|\ \ \ | | | | | | | | libmraa: Upgrade to version 0.9.0
| * | | libmraa: Upgrade to version 0.9.0Eneas U de Queiroz2018-05-23
| |/ / | | | | | | | | | | | | | | | This version is compatible with the version of node currently in use. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | libfmt: bump to version 5.0.0Othmar Truniger2018-06-02
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | Merge pull request #6146 from neheb/libshoutTed Hess2018-05-30
|\ \ \ | | | | | | | | libshout: Fix OpenSSL 1.1.0 without deprecated APIs
| * | | libshout: Fix OpenSSL 1.1.0 without deprecated APIsRosen Penev2018-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous patch was incomplete and broke with deprecated APIs disabled. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #6114 from kenkeys/protobuf-liteHannu Nyman2018-05-29
|\ \ \ \ | |/ / / |/| | | Protobuf lite
| * | | protobuf: upgrade to version 3.5.1Ken Keys2018-05-23
| | | | | | | | | | | | | | | | Signed-off-by: Ken Keys <kkeys@caida.org>
| * | | protobuf: add smaller protobuf-lite package variantKen Keys2018-05-23
| | | | | | | | | | | | | | | | Signed-off-by: Ken Keys <kkeys@caida.org>
* | | | libgphoto2: update package 2.5.18Leonardo Medici2018-05-28
| | | | | | | | | | | | | | | | Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
* | | | libunistring: update to 0.9.10Espen Jürgensen2018-05-27
| |_|/ |/| | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | Merge pull request #6097 from cotequeiroz/libevhtp_openssl-1.1Hannu Nyman2018-05-27
|\ \ \ | | | | | | | | libevhtp: add openssl 1.1 compatibility
| * | | libevhtp: add openssl 1.1 compatibilityEneas U de Queiroz2018-05-23
| | |/ | |/| | | | | | | | | | | | | | | | | | | This patch is a backport of upstream changes. I read the Makefile warning and made sure it only updates the openssl calls and data types to the new API. It does not touch anything else! Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #6106 from cotequeiroz/uw-imap_openssl-1.1Hannu Nyman2018-05-26
|\ \ \ | | | | | | | | uw-imap: add openssl 1.1 compatibility
| * | | uw-imap: add openssl 1.1 compatibilityEneas U de Queiroz2018-05-23
| |/ / | | | | | | | | | | | | | | | Patch to compile with openssl 1.1 Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #6105 from cotequeiroz/libzdb_openssl-1.1Hannu Nyman2018-05-24
|\ \ \ | | | | | | | | libzdb: add compatibility with openssl 1.1
| * | | libzdb: add compatibility with openssl 1.1Eneas U de Queiroz2018-05-23
| |/ / | | | | | | | | | | | | | | | This patch merely updates the detection of the ssl library. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #6101 from cotequeiroz/libshout_openssl-1.1Ted Hess2018-05-24
|\ \ \ | |_|/ |/| | libshout: add openssl 1.1.0 compatibility
| * | libshout: add openssl 1.1.0 compatibilityEneas U de Queiroz2018-05-23
| |/ | | | | | | | | | | | | Avoid calling deprecated and unnecessary library initialization functions with openssl >= 1.1.0. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | libiio: update to 0.15Michael Heimpold2018-05-21
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | libgpiod: update to 1.1Michael Heimpold2018-05-21
|/ | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #5917 from diizzyy/patch-2Ted Hess2018-05-14
|\ | | | | libs/libx264: Update to snapshot 20180401
| * libs/libx264: Update to snapshot 20180401Daniel Engberg2018-04-14
| | | | | | | | | | | | Update libx264 to snapshot 20180401 Scrub any previous set -O flags, cosmetic change. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #6023 from ClaymorePT/boost_1.67.0_r2Hannu Nyman2018-05-14
|\ \ | | | | | | boost: Package Release 2 (minor fixes)
| * | boost: Package Release 2 (minor fixes)Carlos Miguel Ferreira2018-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed package hyperlink -> Now using the @SF macro to obtain the best mirror link -> Added backup link in case Source Forge fails to provide the proper link - Minor fix to package documentation -> Help documentation was lacking the contract library info. Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | Merge pull request #6054 from zhaojh329/libuwscHannu Nyman2018-05-14
|\ \ \ | | | | | | | | libuwsc: Update to 2.0.2
| * | | libuwsc: Update to 2.0.2Jianhui Zhao2018-05-15
| | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | libidn: bump to v1.35 (2018-05-11)Kevin Darbyshire-Bryant2018-05-14
|/ / / | | | | | | | | | | | | | | | | | | | | | Bump to v1.35 Refresh patches. Update Makefile to use new '--disable-doc' configure flag. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | getdns: Bump to 1.4.2David Mora2018-05-13
| | | | | | | | | | | | | | | | | | Update to new upstream version. Needed to add a patch provided by upstream to compile with musl. Signed-off-by: David Mora <iamperson347+public@gmail.com>