Commit graph

5610 commits

Author SHA1 Message Date
Rosen Penev
f9e5b9f143
Merge pull request #9881 from aparcar/ipsec-tools
remove ipsec-tools and opennhrp
2019-09-01 11:34:33 -07:00
Dirk Brenken
f564008b9d
Merge pull request #9877 from EricLuehrsen/unbound_193
unbound: update to 1.9.3
2019-09-01 07:47:32 +02:00
Paul Spooren
96be603258 ipsec-tools: remove
As discussed on GitHub[0] the package should be removed.

[0]: https://github.com/openwrt/packages/issues/7832

> The package is effectively orphaned upstream and has been for some
  time. Given the security-sensitive nature of the package, an active
  maintainer community is essential for safe usage. Racoon's lack of
  support for IKEv2, despite it being stable for a long time, and the
  availability of next-generation tunneling systems such as wireguard,
  also would seem to limit its future value. Setkey's functionality
  has been subsumed by 'ip xfrm'.

> If you disagree that ipsec-tools should be removed from OpenWRT,
  please say so now. If there are still use cases for it that are
  not met by other IKE implmenentations that would be good to
  know. But more importantly, I think you'll need to convince us
  that ipsec-tools is actually safe to operate on today's Internet
  given its current state of development.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-08-31 10:26:21 -10:00
Paul Spooren
4dcb01af8d opennhrp: remove
The package requires ipsec-tools which will be removed from packages.git

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-08-31 10:26:21 -10:00
Noah Meyerhans
a8fd5cb7ab net: remove ipsec-tools
As discussed in #7832, ipsec-tools is no longer suitable for inclusion in the
distribution.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2019-08-31 08:06:33 -07:00
Eric Luehrsen
c36d8a49fd unbound: update to 1.9.3
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2019-08-31 01:12:16 -04:00
Rosen Penev
2676c2dd57
Merge pull request #9732 from dengqf6/ngx
nginx: update to 1.16.1
2019-08-30 10:16:47 -07:00
Rosen Penev
0fe7e4586b
Merge pull request #9853 from neheb/atf
atftp: Update to 0.7.2
2019-08-30 10:14:28 -07:00
Rosen Penev
73801c267a
Merge pull request #9868 from gladiac1337/haproxy-2.0.5
haproxy: Update HAProxy to v2.0.5
2019-08-30 10:11:38 -07:00
Rosen Penev
35c4fd5aba
Merge pull request #9871 from wvdakker/master
Shorewall: Bump to 5.2.3.4
2019-08-30 10:10:56 -07:00
Jo-Philipp Wich
22be9a1c01 cgi-io: require whitelisting upload locations
Introduce further ACL checks to verify that the request-supplied
upload location may be written to. This prevents overwriting things
like /bin/busybox and allows to confine uploads to specific directories.

To setup the required ACLs, the following ubus command may be used
on the command line:

ubus call session grant '{
  "ubus_rpc_session": "d41d8cd98f00b204e9800998ecf8427e",
  "scope": "cgi-io",
  "objects": [
    [ "/etc/certificates/*", "write" ],
    [ "/var/uploads/*", "write" ]
  ]
}'

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-08-30 13:58:50 +02:00
W. van den Akker
eaecd26777
Shorewall6: Bump to version 5.2.3.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-08-30 13:29:39 +02:00
W. van den Akker
7654150496
Shorewall: Bump to version 5.2.3.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-08-30 13:25:14 +02:00
W. van den Akker
6794fef86f
Shorewall6-lite: Bump to version 5.2.3.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-08-30 13:22:53 +02:00
W. van den Akker
fba1e1d0f3
Shorewall-lite: Bump to version 5.2.3.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-08-30 13:19:05 +02:00
W. van den Akker
e51db908a1
Shorewall-core: Bump to version 5.2.3.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-08-30 13:17:40 +02:00
Christian Lachner
33bc3d877b haproxy: Update HAProxy to v2.0.5
- Update haproxy download URL and hash
- Add new patches

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-08-30 07:21:51 +02:00
Dirk Brenken
4f43e9b388
Merge pull request #9863 from dibdot/adblock
adblock: update 3.8.4
2019-08-29 20:03:16 +02:00
Dirk Brenken
f385415110
Merge pull request #9862 from dibdot/travelmate
travelmate: update 1.4.12
2019-08-29 20:02:38 +02:00
Dirk Brenken
1d90509b03
travelmate: update 1.4.12
* automatically add open uplinks to your wireless config,
  e.g. hotel captive portals (disabled by default)
