aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* | | | | Merge pull request #7388 from lucize/libyang-frrHannu Nyman2018-11-11
|\ \ \ \ \ | | | | | | | | | | | | libyang: enable LYD_PRIV
| * | | | | libyang: enable LYD_PRIVLucian Cristian2018-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is needed for frr (frrouting.org) Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | Merge pull request #7337 from neheb/netconfHannu Nyman2018-11-11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | libnetconf2: Remove OpenSSL engine support
| * | | | | libnetconf2: Remove OpenSSL engine supportRosen Penev2018-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not even used. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7290 from neheb/aprThomas Heil2018-11-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | apr: Fix pid_t format
| * | | | | | apr: Fix several format sizesRosen Penev2018-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure script assumes that several sizes are 64-bit when cross compiling. Backport a patch from the Yotco project to fix this. Fixes apache compilation issue as Apache passes -Werror. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7138 from diizzyy/patch-13Hannu Nyman2018-11-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libs/libx264: Update to snapshot 20181006
| * | | | | | | libs/libx264: Update to snapshot 20181006Daniel Engberg2018-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update libx264 to snapshot 20181006 Add 464fp to ASM blacklist (doesn't support AltiVec instructions) Enable LTO by default for platforms that uses ASM Remove a few whitespaces (cosmetic) Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | Merge pull request #6705 from cotequeiroz/libupm_swigHannu Nyman2018-11-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libupm: don't set SWIG_DIR, force python 2.7
| * | | | | | | | libupm: don't set SWIG_DIR, force python 2.7Eneas U de Queiroz2018-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake 3.0.12 uses SWIG_DIR to set SWIG_LIB, used as the library install location, which defaults to $(STAGING_HOSTPKG)/share/sig/(SWIGVERSION). If it is set, then the original installed swig library directory is ignored, and compilation fails: [ 0%] Swig source :1: Error: Unable to find 'swig.swg' :3: Error: Unable to find 'python.swg' Instead of setting it manually, let the default be used, which works well. Also, cmake picks up python3, while package wants 2.7, so we add -DPython_ADDITIONAL_VERSIONS=2.7 to force use of 2.7, not 3.x. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | Merge pull request #7333 from neheb/libaioHannu Nyman2018-11-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libaio: Update to 0.3.111
| * | | | | | | | | libaio: Update to 0.3.111Rosen Penev2018-11-06
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to new upstream at pagure.io. Refreshed debian patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Revert "keyutils: Update to 1.5.11"Hannu Nyman2018-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 41f2036afe67bb7aecf9395d74b77b04c30064bf. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | Merge pull request #7242 from neheb/keyHannu Nyman2018-11-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | keyutils: Update to 1.5.11
| * | | | | | | | | keyutils: Update to 1.5.11Rosen Penev2018-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Kerberos dependency as it's required now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #7243 from neheb/patch-46Hannu Nyman2018-11-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | liboping: Update to 1.10.0
| * | | | | | | | | | liboping: Update to 1.10.0Rosen Penev2018-10-22
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated URLs. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #7262 from neheb/patch-22Hannu Nyman2018-11-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | qrencode: Update to 4.0.2
| * | | | | | | | | | qrencode: Update to 4.0.2Rosen Penev2018-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small Makefile reorganization for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #7318 from neheb/mraaHannu Nyman2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | libmraa: Update to 2.0.0
| * | | | | | | | | | libmraa: Update to 2.0.0Rosen Penev2018-11-05
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload for simplicity and easier package bumping. Rearranged Makefile for consistency with other projects. All of the patches seem to have been upstreamed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | libssh: Fix compile without OpenSSL deprecated APIsRosen Penev2018-11-09
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported several patches from version 0.8 to fix this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | libwebsockets: Fix build without deprecated OpenSSL APIsRosen Penev2018-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | libs: file: bump version to 5.35Marko Ratkaj2018-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | Merge pull request #7329 from sartura/libuv_bump_version_to_1.23.2Marko Ratkaj2018-11-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libs: libuv: bump version to 1.23.2
| * | | | | | | | | libs: libuv: bump version to 1.23.2Marko Ratkaj2018-11-06
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | libndpi: Add patches from the 2.4-stable branch to fix compilationRosen Penev2018-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | cyrus-sasl: Fix compilation without deprecated APIs on OpenSSLRosen Penev2018-11-08
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #7340 from neheb/openldapHannu Nyman2018-11-08
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | openldap: Backport patch to fix compilation without deprecated APIs
| * | | | | | | openldap: Backport patch to fix compilation without deprecated APIsRosen Penev2018-11-06
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / / / / libevhtp: Fix compilation on OpenSSL 1.0.2 without deprecated APIsRosen Penev2018-11-06
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also switched to the proper upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7232 from neheb/patch-11Ted Hess2018-11-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | libarchive: Update to 3.3.3
| * | | | | | libarchive: Update to 3.3.3Rosen Penev2018-10-21
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Added HTTPS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6851 from neheb/patch-4Michael Heimpold2018-11-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | libextractor: Update to 1.7 Merged after maintainer timeout. I also successfully compile tested for mxs platform.
| * | | | | | libextractor: Update to 1.7Rosen Penev2018-08-23
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | libyang: update to 0.16-r2Mislav Novakovic2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | libldns: Fix OpenSSL deprecated API usageRosen Penev2018-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested with OpenSSL 1.0.2 and 1.1.1 Signed-off-by: Rosen Penev <rosenp@gmail.com> [minor tweak to add #ifdef HAVE_SSL in host2str.c] Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | | | mxml: update to 2.12Espen Jürgensen2018-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | | | | Merge pull request #7299 from neheb/ndHannu Nyman2018-11-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libndpi: Backport upstream patch to fix compilation
| * | | | | | | libndpi: Backport upstream patch to fix compilationRosen Penev2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #6697 from cotequeiroz/libmraa_swig_dirHannu Nyman2018-11-03
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | libmraa: don't set SWIG_DIR
| * | | | | | | libmraa: don't set SWIG_DIREneas U de Queiroz2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake 3.0.12 uses SWIG_DIR to set SWIG_LIB, is used as the library install location, which defaults to $(STAGING_HOSTPKG)/share/sig/(SWIGVERSION). If it is set, then the installed swig library directory is ignored, and compilation fails: [ 32%] Swig source :1: Error: Unable to find 'swig.swg' :3: Error: Unable to find 'python.swg' Instead of setting it manually, let the default be used, which works well. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | Merge pull request #7287 from neheb/patch-2Hannu Nyman2018-11-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libgcrypt: Update to 1.8.4
| * | | | | | | | libgcrypt: Update to 1.8.4Rosen Penev2018-10-30
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #7233 from neheb/patch-25Hannu Nyman2018-10-31
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | libndpi: Update to 2.4
| * | | | | | | libndpi: Update to 2.4Rosen Penev2018-10-21
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload for simplicity and easier package bumping. Added PKG_BUILD_PARALLEL for faster compilation. Reordanized Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | libs/c-ares: Update to 1.15.0Karl Palsson2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog at https://c-ares.haxx.se/changelog.html Of interest: * fixes warnings with modern gcc * reports not found for onion addresses per RFC7686 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | Merge pull request #7209 from ldir-EDB0/libsshKevin Darbyshire-Bryant2018-10-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libssh: bump to 0.7.6 CVE-2018-10933 fix
| * | | | | | | libssh: bump to 0.7.6 CVE-2018-10933 fixKevin Darbyshire-Bryant2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump from 0.7.5 to 0.7.6. Upstream changelog: Fixed CVE-2018-10933 Added support for OpenSSL 1.1 Added SHA256 support for ssh_get_publickey_hash() Fixed config parsing Fixed random memory corruption when importing pubkeys Backported upstream patches since 0.7.6 to fix interactive authentication issues amongst other things: 9d5cf209 libcrypto: Fix memory leak in evp_final() 10397321 gssapi: Set correct state after sending GSSAPI_RESPONSE (select mechanism OID) 7ad80ba1 server: Fix compile error acb0e4f4 examples: Explicitly track auth state in samplesshd-kbdint 3fe7510b messages: Check that the requested service is 'ssh-connection' 734e3ce6 server: Set correct state after sending INFO_REQUEST (Kbd Interactive) e4c6d591 packet: Add missing break in ssh_packet_incoming_filter() f81ca616 misc: Add strndup implementation if not provides by the OS Refresh patches. Remove local backport for OpenSSL 1.1 support as is now in release Remove PKG_INSTALL & CMAKE vars that are defaulted anyway Add PKG_CPE_ID:=cpe:/a:libssh:libssh for CVE tracking Remove BROKEN tag as is no longer broken Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | | | | libpam: Update to 1.3.0Rosen Penev2018-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>