Commit graph

1508 commits

Author SHA1 Message Date
Patrick Grimm
17b4577390 knxd: add one uci option for one cmdline arg. add a lot comments in the config file (closes #2233)
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
Acked-by: Othmar Truniger <github@truniger.ch>

[Squashed patches from PR into single one, bump PKG_RELEASE]

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-01-04 23:13:44 +01:00
Patrick Grimm
9d549c36b0 knxd: use procd (refs #2233)
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
Acked-by: Othmar Truniger <github@truniger.ch>

[Squashed patches from PR]

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-01-04 23:13:35 +01:00
Hannu Nyman
148a4b9de9 Merge pull request #2237 from clarkwang/privoxy-list-more-than-9
privoxy: "list" does not work when there are 10+ entries
2016-01-04 22:42:25 +02:00
Alexandru Ardelean
0600bf728c openvswitch: split bin tools into separate packages
And move them under an "Open vSwitch" submenu.
It's cleaner this way.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-04 18:50:00 +02:00
Alexandru Ardelean
959d5eaf1a openvswitch: update titles for ovs-benchmark and ovs-monitor-ipsec packages
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-04 11:00:55 +02:00
Alexandru Ardelean
43e68fac39 openvswitch: remove redundant postint rule
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-04 11:00:55 +02:00
Alexandru Ardelean
851d7d2cec openvswitch: fix source paths for the install rule
I guess these were left since some initial OVS package versions.
They were fine up until recently.
Some of the build artifacts got a little messy and thus the
OpenWRT OVS package got a little messy.
This cleans it up a bit.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-04 11:00:55 +02:00
Ulrich Weber
424ee762ab openvswitch: depend on kernel
so ovs gets rebuild on kernel changes

Signed-off-by: Ulrich Weber <uw@ocedo.com>
2016-01-04 11:00:55 +02:00
Jo-Philipp Wich
db25cfe041 Merge pull request #2196 from jow-/master
DD: freeradius2: completely disable runtime OpenSSL version checks
2016-01-04 09:06:49 +01:00
Clark WANG (Home)
416d994d24 privoxy: "list" does not work when there are 10+ entries
Signed-off-by: Clark Wang <dearvoid@gmail.com>
2016-01-03 23:10:33 +08:00
Hannu Nyman
eba8c61442 Merge pull request #2220 from tru7/knxd
knxd: bump new version
2016-01-01 11:31:34 +02:00
Hannu Nyman
95e50250ee Merge pull request #2221 from MikePetullo/krb5
krb5: update to 1.14
2016-01-01 11:31:12 +02:00
W. Michael Petullo
dff1834cc2 krb5: update to 1.14
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-12-31 22:21:32 -05:00
Othmar Truniger
3ccbb9e011 knxd: bump new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-12-31 17:10:25 +01:00
Christian Schoenebeck
d2e9224965 [Radicale] upstream to Radicale 1.1
* upstream to Radicale 1.1
* new "boot_delay" option (default 10 seconds) to wait for interfaces to come up before hotplug restarts are enabled.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-12-31 17:00:38 +01:00
Hannu Nyman
98599e836d Merge pull request #2214 from MikePetullo/lighttpd
lighttpd: update to 1.4.38
2015-12-31 11:33:11 +02:00
W. Michael Petullo
064a3260e4 lighttpd: update to 1.4.38
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-12-30 19:25:01 -05:00
W. Michael Petullo
3371ccdfe5 scapy: update to 2.3.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-12-30 19:19:07 -05:00
Ted Hess
e4b0e073c4 Merge pull request #2164 from mstorchak/rsync
rsync: update to 3.1.2
2015-12-30 13:46:00 -05:00
Jeroen van Bemmel
220f321c1d Upgrade OpenVSwitch to version 2.5.0 to support kernels up to 4.3
Most patches for 4.1 are no longer needed, only a minor patch to fix a
missing WAIT_ANY constant. 2.5.0 depends on nf_conntrack (ipv4 and ipv6)

Signed-off-by: Jeroen van Bemmel <jvb127@gmail.com>
2015-12-29 09:02:59 -06:00
Hannu Nyman
d8bd4dcac7 Merge pull request #2186 from olmari/add-dy-fi-ddns
ddns-scripts: Added dy.fi service
2015-12-28 23:23:16 +02:00
Sami Olmari
a7d51998bc ddns-scripts: Added dy.fi service
Added dy.fi dynamic dns provider into ddns-scripts (ipv4) services file.

Tested-by: Vaasa Hacklab ry <info@vaasa.hacklab.fi>
Signed-off-by: Sami Olmari <sami@olmari.fi>
2015-12-28 21:59:50 +02:00
Jo-Philipp Wich
7dadd12850 freeradius2: completely disable runtime OpenSSL version checks
Whenever we ship fixed libopenssl binaries in DD, the Freeradius daemon fails
at startup because it detects a mismatch of the build time and runtime OpenSSL
version.

Since our OpenSSL updates for DD are ABI compatible we do not need or even want
this superflous check. Removing it saves us the effort to rebuild Freeradius
after every OpenSSL version bump.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-12-28 16:25:58 +01:00
Hannu Nyman
973b0bf659 Merge pull request #2162 from Adze1502/master
mwan3: update to version 2.0-2
2015-12-27 21:11:54 +02:00
Hannu Nyman
271b558841 Merge pull request #2172 from oneru/fwknop-2.6.8
Update fwknop to 2.6.8
2015-12-27 21:11:08 +02:00
Othmar Truniger
93c8077856 knxd: bump new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-12-27 18:03:23 +01:00
Peter Wagner
a8ad5cd54d tor: update to 0.2.7.6
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-12-27 16:32:25 +01:00
Sami Olmari
43f8a1dd41 ddns-scripts: Added dy.fi service
Added dy.fi dynamic dns provider into ddns-scripts (ipv4) services file.

Tested-by: Vaasa Hacklab ry <info@vaasa.hacklab.fi>
Signed-off-by: Sami Olmari <sami@olmari.fi>
2015-12-27 02:52:02 +02:00
Jonathan Bennett
8cc558b8a3 Update fwknop to 2.6.8
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2015-12-25 09:40:41 -06:00
Maxim Storchak
3a0b5a0111 rsync: update to 3.1.2
https://rsync.samba.org/security.html#s3_1_2:

If you're using a version of rsync older than 3.1.2 as a client and
receiving files from an rsync server that you might not fully trust,
this version adds extra checking to the file list to prevent the sender
from tweaking the paths and/or the transfer requests in a way that could
cause a file to be received outside the transfer destination.

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-12-22 16:53:36 +02:00
Hannu Nyman
97a6a903e8 Merge pull request #2129 from commodo/krb5-upgrade-n-fix
krb5: bump to version 1.13.3 and fix uninitialized warning/error
2015-12-22 11:11:44 +02:00
Hannu Nyman
67b327ea36 Merge pull request #2140 from dedeckeh/master
ddns-scripts: Add support for the service dtdns.com
2015-12-21 22:36:56 +02:00
Jeroen Louwes
05eaec986b mwan3: update to version 2.0-2
Fix iptables issue where a needed ipset was not created if first wan that came online was not a member of policy.

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2015-12-21 16:50:59 +01:00
Ted Hess
eae3e52962 Merge pull request #2161 from dibdot/adblock
adblock: bugfix
2015-12-21 08:55:28 -05:00
Dirk Brenken
bdb599ff28 adblock: bugfix
* fix cornercase during domain query removal

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-12-21 14:35:03 +01:00
Hans Dedecker
1fd0982f8e ddns-scripts: Update PKG_RELEASE after adding dtdns support 2015-12-21 10:43:34 +01:00
Ted Hess
8ff10cdc38 Merge pull request #2158 from dibdot/adblock
adblock: small changes
2015-12-20 19:57:19 -05:00
Dirk Brenken
8e041736fc adblock: small changes
* add whocares.org as additional source
* add adblock statistics (requires query log)
* cosmetics

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-12-20 22:40:54 +01:00
Nikos Mavrogiannopoulos
a0391c4f75 vpnc-scripts: bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-12-20 19:31:27 +02:00
Nikos Mavrogiannopoulos
74413b8220 Merge pull request #2157 from biblbroks/vpnc-scripts-dns-fix
vpnc-scripts: Fix handling of multiple VPN DNS servers
2015-12-20 18:58:58 +02:00
Aleksandar Radovanovic
00c9d9078a vpnc-scripts: Fix handling of multiple VPN DNS servers
Fix for #2116 - $INTERNAL_IP{4,6}_DNS variables are not word-split correctly when containing more than one DNS server.

Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>
2015-12-20 14:48:59 +00:00
Dov Murik
102eb3d656 net/rsyslog: update to 8.15.0
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
2015-12-20 15:42:00 +02:00
Alexandru Ardelean
f1b88fd69e mdnsresponder: (fix build) use TARGET_CC as LD
Probably related to -fstack-protector being used.
Got the idea from:
  http://ubuntuforums.org/showthread.php?t=352642&p=10100263#post10100263
  Regarding the missing __stack_check_fail_local, using gcc as the linker instead of ld fixes the issue without disabling stack protection as with -fno-stack-protector.

Fixes linker errs on some targets:
  objects/prod/dnssd_clientstub.c.so.o: In function `handle_resolve_response':
  dnssd_clientstub.c:(.text+0x395): undefined reference to `__stack_chk_fail_local'
  objects/prod/dnssd_clientstub.c.so.o: In function `handle_query_response':
  dnssd_clientstub.c:(.text+0x4bd): undefined reference to `__stack_chk_fail_local'

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-19 18:55:22 +02:00
Hannu Nyman
c1dc8cd0e4 Merge pull request #2139 from Adze1502/master
mwan3: update to version 2.0-1
2015-12-18 18:47:42 +02:00
Hans Dedecker
48b74a8311 ddns-scripts: Add support for the service dtdns.com
Support is added for the service dtdns.com (https://www.dtdns.com)

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2015-12-17 15:07:41 +01:00
Hannu Nyman
bebf94b165 Merge pull request #2138 from dibdot/adblock
adblock: feature update
2015-12-17 15:46:09 +02:00
Jeroen Louwes
725cfe6b8e mwan3: update to version 2.0-1
Fix issue with sticky sessions not working correctly
Fix issue where user created ipsets were not applied

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2015-12-17 12:11:50 +01:00
Dirk Brenken
1f5d9e641c adblock: feature update
* add two new blocklist sources: adaway.org and disconnect.me
* each blocklist source will be processed separately (no longer use one
big monolithic adblocklist), duplicates makes no harm to dnsmasq 
* url timestamp check to download and process only updated blocklists
* overall duplicate removal in separate blocklists (will be
automatically disabled on low memory systems) 
* additional checks & various small changes

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-12-17 11:49:31 +01:00
Hannu Nyman
93eb9b495c wget: bump version to 1.17.1
Update wget to version 1.17.1.
Remove patches as they are included upstream.

Changes in Wget 1.17.1
* Fix compile error when IPv6 is disabled or SSL is not present.
* Fix HSTS memory leak.
* Fix progress output in non-C locales.
* Fix SIGSEGV when -N and --content-disposition are used together.
* Add --check-certificate=quiet to tell wget to not print any warning
  about invalid certificates.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-12-15 13:52:35 +02:00
Hannu Nyman
fdebb21d76 Merge pull request #2127 from commodo/ola-fix-build
ola: fix build (linking issue TCPSocket::ReadDescriptor() const)
2015-12-15 12:18:41 +02:00
Alexandru Ardelean
c03066deca krb5: bump to version 1.13.3 and fix uninitialized warning/error
Version 1.13.3 has a tar.gz so the OpenWRT default Build/Prepare
rule can be used with MD5 checksum.

Add patch to fix build:
ktutil_funcs.c: In function 'ktutil_delete':
ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized]
                 prev->next = lp->next;

There does not seem to be a way for 'prev' being uninitialized
(logically), however the compiler does not see that, because
'prev' is dependent on i >= 1.
So, we just need to initialize it to NULL.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-15 11:58:22 +02:00
Hannu Nyman
5b64b48715 Merge pull request #2128 from hansmi/master
[Unbound] Update to 1.5.7
2015-12-15 11:50:51 +02:00
Alexander Ryzhov
054da2264f sslh: respect LDFLAGS
Closes: #2078

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-12-15 00:13:19 +00:00
Michael Hanselmann
67567e4536 [Unbound] Update to 1.5.7
Bump unbound to version 1.5.7 released on December 10, 2015.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2015-12-14 23:33:18 +01:00
Alexandru Ardelean
1c74804bc5 ola: fix build (linking issue TCPSocket::ReadDescriptor() const)
Reported buildbot issue is:
/store/buildbot/slave/ar71xx/build/build_dir/target-mips_34kc_musl-1.1.11/ola-0.9.7/plugins/openpixelcontrol/.libs/libolaopenpixelcontrol.so: undefined reference to `ola::network::TCPSocket::ReadDescriptor() const'
collect2: error: ld returned 1 exit status

There's also a discussion (attempt) to fix this on the buildroot project:
  https://patchwork.ozlabs.org/patch/503884/

This bug has been reported (from the buildroot project), here:
  https://github.com/OpenLightingProject/ola/issues/880

This commit introduced the issue:
  bfc1d99055
specifically the `-fvisibility-inlines-hidden` switch.

So, until, the upstream project (ola) fixes this, this fix
looks like the quickest/simplest workaround to have this package build.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-15 00:03:20 +02:00
Hannu Nyman
a653ee82a4 Merge pull request #2123 from commodo/ovs-musl-fix
openvswitch: fix build with musl and GCC 5
2015-12-14 19:42:35 +02:00
Kiril Zyapkov
9d3877d446 sshtunnel: switch to procd
This changeset removes the shell wrapper the package used previously,
and uses the instance-management abilities of procd to track ssh
processes. Many fixes and improvements were integrated from the
package maintainer's branch at

https://github.com/nunojpg/packages/tree/sshtunnel

Signed-off-by: Kiril Zyapkov <kiril.zyapkov@gmail.com>
2015-12-14 09:35:03 +02:00
tripolar
0444536ea6 Merge pull request #2124 from commodo/ntpd-build-fix
ntpd: add libcap to default dependencies of the ntpd package
2015-12-13 23:44:57 +01:00
Alexandru Ardelean
2238ccc7c2 ntpd: add libcap to default dependencies of the ntpd package
Seems ntpdate also requires this lib:
```
Package ntpdate is missing dependencies for the following libraries:
libcap.so.2
make[2]: *** [/store/buildbot/slave/ar71xx/build/bin/ar71xx/packages/packages/ntpdate_4.2.8p4-1_ar71xx.ipk] Error 1
make[2]: Leaving directory `/store/buildbot/slave/ar71xx/build/feeds/packages/net/ntpd'
```

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-13 23:14:52 +02:00
Luka Perkov
9bd34cd554 Merge pull request #2121 from v-vid/master
bump version to 3.5.12
2015-12-13 21:42:41 +01:00
Nuno Goncalves
b2bfb56bea nmap: bump to 7.01
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-12-13 20:36:27 +00:00
Alexandru Ardelean
9afb25cc5a openvswitch: fix build with musl and GCC 5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-13 21:50:11 +02:00
v-vid
af2f21c96c Bump version to 3.5.12 2015-12-13 18:14:02 +01:00
Hannu Nyman
f0be8b0ea2 Merge pull request #2105 from dddaniel/master
atftp: Fix "undefined reference" linker errors.
2015-12-11 13:52:48 +02:00
Daniel Danzberger
8bc1404ff5 atftp: Fix "undefined reference" linker errors.
These errors were caused by using "inline" functions in a non-static context.

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2015-12-11 11:52:20 +01:00
Rupan
761f82175b davfs2: simplified dependencies and added support for LFS
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2015-12-11 02:54:52 +01:00
Toke Høiland-Jørgensen
91a597eebe sqm-scripts: Bump to v1.0.6.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-12-09 15:01:14 +01:00
Nikos Mavrogiannopoulos
893481234f ocserv: doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-12-07 19:55:23 +01:00
tripolar
90e1587d07 Merge pull request #2077 from ryzhovau/etherwake_ldflags
etherwake: respect LDFLAGS
2015-12-07 17:42:20 +01:00
tripolar
1f18c200a2 Merge pull request #2042 from neheb/master
openssh: remove dsa and add ecdsa + ed25519 to initial keygen.
2015-12-07 16:30:18 +01:00
Alexander Ryzhov
5d964c5faa vnstat: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-12-06 08:53:51 -05:00
Alexander Ryzhov
a93cbf84db etherwake: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-12-06 08:35:06 -05:00
Daniel Golle
22c907b0e1 gnunet: work-around config sections naming
gnunet's config section may contain dashes '-' which isn't an
allowed character for sections in UCI.
Thus replace the first underscore with a dash which in gnunet-config
sections, as that happends to be work for all currently used sections.
e.g. this now allows accessing sections like transport-http_server via
an UCI sections called transport_http_server as well as namestore-flat
using an UCI section called namestore_flat.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-04 19:00:35 +01:00
Daniel Golle
9de00726ba gnunet: improve packaging
some general packaging fixes for cadet and conversation.
allow building experimental components multicast, psyc, social.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-04 18:33:18 +01:00
Daniel Golle
2ad0476c9b gnunet: update to svn r36713
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-03 01:25:11 +01:00
Daniel Golle
068928a7af gnurl: update to 7.45.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-03 01:25:11 +01:00
Mirko Vogt
c0e04c18a7 move slightly modified package 'daemonlogger' from old packages feed 2015-12-02 15:29:56 +01:00
Yousong Zhou
c6e689d266 xl2tpd: bump to version devel-20151125
Main changes are as the following

 - Allow specifying port in server option, e.g. example.com:1702 (fixes
   github issue #1960 "xl2tpd port change bug").
 - Fixes NULL dereference on connection timeout
 - Update 100-makefile_opt_flags.patch

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-12-02 20:50:10 +08:00
heil
a265450e65 haproxy: bump to version 1.5.15
- integrate pending patches

Signed-off-by: heil <heil@terminal-consulting.de>
2015-12-02 12:08:32 +01:00
Hannu Nyman
eeb2ccb860 Merge pull request #2049 from dibdot/adblock
adblock: maintenance update
2015-11-29 17:59:07 +02:00
Dirk Brenken
45f005d856 adblock: maintenance update
* remove "downloads" category from shallalist default configuration, due
to false positives (i.e. debian & microsoft update sites)
* remove example white- & blacklist entries
* further optimize shallalist handling
* fix domain merging with empty whitelist
* various minor fixes & enhancements
* documentation update


Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-29 16:44:24 +01:00
Nikos Mavrogiannopoulos
99526baae2 ocserv: corrected path for ocserv-fw
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 23:09:36 +01:00
Nikos Mavrogiannopoulos
18595194cf ocserv: correct md5sum, install ocserv-fw, and eliminate ip dependency
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 23:06:26 +01:00
Nikos Mavrogiannopoulos
62c95a10a8 ocserv: updated to 0.10.10
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-28 22:29:06 +01:00
Stijn Tintel
f3d1722bb2 strongswan: add upstream patch for bug in 5.3.4
See https://wiki.strongswan.org/issues/1213

Removed the changes to charon-xpc.c because they didn't apply and are
only used on OS X anyway.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-11-28 12:38:40 -05:00
Mangix
ea119211b2 openssh: remove dsa and add ecdsa + ed25519 to initial keygen.
Signed-off by: Rosen Penev <rosenp@gmail.com>
2015-11-27 20:03:47 -08:00
Hannu Nyman
c508fe103a Merge pull request #2030 from dibdot/adblock
adblock: bugfix release
2015-11-26 23:45:01 +02:00
Dirk Brenken
2d40930fa0 adblock: bugfix release
* fix download parms
* fix tmp vars
* other small fixes

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-26 21:48:05 +01:00
Hannu Nyman
aad69485ed wget: backport upstream fix to re-enable disabling ipv6
Upstream wget 1.17 compilation breaks with --disable-ipv6 configuration.
Backport an upstream commit that fixes the disabling of ipv6 in wget.
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=2cfcadf5e6d5c444765aa460915ae27109a8dbce

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-26 19:21:23 +02:00
Jonas Gorski
2e91dc6bb7 znc: drop GCC dependencies
OpenWrt trunk's lowest supported GCC version is 4.8, so we don't need
to depend on specific versions anymore. Fixes visibility with GCC 5,
the current default.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2015-11-26 13:00:31 +01:00
Hannu Nyman
5ca6d406b6 wget: fix nossl variant in 1.17
wget-nossl variant for wget 1.17 is broken in upstream.
Copy a patch from upstream mailing list to fix compilation.
http://lists.gnu.org/archive/html/bug-wget/2015-11/msg00074.html

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-26 12:00:00 +02:00
Ted Hess
54d5f57db5 Merge pull request #1965 from thess/redsocks-build
redsocks: updates to latest source and gcc build options
2015-11-25 09:02:20 -05:00
Nikos Mavrogiannopoulos
67498cffdf ocserv: always advertise the local domain to peer
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-25 00:24:39 +01:00
Nikos Mavrogiannopoulos
3b87afcea8 vpnc-script: don't attempt to resolve domains which match the local domain
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-25 00:23:43 +01:00
Nikos Mavrogiannopoulos
b70b5d0b5e ocserv: Added option to pass split-dns configuration to clients
Relates to #1975

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-25 00:04:03 +01:00
Nikos Mavrogiannopoulos
1f9b054deb vpnc-script: create dnsmasq entries for connections where default domain is set
Relates to #1975

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-24 23:52:58 +01:00
Hannu Nyman
5465aecf1a Merge pull request #2019 from dibdot/adblock
adblock: reduce memory consumption
2015-11-24 23:56:50 +02:00
Dirk Brenken
6d75710491 adblock: reduce memory consumption
* rework shallalist processing: significantly reduce memory consumption
during archive extraction and merging.
* considerable reduce memory consumption during adblock source
processing.
* considerable reduce memory consumption of sort (sorts only the domain
list and not the bigger dnsmasq file)

other changes:
* auto detection/defaults for adb_if, adb_dev, adb_ntpsrv, adb_maxloop,
adb_maxtime and adb_minspace - these options can be safely removed from
previous adblock configuration file
* check total memory and main uhttpd configuration on startup
* documentation update

Signed-off-by: Dirk Brenken <dirk@brenken.org>
2015-11-24 22:29:05 +01:00
Ted Hess
aa62dfd38d Merge pull request #1995 from br101/master
pingcheck: Add new package
2015-11-24 13:50:45 -05:00
Hannu Nyman
9510a11bcc Merge pull request #1999 from dibdot/adblock
adblock: logging & documentation update
2015-11-24 20:47:29 +02:00