* shift net status check in a separate function
* (s)hellcheck cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-08-29 15:45:35 +02:00
Dirk Brenken
161597f2fa
adblock: update 3.8.4
* fix the 'adb_sysver' output
* pass the adblock version information to the helper scripts correctly

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-08-29 14:45:01 +02:00
Etienne Champetier
2e628bcdcc phantap: update to latest commit
758fba1 Fix EAP (802.1x) passthrough

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-08-28 20:56:24 -07:00
Rosen Penev
3ebb643494
Merge pull request #9843 from cshoredaniel/pr-fix-uwsgi-cgi-python
uwsgi-cgi: use python3 hostpkg not system python3
2019-08-27 20:29:41 -07:00
Rosen Penev
946dfed856
atftp: Update to 0.7.2
Fixes issue where CFLAGS were not being passed. This was breaking ASLR
builds.

Added PKG_BUILD_PARALLEL for faster compilation.

Added PKG_INSTALL. Changed install paths based on PKG_INSTALL paths.

Added --disable-debug to make sure debug code is disabled.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-27 15:37:27 -07:00
Daniel F. Dickinson
c387d0923c uwsgi-cgi: use python3 hostpkg not system python3
On a Debian system without python3-distutils install, uwsgi-cgi was
failing to build because it couldn't import sysconfig from distutils.
OpenWrt packages should be using the OpenWrt python not the system
python. In addition we need to use python3 not python2, even when
both are available.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-08-27 03:50:47 -04:00
Andreas Nilsen
6a439e2cc6 hcxtools: Updated to v5.2.0. Also modified default install dir to /usr/sbin
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-08-26 20:52:50 +02:00
Dirk Brenken
4d89ce08eb
Merge pull request #9828 from dibdot/adblock
adblock: update 3.8.3
2019-08-26 20:09:28 +02:00
Dirk Brenken
95189994e7
adblock: update 3.8.3
* fix a dns restart issue if 'flush dns cache' is set
* fix a suspend/resume issue, the status wasn't properly updated
* fix a long standing query issue
* rework return code handling, mostly for debugging
* various cleanups & cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-08-26 14:18:40 +02:00
Etienne Champetier
e75f9e035f phantap: update to latest commit
2ccec01 Replace phantap (script) with phantap-learn (C)
7ed8acd Remove Makefile
cc0911e phantap-learn: Output ERROR on stderr and DEBUG on stdout
b50421e phantap-learn: add dhcp handling code
17da18b phantap-learn: modify dhcp-protocol.h
af55a3d phantap-learn: import dhcp-protocol.h from dnsmasq
850af88 phantap-learn: add network info detection code
721423c phantap-learn: add handle_packet_ip() / handle_packet_arp()
2c0f1b0 phantap-learn: add set_bpf_filter()
b914e3e phantap-learn: rework handle_neighboor()
8ffc56c phantap-learn: rework handle_packet()

Signed-off-by: Diana Dragusin <diana.dragusin@nccgroup.com>
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-08-26 00:08:15 -07:00
Rosen Penev
033b17179c
softflowd: Update to 1.0.0
Development moved to GitHub. Update URLs.

Cleaned up Makefile a bit for consistency between packages.

Added patch that removes deprecated bzero.

