openwrt/svn-archive/archive.git
9 years agoRevert "replace dependency of libffmpeg with libffmpeg-mini"
Hauke Mehrtens [Thu, 1 May 2014 19:48:46 +0000 (19:48 +0000)]
Revert "replace dependency of libffmpeg with libffmpeg-mini"

This reverts commit r40644.

libffmpeg is provided by libffmpeg-mini and libffmpeg-full.

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

9 years agotesseract: update to version 3.02.02
Hauke Mehrtens [Thu, 1 May 2014 19:39:39 +0000 (19:39 +0000)]
tesseract: update to version 3.02.02

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

9 years agopyload: update to current version 0.4.9
Hauke Mehrtens [Thu, 1 May 2014 19:39:15 +0000 (19:39 +0000)]
pyload: update to current version 0.4.9

Signed-off-by: Oliver Ertl <oliver@ertls-netzwerk.de>
SVN-Revision: 40646

9 years agocollectd: Fix collectd / Luci statistics breakage due to r39119 / #15010
Hauke Mehrtens [Thu, 1 May 2014 19:12:00 +0000 (19:12 +0000)]
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
SVN-Revision: 40645

9 years agoreplace dependency of libffmpeg with libffmpeg-mini
Hauke Mehrtens [Thu, 1 May 2014 18:59:46 +0000 (18:59 +0000)]
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>
SVN-Revision: 40644

9 years agomocp: bumped version from 2.4.4 to 2.5.0-beta2 and removed obsolete patch
Hauke Mehrtens [Thu, 1 May 2014 18:58:35 +0000 (18:58 +0000)]
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>
SVN-Revision: 40643

9 years agolibyaml: update to version 0.1.6
Hauke Mehrtens [Thu, 1 May 2014 18:33:31 +0000 (18:33 +0000)]
libyaml: update to version 0.1.6

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

9 years agopyyaml: update to version 3.11
Hauke Mehrtens [Thu, 1 May 2014 18:33:12 +0000 (18:33 +0000)]
pyyaml: update to version 3.11

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

9 years agoUpdate zabbix to 2.2.2
Hauke Mehrtens [Thu, 1 May 2014 18:32:49 +0000 (18:32 +0000)]
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>
SVN-Revision: 40639

9 years agozabbix: Always install /etc/zabbix_agentd.conf.d dir for zabbix-agentd
Hauke Mehrtens [Thu, 1 May 2014 18:31:12 +0000 (18:31 +0000)]
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>
SVN-Revision: 40638

9 years agonagios-plugins: Fix check_procs command
Hauke Mehrtens [Thu, 1 May 2014 18:16:09 +0000 (18:16 +0000)]
nagios-plugins: Fix check_procs command

Fix check_procs: ps command line parameters were misconfigured

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

9 years agotvheadend: Update Tvheadend to 3.4patch1
Hauke Mehrtens [Thu, 1 May 2014 18:09:52 +0000 (18:09 +0000)]
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>
SVN-Revision: 40636

9 years agoradsecproxy: procd conversion and version bump
Hauke Mehrtens [Thu, 1 May 2014 17:58:52 +0000 (17:58 +0000)]
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>
SVN-Revision: 40635

9 years agosslstrip: update to version 0.9
Hauke Mehrtens [Thu, 1 May 2014 16:41:49 +0000 (16:41 +0000)]
sslstrip: update to version 0.9

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

9 years agostrace: update to version 3.8
Hauke Mehrtens [Thu, 1 May 2014 16:41:22 +0000 (16:41 +0000)]
strace: update to version 3.8

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

9 years agoruby: fix unresolved getaddrinfo #9873 and update to 1.9.3p545
Hauke Mehrtens [Thu, 1 May 2014 15:28:46 +0000 (15:28 +0000)]
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>

SVN-Revision: 40630

9 years agoexpat: update to version 2.1.0
Hauke Mehrtens [Thu, 1 May 2014 14:51:58 +0000 (14:51 +0000)]
expat: update to version 2.1.0

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

