openwrt/svn-archive/packages.git
12 years agobuild pulseaudio without gtk2 when xorg feed is installed
John Crispin [Mon, 6 Aug 2012 18:51:45 +0000 (18:51 +0000)]
build pulseaudio without gtk2 when xorg feed is installed

SVN-Revision: 33026

12 years agobuild gd without fontconfig support when the desktop feed is installed
John Crispin [Mon, 6 Aug 2012 18:51:43 +0000 (18:51 +0000)]
build gd without fontconfig support when the desktop feed is installed

SVN-Revision: 33025

12 years agogiflib should build without x11
John Crispin [Mon, 6 Aug 2012 16:23:19 +0000 (16:23 +0000)]
giflib should build without x11

SVN-Revision: 33018

12 years agogw6c: fix missing LIBGCC_S dependency
Florian Fainelli [Mon, 6 Aug 2012 15:39:51 +0000 (15:39 +0000)]
gw6c: fix missing LIBGCC_S dependency

Showed up on ARM builds.

SVN-Revision: 33017

12 years agosipsak: disable checking for c-ares and ruli
Florian Fainelli [Mon, 6 Aug 2012 15:39:50 +0000 (15:39 +0000)]
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.

SVN-Revision: 33016

12 years agoimagemagick: fix missing dependencies, remove unused cxx support
Florian Fainelli [Mon, 6 Aug 2012 15:39:46 +0000 (15:39 +0000)]
imagemagick: fix missing dependencies, remove unused cxx support

SVN-Revision: 33015

12 years agofix uhub for event and event2 co existance
John Crispin [Mon, 6 Aug 2012 11:10:00 +0000 (11:10 +0000)]
fix uhub for event and event2 co existance

SVN-Revision: 33013

12 years agoIf eglibc (2.1.5) is selected in openwrt instead of uclibc, transmission package...
Mirko Vogt [Mon, 6 Aug 2012 11:08:44 +0000 (11:08 +0000)]
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>
SVN-Revision: 33012

12 years agoFix the snort build with openwrt eglibc toolchain
Mirko Vogt [Mon, 6 Aug 2012 11:08:19 +0000 (11:08 +0000)]
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>
SVN-Revision: 33011

12 years agoWhen openwrt toolchain uses eglibc (2.15) instead of uclibc, samba36-server build...
Mirko Vogt [Mon, 6 Aug 2012 11:08:16 +0000 (11:08 +0000)]
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>
SVN-Revision: 33010

12 years agoFix knock build with the openwrt eglibc toolchain by including the limits.h from...
Mirko Vogt [Mon, 6 Aug 2012 11:08:13 +0000 (11:08 +0000)]
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>
SVN-Revision: 33009

12 years agoWith eglibc needs to define -D_GNU_SOURCE in cflags to avoid following error:
Mirko Vogt [Mon, 6 Aug 2012 11:07:38 +0000 (11:07 +0000)]
With eglibc needs to define -D_GNU_SOURCE in cflags to avoid following error:

  CC      build-mips/sa/pton.o
src/sa/pton.c: In function 'net_inet_pton':
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'

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

12 years agoWhen openwrt toolchain uses eglibc (2.15) instead of uclibc, libevent2 build fails...
Mirko Vogt [Mon, 6 Aug 2012 11:06:54 +0000 (11:06 +0000)]
When openwrt toolchain uses eglibc (2.15) instead of uclibc, libevent2 build fails to following error:

Package libevent2 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 has been tested by building the libevent2 both with the the eglibc and
uclibc  openwrt toolchains.

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

12 years agogmediaserver is not c++
John Crispin [Sun, 5 Aug 2012 08:52:52 +0000 (08:52 +0000)]
gmediaserver is not c++

SVN-Revision: 32999

12 years agomiredo libc++ fix
John Crispin [Sun, 5 Aug 2012 08:17:07 +0000 (08:17 +0000)]
miredo libc++ fix

SVN-Revision: 32998

