3793 Commits

Author SHA1 Message Date
florian
c8e8e5f72e [package] add pdnsd DNS proxy
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
2012-08-13 14:08:47 +00:00
florian
2e63625484 [package] vtun: make package more configurable
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
2012-08-13 14:08:43 +00:00
florian
27ac5da954 [package] Snort: patch for snortsam support (update for 2.9.2.2)
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
2012-08-13 14:08:42 +00:00
florian
0c4ed19f02 [package] Snort: update to 2.9.2.2
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
2012-08-13 14:08:40 +00:00
florian
9e22456b41 [package] lsm: update to 0.131
his patch updates link state monitor (lsm) to release 0.131,
add sample connections.conf and update lsm.conf and lsm_script

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33166 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-13 14:08:30 +00:00
blogic
7ba9023506 [packages] unify ltq-tapi deps
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33161 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-13 11:09:07 +00:00
blogic
63bfc7876d [packages] xtables-addons breaks for powerpc due to missing csum_ipv6_magic()
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33149 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-12 18:38:46 +00:00
florian
f5cb7e5c1e [package] faifa: update to 2012-08-11
Contains minor hpav_cfg fixes

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-11 16:10:18 +00:00
acinonyx
fe2fb38758 [packages] sslh: Fix typo in init script (#11998)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-09 10:26:05 +00:00
marek
59ed02dd8c batman-adv: bla2 & gateway mode interaction fix
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@33064 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-08 20:40:16 +00:00
florian
395c7790f4 [package] add kamailio3
Official kamailio 3.0 was released on January 11, 2010.
It includes an astonishing number of improvements and new features.
Kamailio v3.3.0 was released on June 18, 2012. This patch contains
last version of Kamailio. Compared to previous version of kamailio3
package (sent http://patchwork.openwrt.org/patch/2284/ ) there is no
patch for curl.h line removal from and also a few modules were added.

Signed-off-by: Jiri Slachta <jiri@slachta.eu>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-08 15:38:50 +00:00
florian
216810d40b [package] add peervpn package Makefile
PeerVPN (http://www.peervpn.net/), by Tobias Volk, is software that
builds virtual ethernet networks between multiple computers. A virtual
network built by PeerVPN uses a full mesh topology. All nodes talk
directly to each other, there is no need for a central server. If one
node goes down, the rest of the network is unaffected.

Configuring PeerVPN is easy. You just need to configure an encryption
key, network name and the contact information (IP address and port) of
some other PeerVPN nodes. Adding a new node to an existing network
doesn't require the existing nodes to alter their configuration,
because its IP address is automatically distributed across the whole
virtual network.

Signed-off-by: Dan VerWeire <dverweire@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33060 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-08 15:38:45 +00:00
hcg
0e4b15341d [packages] wget: add required dependency (librt)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-08 14:12:09 +00:00
jow
08efb33bae [packages] multiwan: switch to /lib/functions/network.sh to derive network state (#11780)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33052 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-08 10:37:29 +00:00
florian
5869c5f52d [package] add dns2tcp tunneling daemon (#10751)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33051 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:26 +00:00
florian
69d29cdb73 [package] isc-dhcp: only run on requested interfaces (#11008)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:23 +00:00
florian
0bb3eb53ab [package] chrony: fix build when ipv6 is globally disabled (#11790)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33046 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:19 +00:00
florian
035b8eda21 [package] add netio bandwidth measurement tool (#8668)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33045 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:18 +00:00
florian
582b2e3011 [package] add gatling web server (#6914)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33044 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:16 +00:00
florian
4417f7f147 [package] vpnc: use $(INSTALL_DIR) instead of a custom install call (#10957)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33042 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:12 +00:00
florian
831aa489f3 [package] appweb: fix build when IPv6 support is disable (#7897)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33040 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:09 +00:00
florian
3e1f8debc6 [package] appweb: rework extraction process (#7897)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33039 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:05 +00:00
dingo
0b43afa603 [patchteam] Upgrade wing package to latest git revision - Roberto Riggio - 2012-08-06 20:16:45
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 12:20:59 +00:00
florian
3fffc2774d [package] sipsak: disable checking for c-ares and ruli
If these headers are present on the host, they will be used verbatim
and will prevent the package build, so disable checking for them.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33016 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 15:39:50 +00:00
blogic
52fed63a5b [packages] fix uhub for event and event2 co existance
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33013 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 11:10:00 +00:00
mirko
767ef9fce3 If eglibc (2.1.5) is selected in openwrt instead
of uclibc, transmission package will fail to
build because the function definition exported by the
libtransmission/fdlimit.c is lightly different than
the function definition in fcntl.h that is installed
by eglibc.

To get transmission build to work both with uclibc
and eglibc, fdlimit.c needs to export function
only if the build toolchain uses uclibc.

This fixes also a openwrt bug
https://dev.openwrt.org/ticket/8820

openwrt_trunk.git/staging_dir/
toolchain-mipsel_gcc-4.6-linaro_eglibc-2.15/lib/
gcc/mipsel-openwrt-linux-gnu/4.6.3/../../../../
mipsel-openwrt-linux-gnu/sys-include/bits/fcntl.h:316:12:
error: conflicting types for 'fallocate64'
fdlimit.c:30:14: note: previous declaration of 'fallocate64' was here

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33012 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 11:08:44 +00:00
mirko
e246cb81eb Fix the snort build with openwrt eglibc toolchain
Since eglibc doesn't get shipped with rpc support,
always build-depend on librpc now.

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33011 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 11:08:19 +00:00
mirko
b8bfc61776 When openwrt toolchain uses eglibc (2.15) instead of uclibc,
samba36-server build causes following error:

Package samba36-{client,server} is missing dependencies for the following
libraries:
librt.so.1

Fix is to define
DEPENDS:=+USE_EGLIBC:librt
which adds the librt dependency only if the eglibc is used by toolchain.
Patch tested by building the samba36 both with the the eglibc and uclibc
openwrt toolchains.

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33010 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 11:08:16 +00:00
mirko
c4ad01d56c Fix knock build with the openwrt eglibc toolchain by including the limits.h from knockd.c.
This will fix the error caused by undefined PATH_MAX variable.

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33009 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 11:08:13 +00:00
blogic
663d8ad7e0 [packages] memcached: fixes compile when libevent and libevent2 are both staged
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32994 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 20:37:08 +00:00
blogic
9862b3deef [packages] ctorrent libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32990 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 18:42:11 +00:00
blogic
a088620c7f [packages] mgen libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32989 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 18:42:09 +00:00
blogic
933cbc5565 [packages] lftp libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32987 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 18:42:05 +00:00
blogic
eae0ffa73f [packages] sipp libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:15 +00:00
blogic
213705080a [packages] pcapsipdump libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32983 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:13 +00:00
blogic
49d9c99957 [packages] dansguardian libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32982 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:11 +00:00
blogic
5e2625854c [packages] kismet libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32981 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:10 +00:00
blogic
20ee160ff3 [packages] vncrepeater libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:08 +00:00
blogic
bc19341c7a [packages] imsnif libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32978 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:04 +00:00
blogic
18d7ffe29a [packages] stun libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32976 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:01 +00:00
blogic
e35b1ea0ae [packages] cbtt libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32975 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:01:59 +00:00
blogic
d79f983004 [packages] znc libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32973 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:51 +00:00
blogic
ab2bb1a557 [packages] znc libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32970 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:46 +00:00
blogic
cb5e8f170a [packages] paris-traceroute libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32969 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:45 +00:00
blogic
9f424007d6 [packages] mgen libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32968 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:43 +00:00
blogic
46d2b05f2c [packages] lftp libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32967 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:41 +00:00
blogic
7d724ee102 [packages] ditg libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32966 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:40 +00:00
blogic
b17e7eeca3 [packages] ctorrent libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:38 +00:00
florian
d340c886e7 [package] openswan: fix build for 64-bits targets
Do not override LDFLAGS otherwise we are going to kill Kbuild's
specific LDFLAGS and fail linking modules on 64-bits targets.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32959 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 13:32:40 +00:00
florian
321acbec8d [package] xtables-addons: fix build for 64-bits targets
The first fix is a pointer comparison fix, and the second is not to
override the Linux kernel's TARGET_LDFLAGS with those that we use
during cross-compiling.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 13:32:39 +00:00