9 years agosudo: update sudo to version 1.7.10p8
Hauke Mehrtens [Thu, 1 May 2014 14:45:38 +0000 (14:45 +0000)]
sudo: update sudo to version 1.7.10p8

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

9 years agognupg: update to version 1.4.16
Hauke Mehrtens [Thu, 1 May 2014 14:44:45 +0000 (14:44 +0000)]
gnupg: update to version 1.4.16

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

9 years agoyaml: update to version 0.1.5
Hauke Mehrtens [Thu, 1 May 2014 14:39:45 +0000 (14:39 +0000)]
yaml: update to version 0.1.5

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

9 years agosubversion: update to version 1.6.23
Hauke Mehrtens [Thu, 1 May 2014 14:35:03 +0000 (14:35 +0000)]
subversion: update to version 1.6.23

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

9 years agopackages: remove empty directories
Hauke Mehrtens [Thu, 1 May 2014 14:12:30 +0000 (14:12 +0000)]
packages: remove empty directories

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

9 years agocurl: fix compile with cyassl version 3.0.0
Hauke Mehrtens [Thu, 1 May 2014 14:05:37 +0000 (14:05 +0000)]
curl: fix compile with cyassl version 3.0.0

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

9 years agoopenswan: update openswan to version 2.6.41
Hauke Mehrtens [Thu, 1 May 2014 13:33:42 +0000 (13:33 +0000)]
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>
SVN-Revision: 40620

9 years agomii-tool: update to 2014-02-18
Hauke Mehrtens [Wed, 30 Apr 2014 22:26:12 +0000 (22:26 +0000)]
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:
http://sourceforge.net/p/net-tools/code/ci/68a4d784daaf5fb3449808e434e8cbb9625988e6/log/?path=/mii-tool.c

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

9 years agoluaposix: Update source links and urls
Hauke Mehrtens [Wed, 30 Apr 2014 22:02:05 +0000 (22:02 +0000)]
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>
SVN-Revision: 40611

9 years agopv: bump to version 1.5.2
Hauke Mehrtens [Wed, 30 Apr 2014 21:17:29 +0000 (21:17 +0000)]
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>
SVN-Revision: 40608

9 years agoscreen: Update to version 4.2.1
Hauke Mehrtens [Wed, 30 Apr 2014 21:08:05 +0000 (21:08 +0000)]
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>
SVN-Revision: 40607

9 years agolibdbi-drivers: update libdbi-drivers to 0.9.0
Hauke Mehrtens [Tue, 29 Apr 2014 22:00:17 +0000 (22:00 +0000)]
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>
SVN-Revision: 40603

9 years agolibdbi: update libdbi to 0.9.0
Hauke Mehrtens [Tue, 29 Apr 2014 21:58:47 +0000 (21:58 +0000)]
libdbi: update libdbi to 0.9.0

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

9 years agolighttpd: update lighttpd to 1.4.35
Hauke Mehrtens [Tue, 29 Apr 2014 21:31:15 +0000 (21:31 +0000)]
lighttpd: update lighttpd to 1.4.35

This patch updates lighttpd to 1.4.35

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

9 years agomosquitto: Update to v1.3.1
Hauke Mehrtens [Tue, 29 Apr 2014 21:21:06 +0000 (21:21 +0000)]
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>
SVN-Revision: 40600

9 years agoFix wget-nossl variant by disabling ntlm support (bug 15718 and 15731)
Hauke Mehrtens [Tue, 29 Apr 2014 19:38:23 +0000 (19:38 +0000)]
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>
SVN-Revision: 40595

9 years agoamule: remove dependency to libbfd.so
Hauke Mehrtens [Tue, 29 Apr 2014 19:30:54 +0000 (19:30 +0000)]
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>
SVN-Revision: 40594

10 years agoaMule: update to 2.3.1
Hauke Mehrtens [Sun, 27 Apr 2014 21:48:21 +0000 (21:48 +0000)]
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>
SVN-Revision: 40583

10 years agowxbase: update to version 2.8.12
Hauke Mehrtens [Sun, 27 Apr 2014 21:47:57 +0000 (21:47 +0000)]
wxbase: update to version 2.8.12

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

