Rosen Penev
6b5fa7e9b9
Merge pull request #12653 from jefferyto/python-no-parallel-host-pip-install
...
python-packages: Disable parallel build when host pip is needed
2020-06-30 14:34:35 -07:00
W. van den Akker
65a3a1900c
Shorewall6: Bump to 5.2.5.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2020-06-30 10:22:01 +02:00
W. van den Akker
3d28c3338c
Shorewall: Bump to 5.2.5.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2020-06-30 09:49:15 +02:00
W. van den Akker
9b50950622
Shorewall6-lite: Bump to 5.2.5.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2020-06-30 09:48:08 +02:00
W. van den Akker
710ab82728
Shorewall-lite: Bump to 5.2.5.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2020-06-30 09:47:02 +02:00
W. van den Akker
5c9065a2bc
Shorewall-core: Bump to 5.2.5.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2020-06-30 09:45:51 +02:00
Jeffery To
e0e2224f8a
python-packages: Disable parallel build when host pip is needed
...
This adds PKG_BUILD_PARALLEL:=0 to packages that depend on host Python
packages (HOST_PYTHON3_PACKAGE_BUILD_DEPENDS), because installing
packages with multiple concurrent pip processes can lead to errors or
unexpected results[1].
This also:
* Move HOST_PYTHON3_PACKAGE_BUILD_DEPENDS definitions to before
python3-package.mk is included
* Update Python folder readme to include PKG_BUILD_PARALLEL:=0
[1]: https://github.com/pypa/pip/issues/2361
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2020-06-30 15:43:01 +08:00
Rosen Penev
d2cb6411c5
Merge pull request #12582 from zhanhb/frp
...
frp: update to 0.33.0
2020-06-29 15:11:08 -07:00
Javier Marcet
c48bae07be
nfs-kernel-server: update to 2.5.1
...
Signed-off-by: Javier Marcet <javier@marcet.info >
2020-06-29 17:50:31 +02:00
Rosen Penev
8a965ca029
Merge pull request #12086 from aleksander0m/aleksander/mm-auth
...
Authentication protocol setup in ModemManager
2020-06-28 20:01:26 -07:00
Rosen Penev
362f74ff01
Merge pull request #12277 from xjboss/master
...
ddns-scripts: Added api token method for cloudflare ddns script v4
2020-06-28 19:59:05 -07:00
Rosen Penev
ed47f22cce
Merge pull request #12583 from zhanhb/kcptun
...
kcptun: update to 20200409
2020-06-28 19:55:25 -07:00
Rosen Penev
021737ca73
Merge pull request #12627 from jonathanunderwood/stubby-fix-tls-port
...
stubby: fix handling of tls_port config option
2020-06-28 19:54:41 -07:00
Rosen Penev
2be45d6189
Merge pull request #12630 from Andy2244/samba4-uci-tuning
...
samba4: add new UCI option "enable_extra_tuning"
2020-06-28 19:53:56 -07:00
Rosen Penev
487ddf78a6
Merge pull request #12605 from neheb/rsy
...
rsync: update to 3.2.0
2020-06-28 14:06:48 -07:00
Maxim Storchak
e1cd4bcf0a
rsync: fix ipv6 detection
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com >
2020-06-28 13:56:21 -07:00
David Bauer
df891a50c5
jool: downgrade to v4.0.9
...
Jool v4.1.0 suffers from bad offload management as well as broken
stateful NAT64 translation. See upstream issues #331 as well as #332 for
more information.
Downgrade to v4.0.9 until these are ironed out.
Tested on: ipq40xx-generic
Fixes commit 0a6891feac ("jool: update to v4.1.0")
Signed-off-by: David Bauer <mail@david-bauer.net >
2020-06-28 15:12:47 +02:00
Rosen Penev
ba49c96808
miniupnpd: added libcap-ng dependency
...
As miniupnpd is running as root, libcap(-ng) can be used to limit its
capabilities.
libcap-ng is very small, so this isn't a problem.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-06-27 15:15:14 -07:00
Eric Luehrsen
9c655aed3a
unbound: add dns assistants on local host
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com >
2020-06-27 17:17:41 -04:00
Eric Luehrsen
8e0b2d344e
unbound: refactor build options to select switches
...
The two unique packages "Unbound light" and "Unbound heavy"
were not working well due to the fact that Unbound is mostly
its library. Tools and helpers would crash. Instead a reasonable
default Unbound is built. Also up select options like python
are added. libevent and libpthreads are options to down select.
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com >
2020-06-27 17:17:41 -04:00
Rosen Penev
3f00aed153
rsync: update to 3.2.1
...
Disable several options to enable compilation.
Simplified several configure options.
Remove pointless configure var.
Added ssh hinting patch. Some SSH incompatibility.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-06-27 14:14:46 -07:00
Andy Walsh
68af8dcde3
samba4: add new UCI option "enable_extra_tuning"
...
* add new UCI option "enable_extra_tuning"
* update template
* add config examples for options
* fix some access warnings on samba /var dirs
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com >
2020-06-27 22:47:30 +02:00
Jonathan G. Underwood
31be44ca61
stubby: fix handling of tls_port config option
...
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com >
2020-06-27 16:58:47 +01:00
Rosen Penev
65af93279d
Merge pull request #12611 from neheb/upn
...
miniupnpd: update to 2.1.20200510
2020-06-26 14:08:00 -07:00
Rosen Penev
6d3e7bef65
Merge pull request #12620 from blocktrron/jool-v410
...
jool: update to v4.1.0
2020-06-26 14:02:49 -07:00
Stan Grishin
d2f4454fe6
https-dns-proxy: re-add conffiles and add description to Makefile
...
Signed-off-by: Stan Grishin <stangri@melmac.net >
2020-06-26 03:09:26 +00:00
Rosen Penev
2b5028458e
miniupnpd: update to 2.1.20200510
...
Use the newly introduced configure script.
Use PKG_INSTALL for consistency between packages.
Use PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-06-25 17:44:23 -07:00
David Bauer
0a6891feac
jool: update to v4.1.0
...
Compile-tested: ipq40xx-generic
Run-tested: ipq40xx-generic
Signed-off-by: David Bauer <mail@david-bauer.net >
2020-06-26 02:39:58 +02:00
Rosen Penev
8e77b50954
openssh: update to 8.3p1
...
Removed outdated options.
Small bashism fix in the init script.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-06-25 17:38:55 -07:00
Stan Grishin
e039bd4da7
https-dns-proxy: bugfix: remove eDNS support
...
Signed-off-by: Stan Grishin <stangri@melmac.net >
2020-06-25 19:40:38 +00:00
Hannu Nyman
8fb6748769
Merge pull request #12589 from Grommish/master
...
[OpenConnect] Update to version 8.10 to address CVE-2020-12823
2020-06-25 19:52:57 +03:00
Alexandru Ardelean
c7153f22a7
tcpreplay: bump to version 4.3.3
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2020-06-25 19:29:52 +03:00
Donald Hoskins
c2d4156086
[OpenConnect] Update to version 8.10 to address CVE-2020-12823
...
https://nvd.nist.gov/vuln/detail/CVE-2020-12823
Signed-off-by: Donald Hoskins <grommish@gmail.com >
2020-06-25 07:37:13 -04:00
Olivier Poitrey
b3bd71e9f4
nextdns: Update to version 1.7.0
...
Signed-off-by: Olivier Poitrey <rs@nextdns.io >
2020-06-25 00:22:33 +00:00
Rosen Penev
7594111cf2
Merge pull request #12516 from rozhuk-im/fbsd_build
...
FreeBSD build fix
2020-06-24 12:58:23 -07:00
Rozhuk Ivan
c54ddec41d
xtables-addons: FreeBSD build fix
...
Signed-off-by: Rozhuk Ivan <rozhuk.im@gmail.com >
2020-06-24 15:33:22 +03:00
Huangbin Zhan
6ecdc863b9
kcptun: update to 20200409
...
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com >
2020-06-24 13:52:41 +08:00
Huangbin Zhan
9816e5d675
frp: update to 0.33.0
...
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com >
2020-06-24 13:51:58 +08:00
Rosen Penev
ac5a29c189
Merge pull request #12559 from zhaojh329/wifidog-ng
...
wifidog-ng: remove package
2020-06-23 15:05:04 -07:00
Rosen Penev
81dc2bd6ab
Merge pull request #12547 from neheb/torr
...
tor: remove libssp hack
2020-06-23 15:03:51 -07:00
Rosen Penev
e9abcd7482
Merge pull request #12542 from neheb/opens
...
openssh: always enable stackprotect option
2020-06-23 15:03:23 -07:00
Florian Eckert
6afcb0d0e0
Merge pull request #12533 from TDT-AG/pr/20200617-mwan3
...
mwan3: improvements
2020-06-23 13:18:04 +02:00
Huangbin Zhan
47c5d7537b
overture: update to 1.6.1
...
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com >
2020-06-23 17:09:23 +08:00
Michal Hrusecky
8b5f98d989
lighttpd: Add subpackage containing authn_pam module
...
Add new subpackage containing pam authentication module. Shouldn't
affect dependencies and nothing changes, there is just one more module
enabled for people interested in it.
Signed-off-by: Michal Hrusecky <michal@hrusecky.net >
2020-06-22 17:22:39 +02:00
W. van den Akker
1d2c5e6215
Shorewall6: Bump to 5.2.5.1
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2020-06-21 22:31:44 +02:00
W. van den Akker
82f26ac9de
Shorewall: Bump to 5.2.5.1
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2020-06-21 22:30:43 +02:00
W. van den Akker
217349cc02
Shorewall6-lite: Bump to 5.2.5.1
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2020-06-21 22:29:32 +02:00
W. van den Akker
32612d68e6
Shorewall-lite: Bump to 5.2.5.1
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2020-06-21 22:28:28 +02:00
W. van den Akker
749897ced2
Shorewall-core: Bump to 5.2.5.1
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2020-06-21 22:27:25 +02:00
Frank Zhang
bf1d880c24
ddns-scripts: Added api token method for cloudflare ddns script v4
...
Update cloudflare token ddns file
Signed-off-by: Frank Zhang <i@xjboss.net >
2020-06-21 16:08:22 +08:00