aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* 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
| * | | cyrus-sasl: install module symbolic links of form libX.soW. Michael Petullo2020-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was too aggressive in recommending that we remove the module symbolic links of form libX.so as part of commit c9ce769b. It turns out that at least Postfix relies on these, and I suspect any application that makes use of libsasl2 will require them too. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #10906 from micmac1/apr-masterHannu Nyman2020-01-12
|\ \ \ \ | | | | | | | | | | apr + apr-util: cleanups + add drivers
| * | | | apr/apr-util: add myself as maintainerSebastian Kemper2020-01-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | apr-util: add driversSebastian Kemper2020-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the following drivers as extra packages: - openssl - mysql - odbc - pgsql - sqlite3 - gdbm (dbm) - ldap This also removes the gratuitous dependency on libsqlite3 from libaprutil (dbd_sqlite3 was nevery packaged before, after all). With this ldap and session-crypto support can be enabled in apache. The mysql driver is currently marked BROKEN, because apr-util still uses mysql server headers, which aren't part of mariadb-connector-c. But there's work underway at apr-util upstream to fix that so that BROKEN can be removed during a feature version bump. The gdbm dbm driver got added together with a patch that fixes the error handling. Patch is from Debian. Resolves #10886 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | apr-util: allow iconv-stub useSebastian Kemper2019-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow iconv-stub use when NLS support is disabled. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | apr-util: clean up the packageSebastian Kemper2019-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removes extra flags '$(FPIC)' etc., there is no good reason for them being used - stops removing aclocal.m4 and build/ltmain.sh (reason of removal of these files is not apparent anymore) - adds PKG_BUILD_PARALLEL:=1 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | apr: clean up the packageSebastian Kemper2019-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removes '$(FPIC)' and '--without-pic', there is no good reason for them being used (also @minfrin mentioned memory footprint implications when '--without-pic' is used) - stops removing aclocal.m4 and build/ltmain.sh (reason of removal of these files is not apparent anymore) - adds PKG_BUILD_PARALLEL:=1 Resolves #10884 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | Merge branch 'libgd-fix' (fixes #10970)Michael Heimpold2020-01-12
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | libgd: provide a -full variantW. Michael Petullo2020-01-08
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The php7-mod-gd package requires that freetype support exist in libgd, but this is not included in the default libgd build. In order to allow a working php7-mod-gd package while keeping the default libgd package as small as possible, this commit introduces a -full variant of the libgd package. Ref: https://github.com/openwrt/packages/issues/10944 Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | libcap: Fix compilation with uClibc-ngRosen Penev2020-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test does not compile with --static. As this does not touch binaries, not bumping the package release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libwebsockets: move to 3.2.1Karl Palsson2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3.2.x is formally "not maintained" and people should stick with 3.1.x until a new release of the master branch occurs. However, in reality, 3.2.1 has been released, with performance improvements and fixes. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | libev: bump to 4.31Karl Palsson2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | Very minor changes: http://cvs.schmorp.de/libev/Changes?revision=1.355&view=markup Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | Merge pull request #10969 from ja-pa/measurement-kit-0.10.8Rosen Penev2020-01-08
|\ \ \ \ | |/ / / |/| | | measurement-kit: update to version 0.10.8
| * | | measurement-kit: update to version 0.10.8Jan Pavlinec2020-01-09
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | libcap: Update to 2.29Rosen Penev2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed PKG_LICENSE. Added PKG_BUILD_PARALLEL for faster compilation. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libwebsockets: enable unix socket support in the full buildMathew McBride2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This functionality can be used by downstream applications such as ttyd to present their HTTP service as a unix domain socket rather than a TCP server. Signed-off-by: Mathew McBride <matt@traverse.com.au>
* | | | postgresql: fix PKG_HASHDaniel Golle2020-01-07
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | postgresql: update to version 12.1Daniel Golle2020-01-07
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | libgd: fix building with freetype supportW. Michael Petullo2020-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Freetype support is required for php7-mod-gd as of commit 0f10c8c8, which causes the PHP7 package to build using this external libgd library. This commit adds FREETYPE_INCLUDE_DIRS to the definition of CMAKE_OPTIONS. Without this, libgd does not build freetype support as shown by this message: .... Build libgd: -- Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS) -- Configuring done -- Generating done .... Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | liburcu: Don't build under ARC, not even InstallDevRosen Penev2020-01-03
| | | | | | | | | | | | | | | | | | | | | | | | This should finally get rid of buildbot failures. Signed-off-by: Rosen Penev <rosenp@gmail.com>