aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libdaq3,snort3: install/use libdaq3 in its own dirEneas U de Queiroz2021-02-24
| | | | | | | | | | | If used with default paths, libdaq 2.x and libdaq 3.x will overwrite some of the other version's files. Install them in different places to avoid trouble. Snort is the only package that uses libdaq, so update it at the same time to avoid creating a failing commit. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* libdaq,snort: install/use libdaq2 in its own dirEneas U de Queiroz2021-02-24
| | | | | | | | | | | If used with default paths, libdaq 2.x and libdaq 3.x will overwrite some of the other version's files. Install them in different places to avoid trouble. Snort is the only package that uses libdaq, so update it at the same time to avoid creating a failing commit. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* gost_engine: remove OPENSSL_WITH_GOST restraintEneas U de Queiroz2021-02-24
| | | | | | | OpenSSL now is always built with GOST support, and OPENSSL_WITH_GOST symbol was removed. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Merge pull request #14874 from neheb/jsoRosen Penev2021-02-23
|\ | | | | jsoncpp: disable exceptions
| * jsoncpp: disable exceptionsRosen Penev2021-02-22
| | | | | | | | | | | | Reduces size: 59724 to 44439 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14864 from neheb/shRosen Penev2021-02-23
|\ \ | | | | | | libshout: update to 2.4.5
| * | libshout: update to 2.4.5Rosen Penev2021-02-22
| |/ | | | | | | | | | | | | | | Remove upstreamed patch. Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14836 from Payne-X6/liburcuRosen Penev2021-02-23
|\ \ | | | | | | liburcu: update to version 0.12.2
| * | liburcu: update to version 0.12.2Jan Hak2021-02-22
| | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | Merge pull request #14835 from Payne-X6/masterRosen Penev2021-02-23
|\ \ \ | |_|/ |/| | libedit: update to version 20210216-3.1
| * | libedit: update to version 20210216-3.1Jan Hak2021-02-22
| |/ | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | loudmouth: update to 1.5.4Rosen Penev2021-02-22
| | | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Fix license. Use AUTORELEASE to avoid bumping the release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14823 from neheb/gdbnRosen Penev2021-02-22
|\ \ | | | | | | gdbm: update to 1.19
| * | gdbm: update to 1.19Rosen Penev2021-02-20
| | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Use AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14826 from jjm2473/master-fix-icu-macosRosen Penev2021-02-22
|\ \ \ | | | | | | | | libs/icu: fix host compile in macOS
| * | | libs/icu: fix host compile in macOSLiangbin Lian2021-02-22
| | |/ | |/| | | | | | | Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
* | | Merge pull request #14817 from neheb/snRosen Penev2021-02-22
|\ \ \ | | | | | | | | sane-backends: remove outdated C++ patch
| * | | libv4l: fix glibc compilationRosen Penev2021-02-20
| | |/ | |/| | | | | | | | | | | | | There was a typo in the linker flags. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libmaxminddb: update to version 1.5.2Jan Pavlinec2021-02-22
| |/ |/| | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #14821 from neheb/gdRosen Penev2021-02-21
|\ \ | | | | | | libwebp + libgd version bump
| * | libgd: update to 2.3.1Rosen Penev2021-02-20
| | | | | | | | | | | | | | | | | | Remove upstreamed patches. Add one to fix finding libwebp. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | libwebp: update to 1.2.0Rosen Penev2021-02-20
| |/ | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for easier changes. Fix not having all of the libraries. Remove upstream patches and refresh other one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / libevdev: update to 1.11.0Rosen Penev2021-02-21
|/ | | | | | | | Use AUTORELEASE to avoid having to bump it manually. Remove old patch for kernel 4.14 compatibility. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #14646 from lipnitsk/refreshRosen Penev2021-02-20
|\ | | | | treewide: Run refresh on all packages
| * treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | | | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | treewide: s/Yuibco/Yubico/Stijn Tintel2021-02-21
|/ | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Merge pull request #14800 from 6ec123321/masterRosen Penev2021-02-19
|\ | | | | gost_engine: Add GOST2012 Engine for OpenSSL
| * gost_engine: added new line in the end of fileArtur Petrov2021-02-20
| | | | | | | | Signed-off-by: Artur Petrov <github@phpchain.ru>
| * gost_engine: add support GOST2012Artur Petrov2021-02-19
| | | | | | | | Signed-off-by: Artur Petrov <github@phpchain.ru>
* | libnetfilter-queue: fix IPv6 header handlingEtan Kissling2021-02-19
| | | | | | | | | | | | Import 51f25df304aeaa6c1b02ef7456a61278ee70c102 from upstream. Signed-off-by: Etan Kissling <etan_kissling@apple.com>
* | libnetfilter-queue: add pkt_buff function for ICMPEtan Kissling2021-02-19
|/ | | | | | Import 662c8f44d53492d2e0ebd430dadef12d580ec330 from upstream. Signed-off-by: Etan Kissling <etan_kissling@apple.com>
* Merge pull request #14786 from apple-etan/feature/ek/libnetfilter-queue/fixupRosen Penev2021-02-19
|\ | | | | libnetfilter-queue: re-add PKG_FIXUP to fix build
| * libnetfilter-queue: re-add PKG_FIXUP to fix buildEtan Kissling2021-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently when trying to build this package a build error is produced: WARNING: 'automake-1.16' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <https://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <https://www.gnu.org/software/autoconf> <https://www.gnu.org/software/m4/> <https://www.perl.org/> This error is due to an attempt to use the native host tools instead of the OpenWrt build system generated ones. By re-adding PKG_FIXUP it is ensured that the correct version of the host tools are used. Signed-off-by: Etan Kissling <etan_kissling@apple.com>
* | libuhttpd: Update to 3.9.0Jianhui Zhao2021-02-19
|/ | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* zmq: add optional dependency on openpgmYe Holmes2021-02-17
| | | | | | | And add a patch for CMakeList.txt to configure correctly with openpgm enabled. Signed-off-by: Ye Holmes <yeholmes@outlook.com>
* Merge pull request #14729 from ye-holmes/libs/openpgmRosen Penev2021-02-16
|\ | | | | openpgm: Add Pragmatic General Multicast library
| * openpgm: Add Pragmatic General Multicast libraryYe Holmes2021-02-17
| | | | | | | | | | | | | | | | | | OpenPGM is a library implementing the PGM reliable multicast network protocol; The famous messaging library ZMQ has an optional dependency on OpenPGM, with OpenPGM enabled, we can foster the development of multicast network applications. Signed-off-by: Ye Holmes <yeholmes@outlook.com>
* | Merge pull request #14760 from pprindeville/libmaria-add-libcurl-dependencyPhilip Prindeville2021-02-16
|\ \ | | | | | | libmariadb: add dependency on libcurl
| * | libmariadb: add dependency on libcurlPhilip Prindeville2021-02-16
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #14728 from neheb/booRosen Penev2021-02-15
|\ \ \ | |/ / |/| | [RFC] boost: build context under MIPS64
| * | boost: build context for mips64Rosen Penev2021-02-13
| |/ | | | | | | | | | | | | | | | | | | | | | | | | It turns out there's upstream support for it. A small patch is needed to fix softfloat support. Also added patch to fix boost-fiber on octeon+. Failure happens because the platform is based on an old MIPSr2 standard that lacks the pause instruction. It also turns out that MIPS64 builds are done with the wrong ABI. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / json-glib: update to 1.6.2Sebastian Kemper2021-02-14
|/ | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #14705 from micmac1/iio-icoMichael Heimpold2021-02-10
|\ | | | | libiio: allow access to iconv
| * libiio: allow access to iconvSebastian Kemper2021-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | Since commit d18692c libxml2 is linked against iconv. Now libiio needs access to iconv as well. Without it the build fails. [ 32%] Building C object CMakeFiles/iio.dir/lock.c.o [ 34%] Building C object CMakeFiles/iio.dir/iiod-client.c.o [ 37%] Linking C shared library libiio.so /builder/shared-workdir/build/sdk/staging_dir/toolchain-aarch64_generic_gcc-8.4.0_musl/bin/../lib/gcc/aarch64-openwrt-linux-musl/8.4.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -liconv collect2: error: ld returned 1 exit status Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Merge pull request #14702 from micmac1/xslt-icoJiri Slachta2021-02-09
|\ \ | | | | | | libxslt: allow access to iconv
| * | libxslt: allow access to iconvSebastian Kemper2021-02-09
| |/ | | | | | | | | | | | | Since commit d18692c libxml2 is linked against iconv. Now libxslt needs access to iconv as well. Without it the build fails. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Merge pull request #14701 from ja-pa/lmdb-updateRosen Penev2021-02-09
|\ \ | |/ |/| lmdb: update to version 0.9.28
| * lmdb: update to version 0.9.28Jan Pavlinec2021-02-09
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #14688 from mhei/libxml2-iconv-supportMichael Heimpold2021-02-08
|\ \ | | | | | | libxml2: allow building with iconv support
| * | libxml2: allow building with iconv support (fixes #14637)Michael Heimpold2021-02-07
| | | | | | | | | | | | | | | | | | | | | Instead of hard disabling iconv support, just rely on the global setting. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net> Signed-off-by: Michael Heimpold <mhei@heimpold.de>