12 years agonagios-plugins libc++ fix
John Crispin [Sun, 5 Aug 2012 08:17:05 +0000 (08:17 +0000)]
nagios-plugins libc++ fix

SVN-Revision: 32997

12 years agolibusb libc++ fix
John Crispin [Sat, 4 Aug 2012 20:37:10 +0000 (20:37 +0000)]
libusb libc++ fix

SVN-Revision: 32995

12 years agomemcached: fixes compile when libevent and libevent2 are both staged
John Crispin [Sat, 4 Aug 2012 20:37:08 +0000 (20:37 +0000)]
memcached: fixes compile when libevent and libevent2 are both staged

SVN-Revision: 32994

12 years agoctorrent libc++ fix
John Crispin [Sat, 4 Aug 2012 18:42:11 +0000 (18:42 +0000)]
ctorrent libc++ fix

SVN-Revision: 32990

12 years agomgen libc++ fix
John Crispin [Sat, 4 Aug 2012 18:42:09 +0000 (18:42 +0000)]
mgen libc++ fix

SVN-Revision: 32989

12 years agoid3lib libc++ fix
John Crispin [Sat, 4 Aug 2012 18:42:07 +0000 (18:42 +0000)]
id3lib libc++ fix

SVN-Revision: 32988

12 years agolftp libc++ fix
John Crispin [Sat, 4 Aug 2012 18:42:05 +0000 (18:42 +0000)]
lftp libc++ fix

SVN-Revision: 32987

12 years agogw6c libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:18 +0000 (17:02 +0000)]
gw6c libc++ fix

SVN-Revision: 32986

12 years agondppd libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:17 +0000 (17:02 +0000)]
ndppd libc++ fix

SVN-Revision: 32985

12 years agosipp libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:15 +0000 (17:02 +0000)]
sipp libc++ fix

SVN-Revision: 32984

12 years agopcapsipdump libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:13 +0000 (17:02 +0000)]
pcapsipdump libc++ fix

SVN-Revision: 32983

12 years agodansguardian libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:11 +0000 (17:02 +0000)]
dansguardian libc++ fix

SVN-Revision: 32982

12 years agokismet libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:10 +0000 (17:02 +0000)]
kismet libc++ fix

SVN-Revision: 32981

12 years agovncrepeater libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:08 +0000 (17:02 +0000)]
vncrepeater libc++ fix

SVN-Revision: 32980

12 years agognuplot libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:06 +0000 (17:02 +0000)]
gnuplot libc++ fix

SVN-Revision: 32979

12 years agoimsnif libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:04 +0000 (17:02 +0000)]
imsnif libc++ fix

SVN-Revision: 32978

12 years agoavrusbboot libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:03 +0000 (17:02 +0000)]
avrusbboot libc++ fix

SVN-Revision: 32977

12 years agostun libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:01 +0000 (17:02 +0000)]
stun libc++ fix

SVN-Revision: 32976

12 years agocbtt libc++ fix
John Crispin [Sat, 4 Aug 2012 17:01:59 +0000 (17:01 +0000)]
cbtt libc++ fix

SVN-Revision: 32975

12 years agotaglib libc++ fix
John Crispin [Sat, 4 Aug 2012 17:01:56 +0000 (17:01 +0000)]
taglib libc++ fix

SVN-Revision: 32974

12 years agoznc libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:51 +0000 (21:35 +0000)]
znc libc++ fix

SVN-Revision: 32973

12 years agounrar libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:49 +0000 (21:35 +0000)]
unrar libc++ fix

SVN-Revision: 32972

12 years agoboblight libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:48 +0000 (21:35 +0000)]
boblight libc++ fix

SVN-Revision: 32971

12 years agoznc libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:46 +0000 (21:35 +0000)]
znc libc++ fix

SVN-Revision: 32970

12 years agoparis-traceroute libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:45 +0000 (21:35 +0000)]
paris-traceroute libc++ fix

SVN-Revision: 32969

