3936 Commits

Author SHA1 Message Date
florian
8f6fab3fdd autossh: pass env variables on init properly
Busybox's ash doesn't pass unexported environment variables to processes
started from within a function, so a service started with

MMM=xyz service_start blablabla

will never see the MMM variable.

Fix this by exporting the important variables.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34493 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:21:05 +00:00
florian
d01c5096f1 isc-dhcp-relay: Add init scripts for ipv4 and ipv6 as well as config
file

I cleaned up the patch so line do not overflow and removed some white
space in hope to get it accepted or revised.

As isc-dhcp-relay does not come with an init script, I made one based
on sysntpd init.d file for both ipv4 and ipv6.

If you need more arguments from isc-dhcp-relay to be included in the
config file, I'll be able to add them.

This patch has been applied to trunk and compiles/install on my side.

The script for ipv4 and ipv6 have been tested with the
isc-dhcp-relay-ipv6 binary and work well (start/stop with the right
settings).

Signed-off-by: Jérôme Poulin <jeromepoulin@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34485 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:51 +00:00
florian
23ef64ba16 radsecproxy: bump to 1.6.1, security bug fix
An issue has been found where radsecproxy accepts TLS clients when it
should not, due to the way it performs client verification after a TLS
handshake.

See for more details:
https://project.nordu.net/browse/RADSECPROXY-43
https://project.nordu.net/browse/RADSECPROXY-44

A (short term) fix for this issue has been released as version 1.6.1.
Other changes in previously released version 1.6 mostly apply to F-Ticks
logging, an optional feature that is not enabled in the OpenWRT package,
due to a build dependency on nettle, a library that has not been ported/
packaged (yet).

