packages.git
11 years ago[packages] jamvm: Bump release number, update copyright date
acinonyx [Wed, 9 Jan 2013 21:47:49 +0000 (21:47 +0000)]
[packages] jamvm: Bump release number, update copyright date

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

11 years ago[packages] jamvm: Fix source package mirror MD5 sum
acinonyx [Wed, 9 Jan 2013 21:47:45 +0000 (21:47 +0000)]
[packages] jamvm: Fix source package mirror MD5 sum

MD5SUM of a package jamvm located in openwrt mirror does not match the PKG_MIRROR_MD5SUM in the Makefile of jamvm package

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35072 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] gmp: Version bump
acinonyx [Wed, 9 Jan 2013 21:47:33 +0000 (21:47 +0000)]
[package] gmp: Version bump

this patch updates gmp package from 5.0.5 to 5.1.0

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35071 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] tinc: The initscript for tinc writes a temporary config into /tmp/tinc.
zioproto [Tue, 8 Jan 2013 18:56:32 +0000 (18:56 +0000)]
[packages] tinc: The initscript for tinc writes a temporary config into /tmp/tinc.
In the prepare_net function it appends flags and params from the uci config to
the temporary tinc.conf for each net. These values are appended to the
config file on each /etc/init.d/tinc restart and the file grows. By
removing all old temporary config this problem is solved. Then we should
also remove the temporary config for a net which is stopped to free up
some bytes in memory.
Contribution from Manuel Munz <freifunk@somakoma.de>

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

11 years agofix packaging issue
mazilo [Mon, 7 Jan 2013 22:01:34 +0000 (22:01 +0000)]
fix packaging issue

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

