Commit Graph

31609 Commits

Author SHA1 Message Date
heil 8c5bd7ae5e haproxy: bump to version 1.5.18 and pending patches
Signed-off-by: heil <heil@terminal-consulting.de>
2016-06-21 01:08:28 +02:00
heil c0c1f314ef pcre: bump to version 8.39
Signed-off-by: heil <heil@terminal-consulting.de>
2016-06-21 00:56:41 +02:00
heil dd4b385702 memcached: bump to version 1.4.26
Signed-off-by: heil <heil@terminal-consulting.de>
2016-06-21 00:54:15 +02:00
Hannu Nyman 1338510979 Merge pull request #2877 from haraldg/elektra
elektra: Update to 0.8.17
2016-06-20 19:56:03 +03:00
Harald Geyer f20cbb1627 elektra: Update to 0.8.17
Notable changes:
Remove the work around introduced for 0.8.16 - the issue has been fixed
upstream.

Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-06-20 16:49:16 +00:00
Hannu Nyman 474ec25b3f Merge pull request #2876 from kuoruan/aria2
aria2: update to v1.24.0
2016-06-20 10:06:58 +03:00
Hsing-Wang Liao dc131d4710 aria2: update to v1.24.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-06-20 13:38:24 +08:00
Daniel Dickinson 8d4f5d8bda utils/tar: Default to acl and xattr support if it's core default
If we've enable POSIX ACL's and XATTR support as the default, then
make tar build with such support by default as well.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
2016-06-19 17:34:43 -04:00
Hannu Nyman 8c3dda69e0 Merge pull request #2875 from chris5560/master
ddns-scripts: fix parameter handling "is_glue" and "dns_server" (luci…
2016-06-19 19:56:02 +03:00
Hannu Nyman a179ba8213 Merge pull request #2874 from dibdot/adblock
adblock: update 1.2.5
2016-06-19 19:54:59 +03:00
Christian Schoenebeck d779a1f76f ddns-scripts: fix parameter handling "is_glue" and "dns_server" (lucihelper)
- fix handling of parameter "is_glue" and "dns_server" to work with luci-app-ddns
- update TLD_names.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-06-18 21:53:05 +02:00
Dirk Brenken dc37ea1ba7 adblock: update 1.2.5
* restructured sources
* fix logical glitches in config handling
* many corner case fixes & cosmetics
* show runtime errors in LuCI (in lastrun section)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-06-18 15:12:19 +02:00
Jonas Gorski 8811d24284 Merge pull request #2786 from Xotic750/znc-add-icu-option
znc: Added support for ICU through menu configuration
2016-06-18 13:17:39 +02:00
Mangix 335ea8a23e
airmon-ng: Fix procps-ng dependancy.
Signed-off by: Rosen Penev <rosenp@gmail.com>
2016-06-18 00:14:14 -07:00
champtar 25af3a6632 Merge pull request #2865 from miska/lxc-luci-features
Little improvement to LXC LuCI app
2016-06-17 15:42:23 +03:00
Etienne CHAMPETIER 158b4a630f Add a pull request template
I hope this will help triage PR and reduce commits not following guidelines

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-06-17 08:02:23 +00:00
Michal Hrusecky b6d1ef53c3
luci-app-lxc: Bump version
Did quite some changes, so bumping version so users would get the change.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-17 09:22:41 +02:00
Nikos Mavrogiannopoulos 5731b8e09b openconnect: updated license
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-06-16 22:36:31 +02:00
Nikos Mavrogiannopoulos 6488dc8a70 ocserv: updated license
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-06-16 22:36:31 +02:00
Nikos Mavrogiannopoulos 7be0b259b6 libtasn1: corrected library license
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-06-16 22:36:30 +02:00
Nikos Mavrogiannopoulos 7c2af4071f ocserv: updated to 0.11.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-06-16 22:20:43 +02:00
champtar 60da184615 Merge pull request #2287 from wodu/master
linuxptp: Add the package
2016-06-16 23:11:22 +03:00
Michal Hrusecky 449a19ff5d
luci-app-lxc: Download list of available distributions
There was harcoded list of available images. Instead of it, LuCI LXC app will
now try to download list of available container images.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-16 16:18:59 +02:00
Luka Perkov 3fffe7e1ff Merge pull request #2742 from miska/master
lxc: Use more FSH compliant /srv/lxc instead of new root dir
2016-06-16 15:59:40 +02:00
Michal Hrusecky 0084c9377e
luci-app-lxc: Use uname -m as architecture
As containers are basically virtual machines, it should not depend on the
build target but on the real hardware architecture. For example there is plenty
of ARM families (mvebu, sunxi, ...) but all armv7l arms should be able to run
armv7l containers.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-16 10:49:23 +02:00
Michal Hrusecky da074c9766
luci-app-lxc: Allow versioned images
I makes quite some sense to provide user the choice between various versions of
the distribution to install into LXC.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-06-16 10:44:23 +02:00
Álvaro Fernández Rojas 237d312cdb unrar: update to v5.4.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-16 10:08:30 +02:00
Álvaro Fernández Rojas b604e956d9 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-16 09:59:00 +02:00
Yousong Zhou a4e08c3d55 Merge pull request #2834 from hansmi/unbound159
Unbound 1.5.9
2016-06-16 09:46:33 +08:00
Hannu Nyman 747ae052de Merge pull request #2863 from Wedmer/master
[utils/zoneinfo] Updated to the latest release version
2016-06-15 20:48:43 +03:00
Vladimir Ulrich 7be06b2b7b [utils/zoneinfo] Updated to the latest release version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2016-06-15 20:18:44 +03:00
Jo-Philipp Wich c9fd05542c Merge pull request #2635 from kissg1988/pillow
python-imglib/pillow: replace discontinued python-imglib (PIL) with pillow
2016-06-15 16:37:40 +02:00
Hannu Nyman 60827ac3b3 Merge pull request #2860 from dibdot/adblock
adblock: update 1.2.1
2016-06-15 00:17:05 +03:00
Dirk Brenken 672dd10b10 adblock: update 1.2.1
* small optimizations & cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-06-14 22:25:02 +02:00
Michael Hanselmann 414eaacd90 unbound: Switch to non-privileged user
Until now unbound was always running as root by default. A DNS resolver can
easily run under a non-privileged user.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2016-06-14 22:09:39 +02:00
Michael Hanselmann 28945ea398 unbound: Rewrite init script to use procd
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2016-06-14 22:09:31 +02:00
Michael Hanselmann e21d81209c unbound: Update to 1.5.9
Bump unbound to version 1.5.9 released on June 9, 2016.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2016-06-14 22:09:31 +02:00
Michael Hanselmann 0d856b0e47 unbound: Use INSTALL_BIN/DATA for installation
The commands aliased by $(INSTALL_BIN) and $(INSTALL_DATA) set good
permissions, unlike a raw file copy.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2016-06-14 22:09:31 +02:00
Michael Hanselmann c0e5d5ee45 unbound: Remove named.cache
The custom list of DNS root servers provided with the package is not necessary.
Unbound ships with a built-in list.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
2016-06-14 22:09:31 +02:00
Daniel Golle 7fe9033d82 gnurl: update to version 7.48.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 02:28:31 +02:00
Daniel Golle 5bf5206f4e libinput: update to version 1.3.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:56:07 +02:00
Daniel Golle 493f237218 eudev: update to version 3.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:50:36 +02:00
Daniel Golle ba3dd96ff1 libinput: depend on libudev
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:48:12 +02:00
Daniel Golle a64fb737ac eudev: split package
Split package into libudev and eudev.

Fixes #2550

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:45:16 +02:00
Daniel Golle a91da16c2d cryptsetup: update to version 1.7.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:22:49 +02:00
Daniel Golle 3a7e81f71e lvm2: update to version 2.02.156
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:22:27 +02:00
champtar 426caa95a2 Merge pull request #2676 from stintel/keepalived
keepalived: fix mips64
2016-06-14 00:33:15 +02:00
Maxim Storchak ed81839e52 nfs-kernel-server: add workaround for getservbyport
Fixes https://dev.openwrt.org/ticket/20038

Patch is based on http://git.alpinelinux.org/cgit/aports/plain/main/nfs-utils/musl-getservbyport.patch?id=3579df3582b5e5ea53be8cd8eef240f3f0cabb10

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 22:57:45 +03:00
champtar f875bf3a75 Merge pull request #2854 from mstorchak/acl
acl: update to 20160519
2016-06-13 20:49:19 +02:00
champtar 09b4993092 Merge pull request #2853 from mstorchak/attr
attr: update to 20160302
2016-06-13 20:48:53 +02:00