Jo-Philipp Wich [Wed, 4 Jul 2012 09:22:16 +0000 (09:22 +0000)]
[packages] ddns-scripts: make the default config use checkip.dyndns.com/, it is more reliable for natted setups and wan interfaces with ip aliases
SVN-Revision: 32598
Jo-Philipp Wich [Wed, 4 Jul 2012 09:22:14 +0000 (09:22 +0000)]
[packages] yaddns: make the default config use checkip.dyndns.com/, it is more reliable for natted setups and wan interfaces with ip aliases
SVN-Revision: 32597
Jo-Philipp Wich [Tue, 3 Jul 2012 10:50:03 +0000 (10:50 +0000)]
[packages] lm-sensors: suppress /usr/lib rpath which leads to linking failure when compiling on x86 for x86
SVN-Revision: 32583
Marek Lindner [Mon, 2 Jul 2012 16:20:20 +0000 (16:20 +0000)]
batman-adv: increase forgotten package release version
Reported-by: Jo-Philipp Wich <jow@openwrt.org>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 32579
Marek Lindner [Mon, 2 Jul 2012 15:51:27 +0000 (15:51 +0000)]
batman-adv: stability patches
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 32578
Gabriel Kerneis [Mon, 2 Jul 2012 12:54:13 +0000 (12:54 +0000)]
[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.
SVN-Revision: 32577
Jo-Philipp Wich [Mon, 2 Jul 2012 11:59:28 +0000 (11:59 +0000)]
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.
SVN-Revision: 32575
Jo-Philipp Wich [Sun, 1 Jul 2012 12:59:32 +0000 (12:59 +0000)]
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>
SVN-Revision: 32574
Jo-Philipp Wich [Sun, 1 Jul 2012 11:44:23 +0000 (11:44 +0000)]
[packages] nodogsplash: fix use of deprecated iptables syntax
Based on http://patchwork.openwrt.org/patch/2256/ by Moritz Warning <moritzwarning@web.de>
SVN-Revision: 32571
Jo-Philipp Wich [Sun, 1 Jul 2012 11:04:16 +0000 (11:04 +0000)]
[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.
SVN-Revision: 32566
Jo-Philipp Wich [Sun, 1 Jul 2012 11:04:04 +0000 (11:04 +0000)]
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)
SVN-Revision: 32565
Jo-Philipp Wich [Sun, 1 Jul 2012 11:04:03 +0000 (11:04 +0000)]
Update mosquitto to 0.15
Includes support for the luci-app-mosquitto package, if installed.
Signed-off-by: Karl Palsson <karlp@remake.is>
SVN-Revision: 32564
Jo-Philipp Wich [Sun, 1 Jul 2012 10:38:45 +0000 (10:38 +0000)]
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>
SVN-Revision: 32563
Saverio Proto [Sun, 1 Jul 2012 10:27:50 +0000 (10:27 +0000)]
[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.
SVN-Revision: 32560
Felix Fietkau [Sat, 30 Jun 2012 15:20:20 +0000 (15:20 +0000)]
valgrind: suppress bogus "index" conditional dependencies on uninitialized bytes warnings
SVN-Revision: 32552
Felix Fietkau [Fri, 29 Jun 2012 22:41:37 +0000 (22:41 +0000)]
valgrind: suppress bogus strnlen conditional dependencies on uninitialized bytes warnings
SVN-Revision: 32551
Felix Fietkau [Fri, 29 Jun 2012 22:29:51 +0000 (22:29 +0000)]
valgrind: suppress bogus strlen conditional dependencies on uninitialized bytes warnings
SVN-Revision: 32550
Felix Fietkau [Fri, 29 Jun 2012 22:03:26 +0000 (22:03 +0000)]
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>
SVN-Revision: 32549
Felix Fietkau [Fri, 29 Jun 2012 21:56:37 +0000 (21:56 +0000)]
bird: link against librt when using eglibc
SVN-Revision: 32548
Felix Fietkau [Fri, 29 Jun 2012 21:56:35 +0000 (21:56 +0000)]
atftp: fix picking the right argz.h header file on eglibc
SVN-Revision: 32547
Felix Fietkau [Fri, 29 Jun 2012 21:56:32 +0000 (21:56 +0000)]
valgrind: fix installation on x86
SVN-Revision: 32546
Felix Fietkau [Fri, 29 Jun 2012 21:56:29 +0000 (21:56 +0000)]
yaddns: link against librt when using eglibc
SVN-Revision: 32545
Felix Fietkau [Fri, 29 Jun 2012 21:19:55 +0000 (21:19 +0000)]
uob-nomad: put include statements in the cflags to work around lots of missing include statements in the source
SVN-Revision: 32544
Felix Fietkau [Fri, 29 Jun 2012 21:19:52 +0000 (21:19 +0000)]
uhub: link against librt when eglibc is enabled
SVN-Revision: 32543
Felix Fietkau [Fri, 29 Jun 2012 21:09:42 +0000 (21:09 +0000)]
tsocks: avoid linking statically
SVN-Revision: 32542
Felix Fietkau [Fri, 29 Jun 2012 21:09:39 +0000 (21:09 +0000)]
sg3-utils: link dynamically instead of statically
SVN-Revision: 32541
Felix Fietkau [Fri, 29 Jun 2012 21:09:37 +0000 (21:09 +0000)]
procmail: pass openwrt cflags to the makefile
SVN-Revision: 32540
Felix Fietkau [Fri, 29 Jun 2012 21:09:35 +0000 (21:09 +0000)]
procmail: rename the internal getline function to avoid conflict with eglibc
SVN-Revision: 32539
Felix Fietkau [Fri, 29 Jun 2012 21:09:28 +0000 (21:09 +0000)]
peercast: add -fpermissive to avoid build breakage
SVN-Revision: 32538
Felix Fietkau [Fri, 29 Jun 2012 20:41:45 +0000 (20:41 +0000)]
mdadm: remove old junk that breaks eglibc compilation
SVN-Revision: 32537
Felix Fietkau [Fri, 29 Jun 2012 20:41:09 +0000 (20:41 +0000)]
ndisc: remove obsolete ppoll patch, it breaks eglibc
SVN-Revision: 32536
Felix Fietkau [Fri, 29 Jun 2012 20:17:56 +0000 (20:17 +0000)]
memtester: rename a function to avoid build breakage with eglibc
SVN-Revision: 32535
Felix Fietkau [Fri, 29 Jun 2012 20:17:54 +0000 (20:17 +0000)]
igmpproxy: depend on librt when eglibc is used
SVN-Revision: 32534
Felix Fietkau [Fri, 29 Jun 2012 20:12:05 +0000 (20:12 +0000)]
gzip: avoid using clock_gettime. it is unnecessary and pulls in librt when using eglibc
SVN-Revision: 32533
Felix Fietkau [Fri, 29 Jun 2012 19:17:51 +0000 (19:17 +0000)]
valgrind: update the package to latest svn, rework and modularize it. tested and working on mips now
SVN-Revision: 32532
Felix Fietkau [Fri, 29 Jun 2012 18:30:12 +0000 (18:30 +0000)]
btpd: add missing dependency on librt
SVN-Revision: 32530
Felix Fietkau [Fri, 29 Jun 2012 18:30:10 +0000 (18:30 +0000)]
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>
SVN-Revision: 32529
Vasilis Tsiligiannis [Fri, 29 Jun 2012 15:31:27 +0000 (15:31 +0000)]
[packages] quagga: Fix OLSR recursive nexthop selection
SVN-Revision: 32526
Felix Fietkau [Fri, 29 Jun 2012 11:40:15 +0000 (11:40 +0000)]
libxapian: add a build dependency on util-linux (it needs libuuid at build time)
SVN-Revision: 32523
Jo-Philipp Wich [Thu, 28 Jun 2012 14:47:02 +0000 (14:47 +0000)]
[packages] cups: reenable libusb support, refresh patches (#11768)
SVN-Revision: 32519
Jo-Philipp Wich [Tue, 26 Jun 2012 14:53:33 +0000 (14:53 +0000)]
[packages] yate: make yate-mod-mysqldb depend on libmysqlclient-r
SVN-Revision: 32502
Jo-Philipp Wich [Tue, 26 Jun 2012 08:55:42 +0000 (08:55 +0000)]
[packages] baresip: make baresip-mod-avformat depend on libffmpeg-full, it is the only variant providing libswscale
SVN-Revision: 32501
Mirko Vogt [Sun, 24 Jun 2012 19:03:42 +0000 (19:03 +0000)]
[packages/zabbix] level up zabbix to version 2.0.0
SVN-Revision: 32497
Felix Fietkau [Sun, 24 Jun 2012 15:42:02 +0000 (15:42 +0000)]
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)
SVN-Revision: 32496
Stephen Walker [Sat, 23 Jun 2012 21:36:45 +0000 (21:36 +0000)]
[packages] libusb-1.0: update to 1.0.9, fix title & description, use PKG_INSTALL
SVN-Revision: 32495
Stephen Walker [Sat, 23 Jun 2012 20:06:33 +0000 (20:06 +0000)]
[packages] lldpd: update to 0.6.0, remove default/obsolete CONFIGURE_{ARGS,VARS}, use PKG_INSTALL
SVN-Revision: 32494
Luka Perkov [Sat, 23 Jun 2012 19:02:46 +0000 (19:02 +0000)]
[packages] strongswan4: cleanup and fix #11662
SVN-Revision: 32493
Jo-Philipp Wich [Fri, 22 Jun 2012 01:40:20 +0000 (01:40 +0000)]
[packages] olsrd: fix stack corruption in net_output()
SVN-Revision: 32484
Luka Perkov [Thu, 21 Jun 2012 22:29:50 +0000 (22:29 +0000)]
[packages] git: update to 1.7.11
SVN-Revision: 32483
Stephen Walker [Wed, 20 Jun 2012 23:07:28 +0000 (23:07 +0000)]
[packages] bluelog: update to 1.0.4, remove unused files from bluelog-live, thanks Tom Nardi
SVN-Revision: 32480
Stephen Walker [Wed, 20 Jun 2012 23:06:03 +0000 (23:06 +0000)]
[packages] bind: update to 9.9.1-P1 (CVE-2012-1667)
SVN-Revision: 32479
Luka Perkov [Wed, 20 Jun 2012 22:40:16 +0000 (22:40 +0000)]
[packages] dhcp-forwarder: update to 0.10
SVN-Revision: 32478
Luka Perkov [Wed, 20 Jun 2012 22:12:19 +0000 (22:12 +0000)]
[packages] dhcp4: remove empty folders
SVN-Revision: 32477
Luka Perkov [Wed, 20 Jun 2012 22:07:09 +0000 (22:07 +0000)]
[packages] dhcp4: update to 4.2.4 and rename to dhcp
SVN-Revision: 32476
Luka Perkov [Wed, 20 Jun 2012 22:07:08 +0000 (22:07 +0000)]
[packages] dhcp: remove package, it's replaced by dhcp4
SVN-Revision: 32475
Vasilis Tsiligiannis [Wed, 20 Jun 2012 17:09:49 +0000 (17:09 +0000)]
[packages] lispmob: New package
SVN-Revision: 32468
Jo-Philipp Wich [Tue, 19 Jun 2012 00:12:29 +0000 (00:12 +0000)]
[packages] cgilib: add missing build dependency on libltdl (#11705)
SVN-Revision: 32445
Jo-Philipp Wich [Mon, 18 Jun 2012 23:50:30 +0000 (23:50 +0000)]
upgrade baresip, restund, libre, librem to version 0.4.1
Hi,
this patch upgrades the following packages to v0.4.1:
baresip v0.4.1 (Portable and modular SIP User-Agent with audio and video support)
restund v0.4.1 (Modular STUN/TURN server)
libre v0.4.1 (Generic library for real-time communications with async IO support)
librem v0.4.1 (Audio and video processing media library)
detailed changes can be found in <package>/docs/ChangeLog
(See http://www.creytiv.com/)
Please review and apply if OK.
Signed-Off-By: Alfred E. Heggestad <aeh@db.org>
SVN-Revision: 32442
Jo-Philipp Wich [Mon, 18 Jun 2012 23:49:27 +0000 (23:49 +0000)]
shorewall-lite: update to 4.4.27.3
This patch updates shorewall-lite to stable release 4.4.27.3 and the lsm_script
Signed-off-by: Edy Corak info@loenshotel.de
SVN-Revision: 32441
Jo-Philipp Wich [Mon, 18 Jun 2012 23:45:30 +0000 (23:45 +0000)]
wifitoggle: fix typos in Makefile
Signed-off-by: Roman A. aka BasicXP
SVN-Revision: 32440
Jo-Philipp Wich [Mon, 18 Jun 2012 23:44:44 +0000 (23:44 +0000)]
[packages] apr: add missing dependency on libuuid
SVN-Revision: 32439
Jo-Philipp Wich [Mon, 18 Jun 2012 23:40:36 +0000 (23:40 +0000)]
hsflowd: fix compile for x86+uClibc
Remove another call to backtrace_symbols_fd to make hsflowd compile
for x86+uClibc targets.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 32437
Jo-Philipp Wich [Mon, 18 Jun 2012 23:35:55 +0000 (23:35 +0000)]
openssh dependency fix
Hi,
this patch adds libssp dependency if @SSP_SUPPORT is enabled. Without dependency on libssp this package is not compilable.
Jiri Slachta
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
SVN-Revision: 32435
Felix Fietkau [Mon, 18 Jun 2012 15:06:33 +0000 (15:06 +0000)]
zaptel-1.4.x: unbreak kernel module build, use cross-ar and cross-ranlib to fix further build issues
SVN-Revision: 32425
Felix Fietkau [Mon, 18 Jun 2012 15:06:07 +0000 (15:06 +0000)]
newt: fix compile errors caused by using the wrong ar util
SVN-Revision: 32424
John Crispin [Sun, 17 Jun 2012 17:41:07 +0000 (17:41 +0000)]
[package] fix opensips dependencies
SVN-Revision: 32412
Luka Perkov [Sun, 17 Jun 2012 17:21:29 +0000 (17:21 +0000)]
[packages] postgresql: switch from coreutils-su to shadow-su
SVN-Revision: 32411
Luka Perkov [Sun, 17 Jun 2012 16:28:30 +0000 (16:28 +0000)]
[packages] freecwmp: should fix defconfig issue
SVN-Revision: 32410
John Crispin [Sun, 17 Jun 2012 15:56:50 +0000 (15:56 +0000)]
[packages] fixes nagios-plugins dependencies
SVN-Revision: 32408
John Crispin [Sun, 17 Jun 2012 15:45:33 +0000 (15:45 +0000)]
[package] fix crtmpserver dependencies
SVN-Revision: 32407
John Crispin [Sun, 17 Jun 2012 15:38:03 +0000 (15:38 +0000)]
[packages] g++-uc fixup for tabglib
SVN-Revision: 32406
John Crispin [Sun, 17 Jun 2012 15:30:39 +0000 (15:30 +0000)]
[packages] fix ruby dependencies
SVN-Revision: 32405
John Crispin [Sun, 17 Jun 2012 14:41:44 +0000 (14:41 +0000)]
[packages] fixes pmacct dependencies
SVN-Revision: 32404
John Crispin [Sun, 17 Jun 2012 11:58:43 +0000 (11:58 +0000)]
[packages] fix mocp dependencies
SVN-Revision: 32399
John Crispin [Sun, 17 Jun 2012 11:58:42 +0000 (11:58 +0000)]
[packages] fix alsa-utils dependencies
SVN-Revision: 32398
Travis Kemen [Sat, 16 Jun 2012 20:45:04 +0000 (20:45 +0000)]
mark as broken for now, it is causing defconfig to get stuck in a infinite loop
SVN-Revision: 32392
Stephen Walker [Sat, 16 Jun 2012 19:34:45 +0000 (19:34 +0000)]
[packages] tor-alpha: update to 0.2.3.17-beta, disable bufferevents because of hangs on ar71xx
SVN-Revision: 32391
Stephen Walker [Sat, 16 Jun 2012 19:34:14 +0000 (19:34 +0000)]
[packages] tor: update to 0.2.2.36
SVN-Revision: 32390
Marek Lindner [Fri, 15 Jun 2012 19:48:05 +0000 (19:48 +0000)]
batman-adv: fix skb data assignment
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 32386
Mirko Vogt [Fri, 15 Jun 2012 08:31:45 +0000 (08:31 +0000)]
[packages/openvpn-devel] fix linker error when compiling with support for polarssl and certain options
SVN-Revision: 32382
Felix Fietkau [Thu, 14 Jun 2012 23:07:30 +0000 (23:07 +0000)]
freeswitch: add libopenzap package, add missing dependencies
SVN-Revision: 32381
Felix Fietkau [Thu, 14 Jun 2012 23:07:27 +0000 (23:07 +0000)]
freeswitch: avoid picking up libgcrypt
SVN-Revision: 32380
Felix Fietkau [Thu, 14 Jun 2012 23:07:26 +0000 (23:07 +0000)]
gst-plugins-good: fix missing dependencies
SVN-Revision: 32379
Felix Fietkau [Thu, 14 Jun 2012 23:07:24 +0000 (23:07 +0000)]
gst-ffmpeg: add missing dependency
SVN-Revision: 32378
Felix Fietkau [Thu, 14 Jun 2012 23:07:22 +0000 (23:07 +0000)]
coreutils: add missing dependency
SVN-Revision: 32377
Felix Fietkau [Thu, 14 Jun 2012 20:26:28 +0000 (20:26 +0000)]
xmail: use uclibc++.mk
SVN-Revision: 32375
Felix Fietkau [Thu, 14 Jun 2012 20:26:27 +0000 (20:26 +0000)]
skels: clean up the makefile template a bit
SVN-Revision: 32374
Felix Fietkau [Thu, 14 Jun 2012 20:26:25 +0000 (20:26 +0000)]
peercast: use uclibc++.mk
SVN-Revision: 32373
Felix Fietkau [Thu, 14 Jun 2012 20:26:23 +0000 (20:26 +0000)]
iperf: use uclibc++.mk
SVN-Revision: 32372
Felix Fietkau [Thu, 14 Jun 2012 20:26:22 +0000 (20:26 +0000)]
remove uclibc++ from packages (now maintained in trunk)
SVN-Revision: 32371
Felix Fietkau [Thu, 14 Jun 2012 20:26:20 +0000 (20:26 +0000)]
gst-plugins-bad: fix dependency issues
SVN-Revision: 32370
Felix Fietkau [Thu, 14 Jun 2012 19:14:44 +0000 (19:14 +0000)]
libdmapsharing: add missing dependency
SVN-Revision: 32365
Felix Fietkau [Thu, 14 Jun 2012 19:14:42 +0000 (19:14 +0000)]
gst-plugins-base: fix various missing dependencies
SVN-Revision: 32364
Felix Fietkau [Thu, 14 Jun 2012 19:14:39 +0000 (19:14 +0000)]
pulseaudio: disable fftw
SVN-Revision: 32363
Felix Fietkau [Thu, 14 Jun 2012 19:14:37 +0000 (19:14 +0000)]
pulseaudio: provide a virtual package for the two pulseaudio daemon variants to fix dependency issues in pulseaudio-{tools,profiles}
SVN-Revision: 32362
Felix Fietkau [Thu, 14 Jun 2012 19:14:35 +0000 (19:14 +0000)]
krb5: prevent libcom_err from leaking into other packages like e2fsprogs
SVN-Revision: 32361
Felix Fietkau [Thu, 14 Jun 2012 19:14:33 +0000 (19:14 +0000)]
ffmpeg: disable output devices to prevent it from picking up stuff like sdl
SVN-Revision: 32360
Felix Fietkau [Thu, 14 Jun 2012 19:14:28 +0000 (19:14 +0000)]
pulseaudio: remove obsolete uclibc dependencies
SVN-Revision: 32359
Felix Fietkau [Thu, 14 Jun 2012 17:04:57 +0000 (17:04 +0000)]
libusb: split off libusbpp into a separate package
SVN-Revision: 32357
Felix Fietkau [Thu, 14 Jun 2012 16:17:08 +0000 (16:17 +0000)]
mgen: replace uclibc++ hacks with g++-uc wrapper
SVN-Revision: 32355