11 years agolibcrypto++: fix build with GCC 4.7.0 (#12310)
florian [Mon, 7 Jan 2013 21:04:06 +0000 (21:04 +0000)]
libcrypto++: fix build with GCC 4.7.0 (#12310)

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

11 years ago[packages/ctorrent] allow negative integers ... should fix random "error, initial...
tripolar [Mon, 7 Jan 2013 16:44:58 +0000 (16:44 +0000)]
[packages/ctorrent] allow negative integers ... should fix random "error, initial meta info failed"

taken from this bugreport:
http://sourceforge.net/tracker/?func=detail&aid=3159066&group_id=202532&atid=981959

thanks Norbert Zagyi <znorbi@znorbi.net> for the hint

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

11 years agoupdated to FS git HEAD 5e3a6fc5e6f40be5d68c8b3cfbbfa3227fe06c2f
mazilo [Mon, 7 Jan 2013 14:25:52 +0000 (14:25 +0000)]
updated to FS git HEAD 5e3a6fc5e6f40be5d68c8b3cfbbfa3227fe06c2f

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

11 years ago[packages] lispmob: Updating the package
acinonyx [Mon, 7 Jan 2013 00:30:49 +0000 (00:30 +0000)]
[packages] lispmob: Updating the package

Signed-off-by: Vasileios Lakafosis <lakafv@gmail.com>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35031 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] libjpeg-turbo: Fix copyright notice
acinonyx [Mon, 7 Jan 2013 00:30:22 +0000 (00:30 +0000)]
[packages] libjpeg-turbo: Fix copyright notice

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

11 years ago[packages] wing: Upgrade Wing package
acinonyx [Sun, 6 Jan 2013 22:35:27 +0000 (22:35 +0000)]
[packages] wing: Upgrade Wing package

Update wing package to latest version.

Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35029 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoboblight: forcibly build against libstdc++
jow [Sun, 6 Jan 2013 19:41:39 +0000 (19:41 +0000)]
boblight: forcibly build against libstdc++

The uClibc++ implementation of stringstream operator>> is broken which
fails boblightd at runtime when parsing the configuration.

Due to the failed parsing, std::list unique() is called with an empty
list which causes the program to trigger a segmentation fault, this
is most likely another uClibc++ implementation error.

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

11 years ago[packages] net-snmp: Add support for IPv6 'com2sec6'
acinonyx [Sun, 6 Jan 2013 15:44:09 +0000 (15:44 +0000)]
[packages] net-snmp: Add support for IPv6 'com2sec6'

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

11 years ago[packages] fix xl2tpd build
blogic [Sat, 5 Jan 2013 19:46:05 +0000 (19:46 +0000)]
[packages] fix xl2tpd build

fixes #12744

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35017 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopackages: remove accidentqally committed binary
jow [Fri, 4 Jan 2013 14:23:08 +0000 (14:23 +0000)]
packages: remove accidentqally committed binary

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

11 years ago[packages] update strongwan to version 5.0.1.
blogic [Fri, 4 Jan 2013 10:08:57 +0000 (10:08 +0000)]
[packages] update strongwan to version 5.0.1.

Added plugin, new in 5.0.1:
* unity - Cisco Unity extension

Removed plugin not available in 5.0.1:
* socket-raw - raw socket implementation for charon

Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35006 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoutils/mtd-utils: flash_eraseall must depend on flash_erase
blogic [Fri, 4 Jan 2013 09:31:55 +0000 (09:31 +0000)]
utils/mtd-utils: flash_eraseall must depend on flash_erase

Since a8801d8665bcc94c63a798e291a03c88f2af0215 upstream commit
flash_eraseall is a shell wrapper around flash_erase.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35004 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomdadm: select kernel direct i/o support
nbd [Thu, 3 Jan 2013 18:53:02 +0000 (18:53 +0000)]
mdadm: select kernel direct i/o support

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

11 years ago[packages] fetchmail 6.3.23 update
blogic [Wed, 2 Jan 2013 11:05:52 +0000 (11:05 +0000)]
[packages] fetchmail 6.3.23 update

This patch updates fetchmail to version 6.3.23

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34967 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agousb-modeswitch-data: Update homepage URL
blogic [Wed, 2 Jan 2013 10:48:29 +0000 (10:48 +0000)]
usb-modeswitch-data: Update homepage URL

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34966 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopulseaudio 3.0 update
blogic [Wed, 2 Jan 2013 10:48:27 +0000 (10:48 +0000)]
pulseaudio 3.0 update

This patch updates pulseaudio to version 3.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34965 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agohtop 1.0.2 update
blogic [Wed, 2 Jan 2013 10:48:26 +0000 (10:48 +0000)]
htop 1.0.2 update

This patch updates htop to version 1.0.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34964 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] update appweb
blogic [Wed, 2 Jan 2013 10:17:28 +0000 (10:17 +0000)]
[packages] update appweb

fixes #12704

Signed-off-by: Eddy Beaupre <eddy@beaupre.biz>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34962 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agosslh: Bump to v1.14
juhosg [Sat, 29 Dec 2012 18:00:04 +0000 (18:00 +0000)]
sslh: Bump to v1.14

Disabled support for sslh 1.12's config file feature to avoid libconfig
dependency; Redundant as we use UCI-based config file instead.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3080/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34933 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago4th: update to 3.62.0
juhosg [Sat, 29 Dec 2012 18:00:02 +0000 (18:00 +0000)]
4th: update to 3.62.0

This patch update 4th from 3.61.5 to 3.62.0. tested on xburst/ben
nanonote and ar71xx/703n.

URL: http://thebeez.home.xs4all.nl/4tH/
ChangeLog: http://lists.en.qi-hardware.com/pipermail/discussion/2012-December/009979.html

Patchwork: http://patchwork.openwrt.org/patch/3078/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34932 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agocups: Fix endless loop
juhosg [Sat, 29 Dec 2012 18:00:01 +0000 (18:00 +0000)]
cups: Fix endless loop