12 years agomgen libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:43 +0000 (21:35 +0000)]
mgen libc++ fix

SVN-Revision: 32968

12 years agolftp libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:41 +0000 (21:35 +0000)]
lftp libc++ fix

SVN-Revision: 32967

12 years agoditg libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:40 +0000 (21:35 +0000)]
ditg libc++ fix

SVN-Revision: 32966

12 years agoctorrent libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:38 +0000 (21:35 +0000)]
ctorrent libc++ fix

SVN-Revision: 32965

12 years agotiff libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:36 +0000 (21:35 +0000)]
tiff libc++ fix

SVN-Revision: 32964

12 years agolibv4l libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:34 +0000 (21:35 +0000)]
libv4l libc++ fix

SVN-Revision: 32963

12 years agofcgi libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:32 +0000 (21:35 +0000)]
fcgi libc++ fix

SVN-Revision: 32962

12 years agodibbler libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:30 +0000 (21:35 +0000)]
dibbler libc++ fix

SVN-Revision: 32961

12 years agoimagemagick: update to 6.7.8-7
Florian Fainelli [Fri, 3 Aug 2012 15:16:44 +0000 (15:16 +0000)]
imagemagick: update to 6.7.8-7

SVN-Revision: 32960

12 years agoopenswan: fix build for 64-bits targets
Florian Fainelli [Fri, 3 Aug 2012 13:32:40 +0000 (13:32 +0000)]
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.

SVN-Revision: 32959

12 years agoxtables-addons: fix build for 64-bits targets
Florian Fainelli [Fri, 3 Aug 2012 13:32:39 +0000 (13:32 +0000)]
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.

SVN-Revision: 32958

12 years agol7-protocols: fix g++-uc location
Florian Fainelli [Fri, 3 Aug 2012 13:32:36 +0000 (13:32 +0000)]
l7-protocols: fix g++-uc location

SVN-Revision: 32957

12 years agouhub: libevent fixes
John Crispin [Fri, 3 Aug 2012 09:15:21 +0000 (09:15 +0000)]
uhub: libevent fixes

SVN-Revision: 32955

12 years agomemcached: libevent fixes
John Crispin [Fri, 3 Aug 2012 09:15:20 +0000 (09:15 +0000)]
memcached: libevent fixes

SVN-Revision: 32954

12 years agofreecwmp: update to latest git version
Luka Perkov [Fri, 3 Aug 2012 00:00:48 +0000 (00:00 +0000)]
freecwmp: update to latest git version

SVN-Revision: 32952

12 years agoupdate faifa and package hpavcfg
Florian Fainelli [Wed, 1 Aug 2012 18:40:35 +0000 (18:40 +0000)]
update faifa and package hpavcfg

SVN-Revision: 32938

12 years agofaifa: update to latest revision to get rid of openssl
Florian Fainelli [Wed, 1 Aug 2012 18:40:34 +0000 (18:40 +0000)]
faifa: update to latest revision to get rid of openssl

SVN-Revision: 32937

12 years agozaptel-1.4.x: fix build failure, refresh patches move to "Voice over IP"
Florian Fainelli [Wed, 1 Aug 2012 18:40:32 +0000 (18:40 +0000)]
zaptel-1.4.x: fix build failure, refresh patches move to "Voice over IP"

SVN-Revision: 32936

12 years agoappweb: fix linking against libdl
Florian Fainelli [Wed, 1 Aug 2012 18:40:25 +0000 (18:40 +0000)]
appweb: fix linking against libdl

SVN-Revision: 32935

12 years agobash: do not attempt to build documentation
Florian Fainelli [Mon, 30 Jul 2012 15:40:19 +0000 (15:40 +0000)]
bash: do not attempt to build documentation

As this may require makeinfo on the host

SVN-Revision: 32919

12 years agolibevent: move headers and libs to a specific sub-folder
Florian Fainelli [Mon, 30 Jul 2012 15:40:18 +0000 (15:40 +0000)]
libevent: move headers and libs to a specific sub-folder

