4473 Commits

Author SHA1 Message Date
tripolar
e11b74312b [packages] tor: update to 0.2.4.22
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40996 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-06-03 22:03:27 +00:00
kerneis
5610b0eb9c [packages] polipo: update to 1.1.1
Signed-off-by: Gabriel Kerneis <gabriel@kerneis.info>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40978 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-06-02 17:03:33 +00:00
cyrus
f4ea97c1fa miniupnpd: moved and updated in routing feed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-30 10:26:27 +00:00
tripolar
355fd025be [packages] git: update to 2.0.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40879 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-29 11:52:54 +00:00
nunojpg
e598683945 [packages] nmap: bump version to 6.46
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-28 00:40:56 +00:00
nunojpg
9ce81c6ab5 [packages] usbip: remove usbip-server dependency on usbip-client
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-27 21:25:23 +00:00
obsy
53259b0e3b [packages] proftpd: update to 1.3.5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-25 09:03:28 +00:00
obsy
a896e9b47e [packages] transmission: use internal miniupnpc, update to 2.83
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-25 08:58:06 +00:00
florian
0d655f8fb1 l2tpv3tun: link against libnl-tiny
We were not properly linking with libnl as intended, and linking with
libnl-tiny works just fine, so use that one instead.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40798 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-20 04:51:53 +00:00
florian
a1ab398957 ocserv: Added ocserv 0.3.5, an SSL VPN server.
This server is compatible with the openconnect client,
and cisco's anyconnect clients.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
[florian: fix libcrypt detection and missing protobuf-c dependency]
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40797 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-20 04:51:50 +00:00
florian
c5dc15b266 openrrcp: fix compile on platforms with VFP
buildbot reported error on platforms with VFP (sunxi,imx6,omap):
ld: error: ../bin/rtl83xx uses VFP register arguments, /tmp/....o does not

CFLAGS were created by acustom shellscript that was setting host
includes paths. this was disabled

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@40791 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-20 04:51:35 +00:00
florian
38c84c195f netpipe: fix compile on platforms with VFP
buildbot reported error on platforms with VFP (sunxi,imx6,omap):
 NPtcp uses VFP register arguments, /tmp/.o does not

CFLAGS were overwritten so append them instead

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@40790 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-20 04:51:32 +00:00
florian
9fa9cffa5a mdk3: fix compile on platforms with VFP
buildbot reported error on platforms with VFP (sunxi,imx6,omap):
mdk3 uses VFP register arguments, /tmp/ccBN2WMD.o does not
mdk3 uses VFP register arguments, osdep/libosdep.a(osdep.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(network.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(linux.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(radiotap-parser.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(common.o) does not
with failed to merge target specific data of file ...

CFLAGS were overwritten so append them instead

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@40789 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-20 04:51:29 +00:00
florian
5bdd4e53dc jtg: fix compile on platforms with VFP
buildbot reported error on platforms with VFP (sunxi,imx6,omap):
ld: error: jtg uses VFP register arguments, /tmp/ccewx1gu.o does not

CFLAGS were overwritten so append them instead

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@40788 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-20 04:51:27 +00:00
tripolar
657092e09c [packages] git: update to 1.9.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@40750 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-11 13:29:44 +00:00
nbd
1cb8270610 igmpproxy: move to trunk, add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40730 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 13:14:34 +00:00
nbd
10c5647407 igmpproxy: allow 0.0.0.0/0 as allowed net in the config
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 13:10:38 +00:00
florian
3cc7097976 ddns-scripts: Support Mythic Beast's Dynamic DNS API
This patch adds support for Mythic Beast's Dynamic DNS API as documented
here: https://www.mythic-beasts.com/support/topics/dynamicdns.

Signed-off-by: Liam Fraser <liam@mythic-beasts.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 00:57:50 +00:00
florian
ee7b071f1d dhcpcd: update to 6.1.0
DHCPv6 and other features
see: http://roy.marples.name/projects/dhcpcd/wiki/DhcpcdHistory

-update download location
-install default dhcpcd hooks script and example hooks

v2:
-add CFLAGS to configure test

configure test failed silently on OMAP because of missing CFLAGS (-mfloat-abi=hard) with
../arm-openwrt-linux-uclibcgnueabi/bin/ld: error: _getifaddrs uses VFP register arguments

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@40726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 00:57:47 +00:00
florian
e516ed9266 seeks: fix compile on platforms with VFP
This solution might be a little bit dirty - is adding those -mfloat-abi
switches to CXXFLAGS in rules.mk cleaner ?
but they are overwritten in this case so dunno :/

reported by buildbot on sunxi

configure fails to detect C++ compiler:
a.out uses VFP register arguments, /tmp/ccHPrqts.o does not
fixed by first change

other errors when linking:
ld: error: .libs/libseeksutils.so.0.0.0 uses VFP register arguments, .libs/miscutil.o does not
ld: error: .libs/libseeksutils.so.0.0.0 uses VFP register arguments, .libs/mem_utils.o does not
ld: error: .libs/libseeksutils.so.0.0.0 uses VFP register arguments, .libs/mutexes.o does not
fixed by second change

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@40724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 00:57:42 +00:00
florian
1e2419b7d2 tgt: fix conffiles section
Remove the leading tab

Reported-by: Maxim Storchak <m.storchak@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40708 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-06 02:22:30 +00:00
florian
1b3db4a0a1 new package tgt
This patch provides userspace iSCSI target support.

https://dev.openwrt.org/ticket/8798

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

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