feed/packages.git
9 years agoMerge pull request #875 from jow-/attr-autoconf-fix
Jo-Philipp Wich [Mon, 16 Feb 2015 11:25:10 +0000 (12:25 +0100)]
Merge pull request #875 from jow-/attr-autoconf-fix

attr: use generic autoreconf fixup

9 years agoMerge pull request #874 from jow-/acl-autoconf-fix
Jo-Philipp Wich [Mon, 16 Feb 2015 11:24:50 +0000 (12:24 +0100)]
Merge pull request #874 from jow-/acl-autoconf-fix

acl: use generic autoreconf fixup

9 years agoMerge pull request #910 from chris5560/master-privoxy
Steven Barth [Mon, 16 Feb 2015 08:48:20 +0000 (09:48 +0100)]
Merge pull request #910 from chris5560/master-privoxy

privoxy: remove upgrade handling, conffile and initscript fixes

9 years agoMerge pull request #912 from Shulyaka/master
Steven Barth [Mon, 16 Feb 2015 08:47:34 +0000 (09:47 +0100)]
Merge pull request #912 from Shulyaka/master

postfix: upgrade to version 3.0.0

9 years agopostfix: upgrade to version 3.0.0 912/head
Denis Shulyaka [Sun, 15 Feb 2015 22:17:45 +0000 (01:17 +0300)]
postfix: upgrade to version 3.0.0

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
9 years agoglib2: update to 2.43.4
Peter Wagner [Sun, 15 Feb 2015 21:42:08 +0000 (22:42 +0100)]
glib2: update to 2.43.4

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agopulseaudio: update to 6.0
Peter Wagner [Sun, 15 Feb 2015 21:40:17 +0000 (22:40 +0100)]
pulseaudio: update to 6.0

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agoMerge pull request #911 from mstorchak/rsync
Jo-Philipp Wich [Sun, 15 Feb 2015 21:42:56 +0000 (22:42 +0100)]
Merge pull request #911 from mstorchak/rsync

rsync: patch CVE-2014-9512

9 years agorsync: patch CVE-2014-9512 911/head
Maxim Storchak [Sun, 15 Feb 2015 17:43:16 +0000 (19:43 +0200)]
rsync: patch CVE-2014-9512

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
9 years agoprivoxy: remove upgrade handling, conffile and initscript fixes 910/head
Christian Schoenebeck [Sun, 15 Feb 2015 15:58:25 +0000 (16:58 +0100)]
privoxy: remove upgrade handling, conffile and initscript fixes

* remove upgrade handling for version 3.0.21 or older packages. Also fix #726
* added user.action, user.filter and user.trust files to conffiles (might be modified by user on running system)
* move permission setting from Makefile (install) to initscript because permissions are overwritten during/inside buildroot

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agoulogd: backport upstream fixes
Daniel Golle [Sun, 15 Feb 2015 15:22:29 +0000 (16:22 +0100)]
ulogd: backport upstream fixes

Fixes https://github.com/openwrt/packages/issues/908

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoocserv: updated to 0.9.1
Nikos Mavrogiannopoulos [Sun, 15 Feb 2015 13:53:29 +0000 (14:53 +0100)]
ocserv: updated to 0.9.1

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agohaproxy: update to version 1.5.11 and pending patches
Thomas Heil [Sun, 15 Feb 2015 13:26:03 +0000 (14:26 +0100)]
haproxy: update to version 1.5.11 and pending patches

     - BUG/MEDIUM: backend: correctly detect the domain when use_domain_only is used
     - MINOR: ssl: load certificates in alphabetical order
     - BUG/MINOR: checks: prevent http keep-alive with http-check expect
     - BUG/MEDIUM: Do not set agent health to zero if server is disabled in config
     - MEDIUM/BUG: Only explicitly report "DOWN (agent)" if the agent health is zero
     - BUG/MINOR: stats:Fix incorrect printf type.
     - DOC: add missing entry for log-format and clarify the text
     - BUG/MEDIUM: http: fix header removal when previous header ends with pure LF
     - BUG/MEDIUM: channel: fix possible integer overflow on reserved size computation
     - BUG/MINOR: channel: compare to_forward with buf->i, not buf->size
     - MINOR: channel: add channel_in_transit()
     - MEDIUM: channel: make buffer_reserved() use channel_in_transit()
     - MEDIUM: channel: make bi_avail() use channel_in_transit()
     - BUG/MEDIUM: channel: don't schedule data in transit for leaving until connected
     - BUG/MAJOR: log: don't try to emit a log if no logger is set
     - BUG/MINOR: args: add missing entry for ARGT_MAP in arg_type_names
     - BUG/MEDIUM: http: make http-request set-header compute the string before removal
     - BUG/MINOR: http: fix incorrect header value offset in replace-hdr/replace-value
     - BUG/MINOR: http: abort request processing on filter failure
     - BUG/MINOR: pattern: error message missing
     - BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
