Commit Graph

3942 Commits

Author SHA1 Message Date
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
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>
2021-02-20 16:02:15 -08:00
Rosen Penev be7c5d9dc6
Merge pull request #14800 from 6ec123321/master
gost_engine: Add GOST2012 Engine for OpenSSL
2021-02-19 23:29:54 -08:00
Artur Petrov 1c74e64cab gost_engine: added new line in the end of file
Signed-off-by: Artur Petrov <github@phpchain.ru>
2021-02-20 11:15:08 +04:00
Etan Kissling a16faf72b1 libnetfilter-queue: fix IPv6 header handling
Import 51f25df304aeaa6c1b02ef7456a61278ee70c102 from upstream.

Signed-off-by: Etan Kissling <etan_kissling@apple.com>
2021-02-19 22:54:41 +01:00
Etan Kissling 73060f9104 libnetfilter-queue: add pkt_buff function for ICMP
Import 662c8f44d53492d2e0ebd430dadef12d580ec330 from upstream.

Signed-off-by: Etan Kissling <etan_kissling@apple.com>
2021-02-19 21:59:43 +01:00
Artur Petrov 8e0af27d2a gost_engine: add support GOST2012
Signed-off-by: Artur Petrov <github@phpchain.ru>
2021-02-19 19:20:11 +04:00
Rosen Penev 6a6995f3dc
Merge pull request #14786 from apple-etan/feature/ek/libnetfilter-queue/fixup
libnetfilter-queue: re-add PKG_FIXUP to fix build
2021-02-19 02:01:54 -08:00
Jianhui Zhao 696d5021da libuhttpd: Update to 3.9.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-02-19 12:23:56 +08:00
Etan Kissling cab73ac826 libnetfilter-queue: re-add PKG_FIXUP to fix build
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>
2021-02-19 01:50:09 +01:00
Ye Holmes d959a09a47 zmq: add optional dependency on openpgm
And add a patch for CMakeList.txt to configure
correctly with openpgm enabled.