10 years agontfs-3g: bump to 2014.2.15
Hauke Mehrtens [Sun, 27 Apr 2014 21:18:33 +0000 (21:18 +0000)]
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>
SVN-Revision: 40581

10 years agoffmpeg: update to 0.11.5
Hauke Mehrtens [Sun, 27 Apr 2014 20:59:54 +0000 (20:59 +0000)]
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>
SVN-Revision: 40580

10 years agognutls: update to 3.2.13
Hauke Mehrtens [Sun, 27 Apr 2014 20:41:13 +0000 (20:41 +0000)]
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>
SVN-Revision: 40578

10 years agoparprouted: update to 0.7
Hauke Mehrtens [Sun, 27 Apr 2014 20:22:01 +0000 (20:22 +0000)]
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>
SVN-Revision: 40577

10 years agowget: bump to 1.15. Fixes compilation in buildhost with new perl (bugs 15563 and...
Felix Fietkau [Sun, 27 Apr 2014 17:50:59 +0000 (17:50 +0000)]
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
SVN-Revision: 40574

10 years agopackage: haproxy remove unnecessary patch
Thomas Heil [Wed, 23 Apr 2014 11:46:33 +0000 (11:46 +0000)]
package: haproxy remove unnecessary patch

SVN-Revision: 40563

10 years agopackage: haproxy update to 1.4.25
Thomas Heil [Wed, 23 Apr 2014 11:42:46 +0000 (11:42 +0000)]
package: haproxy update to 1.4.25

SVN-Revision: 40562

10 years agolibxslt: update to version 1.1.28
Florian Fainelli [Tue, 22 Apr 2014 23:24:36 +0000 (23:24 +0000)]
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>
SVN-Revision: 40556

10 years ago[packages] rtorrent: update to git head and add 2 distinct rtorrent versions:
Peter Wagner [Sun, 20 Apr 2014 10:33:08 +0000 (10:33 +0000)]
[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>
SVN-Revision: 40537

10 years ago[packages] libtorrent: update to git head
Peter Wagner [Sun, 20 Apr 2014 10:25:05 +0000 (10:25 +0000)]
[packages] libtorrent: update to git head

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

10 years agostrongswan: add missing config files for plugins
Felix Fietkau [Thu, 17 Apr 2014 17:19:38 +0000 (17:19 +0000)]
strongswan: add missing config files for plugins

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40524

10 years ago[packages] httping: update to 2.3.4
Stephen Walker [Thu, 17 Apr 2014 00:08:02 +0000 (00:08 +0000)]
[packages] httping: update to 2.3.4

SVN-Revision: 40523

10 years agostrongswan: add missing patch for avoiding collisions with uclibc functions
Felix Fietkau [Wed, 16 Apr 2014 21:07:57 +0000 (21:07 +0000)]
strongswan: add missing patch for avoiding collisions with uclibc functions

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40522

10 years agostrongswan: update to 5.1.3, fixes an authentication bypass issue (CVE-2014-2338)
Felix Fietkau [Tue, 15 Apr 2014 17:11:48 +0000 (17:11 +0000)]
strongswan: update to 5.1.3, fixes an authentication bypass issue (CVE-2014-2338)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40516

10 years agostrongswan: add missing library for the kernel-libipsec plugin
Felix Fietkau [Tue, 15 Apr 2014 17:11:47 +0000 (17:11 +0000)]
strongswan: add missing library for the kernel-libipsec plugin

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40515

10 years agostrongswan: remove the PF_ROUTE kernel interface to fix compile errors
Felix Fietkau [Tue, 15 Apr 2014 17:11:45 +0000 (17:11 +0000)]
strongswan: remove the PF_ROUTE kernel interface to fix compile errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40514

10 years agoclearsilver: fix building on non-linux systems
Felix Fietkau [Tue, 15 Apr 2014 17:11:39 +0000 (17:11 +0000)]
clearsilver: fix building on non-linux systems

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40513

10 years ago[packages] git: update to 1.9.2
Peter Wagner [Fri, 11 Apr 2014 10:11:11 +0000 (10:11 +0000)]
[packages] git: update to 1.9.2

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

10 years agomdnsresponder: several Linux-related fixes (thanks Markus Stenberg)
Steven Barth [Thu, 10 Apr 2014 09:50:11 +0000 (09:50 +0000)]
mdnsresponder: several Linux-related fixes (thanks Markus Stenberg)

SVN-Revision: 40441

10 years agomultiwan: remove unnecessary call to config_clear()
Felix Fietkau [Mon, 7 Apr 2014 09:56:08 +0000 (09:56 +0000)]
multiwan: remove unnecessary call to config_clear()

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40407

10 years ago[packages]: revert previous change that was committed without a message
Nuno Goncalves [Mon, 7 Apr 2014 00:13:26 +0000 (00:13 +0000)]
[packages]: revert previous change that was committed without a message

SVN-Revision: 40398

10 years agoSVN-Revision: 40397
Nuno Goncalves [Sun, 6 Apr 2014 23:51:06 +0000 (23:51 +0000)]
SVN-Revision: 40397

10 years ago[packages] php5: prepare pecl macros to distinguish between normal and zend extensions
Michael Heimpold [Sat, 5 Apr 2014 20:26:10 +0000 (20:26 +0000)]
[packages] php5: prepare pecl macros to distinguish between normal and zend extensions

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

10 years ago[packages] php5: upgrade to 5.4.27
Michael Heimpold [Sat, 5 Apr 2014 20:26:09 +0000 (20:26 +0000)]
[packages] php5: upgrade to 5.4.27

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

10 years agolibxml2: disable use of liblzma (#15457)
Felix Fietkau [Thu, 3 Apr 2014 22:34:46 +0000 (22:34 +0000)]
libxml2: disable use of liblzma (#15457)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40373

10 years ago[packages] openssh: update to 6.6p1
Peter Wagner [Wed, 2 Apr 2014 16:48:36 +0000 (16:48 +0000)]
[packages] openssh: update to 6.6p1

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

10 years agomac-to-devinfo: use selects instead of depends, solves circular dependency issues...
Jo-Philipp Wich [Tue, 1 Apr 2014 21:01:15 +0000 (21:01 +0000)]
mac-to-devinfo: use selects instead of depends, solves circular dependency issues in packages requiring mac-to-devinfo

SVN-Revision: 40356

10 years agoiksemel: update dependencies
Hauke Mehrtens [Sun, 30 Mar 2014 18:45:08 +0000 (18:45 +0000)]
iksemel: update dependencies

These dependencies were coming from gnutls before and are missing now.

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

10 years agoopenconnect: Updated openconnect to 5.03
Hauke Mehrtens [Sun, 30 Mar 2014 18:41:16 +0000 (18:41 +0000)]
openconnect: Updated openconnect to 5.03

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40339

10 years agognutls: Added gnutls 3.2.12
Hauke Mehrtens [Sun, 30 Mar 2014 18:09:02 +0000 (18:09 +0000)]
gnutls: Added gnutls 3.2.12

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40338

10 years agonettle: Added nettle library
Hauke Mehrtens [Sun, 30 Mar 2014 18:07:51 +0000 (18:07 +0000)]
nettle: Added nettle library

This library is needed for DNSSEC support in dnsmasq, and to update
gnutls to a more recent version.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40337

10 years agogmp: Updated gmp to 5.1.3
Hauke Mehrtens [Sun, 30 Mar 2014 18:06:41 +0000 (18:06 +0000)]
gmp: Updated gmp to 5.1.3

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40336

10 years ago[aria2]: upgrade to 1.18.4, add build options
Imre Kaloz [Thu, 27 Mar 2014 11:04:46 +0000 (11:04 +0000)]
[aria2]: upgrade to 1.18.4, add build options

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 40292

10 years agopackages/dump1090: remove trailing whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:52 +0000 (07:06 +0000)]
packages/dump1090: remove trailing whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40290

10 years agopackages/joe: remove trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:51 +0000 (07:06 +0000)]
packages/joe: remove trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40289

10 years agopackages/rdiff-backup: remove trailing whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:50 +0000 (07:06 +0000)]
packages/rdiff-backup: remove trailing whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40288

10 years agopackages/scponly: remove trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:49 +0000 (07:06 +0000)]
packages/scponly: remove trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40287