Fix endless loop in ipp backend (http://www.cups.org/str.php?L4194)

Signed-off-by: Bernd Krumböck <krumboeck@universalnet.at>
Patchwork: http://patchwork.openwrt.org/patch/3070/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34931 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agocups: Fix ipp compression
juhosg [Sat, 29 Dec 2012 18:00:00 +0000 (18:00 +0000)]
cups: Fix ipp compression

Fix compression in ipp backend (http://www.cups.org/str.php?L4181)

Signed-off-by: Bernd Krumböck <krumboeck@universalnet.at>
Patchwork: http://patchwork.openwrt.org/patch/3071/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34930 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agocups: Update to 1.5.4
juhosg [Sat, 29 Dec 2012 17:59:58 +0000 (17:59 +0000)]
cups: Update to 1.5.4

Update CUPS to 1.5.4 and package client, libs, filters, locales and daemon to
separate packages. Replace makefile-targets patch with components patch.
Fix ppdc patch.

Signed-off-by: Bernd Krumböck <krumboeck@universalnet.at>
Patchwork: http://patchwork.openwrt.org/patch/3072/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34929 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoopenconnect: update to 4.07
juhosg [Sat, 29 Dec 2012 17:59:56 +0000 (17:59 +0000)]
openconnect: update to 4.07

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Patchwork: http://patchwork.openwrt.org/patch/3044/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34928 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoxtables-addons: build version 2.0 for kernel 3.7 onwards
juhosg [Sat, 29 Dec 2012 16:45:40 +0000 (16:45 +0000)]
xtables-addons: build version 2.0 for kernel 3.7 onwards

Version 2.0 of xtables-addons dropped support for all kernels older than
3.7. So we still need to build v1.x for older kernels. Keep a separate
patches directory for it, with almost all the same patches for now.

We can easily drop the 1.x build once we have more than two platforms
running 3.7.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34921 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoxtables-addons: make kmod-ipt-rawpost depend on kmod-ip6tables if CONFIG_IPV6=y to...
jow [Sat, 29 Dec 2012 13:53:53 +0000 (13:53 +0000)]
xtables-addons: make kmod-ipt-rawpost depend on kmod-ip6tables if CONFIG_IPV6=y to force enabling CONFIG_IP6_NF_IPTABLES in the kernel

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

11 years agopackages: depend on libelf1 instead of libelf
florian [Fri, 28 Dec 2012 09:42:41 +0000 (09:42 +0000)]
packages: depend on libelf1 instead of libelf

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

11 years agoperf: unmark as broken
florian [Fri, 28 Dec 2012 09:42:40 +0000 (09:42 +0000)]
perf: unmark as broken

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

11 years agoelfutils: unmark as broken
florian [Fri, 28 Dec 2012 09:42:39 +0000 (09:42 +0000)]
elfutils: unmark as broken

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

11 years agoelfutils: do not check for TEXTREL
florian [Fri, 28 Dec 2012 09:42:36 +0000 (09:42 +0000)]
elfutils: do not check for TEXTREL

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

11 years agoflashrom: remove broken msr path change
juhosg [Fri, 21 Dec 2012 18:25:40 +0000 (18:25 +0000)]
flashrom: remove broken msr path change

This almost caused a nasty accident on my Geos — without the MSR access
it managed to erase *most* of the flash and write the new image, but
didn't manage to change the last few KiB. Thankfully I'd already taken a
copy of the old contents, and could flash them back.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34832 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agocollectd: remove bogus maximum of 3600 seconds for 'timeleft'
juhosg [Fri, 21 Dec 2012 18:25:38 +0000 (18:25 +0000)]
collectd: remove bogus maximum of 3600 seconds for 'timeleft'

The apcups and snmp plugins were using this to store time in minutes, but
nut uses seconds. Upstream wants to make them all use seconds (unlike my
first patch to make nut use minutes to be consistent with the others), so
all we need to do is fix the maximum. If we were *using* the apcups and
snmp plugins, those would probably want fixing to multiply by 60.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34831 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agocollectd: enable nut plugin
juhosg [Fri, 21 Dec 2012 18:25:36 +0000 (18:25 +0000)]
collectd: enable nut plugin

This works now...

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34830 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonut: install development files for libupsclient
juhosg [Fri, 21 Dec 2012 18:25:35 +0000 (18:25 +0000)]
nut: install development files for libupsclient

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34829 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonut: add initscripts for upsd and upsmon, create config from UCI
juhosg [Fri, 21 Dec 2012 18:25:32 +0000 (18:25 +0000)]
nut: add initscripts for upsd and upsmon, create config from UCI

There's more to be done here, but this is a good start and covers most
things that people will need to configure.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34828 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] wing: don't use symlink to /lib/functions.sh
luka [Wed, 19 Dec 2012 21:25:07 +0000 (21:25 +0000)]
[packages] wing: don't use symlink to /lib/functions.sh

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

11 years ago[packages] miniupnpc: update to 1.7
swalker [Tue, 18 Dec 2012 03:36:00 +0000 (03:36 +0000)]
[packages] miniupnpc: update to 1.7

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

11 years agoiptraf: fix compile error
nbd [Sat, 15 Dec 2012 18:35:36 +0000 (18:35 +0000)]
iptraf: fix compile error

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

11 years agoperf: fix multiple issues in Makefile
florian [Thu, 13 Dec 2012 15:40:45 +0000 (15:40 +0000)]
perf: fix multiple issues in Makefile

* provide a proper version information
* make sure we build in the linux directory to avoid out of tree build
  failures
* make package cleaning actually work

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

11 years ago[packages] transmission: update to 2.74
obsy [Thu, 13 Dec 2012 14:55:02 +0000 (14:55 +0000)]
[packages] transmission: update to 2.74

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

11 years agopackages: znc: update to 1.0
jogo [Thu, 13 Dec 2012 14:07:57 +0000 (14:07 +0000)]
packages: znc: update to 1.0

Update ZNC to newest version 1.0

 * Update config format to reflect new config format and allow
   multiple networks per user.
 * Update init script to create a 1.0 compatible config.
 * Add new modules introduced in 1.0, remove dropped ones.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34659 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopackages: znc: don't start with default config
jogo [Thu, 13 Dec 2012 14:07:55 +0000 (14:07 +0000)]
packages: znc: don't start with default config

Don't connect to freenode if there is only the default configuration.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34658 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopeerguardian: update to 2.2.2
florian [Tue, 11 Dec 2012 17:51:01 +0000 (17:51 +0000)]
peerguardian: update to 2.2.2

libipq is removed so the old version cannot be built anymore.

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

11 years agowt: fix build against boost 1.50+
florian [Tue, 11 Dec 2012 17:22:31 +0000 (17:22 +0000)]
wt: fix build against boost 1.50+

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

11 years agoboost: fix build failure
florian [Tue, 11 Dec 2012 17:22:30 +0000 (17:22 +0000)]
boost: fix build failure

Such build failure was reported several times:

gcc.compile.c++
bin.v2/libs/context/build/gcc-i386/release/link-static/threading-multi/fcontext.o
libs/context/src/fcontext.cpp: In function 'void*
boost::ctx::detail::align_stack(void*)':
libs/context/src/fcontext.cpp:25:21: error: 'uintptr_t' was not declared
in this scope
libs/context/src/fcontext.cpp:25:32: error: expected ')' before 'base'
libs/context/src/fcontext.cpp:26:66: error: expected ')' before ';'
token
libs/context/src/fcontext.cpp:26:66: error: expected ')' before ';'
token

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

11 years agoopal: do not build against uclibc++
florian [Tue, 11 Dec 2012 16:58:10 +0000 (16:58 +0000)]
opal: do not build against uclibc++

Neither g++-uc nor g++-uc+std prove to properly build opal, so just
fallback to the standard g++ and libstdc++ build.

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

11 years agoptlib: update to 2.10.9
florian [Tue, 11 Dec 2012 16:58:09 +0000 (16:58 +0000)]
ptlib: update to 2.10.9

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

11 years agomksh: fix build on mipsel platforms
florian [Tue, 11 Dec 2012 16:58:08 +0000 (16:58 +0000)]
mksh: fix build on mipsel platforms

And possibly other platforms where this assertion fails:
error: variably modified 'ari_sign_32_bit_and_wrap' at file scope

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

11 years agoorbit2: update to 2.14.19
florian [Tue, 11 Dec 2012 16:58:02 +0000 (16:58 +0000)]
orbit2: update to 2.14.19

This is required to build properly after r34490

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

11 years agopackages: allow to build usbip on 3.6+
juhosg [Mon, 10 Dec 2012 20:27:28 +0000 (20:27 +0000)]
packages: allow to build usbip on 3.6+

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34613 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopackages/minidlna: create log/db directories defined in the uci configuration
juhosg [Mon, 10 Dec 2012 20:27:27 +0000 (20:27 +0000)]
packages/minidlna: create log/db directories defined in the uci configuration

Based on a patch by Varga Gábor.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34612 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[packages] python-crypto: remove host include path (#12592)
swalker [Sun, 9 Dec 2012 20:31:38 +0000 (20:31 +0000)]
[packages] python-crypto: remove host include path (#12592)

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

11 years agolibs: add libdbi-drivers
florian [Sat, 8 Dec 2012 17:06:10 +0000 (17:06 +0000)]
libs: add libdbi-drivers

As requested, resubmitted patch to add libdbi-drivers support for mysql,
postgresql, sqlite and sqlite3 for the libdbi framework.

[florian: fixup TARGET_LDFLAGS to it find libmysqlclient]

Signed-off-by: Gerald Matzka<mgerald21@yahoo.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34583 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonut: add package NUT 2.6.5
florian [Sat, 8 Dec 2012 17:06:08 +0000 (17:06 +0000)]
nut: add package NUT 2.6.5

Makefile and patch for package NUT 2.6.5

dwmw2: Update to NUT 2.6.5, add OpenUPS, tidy up per-driver build a little.

Signed-off-by: Mehdi Abaakouk <sileht@sileht.net>
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@34582 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agozabbix: update to 2.0.3
florian [Sat, 8 Dec 2012 17:06:02 +0000 (17:06 +0000)]
zabbix: update to 2.0.3

This patch updates Zabbix to it's latest version. Changelog consists of
a huge set of bugfixes and a few small improvements.

Acked-by: Stefan Hellermann <stefan@the2masters.de>
Acked-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34581 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibjpeg-turbo: add package
florian [Sat, 8 Dec 2012 17:06:01 +0000 (17:06 +0000)]
libjpeg-turbo: add package

Libjpeg-turbo is a fork of jpeg-6b, which includes MMX, SSE and NEON
acceleration and other performance enhancements. It is meant to be
ABI/API compatible with the Independent JPEG Group's (IJG) jpeg
implementation. Since its initial release, it also emulates jpeg 7 or
8, and has been adopted as the system jpeg library of Fedora, and an
option in Gentoo.

The SIMD acceleration provides a 2-4x speedup. On non-SIMD machines
the enhancements provides up to a 25% improvement.

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@34580 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibqmi: helper library and utils to talk to QMI enabled modems
florian [Sat, 8 Dec 2012 17:05:57 +0000 (17:05 +0000)]
libqmi: helper library and utils to talk to QMI enabled modems

Based on work of Aleksander Morgado.

[florian: stage libqmi-glib headers]

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34579 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoxl2tpd: unconditionally configure daemon with nodefaultroute and usepeerdns (#12580)
jow [Thu, 6 Dec 2012 18:17:41 +0000 (18:17 +0000)]
xl2tpd: unconditionally configure daemon with nodefaultroute and usepeerdns (#12580)

Since the switch to netifd, proto handlers may always set the defaultroute
and provide dns server addresses, netifd will decide in the generic code
path whether the announced values are masked or not.

Additionally protocol handlers should not modify the routing tables themselves
and prevent any launched services from doing so.

Remove the additional defaultroute and peerdns option handling from the ppp.sh
protocol handler and rely on netifd to mask or not mask the values.

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

11 years agoradsecproxy: update to 1.6.2
florian [Thu, 6 Dec 2012 15:47:45 +0000 (15:47 +0000)]
radsecproxy: update to 1.6.2

Since my previous post a similar issue was discovered for DTLS and 1.6.2
was released. CVE numbers were also assigned for these two
vulnerabilities:

CVE-2012-4523 refers to the TLS issue, fixed in radsecproxy 1.6.1
CVE-2012-4566 refers to the DTLS issue, fixed in radsecproxy 1.6.2

So it would be good to bump to 1.6.2, applying this patch on top of
r34484.

Signed-off-by: Zenon Mousmoulas <zmousm@noc.grnet.gr>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34535 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoperl: Install /usr/bin/prove so test harness works
hcg [Thu, 6 Dec 2012 14:13:37 +0000 (14:13 +0000)]
perl: Install /usr/bin/prove so test harness works

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

11 years agolibsml: update to 0.2
florian [Wed, 5 Dec 2012 18:04:18 +0000 (18:04 +0000)]
libsml: update to 0.2

This patch updates the libsml package to the latest revision.

The current revision of the libsml package is outdated for 7 months.
Meanwhile, the developers of libsml provided various bug fixes,
notably to support big-endian machines correctly.

[florian: pass UNAME directly from the Makefiel]

Signed-off-by: Daniel Pauli <paulid@student.ethz.ch>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34529 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agorygel: add package
florian [Wed, 5 Dec 2012 17:31:34 +0000 (17:31 +0000)]
rygel: add package

Plugins other than playbin are untested.

Rygel is normally run as a desktop service under a user account. It
doesn't behave like a system daemon. Since running as a desktop service
doesn't make sense for OpenWrt, I've included an init script and made a
crude change to send the output to syslog.

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

11 years agofaad2: add configurable fixed point build
florian [Wed, 5 Dec 2012 17:31:33 +0000 (17:31 +0000)]
faad2: add configurable fixed point build

Change the faad build to use fixed point math if emulated floating point
is in use (based on CONFIG_SOFT_FLOAT). Adds a config option to force
the use of floating point math.

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

11 years agogst-plugins-bad: build the gstreamer faad plugin
florian [Wed, 5 Dec 2012 17:31:32 +0000 (17:31 +0000)]
gst-plugins-bad: build the gstreamer faad plugin

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

11 years agogupnp-vala: add package
florian [Wed, 5 Dec 2012 17:31:31 +0000 (17:31 +0000)]
gupnp-vala: add package

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

11 years agogst-plugins-bad: update to 0.10.23
florian [Wed, 5 Dec 2012 17:31:30 +0000 (17:31 +0000)]
gst-plugins-bad: update to 0.10.23

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

11 years agogst-plugins-good: update to 0.10.31
florian [Wed, 5 Dec 2012 17:31:29 +0000 (17:31 +0000)]
gst-plugins-good: update to 0.10.31

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

11 years agogst-plugins-ugly: update to 0.10.19
florian [Wed, 5 Dec 2012 17:31:28 +0000 (17:31 +0000)]
gst-plugins-ugly: update to 0.10.19

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

11 years agogst-plugins-base: update to 0.10.36
florian [Wed, 5 Dec 2012 17:31:27 +0000 (17:31 +0000)]
gst-plugins-base: update to 0.10.36

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

11 years agogstreamer: update to 0.10.36
florian [Wed, 5 Dec 2012 17:31:26 +0000 (17:31 +0000)]
gstreamer: update to 0.10.36

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

11 years agogupnp-dlna: add package
florian [Wed, 5 Dec 2012 17:31:25 +0000 (17:31 +0000)]
gupnp-dlna: add package

[florian: update gstreamer and gst-plugins-base so it actually builds]

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

11 years agogupnp-av: add package
florian [Wed, 5 Dec 2012 17:31:24 +0000 (17:31 +0000)]
gupnp-av: add package

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

11 years agogupnp: add package
florian [Wed, 5 Dec 2012 17:31:23 +0000 (17:31 +0000)]
gupnp: add package

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

11 years agogssdp: add package
florian [Wed, 5 Dec 2012 17:31:22 +0000 (17:31 +0000)]
gssdp: add package

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

11 years agolibgee: add package
florian [Wed, 5 Dec 2012 17:31:21 +0000 (17:31 +0000)]
libgee: add package

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

11 years agovala: add package
florian [Wed, 5 Dec 2012 17:31:18 +0000 (17:31 +0000)]
vala: add package

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

11 years agolibsoup: update to 2.38.1
florian [Wed, 5 Dec 2012 17:31:12 +0000 (17:31 +0000)]
libsoup: update to 2.38.1

[florian: fixup patch so it actually applies]

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

11 years agolibtheora: update to 1.1.1
florian [Wed, 5 Dec 2012 17:31:10 +0000 (17:31 +0000)]
libtheora: update to 1.1.1

Remove the patch against Makefile.in since the build is set up to do
autoreconf anyways.

[florian: make it apply cleanly, split patches so we know what they do]

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

11 years agousb-modeswitch-data: update to 20121109
florian [Wed, 5 Dec 2012 17:31:09 +0000 (17:31 +0000)]
usb-modeswitch-data: update to 20121109

This patch updates usb-modeswitch-data to version 20121109

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34511 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agousb-modeswitch: update to 1.2.5
florian [Wed, 5 Dec 2012 17:31:08 +0000 (17:31 +0000)]
usb-modeswitch: update to 1.2.5

This patch updates usb-modeswitch to version 1.2.5

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34510 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoaria2: update do 1.16.0
florian [Wed, 5 Dec 2012 17:31:04 +0000 (17:31 +0000)]
aria2: update do 1.16.0

This patch updates aria2 to version 1.16.0

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34509 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agorsnapshot: add rsnapshot backup utility
florian [Wed, 5 Dec 2012 17:31:02 +0000 (17:31 +0000)]
rsnapshot: add rsnapshot backup utility

this adds the rsnapshot backup utility to the packages feed.

To be compatible with busybox logger, I had to patch rsnapshot to don't
pass -i to logger. This package was also proposed in Ticket #11371, but
in a wrong categorie, without this patch, without most of the dependencies
and without the conffiles line to save rsnapshot.conf over sysupgrade.

[florian: fix whitespaces and clean up configure args]

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34508 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agosane-backends: update to 1.0.23
florian [Wed, 5 Dec 2012 17:30:59 +0000 (17:30 +0000)]
sane-backends: update to 1.0.23

[florian: fix up missing cups dependency]

Signed-off-by: Jonathan Westerholt <joniw@t-online.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34507 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agocollectd: remove empty 130-fix_netlink_kernel_3.3-patch file
florian [Wed, 5 Dec 2012 12:10:10 +0000 (12:10 +0000)]
collectd: remove empty 130-fix_netlink_kernel_3.3-patch file

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

11 years agonginx: update to 1.2.5.
florian [Tue, 4 Dec 2012 16:44:29 +0000 (16:44 +0000)]
nginx: update to 1.2.5.

Signed-off-by: Mark Mentovai <mark@moxienet.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34497 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonginx: upgrade to 1.2.3
florian [Tue, 4 Dec 2012 16:21:08 +0000 (16:21 +0000)]
nginx: upgrade to 1.2.3

Changelog: http://nginx.org/en/CHANGES-1.2

Signed-off-by: Mark Mentovai <mark@moxienet.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34495 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agotinyproxy: fix default config binary flags
florian [Tue, 4 Dec 2012 16:21:07 +0000 (16:21 +0000)]
tinyproxy: fix default config binary flags

The init script expects uci-style 1/0 and not Yes/No or On/Off in the config.
Amend the commented-out configuration directives accordingly.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34494 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoautossh: pass env variables on init properly
florian [Tue, 4 Dec 2012 16:21:05 +0000 (16:21 +0000)]
autossh: pass env variables on init properly

Busybox's ash doesn't pass unexported environment variables to processes
started from within a function, so a service started with

MMM=xyz service_start blablabla

will never see the MMM variable.

Fix this by exporting the important variables.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34493 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agozabbix: correct pidfile und update initscript
florian [Tue, 4 Dec 2012 16:21:02 +0000 (16:21 +0000)]
zabbix: correct pidfile und update initscript

zabbix_agentd will not start because the initscript checks an old
path to the configfile and then zabbix_agentd uses the new path.
(old /etc/zabbix/zabbix_agentd.conf   new /etc/zabbix_agentd.conf)
I think the new path is better as most people have only one zabbix
tool installed on their embedded device.

Further there is a problem with the pid-file: zabbix creates it by
default in /tmp, and the init script creates a folder in
/var/run/zabbix where the pid-file is expected. start-stop-daemon will
not find the pid-file and cannot stop zabbix_agentd. So I changed the
initscript and conffile to use the same pid-file. I actually chose
/var/run/zabbix_agentd.conf instead of creating a subfolder or use /tmp.

While doing that I redid the whole initscript and changed additionally:
- move conffile to new location if is in the location from before
  changeset #32497
- only create zabbix users if there is no AllowRoot=1 in config
- only support the pid-file path /var/run/zabbix_agentd.pid, check it
  in initscript and warn if it is changed.
- don't log to a file in /tmp, but use syslog
- only start one passive check agent instead of default 3
- don't search actively for a zabbix-server on 127.0.0.1
- don't set the hostname to "Zabbix server" but use system.hostname

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34492 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agozabbix: preserve conffile over sysupgrade
florian [Tue, 4 Dec 2012 16:20:59 +0000 (16:20 +0000)]
zabbix: preserve conffile over sysupgrade

while doing a sysupgrade the conffile was lost because:
- the path in the Makefile is incorrect
- the parametrized /conffiles  define doesn't seem to work for me

So I added a /conffiles define for every zabbix component and corrected
the path. I think the path changed while upgrading to 2.0.0.

I also had an issue with "hostname" and "uname" not being present on my
system, so I added selects onto these busybox-applets if the native
tool is not installed. Zabbix could also call lsusb and lspci, but I
think it's okay if these calls don't work on an embedded device.

Additionally I deleted an old conffile "files/zabbix_agentd.conf"
which is unused since changeset 32497 (level up zabbix to version 2.0.0)

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34491 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoglib2: bump version to 2.34.3
florian [Tue, 4 Dec 2012 16:20:58 +0000 (16:20 +0000)]
glib2: bump version to 2.34.3

dropped all patches, they are no longer necessary.

Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34490 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibffi: enable the host build, needed for newer glib
florian [Tue, 4 Dec 2012 16:20:57 +0000 (16:20 +0000)]
libffi: enable the host build, needed for newer glib

Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34489 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibffi: bump version to 3.0.11
florian [Tue, 4 Dec 2012 16:20:56 +0000 (16:20 +0000)]
libffi: bump version to 3.0.11

Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34488 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agocollectd: 4.10.8 version bump
florian [Tue, 4 Dec 2012 16:20:55 +0000 (16:20 +0000)]
collectd: 4.10.8 version bump

Collectd, the backbone for LuCI statistics, has been updated to 4.10.8 a few
weeks ago. I have already used it in my trunk build for some time.

Among other things 4.10.8 fixes a few memory leaks and a perl incompatibility
(see https://dev.openwrt.org/ticket/12494 ).

4.10.8 increases compatibility with current kernels and iproute2 reducing the
patch 130-fix_netlink_kernel_3.3-patch unnecessary. It can be removed.

I have also included a new patch 920-fix-ping-droprate.patch for fixing LuCI
ticket 462 (http://luci.subsignal.org/trac/ticket/462).

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

11 years agomultimedia/tvheadend: new package
florian [Tue, 4 Dec 2012 16:20:54 +0000 (16:20 +0000)]
multimedia/tvheadend: new package

Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2,
DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.

Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34486 3c298f89-4303-0410-b956-a3cf2f4a3e73