9 years agounrar: update to 5.2.5
Álvaro Fernández Rojas [Sun, 15 Feb 2015 01:08:50 +0000 (02:08 +0100)]
unrar: update to 5.2.5

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years agoMerge pull request #907 from kissg1988/sudo
Ted Hess [Sat, 14 Feb 2015 23:37:42 +0000 (18:37 -0500)]
Merge pull request #907 from kissg1988/sudo

sudo: update to version 1.8.12

9 years agoMerge pull request #906 from mstorchak/lvm
Ted Hess [Sat, 14 Feb 2015 23:36:58 +0000 (18:36 -0500)]
Merge pull request #906 from mstorchak/lvm

lvm2: set cache directory to /tmp/lvm/cache

9 years agosudo: update to version 1.8.12 907/head
Gergely Kiss [Sat, 14 Feb 2015 21:33:46 +0000 (22:33 +0100)]
sudo: update to version 1.8.12

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
9 years agofakeidentd: import from oldpackages
Daniel Gimpelevich [Mon, 9 Feb 2015 16:53:44 +0000 (08:53 -0800)]
fakeidentd: import from oldpackages

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agoocserv: added option to use seccomp
Nikos Mavrogiannopoulos [Sat, 14 Feb 2015 12:40:29 +0000 (13:40 +0100)]
ocserv: added option to use seccomp

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agolibseccomp: added package
Nikos Mavrogiannopoulos [Sat, 14 Feb 2015 12:31:03 +0000 (13:31 +0100)]
libseccomp: added package

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoMerge pull request #904 from tru7/patch-2
Steven Barth [Sat, 14 Feb 2015 10:33:50 +0000 (11:33 +0100)]
Merge pull request #904 from tru7/patch-2

knxd: update Makefile to new version

9 years agoMerge pull request #903 from tru7/patch-1
Steven Barth [Sat, 14 Feb 2015 10:33:40 +0000 (11:33 +0100)]
Merge pull request #903 from tru7/patch-1

knxd: improve init script

9 years agoMerge pull request #901 from hkallweit/master
Steven Barth [Sat, 14 Feb 2015 10:33:00 +0000 (11:33 +0100)]
Merge pull request #901 from hkallweit/master

unbound: bump to 1.5.1 and update named.cache

9 years agolvm2: set cache directory to /tmp/lvm/cache 906/head
Maxim Storchak [Sat, 14 Feb 2015 08:36:56 +0000 (10:36 +0200)]
lvm2: set cache directory to /tmp/lvm/cache

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
9 years agoknxd: update Makefile to new version 904/head
Othmar Truniger [Fri, 13 Feb 2015 18:36:44 +0000 (19:36 +0100)]
knxd: update Makefile to new version

Signed-off-by: Othmar Truniger <github@truniger.ch>
9 years agoknxd: improve init script 903/head
Othmar Truniger [Fri, 13 Feb 2015 18:34:17 +0000 (19:34 +0100)]
knxd: improve init script