10 years agopackages/deco: remove trailing whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:48 +0000 (07:06 +0000)]
packages/deco: remove trailing whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40286

10 years agopackages/wx200d: remove trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:47 +0000 (07:06 +0000)]
packages/wx200d: remove trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40285

10 years agopackages/tcpser: remove trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:46 +0000 (07:06 +0000)]
packages/tcpser: remove trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40284

10 years agopackages/boxbackup: remove trailing whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:45 +0000 (07:06 +0000)]
packages/boxbackup: remove trailing whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40283

10 years agopackages/unzip: remove trailing whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:44 +0000 (07:06 +0000)]
packages/unzip: remove trailing whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40282

10 years agopackages/zip: remove trailing whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:43 +0000 (07:06 +0000)]
packages/zip: remove trailing whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40281

10 years agopackages/watchcat: remove trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:42 +0000 (07:06 +0000)]
packages/watchcat: remove trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40280

10 years agopackages/io: remove trailing whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:41 +0000 (07:06 +0000)]
packages/io: remove trailing whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40279

10 years agopackages/rrdcollect: remove trailing whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:40 +0000 (07:06 +0000)]
packages/rrdcollect: remove trailing whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40278

10 years agopackages/setserial: remove trailing whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:39 +0000 (07:06 +0000)]
packages/setserial: remove trailing whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40277

