florian [Tue, 7 Aug 2012 16:09:10 +0000 (16:09 +0000)]
[package] ffmpeg: fix typo on config variables to enable custom build (#11948)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33041
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 7 Aug 2012 16:09:09 +0000 (16:09 +0000)]
[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
florian [Tue, 7 Aug 2012 16:09:05 +0000 (16:09 +0000)]
[package] appweb: rework extraction process (#7897)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33039
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 7 Aug 2012 16:09:04 +0000 (16:09 +0000)]
[package] gettext-full: don't ship two copies of the library (#11939)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33038
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 7 Aug 2012 16:09:02 +0000 (16:09 +0000)]
[package] kissdx: update to r193 (#11147)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33037
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 7 Aug 2012 16:09:01 +0000 (16:09 +0000)]
[package] elfutils: fix missing dependency for libdw
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33036
3c298f89-4303-0410-b956-
a3cf2f4a3e73
dingo [Tue, 7 Aug 2012 12:20:59 +0000 (12:20 +0000)]
[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
blogic [Mon, 6 Aug 2012 18:51:46 +0000 (18:51 +0000)]
[packages] flashrom was missing explicit dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33027
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Aug 2012 18:51:45 +0000 (18:51 +0000)]
[packages] build pulseaudio without gtk2 when xorg feed is installed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33026
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Aug 2012 18:51:43 +0000 (18:51 +0000)]
[packages] build gd without fontconfig support when the desktop feed is installed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33025
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Aug 2012 16:23:19 +0000 (16:23 +0000)]
[package] giflib should build without x11
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33018
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 6 Aug 2012 15:39:51 +0000 (15:39 +0000)]
[package] gw6c: fix missing LIBGCC_S dependency
Showed up on ARM builds.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33017
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 6 Aug 2012 15:39:50 +0000 (15:39 +0000)]
[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
florian [Mon, 6 Aug 2012 15:39:46 +0000 (15:39 +0000)]
[package] imagemagick: fix missing dependencies, remove unused cxx support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33015
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 6 Aug 2012 11:10:00 +0000 (11:10 +0000)]
[packages] fix uhub for event and event2 co existance
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33013
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33012
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33011
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33010
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33009
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33008
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33007
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sun, 5 Aug 2012 08:52:52 +0000 (08:52 +0000)]
[packages] gmediaserver is not c++
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32999
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sun, 5 Aug 2012 08:17:07 +0000 (08:17 +0000)]
[packages] miredo libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32998
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sun, 5 Aug 2012 08:17:05 +0000 (08:17 +0000)]
[packages] nagios-plugins libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32997
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 20:37:10 +0000 (20:37 +0000)]
[packages] libusb libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32995
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 20:37:08 +0000 (20:37 +0000)]
[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
blogic [Sat, 4 Aug 2012 18:42:11 +0000 (18:42 +0000)]
[packages] ctorrent libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32990
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 18:42:09 +0000 (18:42 +0000)]
[packages] mgen libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32989
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 18:42:07 +0000 (18:42 +0000)]
[packages] id3lib libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32988
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 18:42:05 +0000 (18:42 +0000)]
[packages] lftp libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32987
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 17:02:18 +0000 (17:02 +0000)]
[packages] gw6c libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32986
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 17:02:17 +0000 (17:02 +0000)]
[packages] ndppd libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32985
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 17:02:15 +0000 (17:02 +0000)]
[packages] sipp libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32984
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 17:02:13 +0000 (17:02 +0000)]
[packages] pcapsipdump libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32983
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 17:02:11 +0000 (17:02 +0000)]
[packages] dansguardian libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32982
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 17:02:10 +0000 (17:02 +0000)]
[packages] kismet libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32981
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 17:02:08 +0000 (17:02 +0000)]
[packages] vncrepeater libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32980
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 17:02:06 +0000 (17:02 +0000)]
[packages] gnuplot libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32979
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 17:02:04 +0000 (17:02 +0000)]
[packages] imsnif libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32978
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 17:02:03 +0000 (17:02 +0000)]
[packages] avrusbboot libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32977
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 17:02:01 +0000 (17:02 +0000)]
[packages] stun libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32976
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 17:01:59 +0000 (17:01 +0000)]
[packages] cbtt libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32975
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 4 Aug 2012 17:01:56 +0000 (17:01 +0000)]
[packages] taglib libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32974
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 21:35:51 +0000 (21:35 +0000)]
[packages] znc libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32973
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 21:35:49 +0000 (21:35 +0000)]
[packages] unrar libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32972
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 21:35:48 +0000 (21:35 +0000)]
[packages] boblight libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32971
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 21:35:46 +0000 (21:35 +0000)]
[packages] znc libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32970
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 21:35:45 +0000 (21:35 +0000)]
[packages] paris-traceroute libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32969
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 21:35:43 +0000 (21:35 +0000)]
[packages] mgen libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32968
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 21:35:41 +0000 (21:35 +0000)]
[packages] lftp libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32967
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 21:35:40 +0000 (21:35 +0000)]
[packages] ditg libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32966
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 21:35:38 +0000 (21:35 +0000)]
[packages] ctorrent libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32965
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 21:35:36 +0000 (21:35 +0000)]
[packages] tiff libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32964
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 21:35:34 +0000 (21:35 +0000)]
[packages] libv4l libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32963
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 21:35:32 +0000 (21:35 +0000)]
[packages] fcgi libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32962
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 21:35:30 +0000 (21:35 +0000)]
[packages] dibbler libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32961
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 3 Aug 2012 15:16:44 +0000 (15:16 +0000)]
[package] imagemagick: update to 6.7.8-7
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32960
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 3 Aug 2012 13:32:40 +0000 (13:32 +0000)]
[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
florian [Fri, 3 Aug 2012 13:32:39 +0000 (13:32 +0000)]
[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
florian [Fri, 3 Aug 2012 13:32:36 +0000 (13:32 +0000)]
[package] l7-protocols: fix g++-uc location
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32957
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 09:15:21 +0000 (09:15 +0000)]
[packages] uhub: libevent fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32955
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 3 Aug 2012 09:15:20 +0000 (09:15 +0000)]
[packages] memcached: libevent fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32954
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Fri, 3 Aug 2012 00:00:48 +0000 (00:00 +0000)]
[packages] freecwmp: update to latest git version
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32952
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 1 Aug 2012 18:40:35 +0000 (18:40 +0000)]
[package] update faifa and package hpavcfg
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32938
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 1 Aug 2012 18:40:34 +0000 (18:40 +0000)]
[package] faifa: update to latest revision to get rid of openssl
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32937
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 1 Aug 2012 18:40:32 +0000 (18:40 +0000)]
[package] zaptel-1.4.x: fix build failure, refresh patches move to "Voice over IP"
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32936
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 1 Aug 2012 18:40:25 +0000 (18:40 +0000)]
[package] appweb: fix linking against libdl
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32935
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 30 Jul 2012 15:40:19 +0000 (15:40 +0000)]
[package] bash: do not attempt to build documentation
As this may require makeinfo on the host
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32919
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 30 Jul 2012 15:40:18 +0000 (15:40 +0000)]
[package] libevent: move headers and libs to a specific sub-folder
And update nfs-kernel-server to use these new headers location
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32918
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 30 Jul 2012 15:40:17 +0000 (15:40 +0000)]
[package] memcached: fix dependency against libevent2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32917
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 30 Jul 2012 15:40:13 +0000 (15:40 +0000)]
[package] uhub: depend on libevent2 instead of libevent
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32916
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 30 Jul 2012 15:40:12 +0000 (15:40 +0000)]
[package] libmpeg2: fix build on armv4
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32915
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 30 Jul 2012 15:40:07 +0000 (15:40 +0000)]
[package] dfu-util: do not build the static variant
Some platforms like ARM do not provide a static libgcc and this will
just fail unconditionnaly.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32914
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 30 Jul 2012 15:40:02 +0000 (15:40 +0000)]
[package] imagemagick: update to 6.7.8-6 to fix build failure
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32913
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 30 Jul 2012 15:39:57 +0000 (15:39 +0000)]
[package] remotefs: update to revision 1297, fixes makefile issue
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32912
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Sun, 29 Jul 2012 15:38:44 +0000 (15:38 +0000)]
[packages/openvpn] update to latest git revision, remove misplaced patch - fixes #11739
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32911
3c298f89-4303-0410-b956-
a3cf2f4a3e73
obsy [Sun, 29 Jul 2012 12:07:31 +0000 (12:07 +0000)]
[packages] transmission: update to 2.61
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32906
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 28 Jul 2012 21:54:43 +0000 (21:54 +0000)]
[packages] amule: disable backtrace to avaoid missin -lbfd error
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32903
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mhei [Sat, 28 Jul 2012 13:00:47 +0000 (13:00 +0000)]
[packages] php5: fix compilation without CONFIG_PHP5_SYSTEMTZDATA selected
Fixes #11917.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32900
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mhei [Sat, 28 Jul 2012 12:50:30 +0000 (12:50 +0000)]
[packages] php5: fix regression erroneously introduced by r32872
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32899
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Fri, 27 Jul 2012 20:59:55 +0000 (20:59 +0000)]
[packages] dhcp: rename to isc-dhcp and fix ipv6 support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32897
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [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.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32896
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 27 Jul 2012 14:58:53 +0000 (14:58 +0000)]
[package] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32889
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 27 Jul 2012 14:58:51 +0000 (14:58 +0000)]
[package] avahi: bump to 0.6.31
Signed-off-by Mike Brady <mikebrady@eircom.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32888
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 27 Jul 2012 11:49:22 +0000 (11:49 +0000)]
[package] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32887
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mhei [Thu, 26 Jul 2012 16:02:02 +0000 (16:02 +0000)]
[packages] php5: gd extension: add missing dependencies for bundled version
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32881
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mhei [Thu, 26 Jul 2012 15:34:45 +0000 (15:34 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32879
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mhei [Wed, 25 Jul 2012 20:51:49 +0000 (20:51 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32877
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mhei [Wed, 25 Jul 2012 20:43:20 +0000 (20:43 +0000)]
[packages] php5: update pecl module libevent to 0.0.5
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32876
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mhei [Wed, 25 Jul 2012 20:41:58 +0000 (20:41 +0000)]
[packages] php5: update pecl module dio to 0.0.6
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32875
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mhei [Wed, 25 Jul 2012 20:40:34 +0000 (20:40 +0000)]
[packages] php5: update pecl module http to 1.7.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32874
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mhei [Wed, 25 Jul 2012 20:38:22 +0000 (20:38 +0000)]
[packages] php5: update APC module to 3.1.11
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32873
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mhei [Wed, 25 Jul 2012 20:36:22 +0000 (20:36 +0000)]
[packages] 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
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32872
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mhei [Wed, 25 Jul 2012 20:24:08 +0000 (20:24 +0000)]
[packages] php5: fix package config depends and remove leftover env variable
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32871
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 25 Jul 2012 19:22:24 +0000 (19:22 +0000)]
[packages] fix asterisk-1.8.10.1 md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32868
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 25 Jul 2012 18:58:46 +0000 (18:58 +0000)]
[packages] add missing -lpthread to curlftpfs
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32867
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 14:01:26 +0000 (14:01 +0000)]
[package] disable valgrind on all but armv7 targets
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32839
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 25 Jul 2012 14:01:23 +0000 (14:01 +0000)]
[package] faifa: switch to the github repository
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32838
3c298f89-4303-0410-b956-
a3cf2f4a3e73
loswillios [Wed, 25 Jul 2012 08:56:41 +0000 (08:56 +0000)]
[packages] weechat: update to 0.3.8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32834
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Tue, 24 Jul 2012 22:26:25 +0000 (22:26 +0000)]
[packages] 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
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32827
3c298f89-4303-0410-b956-
a3cf2f4a3e73