openwrt/svn-archive/archive.git
11 years agolibid3tag: fix broken configure script not using CFLAGS for conftest
Florian Fainelli [Tue, 19 Feb 2013 17:21:57 +0000 (17:21 +0000)]
libid3tag: fix broken configure script not using CFLAGS for conftest

This issue can appear when the toolchain must be explicitely configured
for a specific ABI (e.g: floating point on ARM).

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35681

11 years ago[packages] olsrd: init: cleanup an expensive/forky call
Saverio Proto [Tue, 19 Feb 2013 17:01:38 +0000 (17:01 +0000)]
[packages] olsrd: init: cleanup an expensive/forky call

for determining all gateways in all routing tables
1) write out the ip-call, never ever abbreviate in scripts
2) avoid forks: sorting/uniq is not needed, if we only append
   yet unappended words
3) use an extra function() for this, better readable
4) check for installed ip-command

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 35680

11 years ago[packages] olsrd: don't try to start smartgw if not all deps are installed
Saverio Proto [Tue, 19 Feb 2013 17:01:37 +0000 (17:01 +0000)]
[packages] olsrd: don't try to start smartgw if not all deps are installed

[packages] olsrd: don't try to start smartgw if not all deps are installed
if kmod-ipip is missing, there is no need to invoke an expensive operation.

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 35679

11 years ago[packages] olsrd: use system-logger instead of dumping to stdout
Saverio Proto [Tue, 19 Feb 2013 17:01:34 +0000 (17:01 +0000)]
[packages] olsrd: use system-logger instead of dumping to stdout

packages: olsrd: use system-logger instead of dumping to stdout,
which is cleaner and also seen if not interactive called. minor
cleanups in some messages, also show function-name in messages.
by using 'logger -s' we can see the message on screen and in logs.

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 35678

11 years ago[packages] transmission: update to 2.77
Cezary Jackiewicz [Mon, 18 Feb 2013 16:58:41 +0000 (16:58 +0000)]
[packages] transmission: update to 2.77

SVN-Revision: 35670

11 years ago[packages] freecwmp: fix typo in init script
Luka Perkov [Mon, 18 Feb 2013 16:24:49 +0000 (16:24 +0000)]
[packages] freecwmp: fix typo in init script

SVN-Revision: 35669

11 years ago[packages] freecwmp: upgrade to latest git version
Luka Perkov [Mon, 18 Feb 2013 16:22:03 +0000 (16:22 +0000)]
[packages] freecwmp: upgrade to latest git version

SVN-Revision: 35668

11 years ago[packages] libfreecwmp: upgrade to latest git version
Luka Perkov [Mon, 18 Feb 2013 16:22:01 +0000 (16:22 +0000)]
[packages] libfreecwmp: upgrade to latest git version

SVN-Revision: 35667

11 years ago[packages] zsh: simplify Makefile
Luka Perkov [Mon, 18 Feb 2013 13:47:15 +0000 (13:47 +0000)]
[packages] zsh: simplify Makefile

Signed-off-by: Francisco Borges <francisco.borges@gmail.com>
SVN-Revision: 35666

11 years agominidlna: bump version to 1.0.25
Gabor Juhos [Mon, 18 Feb 2013 10:04:17 +0000 (10:04 +0000)]
minidlna: bump version to 1.0.25

Version bump minidlna to 1.0.25 and add an additional patch.
Patch is accepted upstream, but not yet released.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35658

11 years agomuninlite: fix getting bridge data
Florian Fainelli [Mon, 18 Feb 2013 09:59:35 +0000 (09:59 +0000)]
muninlite: fix getting bridge data

This patch fix a bug while getting data for interfaces like br-lan, pppoa-wan.

[florian: bump PKG_RELEASE to 4]

Signed-off-by: Luca Dariz <luca.dariz@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35657

11 years agomysql: fix download mirror URL
Florian Fainelli [Mon, 18 Feb 2013 09:59:35 +0000 (09:59 +0000)]
mysql: fix download mirror URL

All source mirrors in current feed seems to be unavaliable. Patch adds
official mysql repo.

Signed-off-by: Yegor Ivanov <infactum@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35656

11 years agolibjpeg-turbo: add package for test utils, move appropriate targets there
Florian Fainelli [Mon, 18 Feb 2013 09:59:34 +0000 (09:59 +0000)]
libjpeg-turbo: add package for test utils, move appropriate targets there

