Commit graph

3422 commits

Author SHA1 Message Date
Philip Prindeville
36105be50e xtables-addons: don't forget database dir
Don't /usr/share/xt_geoip/ which is needed to build database into.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-02-01 22:29:22 -07:00
dibdot
5040f5721f
Merge pull request #5547 from dibdot/adblock
adblock: update 3.5.0
2018-01-31 20:28:29 +01:00
Dirk Brenken
c44e40809e adblock: update 3.5.0
* major performance boost: add a flexible 'Download Queue' to handle
  downloads & list processing in parallel, default queue size is '4',
  you can raise this e.g. to '8' or '16' to get it really fast
* replace former 'whitelist mode': the new 'Jail' option
  builds an additional 'adb_list.jail' list in parallel
  which can be used manually for guest wifi or kidsafe configurations
* regex parser & query function now fully support IDN domains
  with non-ASCII characters
* add error handling in tld compression,
  to handle OOM conditions better
* adblock.notify sends now html emails,
  to get a better look & feel, even on mobile devices
* add czech regional blocklist maintained by turris omnia users
* LuCI: Support new 'Download Queue' & 'Jail' options
* LuCI: fix field width in "Runtime Information" section

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-01-31 13:13:32 +01:00
Maxim Storchak
c2743dee80 rsync: update to 3.1.3
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2018-01-31 12:45:08 +02:00
Hannu Nyman
dfcb2ca77c
Merge pull request #5527 from neheb/tra-upnp
transmission: Use external libminiupnpc instead of internal.
2018-01-29 13:54:28 +02:00
Yousong Zhou
f6b24878a0 pixiewps: bump to version 1.4.2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-01-29 19:12:24 +08:00
David Mora
bbab28385b stubby: Initial commit of openwrt package for stubby daemon
(This daemon utilizes the getdns library)

Signed-off-by: David Mora <iamperson347+public@gmail.com>
2018-01-29 10:45:16 +00:00
Rosen Penev
1e8905176d transmission: Use external libminiupnpc instead of internal.
The original patch that forced internal usage hid an actual issue in the build system. Replace patch with upstream one.

Also reorganized the Makefile a bit and removed some cruft.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-01-28 13:13:40 -08:00
Hannu Nyman
b3710f578a
Merge pull request #5526 from neheb/mbedtls
transmission: Update to 2.93 + fixes [v2]
2018-01-28 20:51:48 +02:00
Rosen Penev
1d36e57072 transmission: Update to 2.93 + fixes [v2]
DNS rebinding protection introduced a new option. Use it to disable it as OpenWrt does not need it.

Adjusted Makefile to use the release instead of a git version. Also cleaned up and added LICENSE entries.

Eliminated useless patches. The syslog one actually doesn't log much. No need to mask the os release anymore either.

Added group entry to init script. Otherwise files end up being owned by user:root which is bogus.

v2: Previous maintainer relied on git version of Transmission for mbedtls support. Backport it to the stable instead.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-01-28 10:04:19 -08:00
Peter Wagner
856c89082d git: update to 2.16.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-01-28 18:54:34 +01:00
Hannu Nyman
3b3fed7fb8 Revert "transmission: Update to 2.93 + fixes"
This reverts commit 606f615048.