10 years agopackages/ntfs-3g: remove trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:39 +0000 (07:06 +0000)]
packages/ntfs-3g: remove trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40276

10 years agopackages/picocom: remove trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:38 +0000 (07:06 +0000)]
packages/picocom: remove trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40275

10 years agopackages/pwcrypt: remove trailing whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:37 +0000 (07:06 +0000)]
packages/pwcrypt: remove trailing whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40274

10 years agopackages/mc: remove trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:36 +0000 (07:06 +0000)]
packages/mc: remove trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40273

10 years agopackages/cwiid: remove trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:35 +0000 (07:06 +0000)]
packages/cwiid: remove trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40272

10 years agopackages/wifitoggle: remove trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:34 +0000 (07:06 +0000)]
packages/wifitoggle: remove trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40271

10 years agopackages/ssldump: remove trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:33 +0000 (07:06 +0000)]
packages/ssldump: remove trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40270

10 years agopackages/schedtools: fix trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:32 +0000 (07:06 +0000)]
packages/schedtools: fix trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40269

10 years agopackages/restorefactory: fix trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:31 +0000 (07:06 +0000)]
packages/restorefactory: fix trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40268

10 years agopackages/mgetty: fix trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:30 +0000 (07:06 +0000)]
packages/mgetty: fix trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40267

10 years agopackages/pcmciautils: fix trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:29 +0000 (07:06 +0000)]
packages/pcmciautils: fix trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40266

10 years agopackages/ulogd: fix trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:28 +0000 (07:06 +0000)]
packages/ulogd: fix trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40265

10 years agopackages/pulseaudio: fix trailing whitespace
Gabor Juhos [Thu, 27 Mar 2014 07:06:27 +0000 (07:06 +0000)]
packages/pulseaudio: fix trailing whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40264

10 years agopackages/madwimax: fix whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:26 +0000 (07:06 +0000)]
packages/madwimax: fix whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40263

10 years agopackages/linuxigd: fix whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:25 +0000 (07:06 +0000)]
packages/linuxigd: fix whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40262

10 years agopackages/hsflowd: fix whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:24 +0000 (07:06 +0000)]
packages/hsflowd: fix whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40261

10 years agopackages/hping3: fix whitespaces
Gabor Juhos [Thu, 27 Mar 2014 07:06:23 +0000 (07:06 +0000)]
packages/hping3: fix whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40260