2895 Commits

Author SHA1 Message Date
tripolar
f90c7d3e79 [packages]: update openssh to 5.8p2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-10 14:29:29 +00:00
jow
170669fec0 [packages] ddns-scripts: add he.net service url (#9376)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26863 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-09 07:11:18 +00:00
jow
23491adee0 [packages] ulogd: compile with --export-dynamic to solve segfault in dlopen() (#8481)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26853 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-08 12:21:47 +00:00
jow
87eab6ed37 [PATCH] split rsyncd into a separate package
Split rsyncd into a separate package

Make rsyncd a separate config option so that people who don't want an
rsync daemon using up RAM can still select the rsync client.  Depends
on rsync for the binary, the rsyncd package just consists of the init
script and configuration files.

Signed-off-by: Russell Senior <seniorr at aracnet.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26852 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-08 11:05:21 +00:00
acoul
bafcc5defa net/bird: update to version 1.3.1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26835 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-06 05:07:40 +00:00
jow
41581e70f0 [packages] mini-snmpd: make IPv4 / IPv6 mode switchable when daemon is built with IPv6 support, previously it was hardcoded to v6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-04 19:07:17 +00:00
jow
cb4ee16e18 [PATCH] strongswan4 update to 4.5.1
This patch updates the strongswan4 package from 4.3.7 to 4.5.1. I have 
added the following plugins which get built as strongswan4-mod-<plugin> 
packages:

constraints - X.509 constraint checking
dhcp - DHCP-based IP and DNS
farp - Fake arp responses
led - LED blink on IKE activity
revocation - X.509 revocation checking
socket-default - Default socket for IKEv2
socket-raw - RAW socket of IKEv1 and IKEv2
xauth - XAUTH authentication

Upstream default plugins were added to the strongswan4-default meta 
package. "socket-default" and "kernel-netlink" plugins were added to the 
strongswan4-minimal meta package since a socket and a kernel interface are 
required for a working setup and these are the upstream defaults in this 
case. The whack command was moved to strongswan4-app-pluto.

The 202-clone.patch has been fixed upstream so it can be removed.  The 
other patches were rebased for the new strongswan4 release.

I have been using strongswan 4.5.1 with backfire and trunk for a couple 
weeks now. There are some missing kernel modules in trunk that are 
required for strongswan4 to work (also true for 4.3.7). There are already 
a couple of tickets on trac addressing these kernel modules:

https://dev.openwrt.org/ticket/9234
https://dev.openwrt.org/ticket/8928

I also have my own patch that just packages all of the missing modules 
into a single kmod-crypto-ipsec package. It would be nice to get some 
discussion how these modules should be packaged so we can get working 
ipsec support in trunk.

Signed-off-by: Lars Hjersted <lars at hjersted.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26789 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-29 15:26:26 +00:00
jow
5551e45afd [PATCH] Update Quicktun to version 2.1.7
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26787 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-29 15:17:01 +00:00
jow
34818c2ee0 [PATCH] Update and FIX socat
socat was bugged for ages now. It does compile, so probably no one
noticed. While running through its configure script, the build process
complains about some missing variables and gives a hint, that the user
should supply them manually. This does ONLY happen in a cross compiling
environment, otherwise the configure script guesses them right. I don't
know the purpose of these variables exactly, but they seem to be OS
dependent and NOT hardware dependent. I tested this on various
architectures and they were all the same, as long as linux is involved.
So I think its safe to specify them in the Makefile.

The point why they're important, is simply that socat compiles, but
exits with some sort of error right after invocation, if they weren't
present at compile time. There are numerous tickets around concerning
this bug. Newer Versions of socat won't even compile if they're missing,
maybe thats why it's kinda outdated by now.

However, this little patch should fix it.

Signed-off-by: Hendrik Bartusch <bartusch@exoz.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 19:14:02 +00:00
acoul
37b2313141 net/bwping: BWPing is a small utility for bandwidth measuring. (thank you Florian Sesser)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 17:26:01 +00:00
jogo
91d39ae951 ZNC: Fix webadmin, allow external config and minor fixes
* Fix the webadmin module and add the themes

 * Allow providing ZNC an external config (closes #9110)

 * Allow specifying the user and group to run ZNC as (needs su when using
   external config)

 * Allow providing a certificate for incoming SSL connections

 * Reduce buildtime by not rebuilding everything everytime

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26722 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 15:11:02 +00:00
acoul
6a9be8f98c net/apf: Active port forwarder is a software tool for secure port forwarding. (Closes #9256)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26721 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 14:36:45 +00:00
marek
5ac395bf23 batman-adv: init script tries to retrieve interfaces from uci
The batman-adv init script will query uci (network.$iface.ifname)
to retrieve the interface name to re-use the existing network
configuration system. 
The default iface configuration (batman-adv.bat0.interfaces) is 
set to 'mesh' which allows to start batman-adv as soon as the
network configuration contains a 'mesh' stanza.

Signed-off-by: Filippo Sallemi <tonyputi@gmail.com>
Signed-off-by: Gioacchino Mazzurco <gmazzurco89@gmail.com>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@26719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 12:49:37 +00:00
marek
a6d4ae4077 batman-adv: upgrade package to latest release (2011.1.0)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26718 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 12:43:10 +00:00
jow
a6d46ff650 [packages] openntpd:
- don't check directory permissions, we can't make /var 0700 (#9258)
	- fix init script after r26148, use service_kill instead of killall -9 (#9258)
	- bump pkg revision


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26717 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-18 10:23:50 +00:00
swalker
27081c4456 [packages] tor-alpha: update to 0.2.2.24-alpha, add geoip package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-16 18:43:00 +00:00
luka
696d4becec upgrade git package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-16 08:59:26 +00:00
nbd
c1b01ab41a prosody: do not chown on the host system
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-15 00:43:03 +00:00
luka
e226e19a3e downgrade libtorrent and rtorrent; rtorrent crashes only solution was to use stable and not svn version (8733)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-14 20:49:19 +00:00
jow
b27810ec8f [packages] znc:
- fix usage of PKG_CONFIG_DEPENDS to properly trigger rebuilds after changed feature configuration
	- conditionally compile plugins, saves a lot of build time if only a few extensions are enabled


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-14 09:04:54 +00:00
luka
d606ed25fa add rtorrent ncurses patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-13 22:14:18 +00:00
luka
6c1fba9db9 upgrade libtorrent and rtorrent
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-13 22:07:14 +00:00
jogo
bb67d4a921 ZNC: Update to 0.098 and minor fixes
* Update ZNC to latest stable

 * Update download URI to new location

 * Add a fix for building webadmin with uClibc++ and enable it

 * Reduce build time slightly skipping the man target

 * Add myself as maintainer

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26651 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-13 18:25:52 +00:00
acinonyx
b5dc2304cf [packages] rsync: Update copyright notice date
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26634 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-12 23:18:43 +00:00
acinonyx
e9106c90a6 [packages] rsync: Remove trailing whitespace error from init script
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-12 23:18:26 +00:00
acinonyx
5d80725870 [packages] rsync: Add initscript for rsync daemon
Add an initscript to the rsync package for use as a daemon, and a sample rsyncd.conf to show a simple setup.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26630 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-12 23:18:19 +00:00
nbd
68e1c88fa0 tcpdump: add back LINUX_SLL support to tcpdump-mini to fix ppp packet dumping (fixes #6236)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26629 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-12 21:35:03 +00:00
heil
59758d4927 packages: haproxy
- bump to version 1.4.15

- Diese und die folgenden Zeilen werden ignoriert --

M    haproxy/Makefile


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26597 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-11 21:54:43 +00:00
hauke
988066e62c openswan: fix recursive dependency in config.
Warning! Found recursive dependency: PACKAGE_kmod-ipv6 PACKAGE_kmod-ipv6


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26551 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-09 16:46:11 +00:00
hauke
666aa15f1e openswan: add fix for 2.6.38
With 2.6.38.2 #include linux/config.h dont work anymore. It the same issue like Changeset r26237.

Thank you heil for the patch.

This closes #9156.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26550 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-09 16:18:39 +00:00
hauke
138b3919a7 openl2tp: update to 1.8
Thank you НКВД for the patch.

This closes #9155.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26549 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-09 16:10:31 +00:00
hauke
79c65d72a0 ipupdate: fix endianness-issue
Thank you Sven Roederer for the patch.

This closes #9066.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26546 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-09 15:28:22 +00:00
hauke
eb8aa3ab2f ddns-scripts: no-ip.com's update protocol has changed
Thank you arokh and julian.calaby.
This closes #9160


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26538 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-08 20:23:42 +00:00
zandbelt
279157ab6e [packages] asterisk-1.8.x: have chan-iax2 depend on new package res-crypto
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26508 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-07 19:50:00 +00:00
acoul
0d47242575 net/wavemon: update to version 0.7.2, include some upstream patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26500 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-06 14:56:32 +00:00
zandbelt
044f2f0f65 [packages] asterisk-1.8.x: update to asterisk 1.8.3.2; fix astdatadir; add dependency parameter to module template
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-06 14:25:44 +00:00
cshore
1170e8b179 [net] Firewall: miniupnpd: Removed dependency and linking to libip6tc as ipv6 isn't used with miniupnpd.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26496 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-06 03:06:05 +00:00
acinonyx
9311633138 [packages] {nacl,quicktun}: Add missing copyright notices
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 16:40:42 +00:00
acinonyx
e999308536 [packages] quicktun: Add dependency to kmod-tun
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26489 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 16:37:22 +00:00
acinonyx
4d2d6b8681 [packages] quicktun: Improve QuickTun init script
The new init script won't fail if quicktun takes more than 1 second to start.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26488 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 16:37:16 +00:00
acinonyx
829f13335e [packages] quicktun: Update QuickTun to version 2.1.6
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26487 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 16:37:11 +00:00
cshore
727736473e [net] Firewall: miniupnpd: Newer upstream. Dropped patches now included upstream.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 13:55:45 +00:00
jow
4e07c487ba [packages] openvpn: fix paths to ifconfig, ip and route utilities (#9184)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26480 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 13:07:42 +00:00
cshore
0d8889ce49 [net] Firewall: miniupnpd: Fixed miniupnpd attaching to shell when extra logging enabled. Fixed duplicated log messages when doing extra logging and removed unnecessary eval.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26478 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 10:30:33 +00:00
obsy
74b4512305 [packages] proftpd: update to 1.3.3e
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26477 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 09:40:29 +00:00
cshore
073cae1c8e [net] Firewall: miniupnpd: Fixed dependencies on libip4tc and libip6tc explicity. (Closes #9173)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26461 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-04 07:26:32 +00:00
luka
52e8acf313 add ethtool patch for ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26448 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 18:16:49 +00:00
luka
8688989c0f upgrade ethtool
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26446 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 18:10:36 +00:00
flyn
7f1138c620 Update dmapd to new upstream version; properly build BDB module
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26428 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 01:26:46 +00:00
flyn
d68f86294e Update dmapd and libdmapsharing to new upstream versions; use BDB module by default
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26421 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 00:36:54 +00:00