Commit graph

3275 commits

Author SHA1 Message Date
Hannu Nyman
4b3015b075
Merge pull request #5057 from dibdot/adblock
adblock: release 3.1.0
2017-11-04 15:51:26 +02:00
Dirk Brenken
02e21a1e71 adblock: release 3.1.0
* please note: config file update required!
* add 'whitelist only' mode, block access to all domains
  except those explicitly listed in the whitelist file
* rework awk regex for all blocklist sources
  * include 'third-party' domains for all regional lists
  * change adguard url and refine filter ruleset
  * use POSIX character classes
  * fix regex for whitelist preparation
  * fix corner case parsing issues
* fix enable/disable behavior
* various other small fixes
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-11-04 14:00:20 +01:00
Hannu Nyman
d6414cf42b
Merge pull request #5041 from StevenHessing/noddos
noddos: bump to v0.5.5
2017-11-02 17:36:07 +02:00
Daniel Salzman
f98ab6689f knot: upgrade to 2.5.6
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-11-02 10:38:50 +01:00
Steven Hessing
dc19369d5c noddos: bump up to noddos v0.5.5
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-11-01 21:27:04 -07:00
Peter Wagner
53e9e952ea wget: set myself as maintainer
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-11-01 22:24:43 +01:00
Hannu Nyman
58b038e8b5
Merge pull request #5039 from wendy2001011/wendy-1
ddns-script: fix update_url incorrect for duckdns.org service
2017-10-31 18:48:00 +02:00
Hannu Nyman
92ffab8bbe wget: fix update to 1.19.2 for buildbot
Disable linkage to libunistring with a hack: advice configure
to use included libunistring when there is actually none.
This avoids libunistring detection in buildbot the the need
for dependency.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-10-30 18:37:27 +02:00
champtar
ced4eaf5a5
Merge pull request #3647 from rogerpueyo/mikrotik-btest
mikrotik-btest: Add package
2017-10-30 09:33:50 -07:00
Florian Eckert
d4e1c96cc4 net/keepalived: move track_interface generation into own section
In a vrrp_instance the track_interface could not be referenced similar
to a track_script. The uci track_interface section must be always set
into every vrrp_instance.

During config generation use the already prepared function
"print_track_elem_indent" to write the track_interface section into every
vrrp_instance which references this.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-10-30 15:40:25 +01:00
Florian Eckert
b66372fb43 net/keepalived: add quoting for print_elems_indent function
If you add a notify_* script which is not only a path to a script or
to a bin file, it is necessary to quote to whole string. If you do not
quote this the config will not get accepted by keepalived and so will
not start. This will fix this issue.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-10-30 15:40:25 +01:00
Florian Eckert
e58a068447 net/keepalived: preserve keepalived uci file over sysupgrade
Preserve keepalived uci file over sysupgrade.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-10-30 15:40:25 +01:00
Florian Eckert
2360f361f5 net/keepalived: update CONFIGURE_ARGS
Remove unused and unrecognized (outdated) configure options in Makefile.
--enable-vrrp
--enable-fwmark
--disable-debug
--disable-profile

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-10-30 15:40:25 +01:00
Florian Eckert
b5104b0f62 net/keepalived: update version to 1.3.9
update keepalived to version 1.3.9

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-10-30 15:16:26 +01:00
Florian Eckert
ebc64a2748 net/keepalived: remove patches for version 1.2.19
This patches are already upstream. Not needed anymore.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-10-30 15:15:54 +01:00
Peter Wagner
d971514af8 tor: disable lzma to get rid of the liblzma.so.5 dependency
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-30 12:22:37 +01:00
Roger Pueyo Centelles
8a51e7d213 mikrotik-btest: Add package
mikrotik-btest is a bandwidth test client compatible with Mikrotik's RouterOS BTest server.

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
2017-10-30 09:08:51 +01:00
Wendy Wu
8e62bc6b6c ddns-script: fix update_url incorrect for duckdns.org service
Maintainer: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Compile tested: arch:arm, OpenWRT/LEDE version:for-15.05
Run tested: arch:arm, OpenWRT/LEDE version:for-15.05, tests done

