10104 Commits

Author SHA1 Message Date
hauke
6759e3850e pyload: update to current version 0.4.9
Signed-off-by: Oliver Ertl <oliver@ertls-netzwerk.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40646 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 19:39:15 +00:00
hauke
0d94f228db collectd: Fix collectd / Luci statistics breakage due to r39119 / #15010
Collectd / Luci statistics module has been broken since r39119 (in December
2013). Buildbot has not built it succesfully since then.

Bug 15010 describes the issue:  https://dev.openwrt.org/ticket/15010
Changeset 39119:  https://dev.openwrt.org/changeset/39119

The build breakage only concerns one collectd plugin, netlink, which expects
iproute2 to be compiled with "fpic" option, which was removed by r39119 in
order to make iproute2 smaller.
http://buildbot.openwrt.org:8010/broken_packages/ar71xx/collectd/compile.txt

There are two alternative fixes:
- add fpic back to iproute2 compile options. But devs apparently
intentionally removed it to decrease size
- alternatively, disable netlink plugin in collectd by marking it broken

It is unfortunate that the whole collectd remains uncompiled in buildbot
snapshots due to that one minor plugin. Other bugs related to this (e.g.
#15077 and #14642) were closed three weeks ago as duplicates of #15010, but I
have seen no action regarding actually fixing the issue.

So, please find attached a patch marking the netlink plugin broken.
All other collectd modules do compile. I compile-tested them with ar71xx.

Signed-off-by: hannu.nyman@iki.fi


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40645 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 19:12:00 +00:00
hauke
61942e73a7 replace dependency of libffmpeg with libffmpeg-mini
libffmpeg does not exist in OpenWrt, but libffmpeg-mini does.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40644 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 18:59:46 +00:00
hauke
aa58ca3dc7 mocp: bumped version from 2.4.4 to 2.5.0-beta2 and removed obsolete patch
Added dependencies on libmagic, faad2 and libdb47

Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40643 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 18:58:35 +00:00
hauke
a9369e85df libyaml: update to version 0.1.6
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40641 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 18:33:31 +00:00
hauke
99f22f0453 pyyaml: update to version 3.11
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40640 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 18:33:12 +00:00
hauke
c599f49346 Update zabbix to 2.2.2
refresh patch (patch configure.ac instead of .in)
zabbix-agentd tested on wr1043nd
zabbix-* compile tested

zabbix-extra-wifi discovery still not working
(need an suid helper to make ubus calls)

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 18:32:49 +00:00
hauke
db78659473 zabbix: Always install /etc/zabbix_agentd.conf.d dir for zabbix-agentd
I patched the conf file to use this dir (so zabbix-extra-* work right away),
but it is not created unless we select a zabbix-extra-*,
thus preventing default conf from working
Reported by Jiri Slachta in his patch "zabbix: update to 2.2.0"

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40638 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 18:31:12 +00:00
hauke
6f1d45e5a4 nagios-plugins: Fix check_procs command
Fix check_procs: ps command line parameters were misconfigured

Signed-off-by: Bernd Krumböck <krumboeck@universalnet.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40637 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 18:16:09 +00:00
hauke
ff5e86e26c tvheadend: Update Tvheadend to 3.4patch1
Update Tvheadend v3.4.27 (patch1) in trunk.
I built it with success for mpc85xx and ar71xx but may need more testing.

This is a patch release that includes several important fixes:

	-Lots of memleak's fixed by user Benny Morgan
	-XMLTV series/episode number parsing bug fixed
	-DVB service discovery bugs fixed

Signed-off-by: Atanas Vladimirov <vlado@bsdbg.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40636 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 18:09:52 +00:00
hauke
fded738292 radsecproxy: procd conversion and version bump
Update radsecproxy to version 1.6.5 and convert the init script to use
procd, and start later during boot to ensure name service is operational.

Introduces a small patch to radsecproxy which prevents it from forcing
log output to stderr when run in the foreground, thus making it possible
to simply run it in this mode for procd management.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40635 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 17:58:52 +00:00
hauke
86c7a0c653 sslstrip: update to version 0.9
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40633 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 16:41:49 +00:00
hauke
b50a44af32 strace: update to version 3.8
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40632 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 16:41:22 +00:00
hauke
7aa10a3e3d ruby: fix unresolved getaddrinfo #9873 and update to 1.9.3p545
ruby fails to check wide_getaddrinfo, which is important only for
non-linux env.

Luiz Angelo Daros de Luca <luizluca@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40630 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 15:28:46 +00:00
hauke
9c36cbb4bb expat: update to version 2.1.0
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40629 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 14:51:58 +00:00
hauke
847596105a sudo: update sudo to version 1.7.10p8
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40628 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 14:45:38 +00:00
hauke
936b213b40 gnupg: update to version 1.4.16
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40627 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 14:44:45 +00:00
hauke
fd6373c754 yaml: update to version 0.1.5
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40626 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 14:39:45 +00:00
hauke
bb73b6b4fe subversion: update to version 1.6.23
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40625 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 14:35:03 +00:00
hauke
8aa91ae573 packages: remove empty directories
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40623 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 14:12:30 +00:00
hauke
a16cc36d27 curl: fix compile with cyassl version 3.0.0
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40622 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 14:05:37 +00:00
hauke
85992dc375 openswan: update openswan to version 2.6.41
This still does not fix the problems with kernel 3.10 and up.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 13:33:42 +00:00
hauke
cb6b225651 mii-tool: update to 2014-02-18
Some notable changes:
- #include sockios added upstream, drop patch
- GbE support
- Fix swapped advertising/link partner features fields
- Document -p option
- Dump more registers

Full changelog:
68a4d784da/log//mii-tool.c

Signed-off-by: Catalin Patulea <cat@vv.carleton.ca>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40614 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-30 22:26:12 +00:00
hauke
3da0555231 luaposix: Update source links and urls
No functional change.  The difference in the md5sum of the tarball is
the inclusion of a .gitignore file in the github provided tarball.

This change allows https://home.comcast.net/~sdwalker/uscan/index.html
to more accurately track the state of this package, and includes links
that actually work.  It eliminates the need for this package to be
hosted on mirror2.openwrt.org, and indeed, due to the md5sum change,
won't even be compatible with the package hosted there.

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


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40611 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-30 22:02:05 +00:00
hauke
4b9e6744da pv: bump to version 1.5.2
we got segfault with pv v1.2.0 on mpc85xx. So I updated it to the latest
v1.5.2 and it seems to be ok.

Signed-off-by: Martin Strbacka <martin.strbacka@nic.cz>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40608 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-30 21:17:29 +00:00
hauke
f31526fa07 screen: Update to version 4.2.1
This patch updates screen to version 4.2.1, released 2014/04/27.

Signed-off-by: Luis Dallos <ld@nkvd.ignorelist.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40607 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-30 21:08:05 +00:00
hauke
a517973086 libdbi-drivers: update libdbi-drivers to 0.9.0
Signed-off-by: Gerald Matzka <mgerald21@yahoo.de>
[Fix incdir and libdir]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40603 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-29 22:00:17 +00:00
hauke
75afd389eb libdbi: update libdbi to 0.9.0
Signed-off-by: Gerald Matzka <mgerald21@yahoo.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-29 21:58:47 +00:00
hauke
0b54272ef4 lighttpd: update lighttpd to 1.4.35
This patch updates lighttpd to 1.4.35

Signed-off-by: Gerald Matzka <mgerald21@yahoo.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40601 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-29 21:31:15 +00:00
hauke
4d618d3618 mosquitto: Update to v1.3.1
Performance and compatibility fixes, asynch DNS in client libraries
(requiring new dependency, libcares)

Rollup of http://mosquitto.org/2014/03/version-1-3-1-released/
and       http://mosquitto.org/2014/03/version-1-3-released/

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


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40600 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-29 21:21:06 +00:00
hauke
078b31132a Fix wget-nossl variant by disabling ntlm support (bug 15718 and 15731)
Fix wget-nossl variant by disabling ntlm support in wget-nossl.

https://dev.openwrt.org/ticket/15718#comment:13
https://dev.openwrt.org/ticket/15731

In wget 1.15 the ntlm support requires either ssl or libnettle library.
Check-in behind the change:
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=c19d76c02483f070beb688d6fe6f5fafb5674a08

ssl is not present in the nossl variant and developers prefer to keep the
nossl variant small, so the natural alternative is to disable ntlm support in
the nossl variant, as a configure option for that purpose exists and a simple
change in Openwrt Makefile is enough.

Tested with ar71xx/wndr3700.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40595 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-29 19:38:23 +00:00
hauke
561765976a amule: remove dependency to libbfd.so
This removes the dependency to libbfd.so and removes some removed configure options.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40594 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-29 19:30:54 +00:00
hauke
e2b5e6f921 aMule: update to 2.3.1
aMule 2.3.1 for trunk and the latest Attitude Adjustment

Signed-off-by: Massimo Tumminia <matumminia@tiscali.it>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40583 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-27 21:48:21 +00:00
hauke
08a2e784da wxbase: update to version 2.8.12
Signed-off-by: Massimo Tumminia <matumminia@tiscali.it>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-27 21:47:57 +00:00
hauke
e75c6ae506 ntfs-3g: bump to 2014.2.15
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
[remove all the commented lines and the unused patch]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40581 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-27 21:18:33 +00:00
hauke
6ef9729d3b ffmpeg: update to 0.11.5
Update ffmpeg to 0.11.5. Drop "--disable-optimizations." Per ./configure, --disable-optimizations refers to disabling compiler optimizations for debugging purposes.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-27 20:59:54 +00:00
hauke
6131def4b4 gnutls: update to 3.2.13
This patch updates gnutls to 3.2.13 and disables
the hardware acceleration. It fixes package breakage
which might be seen on buildbot logs.

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


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-27 20:41:13 +00:00
hauke
d0ea47a3ae parprouted: update to 0.7
This patch updates parprouted from 0.64 to 0.7. This fixes some bugs and
adds support for hosts moving across Ethernet interfaces. Built and tested
on a WNDR3700v2.

Signed-off-by: Tristan Schmelcher <tristan_schmelcher@alumni.uwaterloo.ca>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-27 20:22:01 +00:00
nbd
53b03c70e9 wget: bump to 1.15. Fixes compilation in buildhost with new perl (bugs 15563 and 15718)
Compiling wget 1.14 in buildhosts with new perl (& texinfo?) versions may fail.
I experienced this with Ubuntu 14.04 x64 (with perl 5.18).
Bugs about this:
https://dev.openwrt.org/ticket/15718
https://dev.openwrt.org/ticket/15563

The problem has been fixed upstream in wget:
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=9e8d899a356d95be34737488bb8fd59d4c6b3dbd
​
http://git.savannah.gnu.org/cgit/wget.git/commit/doc?id=7f43748544f26008d0dd337704f02a6ed3200aaf

Both fixes are included in the already released wget 1.15.
Compiling that succeeds without any need to patch wget source.

I have compiled ax71xx for WNDR3700 and it compiled ok and works.

Signed-off-by: hannu.nyman@iki.fi

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40574 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-27 17:50:59 +00:00
heil
6f562b4b67 package: haproxy remove unnecessary patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40563 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-23 11:46:33 +00:00
heil
c8277d8143 package: haproxy update to 1.4.25
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40562 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-23 11:42:46 +00:00
florian
9ecc63c86d libxslt: update to version 1.1.28
Recently updated libxml2 from version 2.7.8 to 2.9.1 breaks
libxslt build. Library libxslt from version 1.1.27 is compatible
with libxml2 2.9.x.

Signed-off-by: Lukas Macura <lukas.macura@cesnet.cz>
Tested-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40556 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-22 23:24:36 +00:00
tripolar
04e30866d7 [packages] rtorrent: update to git head and add 2 distinct rtorrent versions:
rtorrent-rpc - rtorrent with rpc support
rtorrent  - rtorrent without rpc support

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


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40537 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-20 10:33:08 +00:00
tripolar
b89ee5b1f6 [packages] libtorrent: update to git head
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40536 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-20 10:25:05 +00:00
nbd
11d350456e strongswan: add missing config files for plugins
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-17 17:19:38 +00:00
swalker
b3a48eaba4 [packages] httping: update to 2.3.4
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-17 00:08:02 +00:00
nbd
a787157cf8 strongswan: add missing patch for avoiding collisions with uclibc functions
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40522 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-16 21:07:57 +00:00
nbd
1e2fdc98be strongswan: update to 5.1.3, fixes an authentication bypass issue (CVE-2014-2338)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-15 17:11:48 +00:00
nbd
855d81292c strongswan: add missing library for the kernel-libipsec plugin
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40515 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-15 17:11:47 +00:00
nbd
600dc30e71 strongswan: remove the PF_ROUTE kernel interface to fix compile errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40514 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-04-15 17:11:45 +00:00