Trying to figure out where jpeggut came from, found a) that it was a
typo and b) that it was renamed in r643 from jpegut to tjunittest.  In
the same revision, jpegtest became tjbench, and later in r733, jcstest
was added to test jpeg color space extentions.  Since these tools will
only be desirable for testing, added a new package libjpeg-turbo-tests
to provide these utilities.  The utilities needed libturbojpeg, so
added what had been a commented out library to the new package.

The libturbojpeg are currently commented out in InstallDev as well.
If external packages begin to rely on libturbojpeg functions for some
reason, the library should be added back.

Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35655

11 years agolibqmi: include pkg-config file in InstallDev
Florian Fainelli [Mon, 18 Feb 2013 09:59:33 +0000 (09:59 +0000)]
libqmi: include pkg-config file in InstallDev

Signed-off-by: Aleksander Morgado <aleksander@gnu.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35654

11 years agolibqmi: no need to enable traces explicitly
Florian Fainelli [Mon, 18 Feb 2013 09:59:32 +0000 (09:59 +0000)]
libqmi: no need to enable traces explicitly

Traces are always built now, and can be enabled/disabled with
'qmi_utils_set_traces_enabled()'.

Signed-off-by: Aleksander Morgado <aleksander@gnu.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35653

11 years ago[packages] rp-pppoe: upgrade to version 3.11
Luka Perkov [Mon, 18 Feb 2013 01:03:41 +0000 (01:03 +0000)]
[packages] rp-pppoe: upgrade to version 3.11

SVN-Revision: 35647

11 years agoipsec-tools: update to 0.8.1
Gabor Juhos [Sun, 17 Feb 2013 12:24:28 +0000 (12:24 +0000)]
ipsec-tools: update to 0.8.1

This patch updates ipsec-tools to version 0.8.1 and refreshes its
patches. It was released on Sourceforge on 2013-01-08.
Compile and run tested, no problems found.

Patch-by: Anton van Bohemen <avbohemen@ziggo.nl>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35640

11 years agonetatalk: update to 2.2.4
Gabor Juhos [Sun, 17 Feb 2013 12:19:39 +0000 (12:19 +0000)]
netatalk: update to 2.2.4

Updates netatalk from 2.2.1 to 2.2.4.

Signed-off-by: Joe Roback <joe@roback.cc>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35639

11 years agokamailio3: version bump to 3.3.3
Gabor Juhos [Sun, 17 Feb 2013 12:17:27 +0000 (12:17 +0000)]
kamailio3: version bump to 3.3.3

This patch updates kamailio3 to it's latest version

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35638

11 years agomysql: version bump to 5.1.68
Gabor Juhos [Sun, 17 Feb 2013 12:13:45 +0000 (12:13 +0000)]
mysql: version bump to 5.1.68

This patch bumps MySQL to latest version and also repairs
missing/not working mirrors (planetmirror is offline and
holywar.net does not provide mysql anymore). If a source
package does not exist at mirror repo (they seem to keep
the latest two versions at mysql repo), it uses the archives
repo at last.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35637

11 years agozabbix: version bump to 2.0.5
Gabor Juhos [Sun, 17 Feb 2013 12:13:42 +0000 (12:13 +0000)]
zabbix: version bump to 2.0.5

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35636

11 years agoUpdate ccrypt package to 1.10
Gabor Juhos [Sun, 17 Feb 2013 11:24:25 +0000 (11:24 +0000)]
Update ccrypt package to 1.10

A new version 1.10 of ccrypt encryption tools package has been published in
late 2012. The old version 1.9 dates back to 2009.

Link to changelog: http://ccrypt.sourceforge.net/ChangeLog

October 18, 2012: Release 1.10. This release fixes a number of minor
portability issues and minor bugs. The ccrypt core functionality has been
factored into a convenience library libccrypt.a. A ccguess program was added
to assist in the recovery of mistyped keys. Improved error checking and fixed
minor compiler warnings. Minor improvements to emacs support, and added a
--disable-emacs configuration option. Thanks to bornlibra23 and Johannes
Ruscheinski for bug reports.

I have tested the version 1.10 on ar71xx/wndr3700.

A patch to update ccrypt to 1.10 is included.

Signed-off-by: hannu.nyman@iki.fi
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35635