Description:
<ddns-script>: fix update_url incorrect for duckdns.org service
Signed-off-by: Wendy Wu <wendy2001011@163.com>
2017-10-30 14:07:16 +08:00
Peter Wagner
11af80ebe1 wget: update to 1.19.2
Fixes: CVE-2017-13089, CVE-2017-13090

switch to gz as there is no xz tarball for 1.19.2

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-29 19:39:08 +01:00
Matthias Schiffer
dfd652ff3b
jool: fix PKG_BUILD_DIR to avoid kernel ABI mismatch
As jool builds a kernel module, a PKG_BUILD_DIR under KERNEL_BUILD_DIR must
be used to avoid reusing build artifacts when switching to a different
target of the same architecture. Otherwise, kernel ABI mismatches may
result, leading to an unusuable module, or build failures like the
following:

    Package kmod-jool is missing dependencies for the following libraries:
    crypto_hash.ko

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-10-29 18:36:59 +01:00
Peter Wagner
90a74ed428 irssi: fix typo
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-29 17:07:24 +01:00
Peter Wagner
dfb51561ef irssi: update to 1.0.5
Fixes the following CVEs:

CVE-2017-15227
  https://nvd.nist.gov/vuln/detail/CVE-2017-15227

CVE-2017-15228
  https://nvd.nist.gov/vuln/detail/CVE-2017-15228

CVE-2017-15721
  https://nvd.nist.gov/vuln/detail/CVE-2017-15721

CVE-2017-15722
  https://nvd.nist.gov/vuln/detail/CVE-2017-15722

CVE-2017-15723
  https://nvd.nist.gov/vuln/detail/CVE-2017-15723

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-29 17:04:22 +01:00
Hannu Nyman
80c3c0bd2f
Merge pull request #5011 from Borromini/mii-tool
mii-tool: fix kernel 4.9 compatibility
2017-10-27 22:27:51 +03:00
Stijn Segers
8b829cdbc1 net/mii-tool: fix kernel 4.9 compatibility
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
2017-10-27 20:16:53 +02:00
Hannu Nyman
0f1e755ec2 Merge pull request #4996 from f00fc7c9/dynv6
ddns-scripts: fix dynv6.com "unchanged" response
2017-10-27 16:28:59 +03:00
Peter Wagner
314aad053b git: update to 2.14.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-27 00:12:31 +02:00
Hannu Nyman
9ad97d7585 Merge pull request #5016 from tru7/0.0.1.34
linknx: bump to version 0.0.1.34
2017-10-26 18:28:12 +03:00
Othmar Truniger
3c668250f9 linknx: bump to version 0.0.1.34
Signed-off-by: Othmar Truniger <github@truniger.ch>
2017-10-25 20:26:27 +02:00
Hannu Nyman
5e6b44559e Merge pull request #5008 from commodo/ovs-upgrade-2.8.1
openvswitch: upgrade to 2.8.1 ; package more stuff from the OVS build
2017-10-25 20:02:02 +03:00
Hannu Nyman
bc4671ac5b Merge pull request #5000 from kissg1988/seafile
seafile: upgrade to 6.2.2
2017-10-25 19:59:35 +03:00
Marcin Jurkowski
f3bf7eb125 nbd: fix gnutls dependency
Get rid of gnutls dependency introduced in 5bca84b. Needs patching
configure script to make gnutls existence test optional.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2017-10-25 16:52:28 +02:00
Alexandru Ardelean
1a53301cd1 openvswitch: upgrade to 2.8.1 ; package more stuff from the OVS build
I should have packaged the OVN stuff, VTEP and what-not
earlier, but was not inspired to do this earlier.

I made some time now to package those parts.