Ran init script through shellcheck. Fixed minor warnings.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-23 12:55:51 -07:00
Jan Pavlinec
1ac69ffc59 tor: update to version 0.4.1.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-08-23 19:04:09 +02:00
Stan Grishin
eaab320a46 simple-adblock: move to POSIX compliance, better output on check, better bg process data collection.
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-08-22 21:14:42 -07:00
Rosen Penev
7dfa1c133b
Merge pull request #9596 from dengqf6/bind
bind: update to 9.14.4
2019-08-22 20:34:40 -07:00
Rosen Penev
6d151be788
Merge pull request #9802 from stangri/master-simple-adblock
simple-adblock: boot-up optimization
2019-08-22 20:24:03 -07:00
Rosen Penev
7312d38f58
Merge pull request #9733 from dengqf6/oc
openconnect: update to 8.04
2019-08-22 17:57:39 -07:00
Stan Grishin
f7393b8813 simple-adblock: boot-up optimization
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-08-22 16:34:14 -07:00
Stijn Tintel
665ec53cd8
Merge pull request #9451 from alinnastac/snmp-firewall-reload
net-snmp: reload firewall only when needed
2019-08-22 22:20:28 +03:00
Rosen Penev
5646b4ce74
Merge pull request #9741 from lucize/bfdd
bfdd: add BFD package
2019-08-22 09:53:16 -07:00
Lucian Cristian
8ad22e124e bfdd: add BFD package
Bidirectional Forwarding Detection (BFD) is a network protocol that is used to
detect faults between two forwarding engines connected by a link.

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-08-22 17:39:04 +03:00
William Fleurant
3eda77207e yggdrasil: bump to 0.3.8
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-08-21 14:12:33 -04:00
Rosen Penev
8f652372f1
Merge pull request #9678 from Andy2244/cifsd-update-05-08-2019
cifsd: update to git (2019-08-19)
2019-08-21 08:35:53 -07:00
Matthias Schiffer
2f18821843
fastd: update URL and PKG_SOURCE_URL 2019-08-21 16:14:11 +02:00
Dirk Brenken
f188a0e904
Merge pull request #9788 from dibdot/adblock
adblock: update 3.8.2
2019-08-21 14:27:32 +02:00
Andy Walsh
086937052b cifsd: update to git (2019-08-19)
* update to git (2019-08-19)
* use new "kill_server" sysfs option on stop
* ensure reload_service() works correctly
* add inherit owner, force create mode, force directory mode UCI options
* add patches for mips target (vfree, vmalloc)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-08-21 14:10:31 +02:00
Dirk Brenken
806f5ca9d8
adblock: update 3.8.2
* background service: no longer miss "signal" events for the
  dns backend (to trigger adblock)
* fix a dns backend reload issue during switch between
  different blocking modes
* domain query: report found domains only once in
  "null" blocking mode with IPv4 & IPv6 list entries

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-08-21 11:16:43 +02:00
Rosen Penev
a1c0924f5a
Merge pull request #9780 from wfleurant/ygg-bump-0-3-7
yggdrasil: bump to 0.3.7
2019-08-20 09:36:24 -07:00
William Fleurant
8ebbd8cd4e yggdrasil: bump to 0.3.7
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-08-20 08:45:43 -04:00
Dirk Brenken
f4c2d9fb59
Merge pull request #9779 from dibdot/adblock
adblock: update 3.8.1
2019-08-20 09:50:05 +02:00
Dirk Brenken
866878aa78
adblock: update 3.8.1
* fix a possible race condition during DNS file reset on slow hardware
* optimize DNS restart behaviour in 'null' blocking mode
* mute useless warnings

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-08-20 09:45:28 +02:00
Hannu Nyman
80522ab982
Merge pull request #9763 from stangri/master-simple-adblock
simple-adblock: support for varios DNS resolvers/options
2019-08-18 21:07:45 +03:00