packages.git
11 years ago[packages] olsrd: use system-logger instead of dumping to stdout
zioproto [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35678 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35670 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35669 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35668 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35667 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Francisco Borges <francisco.borges@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35666 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agominidlna: bump version to 1.0.25
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35658 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomuninlite: fix getting bridge data
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35657 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomysql: fix download mirror URL
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35656 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibjpeg-turbo: add package for test utils, move appropriate targets there
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35655 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibqmi: include pkg-config file in InstallDev
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35654 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibqmi: no need to enable traces explicitly
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35653 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35647 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoipsec-tools: update to 0.8.1
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35640 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonetatalk: update to 2.2.4
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35639 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokamailio3: version bump to 3.3.3
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35638 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomysql: version bump to 5.1.68
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35637 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agozabbix: version bump to 2.0.5
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35636 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoUpdate ccrypt package to 1.10
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35635 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobatman-adv: fix dat NULL pointer dereference
marek [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35609 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoopenconnect: update openconnect to 4.08 (CVE-2012-6128)
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35599 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] mosquitto: upgrade to version 1.1.2
luka [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35598 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] olsrd: Version bump to 0.6.5.1 , note that tas plugin has been discontinue...
zioproto [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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35594 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35575 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoelfutils: revert r35558
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35563 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoelfutils: remove argp-standalone dependency
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35558 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoelfutils: argp-standalone is just a build-time dependency (#12855)
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35557 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35556 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoopen-plc-utils: add Qualcomm Atheros Open Powerline toolkit packages
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35552 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] iioutils: add new package
luka [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35551 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] anyremote: upgrade to version 6.2
luka [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35550 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] asterisk-11.x: fix typo in CONFIGURE_ARGS
luka [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35548 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] asterisk-11.x: add new package
luka [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35540 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogupnp: update to latest version (0.19.4), dependency on newer version of gssdp
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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35523 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibupnp: security update to 1.6.18
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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35522 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35521 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35520 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35516 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35502 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] cyrus-sasl: add config/libtool.m4 to PKG_REMOVE_FILES list (closes #11700)
luka [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35483 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] zsh: add version 5.0.2
luka [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35474 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoRemove all old config XML files and update to copy config files on-the-fly directly...
mazilo [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.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35465 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages]: update nfs-kernel-server to 1.2.7
tripolar [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35422 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35415 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35414 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35413 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35410 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35391 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35388 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] libdirectfb: When volotile keyword is not used, compiler generates code...
hcg [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()

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35386 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] cyrus-sasl: Remove libtool requirement (required for building with eglibc...
hcg [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)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35385 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35380 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35376 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35372 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35343 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobatman-adv: distributed arp table fixes
marek [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35324 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35313 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35312 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoelfutils: update to 0.155
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35311 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35308 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35301 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] php5: upgrade to 5.4.11
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35284 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] php5: upgrade to 5.4.10
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35283 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] php5-pecl-bcompile: mark package as BROKEN
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35282 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] php5: upgrade to 5.4.8 and refresh patches
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35281 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] php5-pecl-apc: upgrade to 3.1.13
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35280 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] php5-pecl-libevent: fix build after r32918
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35279 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] php5: fix paths in php-config, used by pecl module builds
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35278 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] Introduce php5-pecl-libevent package
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35277 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] Introduce php5-pecl-http package
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35276 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] Introduce php5-pecl-dio package
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35275 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] Introduce php5-pecl-bcompiler package
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35274 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] Introduce php5-pecl-apc package
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35273 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] php5: Remove all patched-in pecl modules, prepare for
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35272 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] new package uboot-env-mmc: hacked in support for reading/writing an uboot...
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35271 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] stm32flash: use package name in subdir template
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35270 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] new package: libugpio - library for accessing gpios via sysfs interface
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35269 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] new package: stm32flash - tool for flashing STM32 controllers
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35268 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35266 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibelf: remove
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35261 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35256 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35237 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agocups: fix cups build against libusb/libusb-1.0
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35236 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoperf: make cleaning non-fatal if $(PKG_BUILD_DIR) does not exist
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35235 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoffmpeg: 0.8.12 Version Bump
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35234 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agovnstat: update init script to use latest service functions
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35233 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoi2c-tools: update i2c-tools to v3.1.0
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35232 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoless: update to 457
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35231 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoperf: add missing binutils dependency, needed for libbfd
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35230 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoelfutils: add missing libbz2 dependency
florian [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35229 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35226 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35225 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35224 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35223 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35222 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35221 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35220 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agofix sox build
jow [Thu, 17 Jan 2013 15:51:44 +0000 (15:51 +0000)]
fix sox build

Added missing libao dependency.  Would not build for me without it.

Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35202 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agofix nginx build
jow [Thu, 17 Jan 2013 15:51:42 +0000 (15:51 +0000)]
fix nginx build

The NGINX_SSL qualifier in the dependencies list doesn't seem to do
what is intended.  Needed to remove it in order to build to a
successful conclusion.

Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35201 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonetatalk: only disable shadow password support if it is disabled globally (#12819)
jow [Thu, 17 Jan 2013 15:25:02 +0000 (15:25 +0000)]
netatalk: only disable shadow password support if it is disabled globally (#12819)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35198 3c298f89-4303-0410-b956-a3cf2f4a3e73