Disabling flake8 & python3 explicitly.
They might get detected and cause weird build errors.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-10-24 14:57:12 +03:00
Gergely Kiss
252442d294 seafile: upgrade to 6.2.2
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-10-22 23:43:09 +02:00
Hannu Nyman
71f79a6e23 Merge pull request #4995 from kuoruan/aria2
Aria2 Update
2017-10-22 23:15:53 +03:00
Peter Wagner
39a9b7867c tor: update to 0.3.1.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-22 21:32:59 +02:00
Ernest Moshkov
6943f44550 ddns-scripts: fix dynv6.com "unchanged" response
Maintainer: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Run tested: LEDE Reboot 17.01.3 r3533-d0bf257c46

Description:

user.err ddns-scripts: IP update not accepted by DDNS Provider

dynv6.com response "unchanged" is OK

Signed-off-by: Ernest Moshkov <e.moshkov@gmail.com>
2017-10-22 17:08:38 +03:00
Hsing-Wang Liao
e66bfeafae aria2: Bump 1.33.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-10-22 17:01:59 +08:00
Hsing-Wang Liao
fda73d7422 aria2: Fix typo in Config.in
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-10-22 17:01:40 +08:00
Jonathan McCrohan
770ca2d401 sslh: simplify Makefile
Fixes bug where sslh was being linked against libconfig, but libconfig
CPPFLAGS were being ignored.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2017-10-21 22:12:39 +01:00
Nikos Mavrogiannopoulos
10473e43d2 ocserv: updated to 0.11.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-10-21 20:27:45 +02:00
Hannu Nyman
3c1fb8eb24 Merge pull request #4933 from sartura/sysrepo_release
Sysrepo release
2017-10-21 09:45:28 +03:00
Hannu Nyman
9d374eb0c3 Merge pull request #4968 from marcin1j/pr/20171018-nbd-bump-to-3.16.2
nbd: bump to 3.16.2
2017-10-21 09:12:20 +03:00
Hannu Nyman
b321f478d3 Merge pull request #4971 from StevenHessing/noddos
noddos: v0.5.4 SendUdpPing fix
2017-10-21 09:12:01 +03:00
Marko Ratkaj
5572eab847 dhcpcd: bump to 6.11.5
1.) pkg version bumped from 6.4.3 to 6.11.5
2.) maintainer changed to me (#4944 dhcpcd: needs a new maintainer)
3.) source changed from bz2 to xz
4.) removed old unnecessary patch
5.) minor style improvements

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-10-20 09:42:41 +02:00
Luka Perkov
b1c01940dd Merge pull request #4857 from sartura/squid_bump_to_3.5.27
squid: bump to 3.5.27
2017-10-19 21:06:06 +02:00
Steven Hessing
3e897585d4 noddos: v0.5.4 SendUdpPing fix
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-10-18 19:50:18 -07:00
Lucian Cristian
7555971dd7 xl2tpd: add some default configs needed on most of cases
mtu 1400, mru 1400 - on ppp devices, usually we need lower mtu, the existing link mabye is already under a lower MTU
require-mschap-v2 - most of the time l2tp is used in conjunction with windows client who will use this kind of auth
lcp-echo-interval 20, lcp-echo-failure 5 - keep alive 20 seconds interval and dead peer detection after 100 seconds
connect-delay 5000 - wait for up to 5 seconds after the connect script finishes for a valid PPP packet from the peer
nodefaultroute - prevent users from creating default routes with pppd
nodefaultip - disables the default behavior when no local IP address is specified
proxyarp - this will have the effect of making the peer appear to other systems to be on the local ethernet

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-10-19 09:48:44 +08:00
Lucian Cristian
2e5a59c5b4 xl2tpd: update to 1.3.10
lock is no longer needed and it breaks the setup
explicit added PKG_BUILD_DEPENDS:=libpcap, an indirect depend included in ppp and needed for pfc

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-10-19 09:48:44 +08:00
Marcin Jurkowski
5bca84ba53 nbd: bump to 3.16.2
Upgrade nbd to version 3.16.2.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2017-10-18 21:12:52 +02:00
Marko Ratkaj
ce66ecde24 clamav: fix invalid zlib version error
ClamAV's configure script uses grep to check for bugy zlib version
1.2.1. Since current OpenWrt zlib version is 1.2.11 this check passes
and build fails. This patch will disable this unneeded check and make
sure we are looking for zlib on the right location.