Signed-off-by: Othmar Truniger <github@truniger.ch>
9 years agounbound: bump to version 1.5.1 901/head
Heiner Kallweit [Thu, 12 Feb 2015 20:01:12 +0000 (21:01 +0100)]
unbound: bump to version 1.5.1

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
9 years agounbound: bump named.cache to latest version from Nov 2014
Heiner Kallweit [Thu, 12 Feb 2015 20:00:13 +0000 (21:00 +0100)]
unbound: bump named.cache to latest version from Nov 2014

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
9 years agoMerge pull request #891 from psycho-nico/fix-dmapd-issue-890
Ted Hess [Thu, 12 Feb 2015 16:12:01 +0000 (11:12 -0500)]
Merge pull request #891 from psycho-nico/fix-dmapd-issue-890

dmapd: make check library optionnal

9 years agomuninlite: revert "correctly parse ifname with - char"
Jonathan McCrohan [Thu, 12 Feb 2015 00:31:09 +0000 (00:31 +0000)]
muninlite: revert "correctly parse ifname with - char"

This reverts commit edcad492e115e012366b41350e9cd3032bda832e.

Patch is broken and breaking build; reverting until I have time to
investigate.

Reopens #701
Closes #889

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
9 years agomuninlite: fix uptime should report days patch
Jonathan McCrohan [Thu, 12 Feb 2015 00:24:13 +0000 (00:24 +0000)]
muninlite: fix uptime should report days patch

1295d87 failed to remove cdef config which will break graphs for
existing users.

Properly closes #810

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
9 years agopython3-bottle: add package
Zvonimir Fras [Thu, 5 Feb 2015 10:23:03 +0000 (11:23 +0100)]
python3-bottle: add package

Signed-off-by: Zvonimir Fras <zvonimir.fras@sartura.hr>
Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agoMerge pull request #895 from aTanW/master
Ted Hess [Wed, 11 Feb 2015 14:25:16 +0000 (09:25 -0500)]
Merge pull request #895 from aTanW/master

gammu: remove unneeded dependencies

9 years agogammu: remove unneeded dependencies 895/head
aTanW [Wed, 11 Feb 2015 13:20:21 +0000 (16:20 +0300)]
gammu: remove unneeded dependencies

Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

9 years agolttng-modules: add dependency on kernel tracing
Nicolas Thill [Wed, 11 Feb 2015 10:52:01 +0000 (11:52 +0100)]
lttng-modules: add dependency on kernel tracing

Fixes: #888
Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agoMerge pull request #893 from chris5560/master
Steven Barth [Wed, 11 Feb 2015 09:12:53 +0000 (10:12 +0100)]
Merge pull request #893 from chris5560/master

ddns-scripts: update to version 2.3.0-1

9 years agoMerge pull request #894 from kissg1988/seafile
Steven Barth [Wed, 11 Feb 2015 09:12:36 +0000 (10:12 +0100)]
Merge pull request #894 from kissg1988/seafile

seafile: update to version 4.0.6

9 years agoseafile: update to version 4.0.6 894/head
Gergely Kiss [Tue, 10 Feb 2015 22:56:28 +0000 (23:56 +0100)]
seafile: update to version 4.0.6

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
9 years agoddns-scripts: update to version 2.3.0-1 893/head
Christian Schoenebeck [Tue, 10 Feb 2015 21:06:02 +0000 (22:06 +0100)]
ddns-scripts: update to version 2.3.0-1

new option "use_curl" to force the use of curl if GNU Wget and curl are installed
fix initscript reload(): reload and not restart if killall -1 fails
BusyBox nc not support -v in every compiled version

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agoMerge pull request #887 from tcatm/master
Steven Barth [Tue, 10 Feb 2015 13:43:28 +0000 (14:43 +0100)]
Merge pull request #887 from tcatm/master

tayga: allow more flexible routing

9 years agodmapd: make check library optionnal 891/head
Nicolas Thill [Tue, 10 Feb 2015 11:08:28 +0000 (12:08 +0100)]
dmapd: make check library optionnal

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agotayga: allow more flexible routing 887/head
Nils Schneider [Tue, 10 Feb 2015 02:00:20 +0000 (03:00 +0100)]
tayga: allow more flexible routing