Signed-off-by: Zenon Mousmoulas <zmousm@noc.grnet.gr>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34484 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:45 +00:00
swalker
35b181a422 [packages] tor: update to 0.2.3.25, add fw-helper package & package descriptions, add libssp dependency if enabled
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34435 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-01 22:10:13 +00:00
swalker
5fcea13f6f [packages] tor-alpha: update to 0.2.4.6-alpha, remove libevent2-openssl bufferevents dependency missed in r32391, add libssp dependency if enabled
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34434 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-01 22:09:14 +00:00
cshore
c11b5b905b [packages] rp-pppoe: Fix configure test for kernel mode pppoe header which fails due to bad includes in configure test
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-01 17:02:42 +00:00
jow
0ee506d356 xtables-addons: fix RTSP conntrack compatibility with Linux 3.6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34391 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-27 18:31:44 +00:00
jow
fb183b1175 xtables-addons: fix endian detection in iptables-mod-geoip (#11408)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34387 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-26 15:10:14 +00:00
marek
4ee2c1e736 batman-adv: fix race condition between iface add and iface up
Signed-off-by: Gui Iribarren <gui@altermundi.net>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@34385 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-26 10:36:23 +00:00
jogo
3de4f48885 packages: net: wprobe: get rid of NLA_PUT_* macros
Similar to r33906, use the functions directly to allow compilation for
linux 3.6.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-24 11:03:01 +00:00
jow
fced2ecedb p910nd: map bind (-i) option to uci
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-21 19:41:12 +00:00
acinonyx
e2b201614b [packages] quagga: Fix package download URL (#12425)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-18 12:14:32 +00:00
luka
58072524d7 Add configuration settings to disable certain features in nginx to
be able to reduce it's footprint and allow nginx to be built with
support for lua.

Signed-off-by: Karl Vogel <karl.vogel@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-17 16:48:53 +00:00
marek
f2fccc4d9f batman-adv: ap isolation and bridge loop avoidance fixes
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@34221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-17 06:08:38 +00:00
jow
987d9dddaf parprouted: fix init script (#12474)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34209 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-16 13:41:07 +00:00
zioproto
d909d5d87f [packages] olsrd: version bump to 0.6.4
the patch 100-olsrd-fix-stack-corruption-in-net_output.patch was merged upstream in the olsrd repository with commit f4d250ad4fad5fcfe5b5feaac3f3e121adef3fba

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-13 09:03:30 +00:00
jmccrohan
e426d456ef [package] wavemon: Add myself as maintainer
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@34124 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-09 00:52:46 +00:00
mirko
24a789ee8d [packages/asterisk] upgrade lantiq channel driver to latest version
This fixes compatibility issues with TAPI version 3

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34121 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-08 14:50:56 +00:00
marek
690db045ae batman-adv: upgrade package to latest release 2012.4.0
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@34067 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-04 13:26:48 +00:00
swalker
4851b4feac [packages] tor-alpha: update to 0.2.4.5-alpha
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-03 16:45:28 +00:00
jow
928acbe600 ez-ipudate: fix broken endian detection on uClibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-02 12:01:33 +00:00
florian
d846acfe60 [packages] make packages depending on uclibc++ depend on CXX_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34016 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-30 16:57:58 +00:00
mirko
5c826e1eca update asterisk channel driver for lantiq SoCs to version ce67bdb8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33995 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-29 17:38:12 +00:00
obsy
173bbb31e3 [packages] transmission: update to 2.72
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33885 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-21 08:38:59 +00:00
hcg
06a74963f1 [packages] licensing: Licensing metadata added to many packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 15:36:24 +00:00
nunojpg
ab05ace28a [packages] sshtunnel: Add SSH VPN support
Signed-off-by: Henning Botha <hjbotha at gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@33857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 11:01:50 +00:00
jogo
2200ad4435 [packages] snortsam: fix line endings in patch
This patch repairs mangled CR-LF EOL's in patch that repairs
paths to iptables binary.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
[jogo: fix patch's commit message/linebreaks, add subject]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-18 21:00:46 +00:00
nbd
d027904e68 snortsam: fix path to iptables
Repairs path to iptables in snortsam sources from /sbin/iptables to /usr/sbin/iptables.
Without this patch Snortsam does not know the path to iptables binary.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-17 18:56:12 +00:00
florian
4b12de81eb [package] redsocks: add package
Redsocks is a daemon running on the local system, that will transparently
tunnel any TCP connection via a remote SOCKS4, SOCKS5 or HTTP proxy server. It
uses the system firewall's redirection facility to intercept TCP connections,
thus the redirection is system-wide, with fine-grained control, and does
not depend on LD_PRELOAD libraries.

Signed-off-by: Sebastian Muszynski <basti@linkt.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33799 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:51 +00:00
florian
8c54687eb5 [package] snort: init script enhancements
This patch repairs init script for Snort. Current version can start snort, but
cannot stop it.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33798 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:49 +00:00
florian
1185fa326e [package] shorewall-core: add package
New package shorewall-core, current stable release 4.5.7

The Shoreline Firewall, is high-level tool for configuring Netfilter.

This package provides the core Shorewall libraries installed in
/usr/share/shorewall/,
which are required for the rest of the Shorewall packages to work.

Signed-off-by: Edy Corak <info@loenshotel.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33797 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:48 +00:00
florian
7b1a366235 [package] shorewall-lite: update to 4.5.7
This patch updates shorewall-lite to current stable release 4.5.7

Please note:

The new package shorewall-core 4.5.7 is required by this shorewall-lite version and perlbase-digest.

Signed-off-by: Edy Corak <info@loenshotel.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33796 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:47 +00:00
florian
3c91ad9f02 [package] wget: update to 1.14
Signed-off-by: Peter Wagner <tripolar@gmx.at>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33794 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:45 +00:00
florian
84427ed9a6 [package] asterisk-1.8.x: add ODBC module
this patch includes ODBC support for Asterisk18 package.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33793 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:44 +00:00
florian
a2eda5b7d1 [package] xtables-addons: update to 1.45
This patch updates xtables-addons and removes the 3.3 compatibility patch and
the powerpc include as it is not required.

Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33792 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:43 +00:00
florian
054208e419 [package] add snortsam package - plugin for Snort
I would like to introduce you Snortsam, plugin for Snort. This patch was
accidentally superseded due to lack of my explanation (snortsam needs to be
supported by snort - it is supported now). It's in the same state as was
introduced before. Support for snortsam was introduced in Snort in
http://patchwork.openwrt.org/patch/2491/. Current version of Snort (2.9.2.2)
supports Snortsam.

SnortSam is a plugin for Snort, an open-source light-weight Intrusion
Detection System (IDS).

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33791 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:42 +00:00
florian
cf07c9fc3b [package] wifidog: update to revision 1464
This patch update wifidog to the latest svn version
It correct a bufferoverflow and some segfaults

Tested on openwrt x86 kvm

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33790 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:37 +00:00
florian
9a4f02f6cb [package] mrtg: fix missing perl dependencies
Add missing Perl dependencies.

Signed-off-by: Paolo Pisati <p.pisati@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33789 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:36 +00:00
florian
d04dd15128 [package] mosquitto: upgrade MQTT tools to v1.0.3
Major changes since v0.15 currently in trunk
* SSL/TLS support across the board, broker, clients and client library
* TLS-PSK support if openssl version is new enough
* thread support in client library
* lots and lots of bug fixes

Because prior versions of mosquitto didn't have any SSL support,
I've made the openssl dependency optional (but on by default)

Includes basic UCI config support, originally from:
https://github.com/remakeelectric/owrt_pub_feeds/tree/master/luci-app-mosquitto

Tested with both all -nossl and all regular packages.
(Have to run a "make package/mosquitto/clean" between builds)

[Florian: fix for real variant building, remove check on backfire]

Signed-off-by: Karl Palsson <karlp@remake.is>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33787 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:31 +00:00
florian
43db33ecfb [package] gatling: Move to the right submenu
Currently it is the only package in the 'Web' submenu. Move it
to 'Web Servers/Proxies', where all other packages are.

Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:27 +00:00
jow
bbf89fa63e iputils: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33704 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 13:22:18 +00:00
jow
367114158f iftop: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33702 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 13:21:30 +00:00
jow
c23e197edb conntrack-tools: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 13:19:43 +00:00
jow
ed0a8a3cb8 lldpd: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33700 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 13:17:14 +00:00
jow
fbd0d0393e dante: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 13:14:39 +00:00
jow
a3f7c7c698 ipset: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33698 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 13:13:17 +00:00
nbd
78a9305f66 iperf: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33691 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 12:35:43 +00:00
nbd
996a7abbcf tcpdump: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33690 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 12:35:26 +00:00
nbd
7e94f9af4c samba36: move to trunk and add myself as a maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33689 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 12:34:29 +00:00
nbd
4a1a762a07 madwifi: add compilation for arm11
Add compilation support for arm11 CPUs (ie cns3xxx)

Signed-off-by: Tim Harvey <tharvey@gateworks.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33677 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 11:20:28 +00:00