The build system doesn't understand this compound DEPENDS condition
without it being wrapped in parentheses. menuconfig does understand it, so
libopenssl would be selected if nginx needed it, but there was no
guarantee that openssl would be built before nginx. Adding parentheses
fixes the problem. This seems to be how compound conditions are generally
handled in OpenWrt Makefiles.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36606 3c298f89-4303-0410-b956-a3cf2f4a3e73
Two new options in uci config:
* smoothing_half_time (-M)
Specify the half-time in seconds of the exponential decay used for
smoothing metrics for performing route selection; the value 0 disables
smoothing. The default is 4s.
* random_router_id (-r)
Use a random router-id. The default is to use persistent router-ids
derived from the MAC address of the first interface, which is easier
to debug and more reliably prevents routing loops but may sometimes
cause a node to be unreachable for 120 seconds just after boot.
Upstream changes:
3 May 2013: babeld-1.4.0
* Change the route selection algorithm to used a smoothed metric in
addition to the "real" metric. This reduces the amount of route
flapping without any special case hacks.
* New flag -r, use a random router-id. This avoids temporarily
unreachable nodes after a reboot when persistent storage is not
available.
* INCOMPATIBLE CHANGE: the local interface now announces the local
hostname, and marks the end of the initial route dump. (Thanks to
Gabriel Kerneis.)
* The local interface is now able to accept multiple simultaneous
connections.
* Detect BATMAN interfaces, don't assume they are wired.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36586 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch is for the "facter" utility which allows sysadmins to extract
information from their systems.
Signed-off-by: Kyle Anderson <kyle@xkyle.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36549 3c298f89-4303-0410-b956-a3cf2f4a3e73
tinc expects long parameters to be in the form "--name=value" and the
current init scripts generate "--name value" parameters. See `tincd
--help` to confirm. Also, the config/tinc and init.d/tinc incorrectly
use the parameter "log" when it should be "logfile".
Signed-off-by: Sandy McArthur, Jr. <Sandy@McArthur.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36508 3c298f89-4303-0410-b956-a3cf2f4a3e73
remove telephony related packages from packages.svn
and add new feed 'telephony.git' to feeds.conf.default
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36485 3c298f89-4303-0410-b956-a3cf2f4a3e73
Fix PCRE config symbol name and let HTTP_REWRITE select it as it
depends on PCRE.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36483 3c298f89-4303-0410-b956-a3cf2f4a3e73
enable user to add their own ip (or other) rules using
/etc/ipsec.user file on events like IPsec tunnel state change
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36462 3c298f89-4303-0410-b956-a3cf2f4a3e73
Version bump Privoxy to 3.0.21. Addresses bug #13350.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36391 3c298f89-4303-0410-b956-a3cf2f4a3e73
Do not overflow the input buffer. This happens on slow hosts that take
long time to recompute the data on start.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36390 3c298f89-4303-0410-b956-a3cf2f4a3e73
When the outside temperature is less than -10C the station reports that
dewpoint is invalid. This patch allows to ignore only that value instead
of ignoring all of the packet contents from the outside sensor (including
temperature and humidity).
This is also sort of fixed (the reported dew point values might be
invalid) in upstream release 5.20.0, but we can't use his repository
because there is no public repository and also he ignores requests on
his semi-private bugtracker; so we need to use the source we can
trust, and currently jgoerzen's branch is the best source out there.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36389 3c298f89-4303-0410-b956-a3cf2f4a3e73
Relevant *nix Changelog:
• Support for external authentification handlers has been fixed.
• Directory listings can now report file sizes up to 1 exabyte.
• Per popular request, dot files are now hidden from directory
listings when the -X flag is turned on.
• An old-standing bug has been fixed: when a file was renamed
and overwrote an existing file, the quota wasn’t properly updated.
• SITE UTIME now supports the 2-arguments syntax in addition to the
5-arguments syntax.
• Support for the MFMT command has been implemented.
• A default directory can now be specified when using the LDAP backend.
Signed-off-by: Daniel Petre <dani@ip6.ro>
[jogo@openwrt.org: reflow changelog to fit normal screens]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36388 3c298f89-4303-0410-b956-a3cf2f4a3e73
Bump the kamailio3 package to the latest 3.x version.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
[jogo@openwrt.org: mention explicit version in subject]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36387 3c298f89-4303-0410-b956-a3cf2f4a3e73
Adds various bug fixes and IPv6 support to the GEO IP module.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36380 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make all options enabling features (and default to y in case if
they were previously disabling features).
* Add missing SSL dependencies to AUTH_BASIC and HTTP_CACHE, allowing
them to be enabled/disabled independently.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36379 3c298f89-4303-0410-b956-a3cf2f4a3e73
make the syntax more compatible with kernel menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36357 3c298f89-4303-0410-b956-a3cf2f4a3e73
This makes this version of netperf work with the netperf-wrapper testing tool
used for testing for bufferbloat.
Patch by: Toke Høiland-Jørgensen <toke@toke.dk>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36341 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 April 2013: babeld-1.3.5
* Fix parsing of "channel interfering". Reported by Gioacchino
Mazzurco.
* Correctly reset rp_filter to its old value at shutdown. Thanks to
Matthias Schiffer.
* Work around a race condition that could cause us to fail to notice
an interface's link-local address, and hence mark all neighbours
as unreachable. Reported by Gabriel Kerneis.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36330 3c298f89-4303-0410-b956-a3cf2f4a3e73
changed scope/position of this function, and reuse it.
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36300 3c298f89-4303-0410-b956-a3cf2f4a3e73