clamdtop was beeing built without it's ncurses dependency. Build system
would link it to the host's ncurses making the program fail at run time.
This patch will disable building of optional clamdtop, otherwise we need
to add ncurses as a dependency and fix the search path.

Increase PKG_RELEASE to reflect changes.

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-10-18 17:21:40 +02:00
Ted Hess
569a8f5956 Merge pull request #4967 from dibdot/adblock
adblock: update 3.0.3
2017-10-18 10:48:06 -04:00
Dirk Brenken
5c934e5352 adblock: update 3.0.3
* add new list source to default config to block browser-based
  crypto mining

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-10-18 12:50:12 +02:00
Hannu Nyman
df72a84986 Merge pull request #4948 from ldir-EDB0/remwireguard
wireguard: drop wireguard
2017-10-16 19:34:07 +03:00
Jonathan Bennett
5a69b9c08f Fwknopd: Bump PKG_RELEASE and minor fix
An unneccesary include in the init file was causing problems when using the package builder.
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2017-10-16 11:20:18 -05:00
Hannu Nyman
7e1ab2dd95 Merge pull request #4924 from oldium/fwknopd-init-script
fwknop: Add start-up dependency on network interface for fwknopd.
2017-10-16 19:17:16 +03:00
Hannu Nyman
58ebbb7a49 Merge pull request #4947 from commodo/tcpreplay-update
tcpreplay: update to version 4.2.5
2017-10-16 17:35:38 +03:00
Hannu Nyman
8a0e5c4008 Merge pull request #4950 from StevenHessing/noddos
noddos: noddos v0.5.3
2017-10-16 17:34:54 +03:00
Steven Hessing
330768a409 noddos: noddos v0.5.3
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-10-16 06:09:33 -07:00
Kevin Darbyshire-Bryant
ff07e0c835 wireguard: drop wireguard
WireGuard was added to LEDE core. See discussion at
lede-project/source#1409

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2017-10-16 13:01:12 +01:00
Alexandru Ardelean
d8f7818311 tcpreplay: update to version 4.2.5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-10-16 09:58:22 +03:00
Thomas Heil
f75385588b memcached: update to version 1.5.2
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 19:10:59 +02:00
Thomas Heil
2ef52e041b haproxy: disable lua on mips
- to fix  #4606 we disable to lua build for haproxy
   depending on CONFIG_mips = y

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 18:48:29 +02:00
Thomas Heil
1feb0bae0f haproxy update to 1.7.9 and pending patches
- update lua to 5.3.4

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 17:25:38 +02:00
Thomas Heil
923b4558a6 apache: update to 2.4.28
- fix CVE-2017-9798
 - fix #4926
  make http2 support configurable, in case of enables libnghttp2
  package dont build http2. instead use CONFIG_APACHE_HTTP2 to
  enable http2 support

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 16:59:50 +02:00
Mislav Novakovic
cd37f47e62 netopeer2: bump to latest version
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-10-12 11:28:39 +02:00
Mislav Novakovic
cc9eedb786 sysrepo: bump to latest version
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-10-12 11:28:39 +02:00
Eric Luehrsen
e59bc86e21 unbound: update to 1.6.7
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-10-11 00:12:48 -04:00
Oldřich Jedlička
22a9f58909 fwknop: Add start-up dependency on network interface for fwknopd.
Added new "network" section with option "network", which takes network
interface name.

The start-up is migrated to use procd and depend either on the "network"
interface (after resolving it to a physical device), or on the PCAP_INTF
option from "config" section (usual place for raw interface name for
fwknopd). When the uci_enabled option is disabled, the value of PCAP_INTF
is taken from the user-provided fwknopd.conf.