And update nfs-kernel-server to use these new headers location

SVN-Revision: 32918

12 years agomemcached: fix dependency against libevent2
Florian Fainelli [Mon, 30 Jul 2012 15:40:17 +0000 (15:40 +0000)]
memcached: fix dependency against libevent2

SVN-Revision: 32917

12 years agouhub: depend on libevent2 instead of libevent
Florian Fainelli [Mon, 30 Jul 2012 15:40:13 +0000 (15:40 +0000)]
uhub: depend on libevent2 instead of libevent

SVN-Revision: 32916

12 years agolibmpeg2: fix build on armv4
Florian Fainelli [Mon, 30 Jul 2012 15:40:12 +0000 (15:40 +0000)]
libmpeg2: fix build on armv4

SVN-Revision: 32915

12 years agodfu-util: do not build the static variant
Florian Fainelli [Mon, 30 Jul 2012 15:40:07 +0000 (15:40 +0000)]
dfu-util: do not build the static variant

Some platforms like ARM do not provide a static libgcc and this will
just fail unconditionnaly.

SVN-Revision: 32914

12 years agoimagemagick: update to 6.7.8-6 to fix build failure
Florian Fainelli [Mon, 30 Jul 2012 15:40:02 +0000 (15:40 +0000)]
imagemagick: update to 6.7.8-6 to fix build failure

SVN-Revision: 32913

12 years agoremotefs: update to revision 1297, fixes makefile issue
Florian Fainelli [Mon, 30 Jul 2012 15:39:57 +0000 (15:39 +0000)]
remotefs: update to revision 1297, fixes makefile issue

SVN-Revision: 32912

12 years agoupdate to latest git revision, remove misplaced patch - fixes #11739
Mirko Vogt [Sun, 29 Jul 2012 15:38:44 +0000 (15:38 +0000)]
update to latest git revision, remove misplaced patch - fixes #11739

SVN-Revision: 32911

12 years agotransmission: update to 2.61
Cezary Jackiewicz [Sun, 29 Jul 2012 12:07:31 +0000 (12:07 +0000)]
transmission: update to 2.61

SVN-Revision: 32906

12 years agoamule: disable backtrace to avaoid missin -lbfd error
John Crispin [Sat, 28 Jul 2012 21:54:43 +0000 (21:54 +0000)]
amule: disable backtrace to avaoid missin -lbfd error

SVN-Revision: 32903

12 years agophp5: fix compilation without CONFIG_PHP5_SYSTEMTZDATA selected
Michael Heimpold [Sat, 28 Jul 2012 13:00:47 +0000 (13:00 +0000)]
php5: fix compilation without CONFIG_PHP5_SYSTEMTZDATA selected

Fixes #11917.

SVN-Revision: 32900

12 years agophp5: fix regression erroneously introduced by r32872
Michael Heimpold [Sat, 28 Jul 2012 12:50:30 +0000 (12:50 +0000)]
php5: fix regression erroneously introduced by r32872

SVN-Revision: 32899

12 years agodhcp: rename to isc-dhcp and fix ipv6 support
Luka Perkov [Fri, 27 Jul 2012 20:59:55 +0000 (20:59 +0000)]
dhcp: rename to isc-dhcp and fix ipv6 support

SVN-Revision: 32897

12 years agoRevert "[package] openssh: add ESSENTIAL_PROCESSES"
Florian Fainelli [Fri, 27 Jul 2012 15:43:34 +0000 (15:43 +0000)]
Revert "[package] openssh: add ESSENTIAL_PROCESSES"

The infrastructure to handle this is not yet in place.

SVN-Revision: 32896

12 years agoopenssh: add ESSENTIAL_PROCESSES
Florian Fainelli [Fri, 27 Jul 2012 14:58:53 +0000 (14:58 +0000)]
openssh: add ESSENTIAL_PROCESSES

