Philip Prindeville
d053df65e9
Merge pull request #14758 from pprindeville/strongswan-drop-route-uid0
...
strongswan: fix local_gateway discovery
2021-02-16 15:19:14 -07:00
Philip Prindeville
ec72d3a9e4
strongswan: fix local_gateway discovery
...
This has been observed by myself and @luizluca: ip route get is
appending uid0 to the output, as seen from:
root@OpenWrt2:~# ip route get 1.1.1.1
1.1.1.1 via 174.27.160.1 dev eth3 src 174.27.182.184 uid 0
cache
root@OpenWrt2:~#
so the fix is an anchored match, discarding all else. Also, using
ip -o means never having to do multiline matches...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com >
2021-02-16 13:32:26 -07: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
Jeffery To
18330902a0
python3: Fix target python-config when building on macOS
...
The Python version of python-config is installed when building on macOS,
rather than the shell script version when building on Linux. When run on
macOS, the Python version of python-config will return values with
Mac-specific customizations.
This patches the python-config install recipe so that which version is
installed can be controlled by the package makefile. When building on
macOS, this installs the Python version for host Python and the shell
script version for target Python.
This also updates Host/Compile and Host/Install to use the default host
build recipes, so that the various HOST_* variables are taken into
account automatically.
Fixes https://github.com/openwrt/packages/issues/14652
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2021-02-17 00:01:41 +08:00
Felix Fietkau
eea050dab8
curl,fuse,lm-sensors: move BuildPackage line for libs above packges depending on it
...
Fixes ABI_VERSION handling issues
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2021-02-16 11:20:23 +01:00
Saverio Proto
7005d650cb
Merge pull request #14740 from ErwanMAS/tinc_bump_to_git_last_commit
...
Bump tinc to version 1.1 commit 3ee0d5dd
2021-02-16 08:42:23 +01:00
Rosen Penev
b360f25d6c
python-requests: split up patches into two files
...
quilt cannot handle two patches in one file. It ends up merging them
and removing the description from the second. To avoid this, split into
two.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2021-02-15 20:38:11 -08: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
Rosen Penev
aa3ec2a640
Merge pull request #14757 from jmarcet/python_docker_update
...
python-docker: Update to 4.4.2
2021-02-15 20:35:30 -08:00
Erwan MAS
e80d128925
tinc: new maintainer
...
Signed-off-by: Erwan MAS <erwan@mas.nom.fr >
2021-02-15 23:34:42 -05:00
Rosen Penev
cd8b54f82b
Merge pull request #14761 from tofurky/try-tiny_relative_inc
...
perl-try-tiny: use relative include of perlmod.mk
2021-02-15 20:33:08 -08:00
Matt Merhar
52668b1e97
perl-try-tiny: use relative include of perlmod.mk
...
The $(TOPDIR) seemed to cause Makefile parsing issues with CI.
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com >
2021-02-15 21:36:28 -05:00
Josef Schlehofer
0dfd76f478
Merge pull request #14756 from BKPepe/klish-add-nls
...
klish: add include for nls when BUILD_NLS is enabled
2021-02-16 00:22:21 +01:00
Javier Marcet
6d07d26a42
python-docker: Update to 4.4.2
...
Signed-off-by: Javier Marcet <javier@marcet.info >
2021-02-15 21:33:47 +00:00
Josef Schlehofer
b5028ca6e3
klish: add include for nls when BUILD_NLS is enabled
...
In recent commit for libxml2 [1], there was enabled support for iconv,
but it relieves issue with klish that it does not compile as it fails with
following output:
checking for xmlNewDoc in -lxml2... no
configure: error: cannot find libxml2 library
make[2]: *** [Makefile:73: /foo/build/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/klish-2.2.0/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1
make[2]: Leaving directory '/foo/build/feeds/packages/utils/klish'
[1] d18692c926
Suggested-by: Rosen Penev <rosenp@gmail.com >
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2021-02-15 22:29:08 +01:00
Nick Hainke
495cdbb39d
prometheus-node-exporter-lua: fix wifi
...
The "get_wifi_interfaces" function is not returning the wifi interface
names. This causes the bug #14625 .
Fix the "get_wifi_interfaces" function.
Signed-off-by: Nick Hainke <vincent@systemli.org >
2021-02-15 08:39:09 -05:00
Jan Pavlinec
5514fca2b7
dnstap: update to version 0.4.0
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz >
2021-02-15 13:52:59 +01:00
Rosen Penev
ac4cbab7d8
Merge pull request #14743 from jefferyto/python-cffi-1.14.5
...
python-cffi: Update to 1.14.5
2021-02-15 03:08:19 -08:00
Rosen Penev
ceb32dc42c
Merge pull request #14753 from commodo/python-updates1
...
python-pytz,numpy: bump versions
2021-02-15 02:30:03 -08:00
Rosen Penev
23e0bc9f9c
Merge pull request #14747 from neheb/o
...
open-vm-tools: update to 11.2.5
2021-02-15 02:26:47 -08:00
Rosen Penev
ebd43a9dc1
Merge pull request #14751 from neheb/rpcbind
...
rpcbind: clean up patches using quilt
2021-02-15 02:14:11 -08:00
Nick Hainke
686f919194
owipcalc: separate in client and lib
...
Separate owipcalc in client and lib part. Owipcalc brings a lot of nice
functionality with it, e.g. parsing and calculating prefixes.
Signed-off-by: Nick Hainke <vincent@systemli.org >
2021-02-15 10:45:41 +01:00
Rosen Penev
aafbe8bcf1
Merge pull request #14693 from stangri/master-vpn-policy-routing
...
vpn-policy-routing: update to version 0.3
2021-02-15 00:50:14 -08:00
Rosen Penev
3fc29f4716
Merge pull request #14744 from jefferyto/python-cryptography-3.3.2
...
python-cryptography: Update to 3.3.2
2021-02-15 00:49:06 -08:00
Alexandru Ardelean
09214dec38
numpy: bump to version 1.20.1
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2021-02-15 10:42:16 +02:00
Rosen Penev
25217547b3
mc: update to 4.8.26
...
Refreshed patches and added one from alpine linux to fix musl
compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2021-02-14 23:41:39 -08:00
Alexandru Ardelean
ca45446f16
python-pytz: bump to version 2021.1
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2021-02-15 09:14:59 +02:00
Rosen Penev
e2ee9cf80f
rpcbind: clean up patches using quilt
...
The second one was manually modified as quilt gets confused by the ***
and ends up removing the commit description.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2021-02-14 22:31:09 -08:00
Rosen Penev
65dfaba35f
apk: update to 2.12.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2021-02-14 20:17:28 -10:00
Rosen Penev
ff00263330
Merge pull request #14748 from neheb/at
...
atftp: update to 0.7.4
2021-02-14 22:05:24 -08:00
Rosen Penev
50e664e2e0
atftp: update to 0.7.4
...
Remove upstreamed patches. Refresh others.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2021-02-14 21:58:00 -08:00
Rosen Penev
34ff9b538e
open-vm-tools: update to 11.2.5
...
Work around a quilt bug where instead of showing a rename, it removes
and duplicates the file.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2021-02-14 21:56:35 -08:00
Srinivasan Raju
d931b2d208
sysrepo: fix plugind option for verbosity
...
sysrepo-plugind -d -v 0 : -v is the correction option for verbosity
Signed-off-by: Srinivasan Raju <srinir@outlook.com >
2021-02-15 10:30:37 +05:30
Rosen Penev
ebc85bbc9d
Merge pull request #14684 from rsa9000/atheepmgr-integration
...
atheepmgr: add new package
2021-02-14 19:50:05 -08:00
Rosen Penev
46fe66d622
Merge pull request #14746 from snh/uhubctl-2.4.0
...
uhubctl: update to 2.4.0
2021-02-14 19:48:37 -08:00
Steven Honson
2c54762f7f
uhubctl: update to 2.4.0
...
Signed-off-by: Steven Honson <steven@honson.id.au >
2021-02-15 13:18:41 +11:00
Rosen Penev
dad658c35f
Merge pull request #14742 from jedisct1/dnscrypt-csv-update
...
net/dnscrypt-proxy: update the CSV list of resolvers
2021-02-14 17:34:54 -08:00
Frank Denis
58f411c7c1
net/dnscrypt-proxy: update the CSV list of resolvers
...
The previous list was very out of date.
An always up-to-date v1-compatible list is available at:
https://download.dnscrypt.info/dnscrypt-resolvers/v1/
Also use different default resolvers since the previous ones don't
exist any longer.
Signed-off-by: Frank Denis <github@pureftpd.org >
2021-02-15 01:18:34 +01:00
Rosen Penev
2726eb5bf1
Merge pull request #14722 from BKPepe/sqlalchemy
...
python-sqlalchemy: update to version 1.3.23
2021-02-14 16:06:22 -08:00
Rosen Penev
d99c828101
Merge pull request #14676 from httpstorm/perl-5.28.1.fix-macos
...
perl: fix build errors on macOS
2021-02-14 15:23:44 -08:00
Rosen Penev
542f038ef4
Merge pull request #14730 from BKPepe/nebula
...
Nebula: downloading tarball with name and its version instead of just version and cosmetic polishing of Makefile
2021-02-14 15:20:50 -08:00
Rosen Penev
d68b539919
Merge pull request #14732 from BKPepe/geth-fix-libiconv
...
geth: add libiconv-full dependency if build with NLS
2021-02-14 15:19:34 -08:00
Rosen Penev
abb5159089
Merge pull request #14724 from 1715173329/xr-bump
...
xray-core: Update to 1.3.0
2021-02-14 15:13:17 -08:00
Jeffery To
b86890b899
python-cryptography: Update to 3.3.2
...
This fixes CVE-2020-36242 (buffer overflows caused by integer overflow
in OpenSSL).
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2021-02-15 06:26:38 +08:00
Jeffery To
4aba039a2d
python-cffi: Update to 1.14.5
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2021-02-15 05:35:23 +08:00
Erwan MAS
871615934e
tinc: fix missing HASH
...
Signed-off-by: Erwan MAS <erwan@mas.nom.fr >
2021-02-14 14:47:43 -05:00
Erwan MAS
fd61f2d2e2
tinc: Bump to version 1.1 commit 3ee0d5dd
...
Signed-off-by: Erwan MAS <erwan@mas.nom.fr >
2021-02-14 14:37:12 -05: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
Josef Schlehofer
f18ae690c8
geth: update to version 1.9.25
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2021-02-14 10:31:08 +01:00