In some scenarios (e.g. 464xlat) it is desirable to not route the mapped
prefix to tayga's interface. This adds an option 'noroutes' which, when
set to 1, will prevent such routes from being added.

Signed-off-by: Nils Schneider <nils@nilsschneider.net>
9 years agoMerge pull request #885 from psycho-nico/fix-dbus-disable-rpath
Steven Barth [Mon, 9 Feb 2015 19:32:44 +0000 (20:32 +0100)]
Merge pull request #885 from psycho-nico/fix-dbus-disable-rpath

dbus: disable rpath

9 years agoshine: add new package
Nicolas Thill [Mon, 9 Feb 2015 16:10:09 +0000 (17:10 +0100)]
shine: add new package

savonet/shine is a super fast fixed-point MP3 encoder

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agodbus: disable rpath 885/head
Nicolas Thill [Mon, 9 Feb 2015 16:00:22 +0000 (17:00 +0100)]
dbus: disable rpath

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agontpd: update to 4.2.8p1
Peter Wagner [Mon, 9 Feb 2015 13:41:44 +0000 (14:41 +0100)]
ntpd: update to 4.2.8p1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agogit: update to 2.3.0
Peter Wagner [Mon, 9 Feb 2015 13:40:01 +0000 (14:40 +0100)]
git: update to 2.3.0

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agoMerge pull request #870 from jow-/rtorrent-autoconf-fix
tripolar [Mon, 9 Feb 2015 13:36:58 +0000 (14:36 +0100)]
Merge pull request #870 from jow-/rtorrent-autoconf-fix

rtorrent: remove manual autoconf invocation

9 years agoMerge pull request #869 from jow-/libtorrent-autoconf-fix
tripolar [Mon, 9 Feb 2015 13:36:37 +0000 (14:36 +0100)]
Merge pull request #869 from jow-/libtorrent-autoconf-fix

libtorrent: remove manual autoconf invocation

9 years agodbus: bump to 1.9.8
Steven Barth [Mon, 9 Feb 2015 08:44:41 +0000 (09:44 +0100)]
dbus: bump to 1.9.8

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agoMerge pull request #881 from MikePetullo/master
Ted Hess [Sun, 8 Feb 2015 20:12:39 +0000 (15:12 -0500)]
Merge pull request #881 from MikePetullo/master

libdmapsharing: update to 2.9.30

9 years agolttng-modules: add new package
Nicolas Thill [Sun, 8 Feb 2015 19:54:59 +0000 (20:54 +0100)]
lttng-modules: add new package

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agolttng-tools: import from old packages feed
Nicolas Thill [Sun, 8 Feb 2015 19:54:09 +0000 (20:54 +0100)]
lttng-tools: import from old packages feed

 - update to latest version (v2.6.0)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agolttng-ust: import from old packages feed
Nicolas Thill [Sun, 8 Feb 2015 19:52:53 +0000 (20:52 +0100)]
lttng-ust: import from old packages feed

 - update to latest version (v2.6.0)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agocryptodev-linux: updated to 1.7
Nikos Mavrogiannopoulos [Sun, 8 Feb 2015 19:46:40 +0000 (20:46 +0100)]
cryptodev-linux: updated to 1.7

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoshairplay: fix PKG_FIXUP
Nicolas Thill [Sun, 8 Feb 2015 18:34:53 +0000 (19:34 +0100)]
shairplay: fix PKG_FIXUP