Signed-off-by: Ye Holmes <yeholmes@outlook.com>
2021-02-17 22:18:50 +08:00
Rosen Penev 94540bcb0d
Merge pull request #14729 from ye-holmes/libs/openpgm
openpgm: Add Pragmatic General Multicast library
2021-02-16 18:57:40 -08:00
Ye Holmes 20f05f8e58 openpgm: Add Pragmatic General Multicast library
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>
2021-02-17 10:08:20 +08:00
Philip Prindeville 441a7e5cd2
Merge pull request #14760 from pprindeville/libmaria-add-libcurl-dependency
libmariadb: add dependency on libcurl
2021-02-16 13:16:15 -07:00
Philip Prindeville 5b2d35a8d0 libmariadb: add dependency on libcurl
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2021-02-16 11:07:40 -07:00
Rosen Penev 2f6a8768c1
Merge pull request #14728 from neheb/boo
[RFC] boost: build context under MIPS64
2021-02-15 20:35:59 -08:00
Sebastian Kemper c281142103 json-glib: update to 1.6.2
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2021-02-14 11:43:49 +01:00
Rosen Penev 7b360868ff boost: build context for mips64
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>
2021-02-13 18:40:50 -08:00
Michael Heimpold 274302a60f
Merge pull request #14705 from micmac1/iio-ico
libiio: allow access to iconv
2021-02-10 07:29:35 +01:00
Sebastian Kemper c76c8f0920 libiio: allow access to iconv
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>
2021-02-09 23:31:04 +01:00
Jiri Slachta 986c8acd55
Merge pull request #14702 from micmac1/xslt-ico
libxslt: allow access to iconv
2021-02-09 22:58:15 +01:00
Rosen Penev f65f68f806
Merge pull request #14701 from ja-pa/lmdb-update
lmdb: update to version 0.9.28
2021-02-09 13:30:28 -08:00
Sebastian Kemper 48c838772f libxslt: allow access to iconv
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>
2021-02-09 22:00:06 +01:00
Jan Pavlinec 97f848dc1b
lmdb: update to version 0.9.28
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-02-09 13:29:41 +01:00
Michael Heimpold df980aa86e
Merge pull request #14688 from mhei/libxml2-iconv-support
libxml2: allow building with iconv support
2021-02-08 22:11:04 +01:00
Rosen Penev 2f90122301
Merge pull request #14680 from jonathanunderwood/getdns-no-static-linking
getdns: disable static linking of getdns utilities
2021-02-07 15:19:47 -08:00
Michael Heimpold d18692c926 libxml2: allow building with iconv support (fixes #14637)
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>
2021-02-07 23:21:32 +01:00
Hans Dedecker b37c1d06c6 nghttp2: update to 1.43
3dc6c0af Bump version number to 1.43.0
e8762781 Update AUTHORS
2bf841e2 workflow: Build with UBSAN enabled
7ebab98e Merge pull request #1548 from nghttp2/py3-bindings
23fc6cc9 Bump Linux runner OS to ubuntu 20.04
2e35cdea Update doc
22af8e78 Require python3 for python bindings
c88e9100 Update ax_python_devel.m4
43ba3125 Merge pull request #1547 from nghttp2/sphinx-v3.3
3c17299a Update enum references
a7ecff65 Make doc generation work with sphinx v3.3
79a4f789 Merge pull request #1546 from nghttp2/py3-scripts
28ba0b37 Update document reference
6b7ade9f Require python3 for python scripts
46536729 Bump clang-format to 10
563c1173 Merge pull request #1544 from nghttp2/nghttpx-clear-mcpool
1c04ca80 Merge pull request #1540 from tavrez/patch-1
d32e20bc nghttpx: Make sure that Pool gets cleared when all buffers are returned
8b8ba6b0 Merge pull request #1542 from nghttp2/nghttpx-check-sigalg
81fb0153 nghttpx: Choose ECDSA cert if compatible signature algorithm available
d8c71d5f Added new nghttp2_ksl.c to Windows makefile
fb5b5aef Merge pull request #1537 from nghttp2/nghttpx-allow-colon-in-pattern
6787423e nghttpx: Add workaround to include ':' in backend pattern
ffcdf5df Merge pull request #1533 from LorenzNickel/patch-1
0cdb1738 Fix typo in security.rst
c9d5472f Bump version number to 1.43.0-DEV
15bd71ed Update manual pages

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2021-02-07 18:55:36 +01:00
Jonathan G. Underwood 24c02c728f getdns: disable static linking of getdns utilities
This fixes issue #13361.

Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2021-02-07 13:44:47 +00:00
Rosen Penev e5b4ff913b
Merge pull request #14654 from lucize/nssup
nss: update to 3.61
2021-02-05 00:42:32 -08:00
Lucian Cristian 9fd51a4b47 nss: update to 3.61
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2021-02-04 21:39:27 +02:00
Ilya Lipnitskiy 657574f45f
libs/nss: Don't run nsinstall with QUILT
Allows targets such as prepare, refresh, or update to be run without
building dependencies for easier patch maintenance.

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-03 21:01:25 -08:00
Rosen Penev 04c911aeb0
Merge pull request #14630 from sartura/sysrepo
Update sysrepo packages
2021-02-02 19:41:08 -08:00
Jakov Smolic f4f777403d
libnetconf2: Bump to 1.1.36
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
2021-02-02 20:23:11 +01:00
Jakov Smolic 33087a97f6
libyang: Bump to 1.0.215
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
2021-02-02 20:12:19 +01:00
Harris K Kusuma 342526f142 getdns: Fix TLS V1.3 Ciphersuites option in Stubby
Description :
Fix typo in CMAKE getdns included files, so Stubby can use TLS v1.3 with chipersuites options ON.

This solve issue that's written in here :
https://github.com/getdnsapi/stubby/issues/240
https://github.com/getdnsapi/stubby/issues/257

Signed-off-by: Harris K Kusuma <igharris.kk@gmail.com>
2021-02-01 18:38:48 +07:00
Rosen Penev 7ebf3de9d7
Merge pull request #14618 from flyn-org/openldap
openldap: update to 2.4.57
2021-01-31 20:22:23 -08:00
W. Michael Petullo 71e9077fa4 openldap: update to 2.4.57
Fixes:

  * CVE-2020-36221
  * CVE-2020-36222
  * CVE-2020-36223
  * CVE-2020-36224
  * CVE-2020-36225
  * CVE-2020-36226
  * CVE-2020-36227
  * CVE-2020-36228
  * CVE-2020-36229
  * CVE-2020-36230

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-01-31 21:05:29 -06:00
Ilya Lipnitskiy 1d5d2d2fb7
libpfring: update to 7.8.0
Add patch to fix compilation with kernel 5.10

Also submitted upstream:
https://github.com/ntop/PF_RING/pull/687
https://github.com/ntop/PF_RING/pull/688

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-01-31 18:17:46 -08:00
Rosen Penev fc95ef58ab
Merge pull request #14617 from morgenroth/libarchive-upgrade
libarchive: update to 3.5.1
2021-01-31 15:27:06 -08:00
Rosen Penev e467c24190
Merge pull request #14608 from httpstorm/libgpg-error-1.39.fix-macos
libgpg-error: fix build error on macOS
2021-01-31 13:18:07 -08:00
Georgi Valkov 13f9a7bd63 libgpg-error: fix build error on macOS
src/gen-lock-obj.sh runs in /bin/sh which does not support echo -n on macOS,
and generates garbage. Resolved by using printf which is posix compliant.

Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
2021-01-31 18:41:10 +02:00
W. Michael Petullo 3878785320 libdaq3: update to 3.0.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-01-31 13:39:35 +02:00
Johannes Morgenroth 777f85ed21 libarchive: update to 3.5.1
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2021-01-31 12:28:02 +01:00
Rosen Penev 6f7ba99c3f
Merge pull request #14544 from PolynomialDivision/libradiotap-use-autorelease
libradiotap: use autorelease feature
2021-01-28 13:39:52 -08:00
Rosen Penev 9921d53a49
Merge pull request #14543 from PolynomialDivision/libuwifi-use-autorelease
libuwifi: use autorelease feature
2021-01-28 13:39:36 -08:00
Rosen Penev a65552650a
Merge pull request #14571 from neheb/j
pthsem: try to fix ARC compilation
2021-01-25 23:27:42 -08:00
Rosen Penev 77ceaaf770
Merge pull request #14561 from ja-pa/libmaxminddb-1.5.0
libmaxminddb: update to version 1.5.0
2021-01-25 23:02:30 -08:00
Rosen Penev b67524aa17 pthsem: try to fix ARC compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-25 22:59:13 -08:00
Jan Pavlinec 8ab91fe284
libmaxminddb: update to version 1.5.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-01-25 13:17:01 +01:00
Rosen Penev a64044339b
Merge pull request #14553 from nickberry17/update_libqmi
libqmi: bump version
2021-01-25 01:40:56 -08:00