This fixes some issues and regressions, as well as includes
the "busybox ifconfig ipv6"-patch which went upstream meanwhile.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33376 3c298f89-4303-0410-b956-a3cf2f4a3e73
The OpenVPN call to busybox's ifconfig in order to change interface
configurations is incompatible when used in conjunction with IPv6.
Busybox's ifconfig doesn't know about the 'inet6' parameter,
so just skip it.
The new call is still compatible to the usual ifconfig provided by
the net-tools package.
Thanks to Gert Doering and Joachim Schlipper!
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33375 3c298f89-4303-0410-b956-a3cf2f4a3e73
Remove the invalid whitespace leading to valgrind being only available
on omap4 instead of all the listed architectures a well.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33373 3c298f89-4303-0410-b956-a3cf2f4a3e73
Adds proper timeout handling in case of non-responsive station in hpav_cfg.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33327 3c298f89-4303-0410-b956-a3cf2f4a3e73
This allows additional files in /etc/nginx/, such as SSL certificates,
tobe saved on sysupgrade.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33271 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch fixes an issue reported by Damiano Albani.
Changeset 32330, while fixing one bug, unfortunately introduces another one -- it makes
avahi-daemon always dependent on the dbus package, causing dbus to be
loaded even when it's not needed.
This patch makes avahi-daemon dependent on dbus only is avahi dbus support has been selected.
Signed-off-by Mike Brady <mikebrady@eircom.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33267 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patches the /etc/avahi/avahi-daemon.conf file, setting the rlimit-nproc parameter to 3.
Thepresent value for rlimit-nproc of 1 is too low and can cause the avahi-daemon to refuse to start, with a message:
chroot.c: fork() failed: Resource temporarily unavailable
This patch changes the setting of rlimit-nproc to 3, the same setting as
is in the default avahi-daemon.conf file.
The issue was reported in Ticket #11039.
Signed-off-by Mike Brady <mikebrady@eircom.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33221 3c298f89-4303-0410-b956-a3cf2f4a3e73
pdnsd, is an IPv6 capable proxy DNS server with permanent caching (the cache
contents are written to hard disk on exit) that is designed to cope with
unreachable or down DNS servers (for example in dial-in networking).
pdnsd can be used with applications that do dns lookups, eg on startup, and
can't be configured to change that behaviour, to prevent the often
minute-long hangs (or even crashes) that result from stalled dns queries.
Signed-off-by: Sebastian Muszynski <basti@linkt.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33173 3c298f89-4303-0410-b956-a3cf2f4a3e73
added possibility to disable lzo compression and encryption to save ram
[Florian: added missing zlib dependency]
Signed-off-by: Andreas Braeu <ab@andi95.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33171 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch introduces support for Snort plugin Snortsam. (resend, for snort version 2.9.2.2 - for 2.8.4.1 is located there http://patchwork.openwrt.org/patch/2381/)
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33170 3c298f89-4303-0410-b956-a3cf2f4a3e73
I've managed to update Snort to version 2.9.2.2. I did not want to split this patch even if it has so many deltas - there are many deletions of unused patches. Also there is a configuration file that has almost the same functionality as the 2.8.4.1 one. The reason I've not written a patch for update to 2.9.3 is to preserve compatibility with snortsam which has not patch for 2.9.3 yet.
If this patch becomes accepted then patch http://patchwork.openwrt.org/patch/2381/ becomes obsolete, because it depends on 2.8.4.1. Next patch (3/3) introduces support for Snortsam package (Snortsam is snort version independent, just needs snort to be patched with proper patch).
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33169 3c298f89-4303-0410-b956-a3cf2f4a3e73