Commit graph

5686 commits

Author SHA1 Message Date
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
Maxim Storchak
d35dc4f652 acl: update to 20160519
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 21:46:32 +03:00
Maxim Storchak
1851c338cd attr: update to 20160302
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 21:45:28 +03:00
champtar
f8406ea2f2 Merge pull request #2852 from mstorchak/wget
wget: update to 1.18
2016-06-13 20:44:48 +02:00
Maxim Storchak
d80f21fad8 wget: update to 1.18
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 21:43:01 +03:00
champtar
afe3b5e299 Merge pull request #2851 from mstorchak/tgt
tgt: update to 1.0.65
2016-06-13 20:42:55 +02:00
Maxim Storchak
e3f850101e tgt: update to 1.0.65
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 21:21:24 +03:00
champtar
222dab5520 Merge pull request #2849 from notnyt/procps-ng-bump
procps-ng: bump to 8a198e3eafbde0b627e9992b41d26e6762e4f8c7
2016-06-13 20:15:25 +02:00
champtar
c93204dc6e Merge pull request #2850 from xypron/make
devel/make: GNU Make 4.2.1
2016-06-13 20:08:45 +02:00
Heinrich Schuchardt
2c37154807 devel/make: GNU Make 4.2.1
The release contains a bunch of bug fixes.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-06-13 19:56:17 +02:00
notnyt
e08d088cd5 procps-ng: bump to 8a198e3eafbde0b627e9992b41d26e6762e4f8c7
This contains format string fixes among others.  procps-ng was not properly
displaying cpu usage in top and ps.

Signed-off-by: Rob Mosher nyt-lede@countercultured.net
2016-06-13 13:37:20 -04:00
champtar
779a9fa970 Merge pull request #2837 from mstorchak/transmission
transmission: fix transmission-web dependencies
2016-06-13 13:52:41 +02:00
Maxim Storchak
e08324cb1d transmission: fix transmission-web dependencies
Fixes #2835

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-06-13 14:06:54 +03:00
champtar
5a142b9359 Merge pull request #2829 from miska/knot
knot: Install more development files
2016-06-13 11:28:07 +02:00
champtar
7a10a5840c Merge pull request #2822 from jow-/openldap-no-icu
openldap: forcibly disable ICU support
2016-06-13 11:08:45 +02:00
champtar
895cf9eaf1 Merge pull request #2830 from commodo/squashfs-tools-update
squashfs-tools: change default compression options to n
2016-06-13 10:59:12 +02:00
Hannu Nyman
8aa57f94e3 Merge pull request #2847 from MikePetullo/lcdgrilo
lcdgrilo: update to 0.0.8
2016-06-13 11:03:44 +03:00
W. Michael Petullo
cd78aa3f1c lcdgrilo: update to 0.0.9
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-06-13 00:05:21 -04:00
Yousong Zhou
563a3ae0e6 Merge pull request #2845 from MikePetullo/libdmapsharing
libdmapsharing: update to 2.9.35
2016-06-13 09:47:05 +08:00
Yousong Zhou
416252f675 Merge pull request #2844 from MikePetullo/libsoup
libsoup: update to 2.54.1
2016-06-13 09:46:46 +08:00
Yousong Zhou
b22188f24f Merge pull request #2846 from MikePetullo/grilo-plugins
grilo-plugins: update to 0.3.1
2016-06-13 09:46:10 +08:00
W. Michael Petullo
fc81d722d6 grilo-plugins: update to 0.3.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-06-12 21:29:13 -04:00
W. Michael Petullo
996704eac8 libsoup: update to 2.54.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-06-12 21:06:49 -04:00