Also fixed UCI_ENABLED variable evaluation.

Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
2017-10-10 19:23:44 +02:00
champtar
bc5e788164 Merge pull request #4887 from diizzyy/patch-94
net/l7-protocols: Remove from tree
2017-10-09 15:34:06 -07:00
Daniel Engberg
21bcd799d3 net/l7-protocols: Remove from tree
The l7-filter project hasn't been active for a very long time and support in
OpenWrt/LEDE has been dropped making this package orphaned.

Support in qos-script removed: bdb6c313de367280ed17ad234136f133ceb37551
(SVN: r45425)
Support in tree removed: d0ba3bb1e24702e472eee2f3a5b7f9e4646b8ff1
(SVN: r45423)

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-10-09 08:14:38 +02:00
Hauke Mehrtens
7bb34ef7fc freeradius3: fix CVE-2017-9148
This takes the fix for CVE-2017-9148 from Debian.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2017-10-08 21:05:12 +02:00
champtar
48625fbed0 Merge pull request #4907 from stargieg/master
knxd: Fix config file location and init script.
2017-10-08 08:48:57 -07:00
champtar
9327639722 Merge pull request #4899 from fededim/master
lftp: compilation bugfix for old openwrt buildroot
2017-10-08 08:24:28 -07:00
Federico Di Marco
97c16445b2 lftp: compilation bugfix for old openwrt buildroot
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2017-10-08 09:39:02 +02:00
champtar
5c1be8ee05 Merge pull request #4850 from p-wassi/pppoe-relay
net/rp-pppoe: fix typo in init script
2017-10-07 20:39:43 -07:00
champtar
51a65144ef Merge pull request #4909 from StevenHessing/noddos
noddos: v0.5.2, mDNS TXT parsing fix
2017-10-07 20:34:05 -07:00
Hannu Nyman
79ef85aa8c Merge pull request #4906 from ldir-EDB0/bumpwireguard
wireguard: bump to release 0.0.20171005
2017-10-07 12:00:24 +03:00
Steven Hessing
16a4bcbcd1 noddos: v0.5.2, mDNS TXT parsing fix
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-10-06 14:13:53 -07:00
Patrick Grimm
596e228884 knxd: Fix typo in sh vars „send-delay“ and „client-addrs“
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2017-10-06 15:58:24 +02:00
Patrick Grimm
ade26942ac knxd: Add uci config and knxd_args to ini convert
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2017-10-06 14:51:22 +02:00
Patrick Grimm
53caa112be knxd: Fix config file location and init script.
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2017-10-06 14:12:48 +02:00
Bruno Randolf
dce9c6496a horst: Use https tar.gz instead of git download
Signed-off-by: Bruno Randolf <br1@einfach.org>
2017-10-06 10:15:32 +01:00
Kevin Darbyshire-Bryant
4ca30618f6 wireguard: bump to release 0.0.20171005
Bump to latest release snapshot.