The commit broke the patches:
> Applying ./patches/020-use-internal-miniupnp.patch using plaintext:
> patching file configure.ac
> Hunk #1 succeeded at 378 (offset -8 lines).
>
> Applying ./patches/040-fix-for-mbedtls.patch using plaintext:
> patching file configure.ac
> Hunk #1 FAILED at 154.
> 1 out of 1 hunk FAILED -- saving rejects to file configure.ac.rej
2018-01-28 19:09:38 +02:00
Hannu Nyman
5ea2e197e3
Merge pull request #5524 from Andy2244/krb5-update
krb5: update to 1.16 and samba4 fixes
2018-01-28 17:38:20 +02:00
Andy Walsh
2538992f31
krb5: add PKG_USE_MIPS16:=0
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-01-28 16:01:39 +01:00
Andy Walsh
6ce614c637 krb5: update to 1.16 and samba4 fixes
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-01-28 15:24:25 +01:00
W. van den Akker
57ddfa8abc
Shorewall6: Bump to version 5.1.11.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-01-28 10:34:21 +01:00
W. van den Akker
041eae8812
Shorewall6-lite: Bump to version 5.1.11.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-01-28 10:27:07 +01:00
W. van den Akker
64b63a42ca
Shorewall: Bump to version 5.1.11.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-01-28 10:25:29 +01:00
W. van den Akker
555aa23f9b
Shorewall-lite: Bump to version 5.1.11.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-01-28 10:24:53 +01:00
W. van den Akker
b1aecff057
Shorewall-core: Bump to version 5.1.11.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-01-28 10:24:02 +01:00
Hannu Nyman
5d0688284b
Merge pull request #5484 from neheb/patch-1
transmission: Update to 2.93 + fixes
2018-01-28 10:29:05 +02:00
Rosen Penev
606f615048 transmission: Update to 2.93 + fixes
DNS rebinding protection introduced a new option. Use it to disable it as OpenWrt does not need it.

Adjusted Makefile to use the release instead of a git version. Also cleaned up and added LICENSE entries.

Eliminated useless patches. The syslog one actually doesn't log much. No need to mask the os release anymore either.

Added group entry to init script. Otherwise files end up being owned by user:root which is bogus.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-01-27 18:26:40 -08:00
Yousong Zhou
bd93547d2b inadyn: update package description and project url
Fixes #5348

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-01-27 14:38:27 +08:00
Hannu Nyman
3468ba8ef2
Merge pull request #5499 from daztucker/master
net/https-dns-proxy: Update to 2018-01-24.
2018-01-26 16:26:58 +02:00
Hannu Nyman
f3e5228313
Merge pull request #5509 from stangri/vpnbypass
vpnbypass: better start/stop from Web UI and triggers
2018-01-26 16:26:05 +02:00
Stan Grishin
4c06b95a34 simple-adblock: better start/stop/reload/uninstall
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-01-25 19:35:52 -08:00
Stan Grishin
d7b0dc611f vpnbypass: better start/stop from Web UI and triggers
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-01-25 19:16:35 -08:00
Darren Tucker
c962ab62f8 net/https-dns-proxy: Update to 2018-01-24.
Add dependency on ca-bundle without which the HTTPS fetches fail.
Add "-x" option to force HTTP/1.1 instead of HTTP/2.0
Add a workaround for bug in libcurl <7.530 that prevents it from
working at all when built with mbedtls.

Signed-off-by: Darren Tucker <dtucker@dtucker.net>
Acked-by: Aaron Drew <aarond10@gmail.com>
2018-01-26 10:04:02 +11:00
Hannu Nyman
8372e4ce89
Merge pull request #5490 from TDT-AG/pr/20180123-stunnel-fix-reload
net/stunnel: fix reload and crash loop on invalid configuration
2018-01-23 19:22:17 +02:00
Hannu Nyman
2570aeb1f3
Merge pull request #5489 from mwarning/zerotier
zerotier: support controller mode
2018-01-23 19:21:19 +02:00
Florian Eckert
3426baff06 net/stunnel: Remove abdicate maintainer
Update PKG_RELEASE version to 4.
Remove Daniel Engberg from PGK_MAINTANER list.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-23 14:37:02 +01:00
Florian Eckert
68f6fc25a0 net/stunnel: check if service section is configured to prevent crash loop
If a service section is not presented in the configuration then stunnel will
always start anyway. This ends in a crash loop because the configuration is not
valid.
Checking in "uci" mode if a service section is presented and only then
start the stunnel service will solve this issue.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-23 14:37:02 +01:00
Florian Eckert
66349b4cd9 net/stunnel: do always stop/start on config change
Do not send a SIGHUP on reload configuration let procd restart the
service with stop/start. This is saver.

