Commit Graph

3443 Commits

Author SHA1 Message Date
Hans Dedecker 01692d9e13 xtables-addons: rtsp: update source in expected RTP connection
Update source IP of the expected RTP connection according to the SOURCE
attribute value if present in the RTSP SETUP REPLY message.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-04-27 14:07:09 +02:00
Hans Dedecker 91c88342ff xtables-addons: rstp: use specific source in expected RTP connection
Instead of passing a wildcard source to the expected RTP data connection;
use the server IP address of the RTSP SETUP packet or the RTP media source
from the SETUP URI contained in the SETUP packet.
This guarantees RTP data is only accepted from the expected source.

Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-04-18 14:32:32 +02:00
Daniel Golle 4cf0f36ca6 gnunet: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-02-07 20:57:33 +01:00
Peter Wagner faa8ce7690 tor: update to 0.3.2.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-02-05 22:57:52 +01:00
Hannu Nyman be1012d242
Merge pull request #5568 from lucize/clamup
clamav: update to 0.99.3
2018-02-05 17:47:22 +02:00
Hannu Nyman fed12673b2
Merge pull request #5491 from TDT-AG/pr/20180123-mwan3-add-service
mwan3: add init script to enable/disable mwan3
2018-02-05 17:43:33 +02:00
Florian Eckert 40f66cf432 net/mwan3: update to version 2.6.10
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:30 +01:00
Florian Eckert 8fa2101ea3 net/mwan3: add mwan3_init function
Move all shell commands which are executed during /lib/mwan3/mwan3.sh
sourceing into a seperate init function which must be called at first.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:28 +01:00
Florian Eckert 7cf9d9ec20 net/mwan3: send SIGKILL to mwan3track
In some situation it is not enough to send a SIGTERM to mwan3track to
ask service to stop accurate. If this does not work send him a SIGKILL
to prevent mwan3track running more then once per interface.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:25 +01:00
Florian Eckert f9a787e8df net/mwan3: add init script to enable/disable mwan3 globally
Adding a init script to "/etc/init.d/" introduce the possibility to
enable/disable mwan3 globally.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:23 +01:00
Lucian Cristian 0531bac6da clamav: update to 0.99.3
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-02-04 19:10:07 +02:00
Hannu Nyman a819724776
Merge pull request #5551 from yangfl/master
i2pd: Update to 2.18.0, fix #5511
2018-02-04 13:46:45 +02:00
Jo-Philipp Wich d8aab3467b
Merge pull request #5557 from pprindeville/xtables-addons-xtgeoip-dir
xtables-addons: don't forget database dir
2018-02-04 12:42:57 +01:00
Hannu Nyman f85ffb54f1
Merge pull request #5560 from neheb/port-trans
transmission: Fix port test + other fixes.
2018-02-02 23:42:53 +02:00
David Yang b4e06b5805 i2pd: Update to 2.18.0, fix #5511
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-02-03 02:50:05 +08:00
Stijn Tintel 8941bd7869
Merge pull request #5272 from dedeckeh/pr-strongswan-1
Fix ipsec reload and extend uci
2018-02-02 18:48:02 +01:00
Yousong Zhou 805c6b0ecf shadowsocks-libev: remove unnecessary curly braces
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-02 17:26:53 +08:00
Yousong Zhou 4d211674ce shadowsocks-libev: bump to version 3.1.3
Notable changes since 3.1.2

    afce1b3 eliminate timered delay between handshake and data stream #1572
    539bf6e sni in redir removed and no disable_sni option #1876
    1d94442..29ff5d3 udprelay fix (no idea what's the problem...) #1883

Now disable_sni=true is the default.  Existing uci configs setting it
will be a nop

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-02 17:24:45 +08:00
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
Rosen Penev e0a5ed9f76 transmission: Fix port test + other fixes.
Ran the transmission init script through shellcheck and fixed errors. Also cleaned up a bit.

Removed ionice support. Will reintroduce if procd adds support.

Removed config_overwrite debugging variable. No need for it.

Enabled TLS verify by default. Added a dependancy to ca-bundle as a result. This is a default in current trunk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-01 20:27:07 -08: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