8508 Commits

Author SHA1 Message Date
jow
a6449c0293 [packages] usb-modeswitch: wait a second before retrying modeswitching, this reportedly helps to kick some dongles into operation
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-05 17:27:01 +00:00
jow
acb939b949 [packages] usb-modeswitch: wait a second before retrying modeswitching, this reportedly helps to kick some dongles into operation
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-04 12:02:23 +00:00
jow
a958ad22c8 [packages] ddns-scripts: make the default config use http://checkip.dyndns.com/, it is more reliable for natted setups and wan interfaces with ip aliases
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-04 09:22:16 +00:00
jow
fa9c7b923a [packages] yaddns: make the default config use http://checkip.dyndns.com/, it is more reliable for natted setups and wan interfaces with ip aliases
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32597 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-04 09:22:14 +00:00
jow
0203f3d0ef [packages] lm-sensors: suppress /usr/lib rpath which leads to linking failure when compiling on x86 for x86
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32583 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-03 10:50:03 +00:00
marek
cbaf0f7461 batman-adv: increase forgotten package release version
Reported-by: Jo-Philipp Wich <jow@openwrt.org>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@32579 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-02 16:20:20 +00:00
marek
f736b3b33a batman-adv: stability patches
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@32578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-02 15:51:27 +00:00
kerneis
594c66e37b [packages] babeld: upstream release babeld-1.3.2
30 June 2012: babeld-1.3.2

  * INCOMPATIBLE CHANGE: removed parasitic mode (-P).
  * Fixes to IPv4 support on BSD.
  * More reduction to the rate of sending requests.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-02 12:54:13 +00:00
