aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libgpiod: update to 1.2Michael Heimpold2018-11-15
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* tiff: Update to 4.0.10Rosen Penev2018-11-14
| | | | | | Fixes all CVEs as well as a few more. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #7410 from neheb/pfrHannu Nyman2018-11-14
|\ | | | | libpfring: Fix compilation when missing lex
| * libpfring: Fix compilation when missing lexRosen Penev2018-11-13
| | | | | | | | | | | | | | Buildbots are missing lex, which is normally a symlink to flex. This solution is used elsewhere in the package but missing here. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libsoup: fix intltool host dependency. Cleaup some build argsTed Hess2018-11-13
|/ | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #7372 from eduardoabinader/bump-opus-tools-0.2Ted Hess2018-11-12
|\ | | | | opus-tools: bump to 0.2
| * libopusenc: required by opus-tools 0.2Eduardo Abinader2018-11-12
| | | | | | | | | | | | new dep on opus-tools a638dfa37bd857e14b088e0ccade701dc6aafc79 Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
| * opusfile: required by opus-tools 0.2Eduardo Abinader2018-11-10
| | | | | | | | | | | | | | new dep on opus-tools e9bbfacf0a1bbade70005fa730cc50e838baaa32 Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* | Merge pull request #7342 from neheb/uwHannu Nyman2018-11-11
|\ \ | | | | | | uw-imap: Fix compilation without deprecated APIs for OpenSSL
| * | uw-imap: Fix compilation without deprecated APIs for OpenSSLRosen Penev2018-11-06
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | 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>