11 years agobatman-adv: fix dat NULL pointer dereference
Marek Lindner [Sat, 16 Feb 2013 11:00:50 +0000 (11:00 +0000)]
batman-adv: fix dat NULL pointer dereference

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

11 years agoopenconnect: update openconnect to 4.08 (CVE-2012-6128)
Florian Fainelli [Thu, 14 Feb 2013 12:59:12 +0000 (12:59 +0000)]
openconnect: update openconnect to 4.08 (CVE-2012-6128)

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35599

11 years ago[packages] mosquitto: upgrade to version 1.1.2
Luka Perkov [Thu, 14 Feb 2013 12:43:38 +0000 (12:43 +0000)]
[packages] mosquitto: upgrade to version 1.1.2

Signed-off-by: Karl Palsson <karlp@remake.is>
SVN-Revision: 35598

11 years ago[packages] olsrd: Version bump to 0.6.5.1 , note that tas plugin has been discontinue...
Saverio Proto [Wed, 13 Feb 2013 18:08:10 +0000 (18:08 +0000)]
[packages] olsrd: Version bump to 0.6.5.1 , note that tas plugin has been discontinued in this release and two new plugins are included, the pud and sgwdynspeed plugins

SVN-Revision: 35594

11 years agofixed libzrtp
Mazi Lo [Tue, 12 Feb 2013 22:59:14 +0000 (22:59 +0000)]
fixed libzrtp

SVN-Revision: 35575

11 years agoelfutils: revert r35558
Florian Fainelli [Mon, 11 Feb 2013 17:19:37 +0000 (17:19 +0000)]
elfutils: revert r35558

libdwfl which is a libdw dependency requires argp-standalone at least.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35563

11 years agoelfutils: remove argp-standalone dependency
Florian Fainelli [Mon, 11 Feb 2013 16:03:09 +0000 (16:03 +0000)]
elfutils: remove argp-standalone dependency

It is required only when building elfutils binaries (readelf, ld ...)
but not the library itself.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35558