Add uci generated stunnel file to procd "file" attribute to
reload/restart the stunnel service.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-23 11:53:47 +01:00
Moritz Warning
90fca8e23a zerotier: support controller mode
* add config_path option since the controller mode needs a persisting path to be used
* add patch to fix a bug in the controller code (https://github.com/zerotier/ZeroTierOne/issues/553)
* disable zerotier by default, as the default settings let it connect to a public network

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-01-23 11:49:07 +01:00
champtar
4d5c752f45
Merge pull request #5311 from mwarning/kadnode
kadnode: add new package
2018-01-22 04:37:01 +01:00
champtar
b6c6c9e535
Merge pull request #5390 from diizzyy/net-inadyn
inadyn: Update to 2.3
2018-01-21 15:05:02 +01:00
Sebastian Kemper
f22e179b12 sngrep: move to telephony repo
Delete sngrep from openwrt/packages. Once done it will be put into the
openwrt/telephony repo.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-21 14:25:04 +01:00
Sebastian Kemper
43dfd37195 sipgrep: move to telephony repo
Delete sipgrep from openwrt/packages. Once done it will be put into the
openwrt/telephony repo.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-01-21 14:23:15 +01:00
Nikos Mavrogiannopoulos
aa93ca86db openconnect: build without options we don't support
That is, since we don't require gssapi or libpskc, avoid
accidental builds with it.

Closes #5474

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-01-20 23:47:44 +01:00
Hannu Nyman
b5fbdd7fef coova-chilli: remove matrixssl dependency
matrixssl is still in the oldpackages repo,
so coova-chilli should not depend on it.

Remove the config option for selecting matrixssl lib
and the dependency declaration.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-20 16:44:08 +02:00
Jo-Philipp Wich
f2760f973f
Merge pull request #5451 from jow-/ulogd-conditional-deps
ulogd: conditionalize dependencies
2018-01-20 15:19:50 +01:00
Eric Luehrsen
d12d2e31d3 unbound: update to 1.6.8 for CVE-2017-15105
A vulnerability was discovered in the processing of wildcard synthesized
NSEC records. While synthesis of NSEC records is allowed by RFC4592,
these synthesized owner names should not be used in the NSEC processing.
This does, however, happen in Unbound 1.6.7 and earlier versions.
(see https://unbound.net/downloads/CVE-2017-15105.txt)

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-01-19 20:11:49 -05:00
Yousong Zhou
d438de95a6 vpnc: fix using proto_add_host_dependency
Fixes #4343

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-01-19 11:17:27 +08:00
Michael Heimpold
e3e2c08487 ser2net: fix dynamic config generation (refs #5302)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-01-18 22:30:27 +01:00
Daniel Golle
e1f66e0ee7 gnunet: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-01-18 19:49:57 +01:00
Hannu Nyman
3e62173de5
Merge pull request #5466 from danielg4/master
unbound: fix crash when using odhcpd w/o dnsmasq
2018-01-18 16:45:13 +02:00
Daniel Gimpelevich
379e28880b unbound: fix crash when using odhcpd w/o dnsmasq
When using the configuration under "Unbound and odhcpd" in the package's
README.md, the scripts generated a malformed config file for unbound, due
to an "ip route" command giving extra output lines with the string
"anycast" where the awk script expects an address. These are now filtered.

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2018-01-18 04:22:12 -08:00
Noah Meyerhans
f714c9071d bind: Update to 9.11.2-P1
New upstream release fixes the following security issues:

 * CVE-2017-3145: BIND was improperly sequencing cleanup operations on
   upstream recursion fetch contexts, leading in some cases to a use-after-free
   error that can trigger an assertion failure and crash in named.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2018-01-17 08:56:31 -08:00
Daniel Golle
25c8039d9b
Merge pull request #5315 from dangowrt/ola-no-sudo
ola: improve init script
2018-01-17 14:14:36 +01:00
Philip Prindeville
dc2a0fe5fe xtables-addons: add package for geoip scripts
The iptables-mod-geoip is usually used in conjunction with some
wrapper scripts which manipulate the GeoIP database and then kick out
one or more iptables rules.  This package contains (1) the script to
download the most recent version of the MaxMind freemium database and
(2) another script which mangles the database into sets up iptables
rules.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-01-16 19:29:25 +01:00