9978 Commits

Author SHA1 Message Date
florian
502c47bb5a httping: fix build with NLS
v2: INTL support was not at default DEPENDS (broke nossl)

libintl.h was not found when CONFIG_BUILD_NLS was selected
explicit -lintl fixes
undefined reference to `libintl_gettext'

fixes ticket #15816

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-05 19:31:03 +00:00
florian
8d3fbd4b11 tayga: fix compile on platforms with VFP
CFLAGS were set explicitly in configure.ac
and then got included in Makefile; remove them

fix compile error found on buildbot with arch sunxi

several compile errors on .o files:
 tayga uses VFP register arguments, nat64.o does not

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40700 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-05 19:30:59 +00:00
florian
3ad52c7b56 tvheadend: fix compile on platforms with VFP
bundle.o was compiled with incompatible setting resulting in error at linking
Solution: add CFLAGS to Makefile and fix it

Error found on buildbot for target sunxi

Error message:
build.linux/tvheadend uses VFP register arguments, ./build.linux/bundle.o does not

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-05 19:30:56 +00:00
hauke
6eeaa1ef10 posix: fix build
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40677 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 12:54:52 +00:00
hauke
c221b8ce9d etherpuppet: correct broken url
Signed-off-by: Russell Senior <russell@personaltelco.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40676 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:57:17 +00:00
hauke
75604d039f bemused: fix build by including more include files
Signed-off-by: Russell Senior <russell@personaltelco.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:53:20 +00:00
hauke
201678b4e7 xupnpd: Update to latest version, switch to procd and add parameter for root directory
Update to latest version, switch to procd and add parameter for root directory.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40674 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:29:26 +00:00
hauke
f24c4210db luaposix: update to v31
v31 adds more interfaces to POSIX.
New compared to v5.1.11:
nanosleep, open, close, read, write, pipe, dup, dup2, setfl, getfl, fcntl,
poll, fnmatch, memrchr, strptime, statvfs, mkdtemp, isatty, openpt, ptsname,
grantpt, unlockpt, killpg, openpty, realpath, socket functions and constants,
fixes, optimizations, etc.
New dependency: luabitop (provided as a separate patch)

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40673 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:22:54 +00:00
hauke
d204521801 luabitop: add new package for luaposix
Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise
operations on numbers.
This is a requirement for the updated luaposix.

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:22:07 +00:00
hauke
42582ae223 pptpd: bump to version 1.4.0 (fix bugs #12909, #15490, #15635)
Old pptpd 1.3.4 suffers from an old bug that gcc 4.8 has apparently brought
to surface (analysed in bug #12909).

The problem has been fixed upstream and is included in 1.4.0 release from
October 2013.
http://sourceforge.net/p/poptop/mailman/message/30453437/
db9a847936/
http://sourceforge.net/projects/poptop/

The patch bumps pptpd from 6-year old 1.3.4 to 1.4.0.

Related bugs #15428, #15635, #12909, #15490.
https://dev.openwrt.org/ticket/12909
https://dev.openwrt.org/ticket/15428  (AA12.09)
https://dev.openwrt.org/ticket/15490
https://dev.openwrt.org/ticket/15635

I have compiled and briefly tested on ar71xx/wndr3700 with trunk.

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


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40671 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:02:55 +00:00
hauke
616cc6084a haveged: bump to 1.9.1
Patch to bump haveged to version 1.9.1 released in February 2014.
http://www.issihosts.com/haveged/downloads.html

Compiled and tested on ar71xx/wndr3700.

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


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:02:21 +00:00
hauke
6be0729c64 htop: bump version to 1.03
There is a new 1.03 version of htop:
http://www.freelists.org/post/htop/ANN-htop-103

This patch bumps htop from 1.02 to 1.03. Since January 2014 the releases are
made from developer's own site instead of Sourceforge, so I have changed the
download location accordingly.
http://sourceforge.net/projects/htop/
http://hisham.hm/htop/

Sources are on github:
https://github.com/hishamhm/htop

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


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-03 11:01:11 +00:00
swalker
403a68488c [packages] ldns: update to 1.6.17
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-02 04:23:53 +00:00
swalker
11349c8778 [packages] unbound: update to 1.4.22, drop libldns depends per upstream, update named.cache, refresh patches
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-02 04:23:30 +00:00
swalker
f7edb750d3 [packages] usbmuxd: update to 1.0.8 (CVE-2012-0065), update urls, don't ship dev .so symlink
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40657 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-02 02:10:09 +00:00
swalker
82ff8d75fc [packages] vblade: update to 21
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-02 01:58:28 +00:00
swalker
b2d90e1ab1 [packages] uftp: update to 4.1.5
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-02 01:58:14 +00:00
swalker
8546c8f21e [packages] tor-alpha: update to 0.2.5.4-alpha
Signed-off-by: Stephen Walker <stephendwalker+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40654 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-02 01:57:52 +00:00
hauke
6ad34ad543 pyload: do not depend on python-django
This dependency is not needed.

This closes #11471.

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


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 21:19:40 +00:00
hauke
336fdf12cc weechat: update to version 0.4.3 and fix dependencies
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40651 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 20:27:12 +00:00
hauke
72e3d4d352 mxml: update to version 2.8
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40650 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 20:11:17 +00:00
hauke
a4c1ad3b0d nufw: add dependency to libgcrypt
This was missing and caused build errors.

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


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40649 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 20:04:16 +00:00
hauke
cd544546ab 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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 19:48:46 +00:00
hauke
60bace6cff tesseract: update to version 3.02.02
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-01 19:39:39 +00:00
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