11 years agoelfutils: argp-standalone is just a build-time dependency (#12855)
Florian Fainelli [Mon, 11 Feb 2013 15:52:53 +0000 (15:52 +0000)]
elfutils: argp-standalone is just a build-time dependency (#12855)

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35557

11 years agoremoved dependencies on GNUTLs for mod_dingaling and minor fixes on sound packages.
Mazi Lo [Mon, 11 Feb 2013 14:25:49 +0000 (14:25 +0000)]
removed dependencies on GNUTLs for mod_dingaling and minor fixes on sound packages.

SVN-Revision: 35556

11 years agoopen-plc-utils: add Qualcomm Atheros Open Powerline toolkit packages
Florian Fainelli [Mon, 11 Feb 2013 11:12:52 +0000 (11:12 +0000)]
open-plc-utils: add Qualcomm Atheros Open Powerline toolkit packages

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35552

11 years ago[packages] iioutils: add new package
Luka Perkov [Mon, 11 Feb 2013 10:58:51 +0000 (10:58 +0000)]
[packages] iioutils: add new package

Signed-off-by: Viktar Palstsiuk <viktar.palstsiuk@promwad.com>
SVN-Revision: 35551

11 years ago[packages] anyremote: upgrade to version 6.2
Luka Perkov [Mon, 11 Feb 2013 10:47:00 +0000 (10:47 +0000)]
[packages] anyremote: upgrade to version 6.2

Signed-off-by: Mikhail Fedotov <anyremote@mail.ru>
SVN-Revision: 35550

11 years ago[packages] asterisk-11.x: fix typo in CONFIGURE_ARGS
Luka Perkov [Mon, 11 Feb 2013 09:29:33 +0000 (09:29 +0000)]
[packages] asterisk-11.x: fix typo in CONFIGURE_ARGS

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 35548

11 years ago[packages] asterisk-11.x: add new package
Luka Perkov [Sun, 10 Feb 2013 17:17:09 +0000 (17:17 +0000)]
[packages] asterisk-11.x: add new package

LTS version of Asterisk has been recently released. This package is a
bleeding-edge alternative to existing asterisk-1.8.x package.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 35540

11 years agogupnp: update to latest version (0.19.4), dependency on newer version of gssdp
Tim Yardley [Fri, 8 Feb 2013 18:41:43 +0000 (18:41 +0000)]
gupnp: update to latest version (0.19.4), dependency on newer version of gssdp
gssdp: updated due to dependency

Signed-off-by: Tim Yardley <yardley@gmail.com>
SVN-Revision: 35523

11 years agolibupnp: security update to 1.6.18
Tim Yardley [Fri, 8 Feb 2013 17:41:50 +0000 (17:41 +0000)]
libupnp: security update to 1.6.18

Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Tim Yardley <yardley@gmail.com>
SVN-Revision: 35522

11 years agominiupnpc: security update to 1.8
Tim Yardley [Fri, 8 Feb 2013 17:17:16 +0000 (17:17 +0000)]
miniupnpc: security update to 1.8

SVN-Revision: 35521

11 years agominiupnpd: security update to 1.8
Tim Yardley [Fri, 8 Feb 2013 17:16:08 +0000 (17:16 +0000)]
miniupnpd: security update to 1.8

SVN-Revision: 35520

11 years agominor update to sound packages
Mazi Lo [Thu, 7 Feb 2013 17:42:10 +0000 (17:42 +0000)]
minor update to sound packages

SVN-Revision: 35516

11 years agoadded mod_isac for MIPS platform (from Keith Laaks).
Mazi Lo [Tue, 5 Feb 2013 20:20:05 +0000 (20:20 +0000)]
added mod_isac for MIPS platform (from Keith Laaks).

SVN-Revision: 35502

11 years ago[packages] cyrus-sasl: add config/libtool.m4 to PKG_REMOVE_FILES list (closes #11700)
Luka Perkov [Mon, 4 Feb 2013 14:23:27 +0000 (14:23 +0000)]
[packages] cyrus-sasl: add config/libtool.m4 to PKG_REMOVE_FILES list (closes #11700)

Signed-off-by: Mark Baugher <mark@mbaugher.com>
SVN-Revision: 35483

11 years ago[packages] zsh: add version 5.0.2
Luka Perkov [Mon, 4 Feb 2013 00:10:08 +0000 (00:10 +0000)]
[packages] zsh: add version 5.0.2

Installs the shell binary, and all applicable completion functions.
Completion functions specific for other systems (e.g. AIX/Solaris/Redhat/etc)
are not installed.

Compiled against ncurses. Notice the "--with-term-lib=..." at Build/Configure
forcing the preference for ncurses (against ncursesw). To build with ncursesw,
(i) change the dependencies, (ii) remove the '--with-term-lib=...' (iii) add
CPPFLAGS=-I$(STAGING_DIR)/usr/include/ncursesw to the configure command.

Signed-off-by: Francisco Borges <francisco.borges@gmail.com>
SVN-Revision: 35474

11 years agoRemove all old config XML files and update to copy config files on-the-fly directly...
Mazi Lo [Sat, 2 Feb 2013 17:15:23 +0000 (17:15 +0000)]
Remove all old config XML files and update to copy config files on-the-fly directly from FS source tree during installation process.

SVN-Revision: 35465

11 years ago[packages]: update nfs-kernel-server to 1.2.7
Peter Wagner [Fri, 1 Feb 2013 15:45:10 +0000 (15:45 +0000)]
[packages]: update nfs-kernel-server to 1.2.7

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 35422

11 years agowifitoggle: don't assume option disabled to be present (#9750)
Jo-Philipp Wich [Thu, 31 Jan 2013 12:47:50 +0000 (12:47 +0000)]
wifitoggle: don't assume option disabled to be present (#9750)

SVN-Revision: 35415

11 years agopolarssl,openvpn,openvpn-devel: delete (merged to trunk)
Felix Fietkau [Wed, 30 Jan 2013 20:07:38 +0000 (20:07 +0000)]
polarssl,openvpn,openvpn-devel: delete (merged to trunk)

SVN-Revision: 35414

11 years agoumurmur: add support for the new polarssl library
Felix Fietkau [Wed, 30 Jan 2013 20:07:35 +0000 (20:07 +0000)]
umurmur: add support for the new polarssl library

SVN-Revision: 35413

11 years agomove lzo from /packages to trunk
Felix Fietkau [Wed, 30 Jan 2013 19:52:03 +0000 (19:52 +0000)]
move lzo from /packages to trunk

SVN-Revision: 35410

11 years agonut: fix remaining reference to libusb
Felix Fietkau [Tue, 29 Jan 2013 18:43:49 +0000 (18:43 +0000)]
nut: fix remaining reference to libusb

SVN-Revision: 35391

11 years agoremove libusb-legacy and point its users at libusb-compat
Felix Fietkau [Tue, 29 Jan 2013 18:09:28 +0000 (18:09 +0000)]
remove libusb-legacy and point its users at libusb-compat

SVN-Revision: 35388

11 years ago[package] libdirectfb: When volotile keyword is not used, compiler generates code...
Hamish Guthrie [Tue, 29 Jan 2013 15:26:42 +0000 (15:26 +0000)]
[package] libdirectfb: When volotile keyword is not used, compiler generates code that uses old value of implementations and not the new one set by dlopen()

SVN-Revision: 35386

11 years ago[packages] cyrus-sasl: Remove libtool requirement (required for building with eglibc...
Hamish Guthrie [Tue, 29 Jan 2013 15:12:47 +0000 (15:12 +0000)]
[packages] cyrus-sasl: Remove libtool requirement (required for building with eglibc 2.12 - now deprecated)

SVN-Revision: 35385

11 years agousb-modeswitch, usb-modeswitch-data: remove (moved to trunk)
Felix Fietkau [Tue, 29 Jan 2013 12:02:58 +0000 (12:02 +0000)]
usb-modeswitch, usb-modeswitch-data: remove (moved to trunk)

SVN-Revision: 35380

11 years agolibusb-1.0, usbutils: remove (moved to trunk)
Felix Fietkau [Tue, 29 Jan 2013 10:49:16 +0000 (10:49 +0000)]
libusb-1.0, usbutils: remove (moved to trunk)

SVN-Revision: 35376

11 years agolibusb: rename to libusb-legacy
Felix Fietkau [Tue, 29 Jan 2013 10:22:02 +0000 (10:22 +0000)]
libusb: rename to libusb-legacy

SVN-Revision: 35372

11 years agocryptsetup: require kernel direct IO support (#12703)
Jo-Philipp Wich [Mon, 28 Jan 2013 13:45:14 +0000 (13:45 +0000)]
cryptsetup: require kernel direct IO support (#12703)

SVN-Revision: 35343

11 years agobatman-adv: distributed arp table fixes
Marek Lindner [Sun, 27 Jan 2013 00:41:37 +0000 (00:41 +0000)]
batman-adv: distributed arp table fixes

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

11 years agoKill obsoleted 6scripts
Steven Barth [Thu, 24 Jan 2013 11:41:40 +0000 (11:41 +0000)]
Kill obsoleted 6scripts

SVN-Revision: 35313

11 years agoipsec-tools: fix compilation against Linux 3.7, refresh patches
Jo-Philipp Wich [Thu, 24 Jan 2013 11:35:58 +0000 (11:35 +0000)]
ipsec-tools: fix compilation against Linux 3.7, refresh patches

SVN-Revision: 35312

11 years agoelfutils: update to 0.155
Florian Fainelli [Wed, 23 Jan 2013 20:29:45 +0000 (20:29 +0000)]
elfutils: update to 0.155

Based on patch from Vadim A. Misbakh-Soloviov <mva@mva.name>

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35311

11 years ago[packages] nginx: update to 1.2.6 and revert r35201
Luka Perkov [Wed, 23 Jan 2013 13:42:08 +0000 (13:42 +0000)]
[packages] nginx: update to 1.2.6 and revert r35201

SVN-Revision: 35308

11 years agoethtool: update to 3.7
Florian Fainelli [Tue, 22 Jan 2013 19:38:22 +0000 (19:38 +0000)]
ethtool: update to 3.7

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35301

11 years ago[packages] php5: upgrade to 5.4.11
Florian Fainelli [Mon, 21 Jan 2013 15:27:55 +0000 (15:27 +0000)]
[packages] php5: upgrade to 5.4.11

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

11 years ago[packages] php5: upgrade to 5.4.10
Florian Fainelli [Mon, 21 Jan 2013 15:27:54 +0000 (15:27 +0000)]
[packages] php5: upgrade to 5.4.10

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

11 years ago[packages] php5-pecl-bcompile: mark package as BROKEN
Florian Fainelli [Mon, 21 Jan 2013 15:27:53 +0000 (15:27 +0000)]
[packages] php5-pecl-bcompile: mark package as BROKEN

bcompiler needs to be fixed for php 5.4.x

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

11 years ago[packages] php5: upgrade to 5.4.8 and refresh patches
Florian Fainelli [Mon, 21 Jan 2013 15:27:52 +0000 (15:27 +0000)]
[packages] php5: upgrade to 5.4.8 and refresh patches

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

11 years ago[packages] php5-pecl-apc: upgrade to 3.1.13
Florian Fainelli [Mon, 21 Jan 2013 15:27:51 +0000 (15:27 +0000)]
[packages] php5-pecl-apc: upgrade to 3.1.13

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

11 years ago[packages] php5-pecl-libevent: fix build after r32918
Florian Fainelli [Mon, 21 Jan 2013 15:27:50 +0000 (15:27 +0000)]
[packages] php5-pecl-libevent: fix build after r32918

The mentioned changeset moved libevent header and library to a specific
subdirectory, so we have to give this pecl module a hint where to look
for its required stuff now.

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

11 years ago[packages] php5: fix paths in php-config, used by pecl module builds
Florian Fainelli [Mon, 21 Jan 2013 15:27:49 +0000 (15:27 +0000)]
[packages] php5: fix paths in php-config, used by pecl module builds

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

11 years ago[packages] Introduce php5-pecl-libevent package
Florian Fainelli [Mon, 21 Jan 2013 15:27:48 +0000 (15:27 +0000)]
[packages] Introduce php5-pecl-libevent package

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

11 years ago[packages] Introduce php5-pecl-http package
Florian Fainelli [Mon, 21 Jan 2013 15:27:47 +0000 (15:27 +0000)]
[packages] Introduce php5-pecl-http package

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

11 years ago[packages] Introduce php5-pecl-dio package
Florian Fainelli [Mon, 21 Jan 2013 15:27:46 +0000 (15:27 +0000)]
[packages] Introduce php5-pecl-dio package

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

11 years ago[packages] Introduce php5-pecl-bcompiler package
Florian Fainelli [Mon, 21 Jan 2013 15:27:45 +0000 (15:27 +0000)]
[packages] Introduce php5-pecl-bcompiler package

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

11 years ago[packages] Introduce php5-pecl-apc package
Florian Fainelli [Mon, 21 Jan 2013 15:27:44 +0000 (15:27 +0000)]
[packages] Introduce php5-pecl-apc package

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

11 years ago[packages] php5: Remove all patched-in pecl modules, prepare for
Florian Fainelli [Mon, 21 Jan 2013 15:27:42 +0000 (15:27 +0000)]
[packages] php5: Remove all patched-in pecl modules, prepare for
standalone pecl modules

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

11 years ago[packages] new package uboot-env-mmc: hacked in support for reading/writing an uboot...
Florian Fainelli [Mon, 21 Jan 2013 15:27:41 +0000 (15:27 +0000)]
[packages] new package uboot-env-mmc: hacked in support for reading/writing an uboot environment from/to none-flash devices

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

11 years ago[packages] stm32flash: use package name in subdir template
Florian Fainelli [Mon, 21 Jan 2013 15:27:37 +0000 (15:27 +0000)]
[packages] stm32flash: use package name in subdir template

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

11 years ago[packages] new package: libugpio - library for accessing gpios via sysfs interface
Florian Fainelli [Mon, 21 Jan 2013 15:27:36 +0000 (15:27 +0000)]
[packages] new package: libugpio - library for accessing gpios via sysfs interface

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

11 years ago[packages] new package: stm32flash - tool for flashing STM32 controllers
Florian Fainelli [Mon, 21 Jan 2013 15:27:34 +0000 (15:27 +0000)]
[packages] new package: stm32flash - tool for flashing STM32 controllers

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

11 years agoopenswan: fix build against Linux v3.7.3
Jo-Philipp Wich [Mon, 21 Jan 2013 13:18:10 +0000 (13:18 +0000)]
openswan: fix build against Linux v3.7.3

SVN-Revision: 35266

11 years agolibelf: remove
Florian Fainelli [Mon, 21 Jan 2013 11:01:27 +0000 (11:01 +0000)]
libelf: remove

all dependencies have been converted to use libelf1 now, both have
conflicting paths for their headers shared objects.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35261

11 years ago[packages] bluelog: update to 1.1.0, thanks Tom Nardi
Stephen Walker [Sun, 20 Jan 2013 20:57:23 +0000 (20:57 +0000)]
[packages] bluelog: update to 1.1.0, thanks Tom Nardi

SVN-Revision: 35256

11 years agofixed some installation scripts and updated to the latest git HEAD (8e6460fed3d4182dd...
Mazi Lo [Sat, 19 Jan 2013 03:35:39 +0000 (03:35 +0000)]
fixed some installation scripts and updated to the latest git HEAD (8e6460fed3d4182dd90d07c5e9a980c71d22acc9)

SVN-Revision: 35237

11 years agocups: fix cups build against libusb/libusb-1.0
Florian Fainelli [Fri, 18 Jan 2013 16:34:37 +0000 (16:34 +0000)]
cups: fix cups build against libusb/libusb-1.0

cups was getting confused between libusb and libusb-1.0, the dependency
said libusb, but a configure script was seeing libusb-1.0 available and
preferred it, but then failed during link.  Also, an install target had
some line wrapping problems.

Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35236

11 years agoperf: make cleaning non-fatal if $(PKG_BUILD_DIR) does not exist
Florian Fainelli [Fri, 18 Jan 2013 16:34:36 +0000 (16:34 +0000)]
perf: make cleaning non-fatal if $(PKG_BUILD_DIR) does not exist

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35235

11 years agoffmpeg: 0.8.12 Version Bump
Florian Fainelli [Fri, 18 Jan 2013 16:34:35 +0000 (16:34 +0000)]
ffmpeg: 0.8.12 Version Bump

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35234

11 years agovnstat: update init script to use latest service functions
Florian Fainelli [Fri, 18 Jan 2013 16:34:34 +0000 (16:34 +0000)]
vnstat: update init script to use latest service functions

This is just a simple patch to update vnstatd to use the latest
service functions.

Signed-off-by: Joe Roback <openwrt-devel@roback.cc>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35233

11 years agoi2c-tools: update i2c-tools to v3.1.0
Florian Fainelli [Fri, 18 Jan 2013 16:34:33 +0000 (16:34 +0000)]
i2c-tools: update i2c-tools to v3.1.0

Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35232

11 years agoless: update to 457
Florian Fainelli [Fri, 18 Jan 2013 16:34:33 +0000 (16:34 +0000)]
less: update to 457

This patch updates less to 457.

Signed-off-by: Peter Wagner <tripolar@gmx.at>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35231

11 years agoperf: add missing binutils dependency, needed for libbfd
Florian Fainelli [Fri, 18 Jan 2013 16:34:32 +0000 (16:34 +0000)]
perf: add missing binutils dependency, needed for libbfd

Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35230

11 years agoelfutils: add missing libbz2 dependency
Florian Fainelli [Fri, 18 Jan 2013 16:34:31 +0000 (16:34 +0000)]
elfutils: add missing libbz2 dependency

Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35229

11 years agoappweb: restore autconf compat patch (#7897)
Jo-Philipp Wich [Fri, 18 Jan 2013 14:20:49 +0000 (14:20 +0000)]
appweb: restore autconf compat patch (#7897)

SVN-Revision: 35226

11 years ago[packages] gst-plugins: Add debugging information
Hamish Guthrie [Fri, 18 Jan 2013 13:30:28 +0000 (13:30 +0000)]
[packages] gst-plugins: Add debugging information

SVN-Revision: 35225

11 years ago[packages] gst-plugins-base: Add debugging info
Hamish Guthrie [Fri, 18 Jan 2013 13:22:57 +0000 (13:22 +0000)]
[packages] gst-plugins-base: Add debugging info

SVN-Revision: 35224

11 years ago[packages] gstreamer: Enable debugging and add gst_log2_debug symbol
Hamish Guthrie [Fri, 18 Jan 2013 13:20:39 +0000 (13:20 +0000)]
[packages] gstreamer: Enable debugging and add gst_log2_debug symbol

SVN-Revision: 35223

11 years ago[packages] libmms: Remove iconv dependency
Hamish Guthrie [Fri, 18 Jan 2013 13:10:03 +0000 (13:10 +0000)]
[packages] libmms: Remove iconv dependency

SVN-Revision: 35222

11 years agoFix build for eglibc
Hamish Guthrie [Fri, 18 Jan 2013 13:05:01 +0000 (13:05 +0000)]
Fix build for eglibc

SVN-Revision: 35221

11 years ago[packages] pygobject: Bump revision and remove patches
Hamish Guthrie [Fri, 18 Jan 2013 13:02:25 +0000 (13:02 +0000)]
[packages] pygobject: Bump revision and remove patches

SVN-Revision: 35220