4045 Commits

Author SHA1 Message Date
jow
c04fbfede4 vnstat: avoid adding the same interface over and over when running uci-defaults against already existing config
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36716 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-25 12:04:48 +00:00
luka
33d994c54a [packages] strongswan: upgrade to 5.0.4
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36649 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-17 11:25:28 +00:00
nbd
937f802cad packages: fold the IPv6 menu into Network
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36635 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-14 15:02:57 +00:00
jow
511dfed6d8 packages: drop nodogsplash, it moved to the openwrt-routing feed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36611 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-12 15:45:19 +00:00
jogo
869b88366b packages: nginx: fix libopenssl dependency
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
2013-05-12 10:51:22 +00:00
kerneis
f71e53cfd2 [packages] babeld: new upstream release 1.4.0
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
2013-05-09 15:52:33 +00:00
kerneis
5d51fa9ee2 [packages] DNS change: jussieu.fr -> univ-paris-diderot.fr
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36585 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-09 07:43:38 +00:00
heil
c4ee8b1e3e haproxy:
- add health check fix



git-svn-id: svn://svn.openwrt.org/openwrt/packages@36551 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-05 20:53:50 +00:00
nbd
bd478bdc34 p910nd: update default config to point at /dev/usb/lp0 instead of /dev/lp0 (#11968)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36536 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-03 14:44:08 +00:00
kerneis
60110d2d98 [packages] babeld: new upstream release 1.3.6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36532 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-03 10:00:36 +00:00
luka
b8c4b0401d [packages] tinc: fix init.d/tinc parameter generation and logfile config name
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
2013-05-02 00:49:05 +00:00
jow
aa3a84461c miniupnpd: update v1.8.20130426 (#12997)
- pass network devices to miniupnpd
	- refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36488 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-30 10:16:31 +00:00
mirko
146c4e8891 [packages] move packages related to telephony into its own feed
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
2013-04-29 02:17:02 +00:00
jogo
37116eddba packages: nginx: fix PCRE symbol name and fix dependency
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
2013-04-28 21:26:23 +00:00
luka
7e30a29dfd [packages] strongswan: introduce /etc/ipsec.user file
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
2013-04-26 23:53:56 +00:00
jow
bdb4c63f61 bind: update to 9.9.2-P2 (CVE-2013-2266)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36404 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-23 11:40:28 +00:00
jow
11a3610f24 tinc: update to 1.0.21 (CVE-2013-1428)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36402 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-23 10:47:51 +00:00
jogo
d51068d78a packages: Privoxy: version bump 3.0.21
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
2013-04-23 09:17:09 +00:00
jogo
6e8b7479e0 [packages] pure-ftpd: Bump to 1.0.36
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
2013-04-23 09:17:02 +00:00
jogo
eec4f224c7 [packages] Kamailio3: update to 3.3.4
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
2013-04-23 09:17:00 +00:00
jogo
1415aedbf3 [packages] ser2net: bump version to 2.8
Signed-off-by: Russell Senior <russell@personaltelco.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36386 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-23 09:16:54 +00:00
jogo
eeb58e1837 packages: nginx: update to 1.2.8
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
2013-04-22 15:09:22 +00:00
jogo
625016864d packages: nginx: clean up options
* 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
2013-04-22 15:09:19 +00:00
jow
95fc83a1d1 packages: drop olsrd, batman, bmxd and batman-adv packages since they moved to a different feed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-20 13:00:31 +00:00
nbd
df3488f51a packages: consistently use 'depends on' instead of 'depends'
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
2013-04-18 12:04:54 +00:00
marek
6950ef6a31 batman-adv: make is_my_mac() check for the current mesh only
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@36347 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-16 14:47:47 +00:00
jow
d706512b84 packages: drop bmx6 package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36345 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-16 13:07:33 +00:00
nbd
9ff7875519 netperf: Update build file to v2.6.0, pass --enable-demo to configure.
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
2013-04-15 19:32:00 +00:00
heil
58262c6392 package: haproxy
- update to 1.4.23 
   -  (CVE-2013-1912)
   -  fixup for consistent hash 
   -  refresh accept-proxy patch



git-svn-id: svn://svn.openwrt.org/openwrt/packages@36337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-15 14:38:07 +00:00
kerneis
0d1253efa3 [packages] babeld: new upstream release 1.3.5
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
2013-04-12 21:11:41 +00:00
luka
51e1729a27 [packages] strongswan: add init script
Signed-off-by: Luka Logar <luka.logar@cifra.si>
Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-12 15:05:38 +00:00
luka
85491ffb37 [packages] strongswan: add eap-radius plugin
Signed-off-by: Luka Logar <luka.logar@cifra.si>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36318 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-12 14:37:28 +00:00
zioproto
a294dffd0f [packages] olsrd: init: reduce code duplication by reusing already_in_schema()
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
2013-04-10 10:48:36 +00:00
zioproto
54e2dda469 [packages] olsrd: init: parse new var 'speed', which translates to several other vars
Range is 1...20 where 1 is fastest protocol speed and 20 is the slowest protocol speed

Like in the Freifunk-Firmware from sven-ola we accept now a per-interface
option 'speed', which should range from 1...20 and is sanitized. when the
value is not in valid range, it defaults to 6 which allows the daemon to
start and behave like in a city-wide mesh. (same default like in freifunk firmware)

The value 'speed' overrides the normal values for emission intervals like
Hello-, Tc-, Mid-, Hna-Interval/ValidityTime or sets them explicitely. this
makes it much easier to play with intervals on several routers:

Instead of changes eight values, we only have to alter 1 value.

The value-calculation is tested since several years.

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-10 10:48:35 +00:00
zioproto
72dadf133b [packages] olsrd: init: for better reuse, make a function out of a procedure get_value_for_entry()
Later we want to reuse that functionality, to avoid code duplication
we make a function with clean entry and return-codes, so we can do e.g.:

get_value_for_entry "$entry" || continue

which is also better readable.

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-10 10:48:32 +00:00
obsy
52f8e6eda1 [packages] vsftpd: add TLS variant
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-07 09:26:08 +00:00
heil
1cd0b6b2e6 package: haproxy
- fix for CVE-2013-1912 


git-svn-id: svn://svn.openwrt.org/openwrt/packages@36190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-03 11:08:17 +00:00
tripolar
1507ec8b6a [packages]: openssh update to 6.2p1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-03 09:13:15 +00:00
heil
89cca70763 package: haproxy
- add backported patches for 1.4.22



git-svn-id: svn://svn.openwrt.org/openwrt/packages@36152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-02 13:52:02 +00:00
heil
5fa0f87ce8 package: haproxy
- add latest improvements, up to patch 35



git-svn-id: svn://svn.openwrt.org/openwrt/packages@36096 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-20 17:11:36 +00:00
obsy
facfcb2089 [packages] proftpd: update to 1.3.4c
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36093 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-20 09:08:09 +00:00
nunojpg
2cf4f06354 [packages] sshtunnel: port value in server section is not read Signed-off-by: Ingo Schmidt <ich at der-ingo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36087 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-18 19:06:30 +00:00
jow
daf269112f net-tools: since we ship "slattach" it makes sense to enable SLIP support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-18 11:18:24 +00:00
jow
237045bc68 freeswitch: return $(FS_DEFAULT_HEAD) in DUMP phase, avoids hanging scripts/feeds update due to git.freeswitch.org connectivity issues
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36058 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-16 22:10:20 +00:00
jow
2e01b30579 miniupnpd: fix package postinstall
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-16 22:10:18 +00:00
mazilo
23765beede bumped to FS git HEAD 6af84a870c21836e20077f27a85d94fd382a02be
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-16 14:43:34 +00:00
zioproto
cc0e775211 [packages] tinc: Version bump 1.0.20
With pleasure we announce the release of tinc version 1.0.20. Here is a
summary of the changes:

 * Use /dev/tap0 by default on FreeBSD and NetBSD when using switch mode.

 * Minor improvements and clarifications in the documentation.

 * Allow tinc to be cross-compiled with Android's NDK.

 * The discovered PMTU is now also applied to VLAN tagged traffic.

 * The LocalDiscovery option now makes use of all addresses tinc is bound to.

 * Fixed support for tunemu on iOS devices.

 * The PriorityInheritance option now also works with switch mode.

 * Fixed tinc crashing when using a SOCKS5 proxy.

Thanks to Mesar Hameed, Vilbrekin and Martin Schürrer for their contributions
to this version of tinc.

This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier version of tinc.

Note that this will be one of the last releases of the 1.0 branch of tinc. Most
of the development is now happening on the 1.1 branch, with tinc 1.1pre6 being
the latest pre-release version, which you are encouraged to try out. The 1.1
branch is backwards compatible with tinc 1.0.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-15 15:27:51 +00:00
jow
514aa48ce9 Revert "madwifi: fix compilation against Linux 3.8" - it was premature
This reverts commit 37054015dda3e65658158a7ca73262c85e8eb002.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36012 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-14 15:32:37 +00:00
jow
9170d59796 miniupnpd: rework and simplify firewall integration by taking advantage of the new fw3 functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36011 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-14 15:30:58 +00:00
jow
01f172e4aa madwifi: fix compilation against Linux 3.8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36010 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-14 15:30:52 +00:00