PKG_FIXUP should be defined before including package.mk

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agolibnetfilter-cttimeout: add new package
Nicolas Thill [Sun, 8 Feb 2015 18:10:04 +0000 (19:10 +0100)]
libnetfilter-cttimeout: add new package

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agolibnetfilter-cthelper: add new package
Nicolas Thill [Sun, 8 Feb 2015 18:09:31 +0000 (19:09 +0100)]
libnetfilter-cthelper: add new package

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agolibnetfilter-queue: fix license, cleanup
Nicolas Thill [Sun, 8 Feb 2015 18:07:53 +0000 (19:07 +0100)]
libnetfilter-queue: fix license, cleanup

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agolibnetfilter-acct: fix license, cleanup
Nicolas Thill [Sun, 8 Feb 2015 18:05:15 +0000 (19:05 +0100)]
libnetfilter-acct: fix license, cleanup

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agopen: update to 0.26.1
Nicolas Thill [Sun, 8 Feb 2015 17:55:50 +0000 (18:55 +0100)]
pen: update to 0.26.1

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agoMerge pull request #863 from danielg4/master
Nikos Mavrogiannopoulos [Sun, 8 Feb 2015 18:04:05 +0000 (19:04 +0100)]
Merge pull request #863 from danielg4/master

openconnect: separate out vpnc-scripts and import vpnc

9 years agoMerge pull request #876 from jow-/shairplay-autoconf-fix
Álvaro Fernández Rojas [Sun, 8 Feb 2015 17:45:00 +0000 (18:45 +0100)]
Merge pull request #876 from jow-/shairplay-autoconf-fix

shairplay: use generic autoreconf fixup

9 years agolibdmapsharing: update to 2.9.30 881/head
W. Michael Petullo [Sun, 8 Feb 2015 17:43:05 +0000 (12:43 -0500)]
libdmapsharing: update to 2.9.30

Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years agoMerge pull request #880 from chris5560/master
Ted Hess [Sun, 8 Feb 2015 16:15:07 +0000 (11:15 -0500)]
Merge pull request #880 from chris5560/master

privoxy: modified initscript (remove killall)

9 years agoprivoxy: modified init scripts 880/head
Christian Schoenebeck [Sun, 8 Feb 2015 15:50:16 +0000 (16:50 +0100)]
privoxy: modified init scripts

remove "killall" from initscript because it kills itself #867

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agoMerge pull request #862 from chris5560/master
Steven Barth [Sun, 8 Feb 2015 15:08:01 +0000 (16:08 +0100)]
Merge pull request #862 from chris5560/master

ddns-scripts: Update to version 2.2.0-1

9 years agolibnetfilter-log: remove (added to core)
Nicolas Thill [Sun, 8 Feb 2015 08:49:42 +0000 (09:49 +0100)]
libnetfilter-log: remove (added to core)

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agolxc: update to 1.1.0
Marko Ratkaj [Fri, 6 Feb 2015 16:02:34 +0000 (17:02 +0100)]
lxc: update to 1.1.0

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Signed-off-by: Luka Perkov <luka@openwrt.org>
9 years agoMerge pull request #877 from jow-/libmms-autoconf-fix
Ted Hess [Sun, 8 Feb 2015 01:33:03 +0000 (20:33 -0500)]
Merge pull request #877 from jow-/libmms-autoconf-fix

libmms: remove useless autogen call

9 years agolibmms: remove useless autogen call 877/head
Jo-Philipp Wich [Sat, 7 Feb 2015 23:06:40 +0000 (00:06 +0100)]
libmms: remove useless autogen call

The package already uses the generic autoreconf fixup so the additional call
to autogen.sh is unneeded and might even introduce wrong versions of the
required autotools into the build.

Remove the unneeded Build/Configure override to simplify the Makefile.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoshairplay: use generic autoreconf fixup 876/head
Jo-Philipp Wich [Sat, 7 Feb 2015 22:58:27 +0000 (23:58 +0100)]
shairplay: use generic autoreconf fixup

Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.

Remove the unneeded Build/Configure override.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoattr: use generic autoreconf fixup 875/head
Jo-Philipp Wich [Sat, 7 Feb 2015 22:46:42 +0000 (23:46 +0100)]
attr: use generic autoreconf fixup

Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.

Remove the unneeded Build/Prepare override.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoacl: use generic autoreconf fixup 874/head
Jo-Philipp Wich [Sat, 7 Feb 2015 22:42:46 +0000 (23:42 +0100)]
acl: use generic autoreconf fixup

Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.

