| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch to new upstream and switch package name.
Further disable features to avoid extra dependencies.
Build with PIC to avoid build failures with mips16.
Remove no longer needed patch. Upstream fixed it differently.
Use AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
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>
|
|/
|
|
| |
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
|
|\
| |
| | |
gost_engine: Add GOST2012 Engine for OpenSSL
|
| |
| |
| |
| | |
Signed-off-by: Artur Petrov <github@phpchain.ru>
|
| |
| |
| |
| | |
Signed-off-by: Artur Petrov <github@phpchain.ru>
|
| |
| |
| |
| |
| |
| | |
Import 51f25df304aeaa6c1b02ef7456a61278ee70c102 from upstream.
Signed-off-by: Etan Kissling <etan_kissling@apple.com>
|
|/
|
|
|
|
| |
Import 662c8f44d53492d2e0ebd430dadef12d580ec330 from upstream.
Signed-off-by: Etan Kissling <etan_kissling@apple.com>
|
|\
| |
| | |
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>
|
|/
|
|
| |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
|
|
|
|
|
|
| |
And add a patch for CMakeList.txt to configure
correctly with openpgm enabled.
Signed-off-by: Ye Holmes <yeholmes@outlook.com>
|
|\
| |
| | |
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>
|
|\ \
| | |
| | | |
libmariadb: add dependency on libcurl
|
| | |
| | |
| | |
| | | |
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
|\ \ \
| |/ /
|/| | |
[RFC] boost: build context under 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>
|
|/
|
|
| |
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|\
| |
| | |
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>
|
|\ \
| | |
| | | |
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>
|
|\ \
| |/
|/| |
lmdb: update to version 0.9.28
|
| |
| |
| |
| | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \
| | |
| | | |
libxml2: allow building with iconv support
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
getdns: disable static linking of getdns utilities
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
This fixes issue #13361.
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
nss: update to 3.61
|
| | |
| | |
| | |
| | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
Update sysrepo packages
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
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>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
libarchive: update to 3.5.1
|
| | |
| | |
| | |
| | | |
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
|
|\ \ \
| | | |
| | | | |
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>
|
|/ /
| |
| |
| | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \
| | |
| | | |
libradiotap: use autorelease feature
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Package version is automatically increased as described here:
https://github.com/openwrt/packages/issues/14537
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
|\ \ \
| | | |
| | | | |
libuwifi: use autorelease feature
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Package version is automatically increased as described here:
https://github.com/openwrt/packages/issues/14537
Signed-off-by: Nick Hainke <vincent@systemli.org>
|