This adds an ESSENTIAL_PROCESSES shell variable to /etc/init.d/sshd.
The corresponding openwrt patch has the details.

Signed-off-by: Ryan Nowakowski <tubaman@fattuba.com>
SVN-Revision: 32889

12 years agoavahi: bump to 0.6.31
Florian Fainelli [Fri, 27 Jul 2012 14:58:51 +0000 (14:58 +0000)]
avahi: bump to 0.6.31

Signed-off-by Mike Brady <mikebrady@eircom.net>

SVN-Revision: 32888

12 years agousbip: update userspace to match kernel part
Florian Fainelli [Fri, 27 Jul 2012 11:49:22 +0000 (11:49 +0000)]
usbip: update userspace to match kernel part

After kernel 2.6.39, usbip kernel and userspace are in kernel tree
The new kernel modules names have already been updated in openwrt for
kernel > 2.6.39

This patch, allow to build the new corresponding usbip userspace tool
when of the device use a kernel > 2.6.39
And continue to build version 0.1.7 for older version.

Fix #10992

Florian:
- do not use an md5sum for usb.ids since it changes often
- dropped the parts to support kernels <= 2.6.39
- make the package depend on LINUX_3_3

Signed-off-by: Mehdi Abaakouk <sileht@sileht.net>
SVN-Revision: 32887

12 years agophp5: gd extension: add missing dependencies for bundled version
Michael Heimpold [Thu, 26 Jul 2012 16:02:02 +0000 (16:02 +0000)]
php5: gd extension: add missing dependencies for bundled version

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 32881

12 years agophp5: use bundled libgd for gd extension
Michael Heimpold [Thu, 26 Jul 2012 15:34:45 +0000 (15:34 +0000)]
php5: use bundled libgd for gd extension

PHP devs doesn't only include an own copy of libgd but modified
it. As long as these modifications are not part of the offical
libgd distribution, we have to deal with the bundled version.

Details can be found at
https://bugs.php.net/bug.php?id=55224 and
https://bugs.php.net/bug.php?id=60108

When this problem is fixed upstream, this patch should be reverted.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 32879

12 years agophp5: add sqlite extension
Michael Heimpold [Wed, 25 Jul 2012 20:51:49 +0000 (20:51 +0000)]
php5: add sqlite extension

This extension was dropped with the release 5.4 of php and there is
a reference to a pecl module in the changelog. However, the pecl module
doesn't exist (yet) so this is a 'backport' of the latest sqlite
extension of php's 5.3 branch.
This is not tested completely.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 32877

12 years agophp5: update pecl module libevent to 0.0.5
Michael Heimpold [Wed, 25 Jul 2012 20:43:20 +0000 (20:43 +0000)]
php5: update pecl module libevent to 0.0.5

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 32876

12 years agophp5: update pecl module dio to 0.0.6
Michael Heimpold [Wed, 25 Jul 2012 20:41:58 +0000 (20:41 +0000)]
php5: update pecl module dio to 0.0.6

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 32875

12 years agophp5: update pecl module http to 1.7.4
Michael Heimpold [Wed, 25 Jul 2012 20:40:34 +0000 (20:40 +0000)]
php5: update pecl module http to 1.7.4

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 32874

12 years agophp5: update APC module to 3.1.11
Michael Heimpold [Wed, 25 Jul 2012 20:38:22 +0000 (20:38 +0000)]
php5: update APC module to 3.1.11

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 32873

12 years agophp5: upgrade to 5.4.5
Michael Heimpold [Wed, 25 Jul 2012 20:36:22 +0000 (20:36 +0000)]
php5: upgrade to 5.4.5

- php.ini: remove obsolete options
- drop patch 'patches/900-prevent_buildconf_force.patch' as php now supports
  newer autoconf versions 'buildconf --force' can be called after patching the
  source tree to update build system
- cross compiling issue regarding libdl still present, so because of the last
  point the corresponding patch has to be against configure.in but configure
- update timezone patches

SVN-Revision: 32872