Remove the unneeded Build/Prepare override.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoperl: Bump PKG_RELEASE
Marcel Denia [Sat, 7 Feb 2015 22:01:47 +0000 (23:01 +0100)]
perl: Bump PKG_RELEASE

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoperl: Provide correct CFLAGS through perlmod.mk
Marcel Denia [Sat, 7 Feb 2015 21:22:50 +0000 (22:22 +0100)]
perl: Provide correct CFLAGS through perlmod.mk

In case threading is enabled, perl is compiled with -D_REENTRANT
and -D_GNU_SOURCE, which, apart from other things, enables usage
of off64_t. As we override module CFLAGS manually, we'll have to
pass that flags as well.

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoMerge pull request #872 from ZeroChaos-/aircrack-ng_v2
Ted Hess [Sat, 7 Feb 2015 21:59:55 +0000 (16:59 -0500)]
Merge pull request #872 from ZeroChaos-/aircrack-ng_v2

aircrack-ng: import from old packages

9 years agomuninlite: correctly parse ifname with - char
Fabio Capriati [Mon, 29 Dec 2014 09:11:44 +0000 (10:11 +0100)]
muninlite: correctly parse ifname with - char

Jonathan McCrohan: Squashed Fabio Capriati and Jo-Philipp Wich's patches.

Closes #701

Signed-off-by: Fabio Capriati <faxcpr@tiscali.it>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
9 years agortorrent: remove manual autoconf invocation 870/head
Jo-Philipp Wich [Sat, 7 Feb 2015 19:38:17 +0000 (20:38 +0100)]
rtorrent: remove manual autoconf invocation

The Makefile already uses the proper autoreconf fixup but leaves a manual
autoconf invocation in place.

The bad autoconf call leads to the following build error in the SDK:

( cd .../rtorrent-0.9.4-git; ./autogen.sh );
aclocal...
autoheader...
libtoolize... libtoolize nor glibtoolize not found
make[2]: *** [.../rtorrent-0.9.4-git/.configured_] Error 1

Remove the entire Build/Configure override to let rtorrent build correctly.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoaircrack-ng: import from old packages 872/head
Rick Farina (Zero_Chaos) [Sat, 7 Feb 2015 19:13:53 +0000 (14:13 -0500)]
aircrack-ng: import from old packages

cleanup, update to latest version, mark myself maintainer

Signed-off-by: Rick Farina (Zero_Chaos) <zerochaos@gentoo.org>
9 years agolibtorrent: remove manual autoconf invocation 869/head
Jo-Philipp Wich [Sat, 7 Feb 2015 14:12:24 +0000 (15:12 +0100)]
libtorrent: remove manual autoconf invocation

The Makefile already uses the proper autoreconf fixup but leaves a manual
autoconf invocation in place.

The bad autoconf call leads to the following build error in the SDK:

configure.ac:3: installing `./config.guess'
configure.ac:3: installing `./config.sub'
configure.ac:20: installing `./install-sh'
configure.ac:20: installing `./missing'
src/Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `.'
aclocal...
autoheader...
libtoolize... libtoolize nor glibtoolize not found
make[2]: *** [.../.configured_] Error 1

Remove the entire Build/Configure override to let libtorrent build correctly.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agolibdmapsharing: make check library optionnal
Nicolas Thill [Sat, 7 Feb 2015 13:31:35 +0000 (14:31 +0100)]
libdmapsharing: make check library optionnal

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agocheck: import from old packages feed
Nicolas Thill [Sat, 7 Feb 2015 10:21:39 +0000 (11:21 +0100)]
check: import from old packages feed

 - update to latest version (v0.9.14)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agoopenobex: add new package (v1.7.1)
Nicolas Thill [Sat, 7 Feb 2015 10:19:26 +0000 (11:19 +0100)]
openobex: add new package (v1.7.1)

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agokeepalived: import from old packages feed
Nicolas Thill [Sat, 7 Feb 2015 10:10:03 +0000 (11:10 +0100)]
keepalived: import from old packages feed

 - update to latest version (v1.2.15)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agobluez: update to 5.28
Nicolas Thill [Sat, 7 Feb 2015 09:36:02 +0000 (10:36 +0100)]
bluez: update to 5.28

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agovpnc: initial import 863/head
Daniel Gimpelevich [Fri, 6 Feb 2015 22:07:29 +0000 (14:07 -0800)]
vpnc: initial import

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
9 years agoopenconnect: fix a couple of minor things and add an interface option
Daniel Gimpelevich [Fri, 6 Feb 2015 19:54:39 +0000 (11:54 -0800)]
openconnect: fix a couple of minor things and add an interface option

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
9 years agoopenconnect: separate out vpnc-scripts
Daniel Gimpelevich [Fri, 6 Feb 2015 19:03:56 +0000 (11:03 -0800)]
openconnect: separate out vpnc-scripts

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
9 years agolibgd: update to v2.1.1
Jo-Philipp Wich [Fri, 6 Feb 2015 12:12:54 +0000 (13:12 +0100)]
libgd: update to v2.1.1

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 years agoMerge pull request #851 from paulfertser/master
Steven Barth [Fri, 6 Feb 2015 09:19:35 +0000 (10:19 +0100)]
Merge pull request #851 from paulfertser/master

openocd: fix package dependencies

9 years agoMerge pull request #854 from Naoir/perl-threads
Steven Barth [Fri, 6 Feb 2015 09:18:51 +0000 (10:18 +0100)]
Merge pull request #854 from Naoir/perl-threads

perl: Add initial threading support

9 years agoddns-scripts: Update to version 2.2.0-1 862/head
Christian Schoenebeck [Thu, 5 Feb 2015 20:33:02 +0000 (21:33 +0100)]
ddns-scripts: Update to version 2.2.0-1

modified source directory structure
  - files for production files
  - samples for sample files (not installed in final build)
modified Makefile
  - separate options for additional provider scripts
  - remove comments and empty lines from final build
add IPv4 100.64/10 (RFC 6598) and 169.254/16 (RFC 5735) to the range of default blocked IP's.
new option "bind_network" to force GNU Wget or cURL to use specific network/interface for communication
new "domains.google.com" as IPv4 DDNS provider #822

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agoMerge pull request #856 from thess/shairplay-move
Álvaro Fernández Rojas [Thu, 5 Feb 2015 10:38:01 +0000 (11:38 +0100)]
Merge pull request #856 from thess/shairplay-move

shairplay: Move to sound menu and sub-directory

9 years agoMerge pull request #849 from zxdavb/master
Ted Hess [Thu, 5 Feb 2015 00:21:41 +0000 (19:21 -0500)]
Merge pull request #849 from zxdavb/master

dosfstools: import from oldpackages, bump to new upstream version 3.0.27

9 years agodosfstools: bump to v3.0.27 & add ICONV support 849/head
David Bonnes [Mon, 2 Feb 2015 22:25:38 +0000 (22:25 +0000)]
dosfstools: bump to v3.0.27 & add ICONV support

Signed-off-by: David Bonnes <david.bonnes@gmail.com>
9 years agoCONTRIBUTING: Add paragraph about the use of PKG_RELEASE tag.
Ted Hess [Wed, 4 Feb 2015 20:45:03 +0000 (15:45 -0500)]
CONTRIBUTING: Add paragraph about the use of PKG_RELEASE tag.

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agoMerge pull request #855 from thess/upmpdcli-move
Ted Hess [Wed, 4 Feb 2015 20:29:13 +0000 (15:29 -0500)]
Merge pull request #855 from thess/upmpdcli-move

upmpdcli: Move to sound menu and sub-directory

9 years agoshairplay: Move to sound menu and sub-directory 856/head
Ted Hess [Wed, 4 Feb 2015 20:13:08 +0000 (15:13 -0500)]
shairplay: Move to sound menu and sub-directory

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agoupmpdcli: Move to sound menu and sub-directory 855/head
Ted Hess [Wed, 4 Feb 2015 19:49:47 +0000 (14:49 -0500)]
upmpdcli: Move to sound menu and sub-directory

Signed-off-by: Ted Hess <thess@kitschensync.net>