Commit Graph

9050 Commits

Author SHA1 Message Date
682747ee98 [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
2012-07-30 15:40:07 +00:00
b9687a8704 [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
2012-07-30 15:40:02 +00:00
a72d8b0ad0 [package] remotefs: update to revision 1297, fixes makefile issue
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32912 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-30 15:39:57 +00:00
8a7121d7f4 [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
2012-07-29 15:38:44 +00:00
800a1855b2 [packages] transmission: update to 2.61
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32906 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-29 12:07:31 +00:00
1ba2de8dd6 [packages] amule: disable backtrace to avaoid missin -lbfd error
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32903 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-28 21:54:43 +00:00
e900ebe95a [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
2012-07-28 13:00:47 +00:00
5c9ed461c3 [packages] php5: fix regression erroneously introduced by r32872
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-28 12:50:30 +00:00
27814fecd9 [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
2012-07-27 20:59:55 +00:00
fcfa3dd3ab 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
2012-07-27 15:43:34 +00:00
fd2b771a70 [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
2012-07-27 14:58:53 +00:00
b13286d8d6 [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
2012-07-27 14:58:51 +00:00
29ebced21f [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
2012-07-27 11:49:22 +00:00
07c3b4a635 [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
2012-07-26 16:02:02 +00:00
c871c739c5 [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
2012-07-26 15:34:45 +00:00
0232955fc4 [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
2012-07-25 20:51:49 +00:00
b222004734 [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
2012-07-25 20:43:20 +00:00
a268560dfe [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
2012-07-25 20:41:58 +00:00
06e5755183 [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
2012-07-25 20:40:34 +00:00
7f712cbe1a [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
2012-07-25 20:38:22 +00:00
42801043b2 [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
2012-07-25 20:36:22 +00:00
77ce79457e [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
2012-07-25 20:24:08 +00:00
df4e61ec16 [packages] fix asterisk-1.8.10.1 md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32868 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-25 19:22:24 +00:00
7f7b1d471a [packages] add missing -lpthread to curlftpfs
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-25 18:58:46 +00:00
ad4dafc099 [package] disable valgrind on all but armv7 targets
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-25 14:01:26 +00:00
0aab4aa3ec [package] faifa: switch to the github repository
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-25 14:01:23 +00:00
bd47930617 [packages] weechat: update to 0.3.8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-25 08:56:41 +00:00
40590b62fd [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
2012-07-24 22:26:25 +00:00
e959d57f61 [packages] Port the wing package to the new netifd infrastructure.
Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-24 21:46:18 +00:00
0823b7d98f [packages] 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32790 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-23 19:16:57 +00:00
02117b65e5 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>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@32789 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-23 12:51:20 +00:00
e05d8bb159 [packages] pulseaudio: update to 2.1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32780 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-19 16:47:38 +00:00
845e9da074 [packages] vim: fix building if only xxd is selected
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32776 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-18 23:27:50 +00:00
6759f2b2d6 [packages] vips: Fix a typo in configure arguments (#11875)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32771 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-17 17:25:29 +00:00
a16b4a5532 [packages] erlang: Remove empty patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32765 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-17 15:42:33 +00:00
c75b7a6c54 [packages] erlang: Cleanup configure vars and args
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32763 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-17 11:48:23 +00:00
fe8fb33faa [packages] erlang: Fix disabling of getaddrinfo()
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32762 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-17 11:48:19 +00:00
88df887bbc [packages] privoxy: move privoxy startup to later in boot process
When using privoxy as a transparent HTTP proxy a race condition occurs
where privoxy may attempt to startup and start listening on the LAN
interface before the network configuration is completed. As a result
privoxy fails to start up because it can't bind to the correct listening
address. This patch changes the init.d script to be a little bit later
in the boot process.

Signed-off-by: Adam Gensler <openwrt@kristenandadam.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32759 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 22:53:46 +00:00
71f11fbfcb [packages] pciutils: update to version 3.1.10
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32758 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 22:33:06 +00:00
9ac4641f15 [packages] ethtool: update to version 3.4.1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32757 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 22:33:05 +00:00
6617cefbe1 [packages] lzo: update to version 2.06
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32755 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 21:52:09 +00:00
85a309c589 [packages] lvm2: update to version 2.02.96
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32754 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 21:52:07 +00:00
211a7917b1 [packages] mdadm: update to version 3.2.5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32753 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 21:52:06 +00:00
a317e6eab1 [packages] logrotate: update to version 3.8.1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32752 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 21:52:03 +00:00
f5f1f6d568 [packages] erlang: Disable java compiler (#11873)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32748 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 14:05:40 +00:00
227313d2da [packages] erlang: Add missing cross system root path variable
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32747 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 12:40:26 +00:00
8e14d319e4 [packages] dmapd: Add missing GraphicsMagick dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32746 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 12:30:00 +00:00
d446177637 [packages] vips: Bump copyright date
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32745 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 12:22:57 +00:00
7e64f08225 [packages] vips: Bump to 7.28.9
Update VIPS to 7.28.9; fixes https://dev.openwrt.org/ticket/11866.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 12:22:53 +00:00
5ab5a4a24f [packages] libdmapsharing: Bump to 2.9.15
Update libdmapsharing to 2.9.15; fixes https://dev.openwrt.org/ticket/11866.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32743 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 12:22:49 +00:00