jow
4ba15eae89 net/xl2tpd: fix ppp options keep-alive and ipv6 in xl2tpd netifd script.
Fix ipv6 and keepalive ppp options in netifd proto_l2tp_setup script.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32575 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-02 11:59:28 +00:00
jow
0faa243f8e xl2tpd: remove module loading from init script
Remove module loading from xl2tpd init-script now that module gets loaded
properly during boot (since that was already fixed in #32562, this partly
reverts #32563)

Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32574 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-01 12:59:32 +00:00
jow
486f5cb5ae [packages] nodogsplash: fix use of deprecated iptables syntax
Based on http://patchwork.openwrt.org/patch/2256/ by Moritz Warning <moritzwarning@web.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32571 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-01 11:44:23 +00:00
jow
aaf9bd71cc [packages] reintroduce fakeidentd (#11559)
In the transition from WhiteRussian to Kamikaze, the fakeidentd package was dropped, citing its incorporation into the updated Busybox. However, the Busybox implementation doesn't support the -r switch, which is a bit silly,
since it's pretty much fakeidentd's raison d'etre. This patch restores the fakeidentd package, with an initscript that uses the -r option.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32566 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-01 11:04:16 +00:00
jow
b3e8f51a2e Update radvd to 1.8.5
Radvd has been updated to 1.8.5 a few months ago, while Openwrt still uses
1.8.3. http://www.litech.org/radvd/

This patch updates radvd to 1.8.5. No major changes required.

signed off by: hannu.nyman@iki.fi

I send the patch again to make sure that Windows does not mess with LFs...
(not sure if that is needed, but Patchwork shows the previous one strangely)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32565 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-01 11:04:04 +00:00
jow
9cafbb0791 Update mosquitto to 0.15
Includes support for the luci-app-mosquitto package, if installed.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32564 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-01 11:04:03 +00:00
jow
b5cf975c7c packages/net/xl2tpd: netifd support
This integrates xl2tpd suppport into netifd, based on what I saw for ppp and pptp.
I also changed the init script so that it makes sure that all modules needed for
kernel-mode l2tp support are loaded at the time that xl2tpd is started, as
otherwise xl2tpd falls back into using user-mode l2tp.

Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32563 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-01 10:38:45 +00:00
zioproto
dc7300620e [package] tinc: version bump to 1.0.19
With pleasure we announce the release of version 1.0.19. Here is a
summary of the changes:

 * Allow :: notation in IPv6 Subnets.

 * Add support for systemd style socket activation.

 * Allow environment variables to be used for the Name option.

 * Add basic support for SOCKS proxies, HTTP proxies, and proxying through an
   external command.

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




git-svn-id: svn://svn.openwrt.org/openwrt/packages@32560 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-01 10:27:50 +00:00
nbd
a28a1aab05 valgrind: suppress bogus "index" conditional dependencies on uninitialized bytes warnings
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32552 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-30 15:20:20 +00:00
nbd
c3890b5f2a valgrind: suppress bogus strnlen conditional dependencies on uninitialized bytes warnings
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32551 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 22:41:37 +00:00
nbd
7353f481fa valgrind: suppress bogus strlen conditional dependencies on uninitialized bytes warnings
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32550 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 22:29:51 +00:00
nbd
f22e55a270 lsof: fix broken patch
The line:

if 1 -eq 0

is missing the 'test' command. Alternatively, "if /bin/false" would have worked too.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32549 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 22:03:26 +00:00
nbd
50fa87d40c bird: link against librt when using eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32548 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 21:56:37 +00:00
nbd
432fc2dac7 atftp: fix picking the right argz.h header file on eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32547 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 21:56:35 +00:00
nbd
f280771d97 valgrind: fix installation on x86
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32546 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 21:56:32 +00:00
nbd
15a91c1240 yaddns: link against librt when using eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32545 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 21:56:29 +00:00
nbd
0a4d429b25 uob-nomad: put include statements in the cflags to work around lots of missing include statements in the source
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32544 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 21:19:55 +00:00
nbd
d5fe6b1fa6 uhub: link against librt when eglibc is enabled
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32543 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 21:19:52 +00:00
nbd
4d8c1996ab tsocks: avoid linking statically
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32542 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 21:09:42 +00:00
nbd
997a896874 sg3-utils: link dynamically instead of statically
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32541 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 21:09:39 +00:00
nbd
13a30adb60 procmail: pass openwrt cflags to the makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 21:09:37 +00:00
nbd
2287a8f1fe procmail: rename the internal getline function to avoid conflict with eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32539 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 21:09:35 +00:00
nbd
7145e6df2f peercast: add -fpermissive to avoid build breakage
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32538 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 21:09:28 +00:00
nbd
3c7e910564 mdadm: remove old junk that breaks eglibc compilation
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32537 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 20:41:45 +00:00
nbd
2bedf2682d ndisc: remove obsolete ppoll patch, it breaks eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32536 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 20:41:09 +00:00
nbd
d6a16ebff6 memtester: rename a function to avoid build breakage with eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32535 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 20:17:56 +00:00
nbd
9e9cbe9444 igmpproxy: depend on librt when eglibc is used
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32534 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 20:17:54 +00:00
nbd
75af8c9ecc gzip: avoid using clock_gettime. it is unnecessary and pulls in librt when using eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 20:12:05 +00:00
nbd
5c236f5a53 valgrind: update the package to latest svn, rework and modularize it. tested and working on mips now
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32532 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 19:17:51 +00:00
nbd
8750f4d958 btpd: add missing dependency on librt
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 18:30:12 +00:00
nbd
4f152d80d1 lsof: use environment variables correctly to prime Configure
Rewrite of the configure and compile stages as per the suggestions in the packages 00XCONFIG instructions.

Note that this is required to get eglibc working, as eglibc doesn't include the RPC functions as part of libc.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32529 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 18:30:10 +00:00
acinonyx
ab5e6e0883 [packages] quagga: Fix OLSR recursive nexthop selection
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32526 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 15:31:27 +00:00
nbd
d00eb2225a libxapian: add a build dependency on util-linux (it needs libuuid at build time)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 11:40:15 +00:00
jow
6386ddbeda [packages] cups: reenable libusb support, refresh patches (#11768)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32519 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-28 14:47:02 +00:00
jow
a76cd44ea7 [packages] yate: make yate-mod-mysqldb depend on libmysqlclient-r
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32502 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-26 14:53:33 +00:00
jow
11ecabb05d [packages] baresip: make baresip-mod-avformat depend on libffmpeg-full, it is the only variant providing libswscale
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32501 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-26 08:55:42 +00:00
mirko
81938508b5 [packages/zabbix] level up zabbix to version 2.0.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-24 19:03:42 +00:00
nbd
3bed00f5b9 ap51-flash: add mirror md5sum to fix package build - the repository layout was changed and the revision that is mentioned in the makefile does not exist (fixes #11742)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32496 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-24 15:42:02 +00:00
swalker
b4829ab17c [packages] libusb-1.0: update to 1.0.9, fix title & description, use PKG_INSTALL
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-23 21:36:45 +00:00
swalker
a67bc086dd [packages] lldpd: update to 0.6.0, remove default/obsolete CONFIGURE_{ARGS,VARS}, use PKG_INSTALL
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32494 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-23 20:06:33 +00:00
luka
1b7c8efb40 [packages] strongswan4: cleanup and fix #11662
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32493 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-23 19:02:46 +00:00
jow
ace8aa805c [packages] olsrd: fix stack corruption in net_output()
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32484 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-22 01:40:20 +00:00