aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
| * | apr: don't install la files to stagingSebastian Kemper2020-01-30
| |/ | | | | | | | | | | | | | | They're deleted by OpenWrt build system anyway. No rev bump as meaningless for apr package. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* / libmariadb: bump to 3.1.7Sebastian Kemper2020-01-30
|/ | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libredblack: pass CFLAGS properlyJosef Schlehofer2020-01-27
| | | | | | Fixes build with enabled ASLR PIE Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* nss: update to 3.49.2Lucian Cristian2020-01-27
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* Merge pull request #11133 from micmac1/apache2-cleanupRosen Penev2020-01-26
|\ | | | | apache: cleanup, enable LFS and rename server from httpd to apache2
| * apr-util: clean up Makefile and remove patchSebastian Kemper2020-01-26
| | | | | | | | | | | | | | | | | | | | | | - removes 001-automake-compat.patch: Looks like this was meant as a workaround for a libtool issue. But it doesn't appear to be needed anymore. - cleans up installation defines (uses macros, cleans up sed scripts, removes gratuitous slashes & whitespaces) Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * apr: clean up the patches + enable LFSSebastian Kemper2020-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removes 001-autoconf-compat.patch: Looks like this was meant as a workaround for a libtool issue. But it doesn't appear to be needed anymore. - removes 101-fix_apr_time_now.patch: Mentioned in https://dev.openwrt.org/ticket/9287, meant as a fix, but issue was fixed differently in the end (by activating LFS). - removes 201-upgrade-and-fix-1.5.1.patch: This is a cross-compile fix. This patch gets replaced by 001-cross-compile.patch from buildroot project. The latter was sent upstream by buildroot and is in line with the patch used by OpenWrt for the apache package. - adds 002-sys-param-h.patch: Fix PATH_MAX detection by including sys/param.h if available. Also from buildroot. Additionally configure variables found in buildroot package are added. These also enable LFS support. This was previously done (in OpenWrt) by defining _LARGEFILE64_SOURCE in TARGET_CPPFLAGS. But the configure variable is cleaner (and easier to follow). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * apr: clean up the MakefileSebastian Kemper2020-01-26
| | | | | | | | | | | | | | | | - sort configure variables - clean up installation defines (use macros, improve sed scripts, remove gratuitous slashes & whitespaces) Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * apr: add PKG_LICENSE_FILES and PKG_CPE_IDSebastian Kemper2020-01-26
| | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | libzdb: update to 3.2Rosen Penev2020-01-25
|/ | | | | | | | | | | | | | | | | | | | Removed most patches. The last was upstreamed and the others can be worked around using Makefile. Removed inactive maintainer. Added PKG_BUILD_PARALLEL for faster compilation. Fixed license information. Massive reorganization of Makefile for consistency between packages. Removed --with-sql options. These are totally broken when cross compiling. Leaving them out works just as well. Added cpp patch as the test needs a header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #11066 from neheb/botanRosen Penev2020-01-25
|\ | | | | botan: remove
| * botan: removeRosen Penev2020-01-19
| | | | | | | | | | | | | | | | | | | | In addition to being huge (1.5MB on mips24kc), it's not used by anything here. I believe this was added for use with kea but OpenSSL works just as well. Probably faster too. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11099 from nmav/tmp-libssh-checksRosen Penev2020-01-25
|\ \ | | | | | | libssh: simplify endianness check
| * | libssh: simplified CMAKE testsNikos Mavrogiannopoulos2020-01-25
| | | | | | | | | | | | | | | | | | | | | | | | That is endianness check is provided as option, SSP and other flags are enabled by openwrt global flags to fix issues in unsupported systems, and unused flags were removed. Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | Merge pull request #9686 from yogo1212/talloc_python3Rosen Penev2020-01-25
|\ \ \ | | | | | | | | WIP talloc python3/cross-compilation issues
| * | | talloc: update to version 2.3.1Leon M. George2020-01-25
| | | | | | | | | | | | | | | | Signed-off-by: Leon M. George <leon@georgemail.eu>
* | | | libgpiod: add package for the Python binding (fixes #11096)Michael Heimpold2020-01-25
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #10669 from LLE8/add-ipfs-clientRosen Penev2020-01-24
|\ \ \ \ | | | | | | | | | | ipfs-http-client: add package
| * | | | ipfs-http-client: initial commitLeonid Esman2019-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPFS C++ HTTP API client library allows C++ applications to communicate with an IPFS node. It implements IPFS API bindings for C++. Not all methods are implemented. https://github.com/vasild/cpp-ipfs-http-client Signed-off-by: Leonid Esman <leonid.esman@gmail.com>
| * | | | nlohmannjson: initial commitLeonid Esman2019-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | JSON for Modern C++ library. Design goals: intuitive syntax, trivial integration, serious testing. https://nlohmann.github.io/json/ IPFS C++ HTTP API client library depends on this library. Signed-off-by: Leonid Esman <leonid.esman@gmail.com>
* | | | | Merge pull request #11101 from neheb/jj2Rosen Penev2020-01-23
|\ \ \ \ \ | | | | | | | | | | | | modemmanager stuff: don't use autoreconf
| * | | | | libqmi: do not use autoreconfRosen Penev2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autoreconf picks up host git, which breaks compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | libmbim: do not use autoreconfRosen Penev2020-01-22
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Autoreconf picks up host git, which breaks compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #11107 from ja-pa/measurement-kit-0.10.9Hannu Nyman2020-01-23
|\ \ \ \ \ | | | | | | | | | | | | measurement-kit: update to version 0.10.9
| * | | | | measurement-kit: update to version 0.10.9Jan Pavlinec2020-01-23
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: -enable geoip -add geoip db package Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | redis: update to version 5.0.7Jan Pavlinec2020-01-23
| |/ / / |/| | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | libtirpc: fix compilation with newer muslRosen Penev2020-01-22
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported upstream patch. Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_LICENSE_FILES. Cleaned up Makefile slightly,. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ldns: update to 1.7.1Eric Luehrsen2020-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | squash commits - add Eric Luehrsen as maintainer - add ldns-example programs as option - add ECDSA to support DNSSEC zones with these keys - remove patches included upstream Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | libqmi: bump libqmi to 1.24.4Nicholas Smith2020-01-20
| | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | libmbim: bump libmbim to 1.22.0Nicholas Smith2020-01-20
| |/ |/| | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | afalg_engine: bump to v1.1.0Eneas U de Queiroz2020-01-19
| | | | | | | | | | | | | | | | This version is up to 20% faster than 1.0.1, and allows compilation without crypto_user information, which is currently failing for targets still in the 4.9 kernel. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | afalg_engine: fix ENGINES location, zero-copyEneas U de Queiroz2020-01-17
| | | | | | | | | | | | | | | | | | | | Use a fixed ENGINES_DIR location, instead of trying to read it from the openssl Makefile. It also fixes the zero-copy config option not being passed down to the cmake options. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | libmstch: removeRosen Penev2020-01-16
| | | | | | | | | | | | | | | | This was needed at a certain point by fbthrift. It is no longer needed. A quick look on Arch Linux and Debian packages shows nothing uses it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libseccomp: install missing header fileStijn Tintel2020-01-17
| | | | | | | | | | | | | | | | | | As of version 2.4.2, libseccomp ships a new header file seccomp-syscalls.h. Install it in InstallDev. Fixes: 71b663b335da ("libseccomp: update to version 2.4.2") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Rosen Penev <rosenp@gmail.com>
* | libftdi1: disable building documentationStijn Tintel2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following build failure: [ 66%] Generating ../doc/xml/ftdi_8c.xml warning: Tag 'PERL_PATH' at line 2083 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 2105 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" [ 72%] Generating ftdi1_doc.i Traceback (most recent call last): File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 457, in <module> main() File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 453, in main convert(args[0], args[1], not options.func_def, options.quiet) File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 430, in convert p = Doxy2SWIG(input, include_function_definition, quiet) File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 72, in __init__ f = my_open_read(src) File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 44, in my_open_read return open(source) FileNotFoundError: [Errno 2] No such file or directory: '/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/doc/xml/ftdi_8c.xml' Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11036 from ja-pa/libarchive-3.4.1Rosen Penev2020-01-16
|\ \ | | | | | | libarchive: update to version 3.4.1
| * | libarchive: update to version 3.4.1 (security fix)Jan Pavlinec2020-01-16
| | | | | | | | | | | | | | | | | | Fixes CVE-2019-19221 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #11039 from cotequeiroz/onigRosen Penev2020-01-16
|\ \ \ | |/ / |/| | oniguruma: bump to version 6.9.4
| * | oniguruma: bump to version 6.9.4Eneas U de Queiroz2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version adds a new RegSet API, and fixes the following: - CVE-2019-19012 - CVE-2019-19203 - CVE-2019-19204 - CVE-2019-19246 - some problems (found by libFuzzer test) Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | Merge pull request #11024 from micmac1/subversionRosen Penev2020-01-15
|\ \ \ | |/ / |/| | apr-util: clean up reverse depends (and fix subversion dep)
| * | apr-util: prevent recursive linkingSebastian Kemper2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 004-avoid_ldap_by_defaut.patch: By default use --avoid-ldap since apache2 is the only user, and we don't want to add extra dependencies to other apr-utils rdepends. Patch from Ryan Niebur <ryanryan52@gmail.com>, copied from Debian. 005-apu_config_dont_list_indep_libs.patch: Prevent recursive linking of dependent libraries by apr-util users. Patch from Peter Samuelson <peter@p12n.org>, also copied from Debian. Makes libexpat and libiconv private. 006-avoid_db_by-default.patch: Make apu-config not output dbm libs by default. See Debian #622081. Patch from Stefan Fritsch <sf@debian.org>, also copied from Debian While bumping the revision also correct license information. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | Merge pull request #10780 from Andy2244/glib2-mips16Rosen Penev2020-01-14
|\ \ \ | | | | | | | | glib2: fix mips16 build, add size reducing static link, fpic CFLAGS
| * | | glib2: fix mips16 build, add size reducing static link, fpic CFLAGSAndy Walsh2019-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * allows building as mips16 (fixes broken mips16/32 mixed static linking) * add some static link related flags to reduce target binary size Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | Merge pull request #11013 from nmav/tmp-update-libsshRosen Penev2020-01-14
|\ \ \ \ | |_|/ / |/| | | libssh: updated to 0.9.3
| * | | libssh: updated to 0.9.3Nikos Mavrogiannopoulos2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the library to address several CVEs, add modern crypto, and eliminate legacy patches. Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | | Merge pull request #11011 from micmac1/apache-2Rosen Penev2020-01-13
|\ \ \ \ | |/ / / |/| | | apache: fix build + remove BROKEN from dbd-mysql
| * | | apr-util: add mariadb patchSebastian Kemper2020-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Kris Karas from https://bz.apache.org/bugzilla/attachment.cgi?id=35326&action=diff This patch is also used by Debian. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | Merge pull request #10994 from BKPepe/libseccompNikos Mavrogiannopoulos2020-01-13
|\ \ \ \ | |/ / / |/| | | libseccomp: update to version 2.4.2
| * | | libseccomp: update to version 2.4.2Josef Schlehofer2020-01-12
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #11010 from flyn-org/cyrus-saslHannu Nyman2020-01-13
|\ \ \ \ | | | | | | | | | | cyrus-sasl: install module symbolic links of form libX.so