openwrt/svn-archive/archive.git
11 years ago[package] appweb: fix linking against libdl
Florian Fainelli [Wed, 1 Aug 2012 18:40:25 +0000 (18:40 +0000)]
[package] appweb: fix linking against libdl

SVN-Revision: 32935

11 years ago[package] bash: do not attempt to build documentation
Florian Fainelli [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

SVN-Revision: 32919

11 years ago[package] libevent: move headers and libs to a specific sub-folder
Florian Fainelli [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

SVN-Revision: 32918

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

SVN-Revision: 32917

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

SVN-Revision: 32916

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

SVN-Revision: 32915

11 years ago[package] dfu-util: do not build the static variant
Florian Fainelli [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.

SVN-Revision: 32914

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

SVN-Revision: 32913

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

SVN-Revision: 32912

11 years ago[packages/openvpn] update to latest git revision, remove misplaced patch - fixes...
Mirko Vogt [Sun, 29 Jul 2012 15:38:44 +0000 (15:38 +0000)]
[packages/openvpn] update to latest git revision, remove misplaced patch - fixes #11739

SVN-Revision: 32911

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

SVN-Revision: 32906

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

SVN-Revision: 32903

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

Fixes #11917.

SVN-Revision: 32900

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

SVN-Revision: 32899

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

SVN-Revision: 32897

11 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

11 years ago[package] openssh: add ESSENTIAL_PROCESSES
Florian Fainelli [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>
SVN-Revision: 32889

11 years ago[package] avahi: bump to 0.6.31
Florian Fainelli [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>

SVN-Revision: 32888

11 years ago[package] usbip: update userspace to match kernel part
Florian Fainelli [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>
SVN-Revision: 32887

11 years ago[packages] php5: gd extension: add missing dependencies for bundled version
Michael Heimpold [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>
SVN-Revision: 32881

11 years ago[packages] php5: use bundled libgd for gd extension
Michael Heimpold [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>
SVN-Revision: 32879

11 years ago[packages] php5: add sqlite extension
Michael Heimpold [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>
SVN-Revision: 32877

11 years ago[packages] php5: update pecl module libevent to 0.0.5
Michael Heimpold [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>
SVN-Revision: 32876

11 years ago[packages] php5: update pecl module dio to 0.0.6
Michael Heimpold [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>
SVN-Revision: 32875

11 years ago[packages] php5: update pecl module http to 1.7.4
Michael Heimpold [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>
SVN-Revision: 32874

11 years ago[packages] php5: update APC module to 3.1.11
Michael Heimpold [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>
SVN-Revision: 32873

11 years ago[packages] php5: upgrade to 5.4.5
Michael Heimpold [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

SVN-Revision: 32872

11 years ago[packages] php5: fix package config depends and remove leftover env variable
Michael Heimpold [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>
SVN-Revision: 32871

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

SVN-Revision: 32868

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

SVN-Revision: 32867

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

SVN-Revision: 32839

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

SVN-Revision: 32838

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

SVN-Revision: 32834

11 years ago[packages] bump radvd to 1.9.1
John Crispin [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
SVN-Revision: 32827

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

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

11 years ago[packages] nzbget: Bump to version 0.8.0
Vasilis Tsiligiannis [Mon, 23 Jul 2012 19:16:57 +0000 (19:16 +0000)]
[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>
SVN-Revision: 32790

11 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

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

SVN-Revision: 32780

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

SVN-Revision: 32776

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

SVN-Revision: 32771

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

SVN-Revision: 32765

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

SVN-Revision: 32763

11 years ago[packages] erlang: Fix disabling of getaddrinfo()
Vasilis Tsiligiannis [Tue, 17 Jul 2012 11:48:19 +0000 (11:48 +0000)]
[packages] erlang: Fix disabling of getaddrinfo()

SVN-Revision: 32762

11 years ago[packages] privoxy: move privoxy startup to later in boot process
Luka Perkov [Mon, 16 Jul 2012 22:53:46 +0000 (22:53 +0000)]
[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>
SVN-Revision: 32759

11 years ago[packages] pciutils: update to version 3.1.10
Luka Perkov [Mon, 16 Jul 2012 22:33:06 +0000 (22:33 +0000)]
[packages] pciutils: update to version 3.1.10

SVN-Revision: 32758

11 years ago[packages] ethtool: update to version 3.4.1
Luka Perkov [Mon, 16 Jul 2012 22:33:05 +0000 (22:33 +0000)]
[packages] ethtool: update to version 3.4.1

SVN-Revision: 32757

11 years ago[packages] lzo: update to version 2.06
Luka Perkov [Mon, 16 Jul 2012 21:52:09 +0000 (21:52 +0000)]
[packages] lzo: update to version 2.06

SVN-Revision: 32755

11 years ago[packages] lvm2: update to version 2.02.96
Luka Perkov [Mon, 16 Jul 2012 21:52:07 +0000 (21:52 +0000)]
[packages] lvm2: update to version 2.02.96

SVN-Revision: 32754

11 years ago[packages] mdadm: update to version 3.2.5
Luka Perkov [Mon, 16 Jul 2012 21:52:06 +0000 (21:52 +0000)]
[packages] mdadm: update to version 3.2.5

SVN-Revision: 32753

11 years ago[packages] logrotate: update to version 3.8.1
Luka Perkov [Mon, 16 Jul 2012 21:52:03 +0000 (21:52 +0000)]
[packages] logrotate: update to version 3.8.1

SVN-Revision: 32752

11 years ago[packages] erlang: Disable java compiler (#11873)
Vasilis Tsiligiannis [Mon, 16 Jul 2012 14:05:40 +0000 (14:05 +0000)]
[packages] erlang: Disable java compiler (#11873)

SVN-Revision: 32748

11 years ago[packages] erlang: Add missing cross system root path variable
Vasilis Tsiligiannis [Mon, 16 Jul 2012 12:40:26 +0000 (12:40 +0000)]
[packages] erlang: Add missing cross system root path variable

SVN-Revision: 32747

11 years ago[packages] dmapd: Add missing GraphicsMagick dependency
Vasilis Tsiligiannis [Mon, 16 Jul 2012 12:30:00 +0000 (12:30 +0000)]
[packages] dmapd: Add missing GraphicsMagick dependency

SVN-Revision: 32746

11 years ago[packages] vips: Bump copyright date
Vasilis Tsiligiannis [Mon, 16 Jul 2012 12:22:57 +0000 (12:22 +0000)]
[packages] vips: Bump copyright date

SVN-Revision: 32745

11 years ago[packages] vips: Bump to 7.28.9
Vasilis Tsiligiannis [Mon, 16 Jul 2012 12:22:53 +0000 (12:22 +0000)]
[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>
SVN-Revision: 32744

11 years ago[packages] libdmapsharing: Bump to 2.9.15
Vasilis Tsiligiannis [Mon, 16 Jul 2012 12:22:49 +0000 (12:22 +0000)]
[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>
SVN-Revision: 32743

11 years ago[packages] dmapd: Bump to v0.0.50
Vasilis Tsiligiannis [Mon, 16 Jul 2012 12:21:41 +0000 (12:21 +0000)]
[packages] dmapd: Bump to v0.0.50

Update dmapd to 0.0.50; 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>
SVN-Revision: 32742

11 years ago[packages] picocom: update to 1.7
Luka Perkov [Mon, 16 Jul 2012 00:11:18 +0000 (00:11 +0000)]
[packages] picocom: update to 1.7

SVN-Revision: 32740

11 years ago[packages] git: update to 1.7.11.2
Luka Perkov [Sun, 15 Jul 2012 14:55:24 +0000 (14:55 +0000)]
[packages] git: update to 1.7.11.2

SVN-Revision: 32733

11 years ago[packages] reaver: Add reaver-wps WPS penetration testing utility
Vasilis Tsiligiannis [Sun, 15 Jul 2012 13:10:15 +0000 (13:10 +0000)]
[packages] reaver: Add reaver-wps WPS penetration testing utility

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 32726

11 years ago[packages] libzip: add package
Luka Perkov [Sun, 15 Jul 2012 11:51:48 +0000 (11:51 +0000)]
[packages] libzip: add package

based on patch from <xiangfu@openmobilefree.net>

SVN-Revision: 32724

11 years ago[packages] arm: add arm, the anonymizing relay monitor for Tor
Stephen Walker [Sun, 15 Jul 2012 01:04:06 +0000 (01:04 +0000)]
[packages] arm: add arm, the anonymizing relay monitor for Tor

SVN-Revision: 32722

11 years ago[packages] tor-alpha: update to 0.2.3.19-rc
Stephen Walker [Sun, 15 Jul 2012 01:03:46 +0000 (01:03 +0000)]
[packages] tor-alpha: update to 0.2.3.19-rc

SVN-Revision: 32721

11 years ago[packages] tor: update to 0.2.2.37
Stephen Walker [Sun, 15 Jul 2012 01:03:34 +0000 (01:03 +0000)]
[packages] tor: update to 0.2.2.37

SVN-Revision: 32720

11 years ago[packages] strongswan: add package (version 5.0.0)
Luka Perkov [Sat, 14 Jul 2012 23:16:06 +0000 (23:16 +0000)]
[packages] strongswan: add package (version 5.0.0)

SVN-Revision: 32716

11 years ago[packages] strongswan4: remove package
Luka Perkov [Sat, 14 Jul 2012 23:12:52 +0000 (23:12 +0000)]
[packages] strongswan4: remove package

SVN-Revision: 32715

11 years ago[packages] alsa-utils: include midi utilities in alsa-utils
Vasilis Tsiligiannis [Sat, 14 Jul 2012 20:19:08 +0000 (20:19 +0000)]
[packages] alsa-utils: include midi utilities in alsa-utils

Along with http://patchwork.openwrt.org/patch/2144/ and
http://patchwork.openwrt.org/patch/2145/ this will enable the standard
ALSA midi utilities to be used in openwrt.

Signed-off-by: Adam Goode <adam@spicenitz.org>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 32713

11 years ago[packages] erlang: Version bump to R15B01
Vasilis Tsiligiannis [Sat, 14 Jul 2012 19:56:32 +0000 (19:56 +0000)]
[packages] erlang: Version bump to R15B01

Updated lang/erlang package with some adjustments for the new version.

Signed-off-by: Mark Wolfe <mark@wolfe.id.au>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 32710

11 years ago[packages] aiccu: repair depends
Jo-Philipp Wich [Sat, 14 Jul 2012 16:23:38 +0000 (16:23 +0000)]
[packages] aiccu: repair depends

SVN-Revision: 32708

11 years ago[packages] quagga: babeld depends on IPv6 support
Vasilis Tsiligiannis [Sat, 14 Jul 2012 12:59:27 +0000 (12:59 +0000)]
[packages] quagga: babeld depends on IPv6 support

SVN-Revision: 32707

11 years ago[packages] quagga: Refresh patches
Vasilis Tsiligiannis [Fri, 13 Jul 2012 16:40:43 +0000 (16:40 +0000)]
[packages] quagga: Refresh patches

SVN-Revision: 32703

11 years ago[packages] quagga: Fix typo in isisd
Vasilis Tsiligiannis [Fri, 13 Jul 2012 16:36:01 +0000 (16:36 +0000)]
[packages] quagga: Fix typo in isisd

SVN-Revision: 32702

11 years ago[packages] quagga: Fix memleak with struct attr_extra
Vasilis Tsiligiannis [Fri, 13 Jul 2012 16:35:56 +0000 (16:35 +0000)]
[packages] quagga: Fix memleak with struct attr_extra

SVN-Revision: 32701

11 years ago[packages] quagga: Fix vpnv4 soft-reconfiguration crashes
Vasilis Tsiligiannis [Fri, 13 Jul 2012 16:35:51 +0000 (16:35 +0000)]
[packages] quagga: Fix vpnv4 soft-reconfiguration crashes

SVN-Revision: 32700

11 years ago[packages] quagga: Fix thread_cancel_event()
Vasilis Tsiligiannis [Fri, 13 Jul 2012 16:35:46 +0000 (16:35 +0000)]
[packages] quagga: Fix thread_cancel_event()

SVN-Revision: 32699

11 years ago[packages] quagga: Drop heuristics for IPv6 address recognition
Vasilis Tsiligiannis [Fri, 13 Jul 2012 16:35:41 +0000 (16:35 +0000)]
[packages] quagga: Drop heuristics for IPv6 address recognition

SVN-Revision: 32698

11 years ago[packages] quagga: Fix building with no IPv6 support
Vasilis Tsiligiannis [Fri, 13 Jul 2012 16:35:36 +0000 (16:35 +0000)]
[packages] quagga: Fix building with no IPv6 support

SVN-Revision: 32697

11 years ago[packages] quagga: Add connected routes to multicast RIB
Vasilis Tsiligiannis [Fri, 13 Jul 2012 16:35:27 +0000 (16:35 +0000)]
[packages] quagga: Add connected routes to multicast RIB

SVN-Revision: 32696

11 years ago[packages] quagga: Fix various sockunion_{str2su,su2str} memleaks
Vasilis Tsiligiannis [Fri, 13 Jul 2012 16:35:22 +0000 (16:35 +0000)]
[packages] quagga: Fix various sockunion_{str2su,su2str} memleaks

SVN-Revision: 32695

11 years ago[packages] quagga: Fix "match peer local" statements parsing
Vasilis Tsiligiannis [Fri, 13 Jul 2012 16:35:00 +0000 (16:35 +0000)]
[packages] quagga: Fix "match peer local" statements parsing

SVN-Revision: 32694

11 years ago[packages] quagga: Fix format when printing metrics
Vasilis Tsiligiannis [Fri, 13 Jul 2012 16:34:29 +0000 (16:34 +0000)]
[packages] quagga: Fix format when printing metrics

SVN-Revision: 32693

11 years ago[packages] quagga: Fix args consolidation
Vasilis Tsiligiannis [Fri, 13 Jul 2012 16:33:50 +0000 (16:33 +0000)]
[packages] quagga: Fix args consolidation

SVN-Revision: 32692

11 years ago[packages] quagga: Disable building of documentation
Vasilis Tsiligiannis [Fri, 13 Jul 2012 15:05:44 +0000 (15:05 +0000)]
[packages] quagga: Disable building of documentation

SVN-Revision: 32691

11 years agomtr: remove a broken resolver related patch chunk to fix dns issues (fixes #11044)
Felix Fietkau [Thu, 12 Jul 2012 22:20:21 +0000 (22:20 +0000)]
mtr: remove a broken resolver related patch chunk to fix dns issues (fixes #11044)

SVN-Revision: 32690

11 years ago[packages] gpsd: Bump to v3.7
Vasilis Tsiligiannis [Thu, 12 Jul 2012 18:33:45 +0000 (18:33 +0000)]
[packages] gpsd: Bump to v3.7

SVN-Revision: 32688

11 years agocurl: add missing dependency for eglibc
Felix Fietkau [Thu, 12 Jul 2012 16:25:45 +0000 (16:25 +0000)]
curl: add missing dependency for eglibc

SVN-Revision: 32687

11 years ago[packages/asterisk-1.8.x] upgrade lantiq channel driver to version 553ea59a4cc2d4b963...
Mirko Vogt [Thu, 12 Jul 2012 13:27:46 +0000 (13:27 +0000)]
[packages/asterisk-1.8.x] upgrade lantiq channel driver to version 553ea59a4cc2d4b963d25ca6c82c0d71311331ac

SVN-Revision: 32681

11 years ago[packages] quagga: Do not try to start 'watchquagga' if it is not available
Vasilis Tsiligiannis [Thu, 12 Jul 2012 08:23:04 +0000 (08:23 +0000)]
[packages] quagga: Do not try to start 'watchquagga' if it is not available

SVN-Revision: 32675

11 years ago[packages] monit: Bump to 5.4 and bugfixes
Vasilis Tsiligiannis [Thu, 12 Jul 2012 08:09:57 +0000 (08:09 +0000)]
[packages] monit: Bump to 5.4 and bugfixes

Hi
this patch update monit from 5.2.5 to 5.4, this add cool feature like "check program", to execute a script and send email/do action depending on the return code, and many bugfixes (http://mmonit.com/monit/dist/CHANGES.txt)
I've modified the init script because "-d 60" overide the conf file and the stat command doesn't seem to exist, so either we just chmod each time or we let the people RTFM and the syslog (i prefer the latter)

For now i've tested only the ssl version with backfire (r31676) on x86 and ar71xx (tplink wr1043nd) (it send mail via google, ping, watch load average and cpu ...)
It compile (monit and monit-nossl) for x86 and ar71xx for backfire & trunk (trunk x86 mount the ext4 partition readonly so i haven't tested)

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 32674

11 years ago[packages] aiccu: remove complete integration, only leave the binary
Jo-Philipp Wich [Wed, 11 Jul 2012 12:17:46 +0000 (12:17 +0000)]
[packages] aiccu: remove complete integration, only leave the binary

According to its own author, aiccu is broken on nat gateways, not meant for
unattended operation and in the need for a hardware rtc to function properly.

Since restarting aiccu or attempting to work around those problems violate
the sixxs terms of service, this commit removes any non-necessary patches
and any scripts shipped with it.

Users having trouble with aiccu may contact the sixxs staff for assistance.

SVN-Revision: 32666

11 years ago[packages] debootstrap: update to v1.0.42 (#11818)
Jo-Philipp Wich [Sun, 8 Jul 2012 16:11:00 +0000 (16:11 +0000)]
[packages] debootstrap: update to v1.0.42 (#11818)

SVN-Revision: 32650

11 years ago[packages] transmission: update to 2.60
Cezary Jackiewicz [Fri, 6 Jul 2012 19:45:53 +0000 (19:45 +0000)]
[packages] transmission: update to 2.60

SVN-Revision: 32642

11 years ago[packages] bind: remove bundled libtool (#11716)
Jo-Philipp Wich [Fri, 6 Jul 2012 19:01:25 +0000 (19:01 +0000)]
[packages] bind: remove bundled libtool (#11716)

SVN-Revision: 32641

11 years agoboost: avoid the python build dependency if python support is disabled
Felix Fietkau [Fri, 6 Jul 2012 09:23:06 +0000 (09:23 +0000)]
boost: avoid the python build dependency if python support is disabled

SVN-Revision: 32633

11 years agolibffi: split build and source directory to work around some makefile bugs
Felix Fietkau [Fri, 6 Jul 2012 09:23:05 +0000 (09:23 +0000)]
libffi: split build and source directory to work around some makefile bugs

SVN-Revision: 32632

11 years agoboost: use user-config.jam instead of site-config.jam
Felix Fietkau [Fri, 6 Jul 2012 09:23:03 +0000 (09:23 +0000)]
boost: use user-config.jam instead of site-config.jam

On some machines the build ignores site-config.jam and proceeds doing a native build.
To catch such errors earlier, set the architecture in the gcc toolset

SVN-Revision: 32631

11 years ago[packages] olsrd: removing make install call not necessary for building the OpenWRT...
Saverio Proto [Fri, 6 Jul 2012 00:19:26 +0000 (00:19 +0000)]
[packages] olsrd: removing make install call not necessary for building the OpenWRT package

SVN-Revision: 32629

11 years agoiptraf - Modify Makefile to include the rvnamed binary
Jo-Philipp Wich [Thu, 5 Jul 2012 17:38:31 +0000 (17:38 +0000)]
iptraf - Modify Makefile to include the rvnamed binary

This patch modifies the iptraf Makefile to include the rvnamed binary to
the iptraf package. The rvnamed binary for MIPS is only 12KB and is used
by iptraf to do name resolution in a background process.

Signed-off-by: Johnny Halfmoon <jhalfmoon at milksnot.com>
SVN-Revision: 32622

11 years ago[packages] usb-modeswitch: wait a second before retrying modeswitching, this reported...
Jo-Philipp Wich [Thu, 5 Jul 2012 17:27:01 +0000 (17:27 +0000)]
[packages] usb-modeswitch: wait a second before retrying modeswitching, this reportedly helps to kick some dongles into operation

SVN-Revision: 32621

11 years ago[packages] usb-modeswitch: wait a second before retrying modeswitching, this reported...
Jo-Philipp Wich [Wed, 4 Jul 2012 12:02:23 +0000 (12:02 +0000)]
[packages] usb-modeswitch: wait a second before retrying modeswitching, this reportedly helps to kick some dongles into operation

SVN-Revision: 32602