Tested on: ar71xx Archer c7 v2

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2017-10-06 10:00:41 +01:00
Hannu Nyman
6376544d15 Merge pull request #4898 from br101/horst
horst: Update to version 5.1 and add init script
2017-10-05 21:30:10 +03:00
Peter Wagner
09bfebc7da openssh: update to 7.6p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-05 19:50:30 +02:00
Daniel Golle
39f9fc4e48 gnunet: update git snapshot
Start building with testing enabled as a preparation to eventually
packaging the testbed components.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-10-05 15:40:29 +02:00
Daniel Golle
585385a8d0 gnurl: update to version 7.55.1-4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-10-05 15:40:03 +02:00
Bruno Randolf
0840efd64c horst: Update to version 5.1 and add init script
Update to latest stable version and add init script and config file to start
horst in server mode as a service.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2017-10-04 21:40:16 +01:00
Paul Wassi
89c7fa089e net/rp-pppoe: cleanup config options
Remove misspelled configuration options which were left in place
for reasons of backwards-compatibility.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2017-10-04 16:14:51 +02:00
Paul Wassi
a5c43479ce net/rp-pppoe: fix typo in init script
Due to a typo in the init scripts, certain parameters are not appended
to the cmdline. (max. # of concurrent sessions).
For backwards compatibility leave both spellings in place.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2017-10-04 16:13:38 +02:00
Hannu Nyman
938401f4a4 Merge pull request #4894 from StevenHessing/noddos
noddos: bump up to noddos v0.5.1
2017-10-03 10:20:54 +03:00
Steven Hessing
88f3b3db17 noddos: bump up to noddos v0.5.1
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-10-02 17:34:17 -07:00
Hannu Nyman
81ee54c24c Merge pull request #4892 from fededim/master
lftp: updated to 4.8.2
2017-10-02 20:39:55 +03:00
Federico Di Marco
7049eb1746 lftp: updated to 4.8.2
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2017-10-02 10:43:23 +02:00
Jason A. Donenfeld
a69c4b73a9 wireguard: bump to release 0.0.20171001
Simple version bump.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-10-02 03:15:35 +02:00
Daniel Engberg
8f177b2430 net/dansguardian: Remove from tree
Dansguardian hasn't seen a release in over 5 years and been deprecated
upstream. We're just doing a disservice providing software that isn't
supported. If functionality is needed please use e2guardian instead (in tree).

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-10-02 00:34:10 +02:00
Peter Wagner
64db240f13 git: update to 2.14.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-01 22:12:01 +02:00
Daniel Salzman
3da0750725 knot: upgrade to 2.5.5
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-29 15:04:49 +02:00
Stijn Tintel
e4165b4452 net-snmp: avoid duplicate section names
It seems that UCI can't handle duplicate section names in a single
config file, even if they use different types. After the previous
commit, running `uci export` results in the following error:

uci: Parse error (section of different type overwrites prior section with same name) at line 17, byte 23

Append a 6 to the com2sec6 section names to solve this.

Fixes: 0e1c8b4ccc ("net-snmp: snmpd: listen on IPv6 by default")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-09-29 04:36:47 +03:00
Stijn Tintel
0e1c8b4ccc net-snmp: snmpd: listen on IPv6 by default
Closes #4758.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-09-29 02:45:25 +03:00
Stijn Tintel
8079f86caa net-snmp: add snmptrapd packages
Closes #4724.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-09-29 02:40:49 +03:00
Stijn Tintel
61769b0786 net-snmp: use LN macro
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-09-29 01:56:38 +03:00
Stijn Tintel
83a216bcc9 net-snmp: improve snmp-utils description
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-09-29 01:38:37 +03:00
Hannu Nyman
9bd2f8477e Merge pull request #4866 from sotux/bugfix
net/ddns-scripts: Fix deSEC update URL
2017-09-25 22:21:42 +03:00
Marko Ratkaj
44f41ff9b6 squid: bump to 3.5.27
Bump Squid to version 3.5.27 and fix broken menuconfig menu.

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-09-25 10:50:44 +02:00
Qian Zheng
f626cd6334 net/ddns-scripts: Fix deSEC update URL
deSEC update API doesn't support http://[USERNAME]:[PASSWORD]@update.dedyn.io/update authorization.

So we need to pass username & password as get parameters.

API ref: https://desec.io/#!/en/docs/update-api-details

Signed-off-by: Qian Zheng <sotux82@gmail.com>
2017-09-25 08:56:46 +08:00
Hauke Mehrtens
dbb84d39d4 tor: update to version 0.2.9.12
This fixes the TROVE-2017-008 (CVE-2017-0380) security problem.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2017-09-24 17:51:27 +02:00
champtar
091cb4ef2f Merge pull request #4853 from StevenHessing/noddos
noddos: Noddos v0.5.0 with mDNS / DNS-SD support
2017-09-23 15:16:48 -07:00
champtar
d55f755201 Merge pull request #4872 from champtar/sha256
Fix some PKG_MIRROR_HASH / PKG_HASH
2017-09-23 14:00:04 -07:00
Hannu Nyman
59735c02c8 Merge pull request #4871 from EricLuehrsen/unbound_control
unbound: upstream 1.6.6 and enhance control UCI option
2017-09-23 15:43:36 +03:00
Etienne Champetier
b11c04d310 iotivity: add PKG_MIRROR_HASH
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-09-22 21:53:40 -07:00
Etienne Champetier
f2730554e5 shorewall: use sha256 for PKG_HASH
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-09-22 21:20:36 -07:00
Eric Luehrsen
e7f5bbc65e unbound: update options for remote-control
Enhance the 'control' option to allow using SSL
to connect to the server. Add the 'extended_stats'
option to match 'extended-statistics: yes.'
Document the 'extended_luci' option; it does not
control Unbound, but changes the LuCI tabs.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-09-22 22:54:32 -04:00
Eric Luehrsen
d61a16ca11 unbound: update to 1.6.6
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-09-21 22:54:35 -04:00
Daniel Salzman
e3cecc84a6 knot: upgrade to 2.5.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-20 16:01:11 +02:00
Daniel Salzman
4e79fa8059 knot: upgrade to 2.5.3
Update the default config file to reflect the server changes.
Remove no longer applicable patch.

Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-20 16:01:10 +02:00
Daniel Salzman
f326cc65e3 knot: don't create 'knot' user for utilities
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-20 16:01:10 +02:00
Daniel Salzman
603c7b9815 knot: simplify tests installation and execution
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-20 16:01:10 +02:00
Daniel Salzman
207de88a2c knot: merge knot libraries, add explicit dependency versions, library cleanup
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-20 16:01:10 +02:00
Hannu Nyman
3fcbbbf500 wget: Revert update to 1.19.1
revert the update as the new wget version links to libunistring
that is a rather large library. Better to revert the update now
in order to fix buildbot and then look into solutions.

signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-09-19 19:37:21 +03:00
Steven Hessing
62d9d512d7 noddos: Noddos v0.5.0 with mDNS / DNS-SD support
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-09-18 20:52:09 -07:00
champtar
7fdf3e02cf Merge pull request #4838 from StevenHessing/noddos
noddos: Don't create /var/lib/noddos in Makefile (#4837)
2017-09-18 16:58:37 -07:00
champtar
837d32805d Merge pull request #4852 from diizzyy/patch-90
net/sngrep: Update to 1.4.4-rc2
2017-09-18 16:49:55 -07:00
champtar
5e12eb440d Merge pull request #4844 from diizzyy/patch-88
net/inadyn: Update to 2.2
2017-09-18 16:35:52 -07:00
Daniel Engberg
c1653a5f78 net/sngrep: Update to 1.4.4-rc2
Update sngrep to 1.4.4-rc2

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-09-19 00:17:39 +02:00
Hannu Nyman
50148276a1 wget: try to fix libunistring dependency
wget 1.91.1 configure script tries to link libunistring
if that is found. That lib is rather large and is not that
essential for normal operations, so instead of depending
on that, try to avoid linking it.

Revert an upstream commit that removed the clearance of
libunistring data in case IRI is explicitly disabled
(like we have it).

Reference to upstream commits:
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=00ae9b4ee2caa6640776e9777e7ef5a374d082c0
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=990f3d67d340d226bbd4187f5d310a4d2bf2bfe4

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-09-18 20:40:16 +03:00
champtar
a5b23eff1c Merge pull request #4849 from zx2c4/patch-9
wireguard: bump to release 0.0.20170918
2017-09-18 09:40:47 -07:00
champtar
abcb97f3e9 Merge pull request #4744 from sartura/sysrepo_update
Sysrepo update
2017-09-18 09:34:55 -07:00
Jason A. Donenfeld
a429215a7e wireguard: bump to release 0.0.20170918
Simple version bump.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-09-18 17:59:00 +02:00
Mislav Novakovic
8f2dd7dbb7 sysrepo: update the sysrepo/netopeer2 stack
Patch includes updates to packages:
netopeer2: update to version 0.4.0
sysrepo: update to 0.7.0
libnetconf2: update to 0.9.15
libyang: update to 0.13.46

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-09-18 12:00:38 +02:00
Hannu Nyman
39fa464ffe Merge pull request #4847 from mlichvar/chrony-update-3.2
chrony: update to 3.2
2017-09-18 12:40:13 +03:00
Hannu Nyman
38fc74e257 Merge pull request #4841 from hnyman/wget191
wget: update to 1.19.1
2017-09-18 12:39:11 +03:00
Miroslav Lichvar
8a7fc71b52 chrony: update to 3.2
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2017-09-18 09:55:16 +02:00
Yousong Zhou
bdb01ebc55 shadowsocks-libev: bump to version 3.1.0
Notable changes since 3.0.8

    ede744a: depends on libcares now instead of libudns
    1c64829: new cmdline option --no-delay for not turning off TCP_NODELAY
    9201619: ss-local: check if client supports socks5 protocol and no-auth-required method
    f8283fc: Fix potential buffer overflow when parsing json config
    380fddb: redir: fix conversion from DSCP to ToS

The two patches are now in the offical repo
2017-09-18 13:29:24 +08:00
Yousong Zhou
0931d35319 shadowsocks-libev: ss-rules: eliminiate not needed local var 2017-09-18 13:29:23 +08:00
Daniel Engberg
2c53e52bab net/inadyn: Update to 2.2
Update inadyn to 2.2
Switch to release tarball
Remove example file from package

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-09-18 01:05:09 +02:00
Hannu Nyman
d4b8c0d7cc wget: update to 1.19.1
Update wget to 1.19.1

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-09-16 18:31:51 +03:00
Steven Hessing
6c89390a01 noddos: Don't create /var/lib/noddos in Noddos OpenWRT/Lede Makefile
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-09-15 12:42:19 -07:00
champtar
5edc198f37 Merge pull request #4630 from marcin1j/pr/20170725-htpdate-init-scripts
htpdate: modify init scripts to use procd and uci configuration
2017-09-15 10:29:48 -07:00
Hannu Nyman
3c6b5c777f Merge pull request #4835 from dibdot/adblock
adblock: update 3.0.2
2017-09-15 16:19:48 +03:00
Dirk Brenken
8822046be5 adblock: update 3.0.2
* better system information
* several kresd related documentation fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-09-15 14:51:14 +02:00
Marcin Jurkowski
73dbc6cf92 htpdate: modify init scripts to use procd and uci configuration
Modify init script to use standard uci configuration and procd for
process management. We benefit from:
- use of standard LEDE configuration with its ability to revert and
  commit changes
- validation of configuration variables
- procd taking care of restarting daemon when config changes and user
  wants to reload it
- automatic respawning of daemon process in case it dies

The source is patched to make it possible to run as a daemon in
foreground.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2017-09-15 10:51:31 +02:00
champtar
837b464cfd Merge pull request #4815 from tru7/master
linknx: bump to new upstream version
2017-09-14 17:46:16 -07:00
champtar
6818e862bc Merge pull request #4821 from TDT-GmbH/pr/20170912-mwan3-fix-intial-state
net/mwan3: fix mwan3track initial_state and track_ip order
2017-09-14 17:32:12 -07:00
champtar
e0c9798afe Merge pull request #4609 from StevenHessing/noddos
noddos: introduction of noddos package
2017-09-14 14:26:42 -07:00
Yousong Zhou
fd0f3aa930 shadowsocks-libev: minor tweak without functional change
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-09-14 11:25:34 +08:00
Florian Eckert
2cf984c69e net/mwan3: fix track_ips order
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-09-12 16:14:32 +02:00
Florian Eckert
803f69546e net/mwan3: fix mwan3track STATUS if initial_state is offline
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-09-12 15:55:27 +02:00
Hannu Nyman
7e012770f8 Merge pull request #4811 from marcin1j/pr/20170902-mwan3-fix-interface-bound-network-traffic
mwan3: fix interface-bound traffic when interface is offline
2017-09-12 16:28:42 +03:00
Hannu Nyman
f4df6c03cc Merge pull request #4820 from dibdot/adblock
adblock: bugfix 3.0.1
2017-09-12 16:04:14 +03:00