Black Roland [Wed, 2 Nov 2016 09:11:10 +0000 (18:11 +0900)]
dnscrypt-proxy: Updated resolvers list
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
Noah Meyerhans [Wed, 2 Nov 2016 05:29:58 +0000 (22:29 -0700)]
bind: update to 9.10.4-p4
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
Jo-Philipp Wich [Tue, 1 Nov 2016 12:35:54 +0000 (13:35 +0100)]
Merge pull request #3433 from jow-/python-use-staging-dir-hostpkg
python, python3: use STAGING_DIR_HOSTPKG
Jo-Philipp Wich [Tue, 1 Nov 2016 11:53:30 +0000 (12:53 +0100)]
python3: avoid use of HOST_BUILD_PREFIX
Currently, the python3-package.mk framework relies on HOST_BUILD_PREFIX to
refer to the $(STAGING_DIR)/host directory but using the HOST_BUILD_PREFIX
variable requires the use of include/host-build.mk which in turn includes
python3-package.mk, leading to target redefinition errors.
In order to provide a global, uniform way to refer to the host staging
directory, LEDE introduced a new variable STAGING_DIR_HOSTPKG which points
to $(STAGING_DIR)/host for now with the purpose of eventually being able to
relocate that directory in the future.
This commit changes python3-package.mk to ...
- stop including include/host-build.mk (revert of #3423)
- replace usages of $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG)
- warn and fallback to $(STAGING_DIR)/host if STAGING_DIR_HOSTPKG is
unavailable
The fallback code will ensure that the python host build infrastructure
continues to work properly on older OpenWrt and LEDE versions until the
STAGING_DIR_HOSTPKG is fully settled in and can be removed some time
in the future.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Tue, 1 Nov 2016 11:41:16 +0000 (12:41 +0100)]
python: avoid use of HOST_BUILD_PREFIX
Currently, the python-host.mk framework relies on HOST_BUILD_PREFIX to
refer to the $(STAGING_DIR)/host directory but using the HOST_BUILD_PREFIX
variable requires the use of include/host-build.mk which in turn includes
python-host.mk, leading to target redefinition errors.
In order to provide a global, uniform way to refer to the host staging
directory, LEDE introduced a new variable STAGING_DIR_HOSTPKG which points
to $(STAGING_DIR)/host for now with the purpose of eventually being able to
relocate that directory in the future.
This commit changes python-host.mk to ...
- stop including include/host-build.mk (revert of #3423)
- replace usages of $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG)
- warn and fallback to $(STAGING_DIR)/host if STAGING_DIR_HOSTPKG is
unavailable
The fallback code will ensure that the python host build infrastructure
continues to work properly on older OpenWrt and LEDE versions until the
STAGING_DIR_HOSTPKG is fully settled in and can be removed some time
in the future.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Hannu Nyman [Mon, 31 Oct 2016 21:42:16 +0000 (23:42 +0200)]
Merge pull request #3429 from brianjmurrell/patch-3
ssmtp: Increase PKG_RELEASE > BB value
Brian J. Murrell [Mon, 31 Oct 2016 21:30:53 +0000 (17:30 -0400)]
ssmtp: Increase PKG_RELEASE > BB value
It's a generally good packaging principle that the packages in a distro release n+1 have a release value that is at least the same if not greater than the value in release n.
BB has a PKG_RELEASE of 4 so upping to 5 is a good measure.
Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
Hannu Nyman [Mon, 31 Oct 2016 20:50:36 +0000 (22:50 +0200)]
Merge pull request #3422 from nwf/ucify-rngd
rng-tools: uci-fy, default to doing nothing
Nathaniel Wesley Filardo [Sun, 30 Oct 2016 22:27:54 +0000 (18:27 -0400)]
rng-tools: uci-fy, default to doing nothing
Enabling the default configuration will pipe /dev/urandom back into
/dev/random ala the current package behavior. Because this amounts to
disabling the in-kernel entropy estimation, default disabled.
While here, uci-paramaterize the high watermark.
While here, add a pre-command hook for real RNGs that need 'stty raw'
or other such hooks. (e.g. the TrueRNG devices)
As offered in github openwrt/packages#3422, take over maintainership.
See github openwrt/packages#3142.
Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
Stijn Tintel [Mon, 31 Oct 2016 09:02:21 +0000 (11:02 +0200)]
Merge pull request #3357 from stintel/strongswan
strongswan: update to 5.5.1, preserve /etc/strongswan.d, take over maintainership
Stijn Tintel [Mon, 31 Oct 2016 09:00:55 +0000 (11:00 +0200)]
strongswan: take over maintainership
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Sun, 23 Oct 2016 17:49:41 +0000 (20:49 +0300)]
strongswan: bump to 5.5.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Tue, 18 Oct 2016 16:55:40 +0000 (19:55 +0300)]
strongswan: preserve /etc/strongswan.d during upgrade
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Hannu Nyman [Mon, 31 Oct 2016 08:05:46 +0000 (10:05 +0200)]
Merge pull request #3423 from commodo/python-include-host-build
python,python3: include host-build.mk in python-host.mk & python3-package.mk
Alexandru Ardelean [Fri, 28 Oct 2016 16:40:37 +0000 (19:40 +0300)]
python,python3: include host-build.mk in python-host.mk & python3-package.mk
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Mon, 31 Oct 2016 07:41:48 +0000 (09:41 +0200)]
Merge pull request #3416 from miska/lxc
luci-app-lxc: Minor polishing
Hannu Nyman [Mon, 31 Oct 2016 07:40:34 +0000 (09:40 +0200)]
Merge pull request #3420 from kissg1988/python-urllib3
python-urllib3: update to version 1.18.1
Hannu Nyman [Mon, 31 Oct 2016 07:40:17 +0000 (09:40 +0200)]
Merge pull request #3419 from kissg1988/simplejson
simplejson: update to version 3.10.0
Hannu Nyman [Mon, 31 Oct 2016 07:39:29 +0000 (09:39 +0200)]
Merge pull request #3417 from kissg1988/vala
vala: update to version 0.34.2
Gergely Kiss [Sun, 30 Oct 2016 22:01:52 +0000 (23:01 +0100)]
vala: update to version 0.34.2
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Michal Hrušecký [Sun, 30 Oct 2016 21:54:42 +0000 (22:54 +0100)]
luci-app-lxc: Minor polishing
Add more dependencies needed by download template and replace all, not just
first occurence of : or _ in template name with space in webui.
Signed-off-by: Michal Hrušecký <Michal.Hrusecky@nic.cz>
Gergely Kiss [Sun, 30 Oct 2016 20:09:52 +0000 (21:09 +0100)]
simplejson: update to version 3.10.0
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Sun, 30 Oct 2016 19:56:06 +0000 (20:56 +0100)]
python-urllib3: update to version 1.18.1
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Hannu Nyman [Sun, 30 Oct 2016 09:42:31 +0000 (11:42 +0200)]
Merge pull request #3415 from amnonpaz/feature-new-package-lua-openssl
lua-openssl: Fix makefile
Amnon Paz [Sun, 30 Oct 2016 09:34:26 +0000 (11:34 +0200)]
lua-openssl: Fix makefile
Hannu Nyman [Sun, 30 Oct 2016 07:53:47 +0000 (09:53 +0200)]
Merge pull request #3394 from bobafetthotmail/patch-20
stoken: move to Encryption submenu
Hannu Nyman [Sun, 30 Oct 2016 07:53:18 +0000 (09:53 +0200)]
Merge pull request #3389 from bobafetthotmail/patch-15
cryptsetup: move to Encryption submenu
Hannu Nyman [Sun, 30 Oct 2016 07:52:46 +0000 (09:52 +0200)]
Merge pull request #3391 from bobafetthotmail/patch-17
gnupg: move to Encryption submenu
Hannu Nyman [Sun, 30 Oct 2016 07:52:36 +0000 (09:52 +0200)]
Merge pull request #3392 from bobafetthotmail/patch-18
squashfs-tools: move to Filesystems submenu
Hannu Nyman [Sun, 30 Oct 2016 07:51:52 +0000 (09:51 +0200)]
Merge pull request #3386 from bobafetthotmail/patch-12
rrdcgi1/rrdtool1: move to database submenu
Hannu Nyman [Sun, 30 Oct 2016 07:51:36 +0000 (09:51 +0200)]
Merge pull request #3379 from bobafetthotmail/patch-3
zsh: move to Shells submenu
Hannu Nyman [Sun, 30 Oct 2016 07:51:24 +0000 (09:51 +0200)]
Merge pull request #3378 from bobafetthotmail/patch-2
bash: move to Shells submenu
Hannu Nyman [Sun, 30 Oct 2016 07:48:21 +0000 (09:48 +0200)]
Merge pull request #3413 from zorun/wireguard
wireguard: Bump to 0.0.
20161025
Hannu Nyman [Sun, 30 Oct 2016 07:47:59 +0000 (09:47 +0200)]
Merge pull request #3396 from EricLuehrsen/unbound_uci2
Unbound: Migrate Working Directory to /var/lib/unbound and Prepare for UCI
Eric Luehrsen [Thu, 20 Oct 2016 04:17:23 +0000 (00:17 -0400)]
Unbound: Incorporate hotplug/iface and root.key in tmpfs
-Patch for /etc/unbound/unbound.conf
--All work done in /var/lib/unbound/
--chroot or jail to /var/lib/unbound/
-Init script points to /usr/lib/unbound.sh
-Makefile to install new scripts in the package
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Eric Luehrsen [Thu, 20 Oct 2016 04:19:51 +0000 (00:19 -0400)]
Unbound: Add scripts to manage root.key in tmpfs
-Unbound RFC 5011 is busy and writes frequently
-RFC 5011 creates working files in same directory
-DNSSEC root.key managed in /var/lib/unbound
-Protect against flash ROM wear out in /etc/unbound
-Scripts will copy back every 7 days instead
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Eric Luehrsen [Thu, 20 Oct 2016 04:14:16 +0000 (00:14 -0400)]
Unbound: Add hotplug/iface script to request restart
-Rebind to new interfaces cleanly
-Detach from old interfaces cleanly
-Some conf options do not reload dynamically
-Unbound grows some and this will shrink it
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Baptiste Jonglez [Sat, 29 Oct 2016 21:20:26 +0000 (23:20 +0200)]
wireguard: Bump to 0.0.
20161025
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
Hannu Nyman [Sat, 29 Oct 2016 20:12:06 +0000 (23:12 +0300)]
Merge pull request #3412 from dibdot/travelmate
travelmate: update 0.2.4
Dirk Brenken [Sat, 29 Oct 2016 19:36:09 +0000 (21:36 +0200)]
travelmate: update 0.2.4
* change option 'trm_iw' to boolean,
1 => use iw (default)
0 => use iwinfo
* option 'trm_maxretry' now accepts '0' to disable this check at all
* documentation update
Signed-off-by: Dirk Brenken <dev@brenken.org>
Vasilis Tsiligiannis [Sat, 29 Oct 2016 14:25:33 +0000 (17:25 +0300)]
nsd: Update to v4.1.13
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
Hannu Nyman [Sat, 29 Oct 2016 08:41:29 +0000 (11:41 +0300)]
Merge pull request #3409 from dibdot/adblock
adblock: update 1.5.3
Hannu Nyman [Sat, 29 Oct 2016 08:28:45 +0000 (11:28 +0300)]
Merge pull request #3410 from MikePetullo/lighttpd
lighttpd: update to 1.4.42
W. Michael Petullo [Sat, 29 Oct 2016 08:17:08 +0000 (04:17 -0400)]
lighttpd: update to 1.4.42
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Dirk Brenken [Fri, 28 Oct 2016 16:27:28 +0000 (18:27 +0200)]
adblock: update 1.5.3
* make wget check more flexible,
fix for broken wget package installations
Signed-off-by: Dirk Brenken <dev@brenken.org>
Alexandru Ardelean [Wed, 19 Oct 2016 12:21:54 +0000 (15:21 +0300)]
nmap: fix build on MacOS X
The configure script (for libdnet) seems to find <net/bpf.h>
and detect some BSD stuff.
The lidnet's Makefile wants to include eth-bsd.c, arp-bsd.c
and other BSD friends.
This seems to put a cork on it, and no BSD stuff appears anymore.
[at least on my system].
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Daniel Golle [Fri, 28 Oct 2016 12:21:23 +0000 (14:21 +0200)]
gnunet: update to SVN r38231
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hannu Nyman [Fri, 28 Oct 2016 06:20:46 +0000 (09:20 +0300)]
Merge pull request #3406 from dibdot/travelmate
travelmate: update 0.2.3
Dirk Brenken [Thu, 27 Oct 2016 12:11:01 +0000 (14:11 +0200)]
travelmate: update 0.2.3
* simplified network setup
* refine scan-timeout between different radios
* raise error counter on lost uplink connections too
* documentation update
Signed-off-by: Dirk Brenken <dev@brenken.org>
Michael Heimpold [Wed, 26 Oct 2016 20:33:57 +0000 (22:33 +0200)]
autoconf: prevent emacs detection and usage during compile
The LEDE buildbots currently fail to build the package since there seems
to be a problem with the emacs installed on the buildbot(s) (e.g. [1]):
-snip-
Making all in emacs
make[7]: Entering directory `/opt/buildbot/slaves/lede-slave-tah/x86_64/build/sdk/build_dir/target-x86_64_musl-1.1.15/autoconf-2.69/lib/emacs'
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then \
set x; \
list='autoconf-mode.el autotest-mode.el'; for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
set x "$@" "$d$p"; shift; \
done; \
shift; \
EMACS="emacs" /bin/bash ../../build-aux/elisp-comp "$@" || exit 1; \
else : ; fi
4;1H; last errno 10)
No buffers needed saving: you didn't lose any work.
mv: cannot stat '*.elc': No such file or directory
make[7]: *** [elc-stamp] Error 1
-snap-
So let's disable the emacs usage - the resulting artifacts are not
packaged at the moment at all.
[1] https://downloads.lede-project.org/snapshots/faillogs/x86_64/packages/autoconf/compile.txt
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Acked-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Hannu Nyman [Thu, 27 Oct 2016 13:43:15 +0000 (16:43 +0300)]
Merge pull request #3297 from NeoRaider/python
python, python3, python-*: use default prefix for host install
Hannu Nyman [Thu, 27 Oct 2016 06:47:28 +0000 (09:47 +0300)]
Merge pull request #3278 from diizzyy/patch-13
libtool-bin: switch to xz tarball
Hannu Nyman [Thu, 27 Oct 2016 06:38:45 +0000 (09:38 +0300)]
Merge pull request #3307 from amnonpaz/feature-new-package-lua-openssl
lua-openssl: Introduce new package
Luka Perkov [Wed, 26 Oct 2016 17:15:34 +0000 (19:15 +0200)]
Merge pull request #3335 from sartura/libwebsockets-full-variant
libwebsockets: add full variant with libuv, plugins, CGI
Nikos Mavrogiannopoulos [Wed, 26 Oct 2016 06:31:22 +0000 (08:31 +0200)]
Merge pull request #3393 from bobafetthotmail/patch-19
gnutls-utils/certtool: move to Encryption submenu
Hannu Nyman [Tue, 25 Oct 2016 14:50:41 +0000 (17:50 +0300)]
Merge pull request #3383 from bobafetthotmail/patch-10
libhavege: move to Libraries category
Hannu Nyman [Tue, 25 Oct 2016 14:46:28 +0000 (17:46 +0300)]
Merge pull request #3382 from bobafetthotmail/patch-9
klish: move to Shells submenu
Yousong Zhou [Tue, 25 Oct 2016 05:03:41 +0000 (00:03 -0500)]
Merge pull request #3390 from bobafetthotmail/patch-16
dvtm: move to Terminal submenu
Hannu Nyman [Mon, 24 Oct 2016 20:19:42 +0000 (23:19 +0300)]
Merge pull request #3385 from bobafetthotmail/patch-11
tmux: move to Terminal submenu
Hannu Nyman [Mon, 24 Oct 2016 10:52:00 +0000 (13:52 +0300)]
Merge pull request #3326 from ClaymorePT/boost_1_62_r1
boost: Package Version Update -> 1.62.0
Hannu Nyman [Mon, 24 Oct 2016 10:47:57 +0000 (13:47 +0300)]
Merge pull request #3351 from RussellSenior/update-ap51-flash
utils/ap51-flash: import from old-packages and update
Hannu Nyman [Mon, 24 Oct 2016 10:46:11 +0000 (13:46 +0300)]
Merge pull request #3350 from MikePetullo/loudmouth
loudmouth: add new package
Alberto Bursi [Sun, 23 Oct 2016 16:46:54 +0000 (18:46 +0200)]
tcsh: move to Shells submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Hannu Nyman [Mon, 24 Oct 2016 07:46:14 +0000 (10:46 +0300)]
Merge pull request #3388 from bobafetthotmail/patch-14
ccrypt: move to Encryption submenu
Alberto Bursi [Sun, 23 Oct 2016 22:15:27 +0000 (00:15 +0200)]
stoken: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Alberto Bursi [Sun, 23 Oct 2016 22:11:58 +0000 (00:11 +0200)]
gnutls-utils/certtool: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Alberto Bursi [Sun, 23 Oct 2016 21:53:43 +0000 (23:53 +0200)]
squashfs-tools: move to Filesystems submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Alberto Bursi [Sun, 23 Oct 2016 21:41:08 +0000 (23:41 +0200)]
gnupg: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Alberto Bursi [Sun, 23 Oct 2016 21:34:48 +0000 (23:34 +0200)]
dvtm: move to Terminal submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Alberto Bursi [Sun, 23 Oct 2016 21:29:33 +0000 (23:29 +0200)]
cryptsetup: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Alberto Bursi [Sun, 23 Oct 2016 21:14:18 +0000 (23:14 +0200)]
ccrypt: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Michael Heimpold [Sun, 23 Oct 2016 21:00:50 +0000 (23:00 +0200)]
Merge pull request #3228 from mhei/ser2net-update
ser2net: update to 3.0
Hannu Nyman [Sun, 23 Oct 2016 20:55:34 +0000 (23:55 +0300)]
Merge pull request #3374 from chris5560/master
privoxy: fix handling config section "system"
Hannu Nyman [Sun, 23 Oct 2016 20:54:28 +0000 (23:54 +0300)]
Merge pull request #3354 from MikePetullo/lcdringer
lcdringer: add new package
champtar [Sun, 23 Oct 2016 19:00:04 +0000 (21:00 +0200)]
Merge pull request #3387 from bobafetthotmail/patch-13
screen: move to Terminal submenu
Hannu Nyman [Sun, 23 Oct 2016 18:51:46 +0000 (21:51 +0300)]
Merge pull request #3360 from riptidewave93/master
utils/collectd: Add cpufreq module
Hannu Nyman [Sun, 23 Oct 2016 18:08:56 +0000 (21:08 +0300)]
Merge pull request #3380 from bobafetthotmail/patch-5
gzip: moving to Compression submenu
Alberto Bursi [Sun, 23 Oct 2016 18:04:24 +0000 (20:04 +0200)]
screen: move to Terminal submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Alberto Bursi [Sun, 23 Oct 2016 17:56:11 +0000 (19:56 +0200)]
rrdcgi1/rrdtool1: move to database submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Alberto Bursi [Sun, 23 Oct 2016 17:42:58 +0000 (19:42 +0200)]
tmux: move to Terminal submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Hannu Nyman [Sun, 23 Oct 2016 16:55:45 +0000 (19:55 +0300)]
Merge pull request #3381 from bobafetthotmail/patch-7
serialconsole: move to Terminal submenu
Hannu Nyman [Sun, 23 Oct 2016 16:44:08 +0000 (19:44 +0300)]
Merge pull request #3358 from EricLuehrsen/unbound_uci
Unbound: Group patch work for example.conf.in
Alberto Bursi [Sun, 23 Oct 2016 16:42:38 +0000 (18:42 +0200)]
libhavege: move to Libraries category
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Alberto Bursi [Sun, 23 Oct 2016 16:35:48 +0000 (18:35 +0200)]
klish: move to Shells submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Alberto Bursi [Sun, 23 Oct 2016 16:30:33 +0000 (18:30 +0200)]
serialconsole: move to Terminal submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Alberto Bursi [Sun, 23 Oct 2016 16:21:19 +0000 (18:21 +0200)]
gzip: moving to Compression submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Alberto Bursi [Sun, 23 Oct 2016 15:56:06 +0000 (17:56 +0200)]
zsh: move to Shells submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Alberto Bursi [Sun, 23 Oct 2016 15:50:14 +0000 (17:50 +0200)]
bash: move to Shells submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Ted Hess [Sun, 23 Oct 2016 15:45:12 +0000 (11:45 -0400)]
Merge pull request #3376 from bobafetthotmail/master
alsa-utils: moved to /sound and Sound category, fix minor bugs
Alberto Bursi [Sun, 23 Oct 2016 12:53:34 +0000 (14:53 +0200)]
alsa-utils: moved to /sound and Sound category, fix minor bugs
Moved source folder in /sound folder, and changed all packages in the makefile
to be shown in Sound category (not in Sound subcategory of Utilities).
Removed a line calling a non-existent Package/alsa-utils/Default
and site URL to the package alsa-utils-tests.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Saverio Proto [Sun, 23 Oct 2016 10:04:45 +0000 (12:04 +0200)]
tinc: version bump 1.0.29
Christian Schoenebeck [Sat, 22 Oct 2016 18:31:37 +0000 (20:31 +0200)]
privoxy: fix handling config section "system"
- privoxy.init fix handling of config section "system"
- change start/stop to start=95 and stop=10
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Ted Hess [Sat, 22 Oct 2016 14:06:43 +0000 (10:06 -0400)]
Merge pull request #3367 from kuoruan/aria2
Update Aria2 and webui-aria2
Nikos Mavrogiannopoulos [Sat, 22 Oct 2016 12:32:17 +0000 (14:32 +0200)]
Merge pull request #3372 from bobafetthotmail/patch-5
openconnect: added missing libs for openssl
Alberto Bursi [Sat, 22 Oct 2016 12:05:16 +0000 (14:05 +0200)]
openconnect: added missing libs for openssl
added missing libraries to fix issue https://github.com/openwrt/packages/issues/3301
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Nuno Goncalves [Sat, 22 Oct 2016 11:54:41 +0000 (13:54 +0200)]
nmap: bump version to 7.31
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Ted Hess [Fri, 21 Oct 2016 21:42:53 +0000 (17:42 -0400)]
ntfs-3g: Update to 2016.2.22 stable releae
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Fri, 21 Oct 2016 20:57:58 +0000 (16:57 -0400)]
Merge pull request #3366 from Wedmer/master
[utils/zoneinfo] Updated to the latest release
Ted Hess [Fri, 21 Oct 2016 20:43:41 +0000 (16:43 -0400)]
Merge pull request #3364 from jow-/ntfs-3g-compat-symlink
ntfs-3g: ship /sbin/mount.ntfs compatibility symlink
Vladimir Ulrich [Fri, 21 Oct 2016 18:54:11 +0000 (21:54 +0300)]
[utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>