12 years agophp5: fix package config depends and remove leftover env variable
Michael Heimpold [Wed, 25 Jul 2012 20:24:08 +0000 (20:24 +0000)]
php5: fix package config depends and remove leftover env variable

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 32871

12 years agofix asterisk-1.8.10.1 md5sum
John Crispin [Wed, 25 Jul 2012 19:22:24 +0000 (19:22 +0000)]
fix asterisk-1.8.10.1 md5sum

SVN-Revision: 32868

12 years agoadd missing -lpthread to curlftpfs
John Crispin [Wed, 25 Jul 2012 18:58:46 +0000 (18:58 +0000)]
add missing -lpthread to curlftpfs

SVN-Revision: 32867

12 years agodisable valgrind on all but armv7 targets
Florian Fainelli [Wed, 25 Jul 2012 14:01:26 +0000 (14:01 +0000)]
disable valgrind on all but armv7 targets

SVN-Revision: 32839

12 years agofaifa: switch to the github repository
Florian Fainelli [Wed, 25 Jul 2012 14:01:23 +0000 (14:01 +0000)]
faifa: switch to the github repository

SVN-Revision: 32838

12 years agoweechat: update to 0.3.8
Jan Willies [Wed, 25 Jul 2012 08:56:41 +0000 (08:56 +0000)]
weechat: update to 0.3.8

SVN-Revision: 32834

12 years agobump radvd to 1.9.1
John Crispin [Tue, 24 Jul 2012 22:26:25 +0000 (22:26 +0000)]
bump radvd to 1.9.1

Radvd has been updated to 1.9.1 in June. There are some changes related to
IPv6 functionality, but additionally the change concerns scrapping the
built-in daemonization code and starting to use libdaemon for that.

This patch updates radvd to 1.9.1 and adds the dependency for libdaemon.

Signed-off-by: hannu.nyman@iki.fi
SVN-Revision: 32827

12 years agoPort the wing package to the new netifd infrastructure.
John Crispin [Tue, 24 Jul 2012 21:46:18 +0000 (21:46 +0000)]
Port the wing package to the new netifd infrastructure.

Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>
SVN-Revision: 32826

12 years agonzbget: Bump to version 0.8.0
Vasilis Tsiligiannis [Mon, 23 Jul 2012 19:16:57 +0000 (19:16 +0000)]
nzbget: Bump to version 0.8.0

Update the nzbget to the latest stable version 0.8.0

Signed-off-by: Christian Rustmeier <rustmeier a.t. gmail dotty com>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 32790

12 years agobatman-adv: gateway selection class 1 fix
Marek Lindner [Mon, 23 Jul 2012 12:51:20 +0000 (12:51 +0000)]
batman-adv: gateway selection class 1 fix

More info: https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2012-July/007766.html

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 32789

12 years agopulseaudio: update to 2.1
Jan Willies [Thu, 19 Jul 2012 16:47:38 +0000 (16:47 +0000)]
pulseaudio: update to 2.1

SVN-Revision: 32780

12 years agovim: fix building if only xxd is selected
Luka Perkov [Wed, 18 Jul 2012 23:27:50 +0000 (23:27 +0000)]
vim: fix building if only xxd is selected

SVN-Revision: 32776

12 years agovips: Fix a typo in configure arguments (#11875)
Vasilis Tsiligiannis [Tue, 17 Jul 2012 17:25:29 +0000 (17:25 +0000)]
vips: Fix a typo in configure arguments (#11875)

SVN-Revision: 32771

12 years agoerlang: Remove empty patch
Vasilis Tsiligiannis [Tue, 17 Jul 2012 15:42:33 +0000 (15:42 +0000)]
erlang: Remove empty patch

SVN-Revision: 32765

12 years agoerlang: Cleanup configure vars and args
Vasilis Tsiligiannis [Tue, 17 Jul 2012 11:48:23 +0000 (11:48 +0000)]
erlang: Cleanup configure vars and args

SVN-Revision: 32763