feed/packages.git
6 years agoadblock: update 3.0.3 4967/head
Dirk Brenken [Wed, 18 Oct 2017 10:50:12 +0000 (12:50 +0200)]
adblock: update 3.0.3

* add new list source to default config to block browser-based
  crypto mining

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agoadblock: update 3.0.2 4835/head
Dirk Brenken [Fri, 15 Sep 2017 12:51:14 +0000 (14:51 +0200)]
adblock: update 3.0.2

* better system information
* several kresd related documentation fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agoadblock: bugfix 3.0.1 4820/head
Dirk Brenken [Tue, 12 Sep 2017 09:44:37 +0000 (11:44 +0200)]
adblock: bugfix 3.0.1

* fix startup issues with backends like dnscrypt-proxy or kresd
  which does not come up without an existing block list
* fix a small 'chown' issue

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agoadblock: release 3.0 4816/head
Dirk Brenken [Sat, 9 Sep 2017 15:35:42 +0000 (17:35 +0200)]
adblock: release 3.0

* add kresd & turris omnia support
* add dnscrypt-proxy support
* change start priority to 30, to fix possible trigger issues on slow
booting hardware
* simplify suspend/resume handling (no longer use a hideout directory)
* enhanced LuCI frontend
* many small changes & improvements
* default config change (please update your config!), adblock is now
disabled by default
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agoMerge pull request #4550 from pprindeville/php-multiline-syslog-fix
Michael Heimpold [Sat, 19 Aug 2017 19:46:15 +0000 (21:46 +0200)]
Merge pull request #4550 from pprindeville/php-multiline-syslog-fix

php7: error_log shouldn't squirt multi-line messages into syslog()

6 years agoMerge pull request #4707 from pprindeville/openwisp-config-retire-polarssl
Philip Prindeville [Sat, 19 Aug 2017 19:17:18 +0000 (20:17 +0100)]
Merge pull request #4707 from pprindeville/openwisp-config-retire-polarssl

openwisp-config: polarssl has been removed

6 years agoshadowsocks-libev: rewrite ss-rules
Yousong Zhou [Sun, 13 Aug 2017 08:00:19 +0000 (16:00 +0800)]
shadowsocks-libev: rewrite ss-rules

 - New UCI options ifnames, dst_default
 - UCI options src_ips_xxx now accept cidr as their values
 - Export ipset names as part of the interface so that it can be
   depended on and used by other programs
 - Bypass only remote servers used ss-redir instances, so that it's
   possible to let other servers to go through existing re-redir
   instances

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agophp7: backport upstream fix for multiline logging 4550/head
Philip Prindeville [Sat, 19 Aug 2017 17:31:42 +0000 (11:31 -0600)]
php7: backport upstream fix for multiline logging

See: https://github.com/php/php-src/pull/2674

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agoMerge pull request #4697 from antonlacon/ffmpeg-next
Ted Hess [Sat, 19 Aug 2017 13:56:23 +0000 (09:56 -0400)]
Merge pull request #4697 from antonlacon/ffmpeg-next

ffmpeg: update to 3.2.7

6 years agoshadowsocks-libev: Update AEAD cipher names.
Leong Hui Wong [Sat, 19 Aug 2017 06:42:37 +0000 (14:42 +0800)]
shadowsocks-libev: Update AEAD cipher names.

Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
6 years agocgi-io: fix stray semicolon
Jo-Philipp Wich [Fri, 18 Aug 2017 12:28:33 +0000 (14:28 +0200)]
cgi-io: fix stray semicolon

Remove an improperly placed semicolon in order to solve the following
compiler error:

.../main.c:144:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
    if (execl("/bin/busybox", "/bin/busybox", "md5sum", file, NULL));
    ^~
    .../main.c:145:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    return NULL;
    ^~~~~~
    cc1: all warnings being treated as errors

Fixes #4723.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
6 years agotiff: update package to version 4.0.8
Jiri Slachta [Fri, 18 Aug 2017 09:27:50 +0000 (11:27 +0200)]
tiff: update package to version 4.0.8

Signed-off-by: Jiri Slachta <jiri@slachta.eu>
6 years agobuild,travis: really fail Travis job when build test fail
Etienne Champetier [Fri, 18 Aug 2017 05:57:54 +0000 (22:57 -0700)]
build,travis: really fail Travis job when build test fail

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agoMerge pull request #4683 from pprindeville/bind-build-deprecated
Noah Meyerhans [Fri, 18 Aug 2017 05:48:52 +0000 (22:48 -0700)]
Merge pull request #4683 from pprindeville/bind-build-deprecated

bind: patch unneeded if openssl is build w/ deprecated

6 years agobuild,travis: fail Travis test when compilation fail
Etienne Champetier [Thu, 17 Aug 2017 23:48:12 +0000 (16:48 -0700)]
build,travis: fail Travis test when compilation fail

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agobuild,travis: print all logs files and packages sizes
Etienne Champetier [Thu, 17 Aug 2017 23:47:22 +0000 (16:47 -0700)]
build,travis: print all logs files and packages sizes

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agobuild,travis: remove "Terminated" message
Etienne Champetier [Thu, 17 Aug 2017 23:21:04 +0000 (16:21 -0700)]
build,travis: remove "Terminated" message

More precisely, remove this message
./.travis_do.sh: line 16: 13736 Terminated              while :; do
    sleep 590; echo "still running (please don't kill me Travis)";
done

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agoMerge pull request #3751 from ianchi/node
Jo-Philipp Wich [Thu, 17 Aug 2017 13:45:12 +0000 (15:45 +0200)]
Merge pull request #3751 from ianchi/node

Node: update error & fix compile error

6 years agoMerge pull request #4713 from philjohn/patch-1
Hannu Nyman [Thu, 17 Aug 2017 12:22:03 +0000 (15:22 +0300)]
Merge pull request #4713 from philjohn/patch-1

ddns-scripts: add support for dynu.com IPv6 update

6 years agoMerge pull request #4721 from marcin1j/pr/20170817-mwan3-fix-815e83
Hannu Nyman [Thu, 17 Aug 2017 12:21:34 +0000 (15:21 +0300)]
Merge pull request #4721 from marcin1j/pr/20170817-mwan3-fix-815e83

/ mwan3: fix bugs introduced in 815e83d4

6 years agolang/penlight: Update maintainer email
Karl Palsson [Wed, 16 Aug 2017 16:44:16 +0000 (16:44 +0000)]
lang/penlight: Update maintainer email

Signed-off-by: Karl Palsson <karlp@remake.is>
Signed-off-by: Karl Palsson <karlp@etactica.com>
6 years agolang/penlight: Update to 1.5.4
Karl Palsson [Wed, 16 Aug 2017 15:27:59 +0000 (15:27 +0000)]
lang/penlight: Update to 1.5.4

Major release from old 1.3.2.  See
https://github.com/stevedonovan/Penlight/blob/master/CHANGES.md

Changes, fixes and features.

Signed-off-by: Karl Palsson <karlp@etactica.com>
6 years agolibcares: c-ares bump to 1.13.0
Lucian Cristian [Sun, 13 Aug 2017 09:59:15 +0000 (12:59 +0300)]
libcares: c-ares bump to 1.13.0

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years agomwan3: fix bugs introduced in 815e83d4 4721/head
Marcin Jurkowski [Thu, 17 Aug 2017 11:20:10 +0000 (13:20 +0200)]
mwan3: fix bugs introduced in 815e83d4

Fixes the following bugs introduced in commit 815e83d4:
 - hotplug: invalid parameter order when initial interface state is "online",
   mwan3track expects initial state to be the third argument
 - hotplug: missing source ip address when initial interface state is "offline"
 - mwan3track: source ip address should be the fourth argument

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
6 years agonode: fix path patch 3751/head
Adrian Panella [Thu, 17 Aug 2017 06:06:13 +0000 (01:06 -0500)]
node: fix path patch

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
6 years agonode: bump version and add maintainer
Adrian Panella [Thu, 17 Aug 2017 01:50:29 +0000 (20:50 -0500)]
node: bump version and add maintainer

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
6 years agonode: bump version and tweak config
Adrian Panella [Tue, 3 Jan 2017 21:23:51 +0000 (15:23 -0600)]
node: bump version and tweak config

Bump version to 6.11.0
Add ICU dependency when using i18n
Tweak fpu configs

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
6 years agomemcached: bump to version 1.5.0
Thomas Heil [Wed, 16 Aug 2017 23:21:21 +0000 (01:21 +0200)]
memcached: bump to version 1.5.0

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agopcre: upgrade to version 8.41
Thomas Heil [Wed, 16 Aug 2017 23:18:45 +0000 (01:18 +0200)]
pcre: upgrade to version 8.41
 - fixes security issues

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agoapr: bump to version 1.6.2
Thomas Heil [Wed, 16 Aug 2017 23:17:44 +0000 (01:17 +0200)]
apr: bump to version 1.6.2

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agoapr-util: bump to 1.6.0
Thomas Heil [Wed, 16 Aug 2017 23:16:57 +0000 (01:16 +0200)]
apr-util: bump to 1.6.0

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agoapache: update to 2.4.47
Thomas Heil [Wed, 16 Aug 2017 23:09:28 +0000 (01:09 +0200)]
apache: update to 2.4.47
 - fixes security issues
  CVE-2017-7679, CVE-2017-7668, CVE-2017-7659, CVE-2017-3169
  CVE-2017-3167, CVE-2017-9788, CVE-2017-9789

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agohaproxy: update to 1.7.8 and pending patches
Thomas Heil [Wed, 16 Aug 2017 23:07:49 +0000 (01:07 +0200)]
haproxy: update to 1.7.8 and pending patches
 - fixes reload issue with hanging process

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agonginx: update lua-nginx to cdd2ae921f67bf396c743406493127be496e57ce
Thomas Heil [Wed, 16 Aug 2017 23:05:46 +0000 (01:05 +0200)]
nginx: update lua-nginx to cdd2ae921f67bf396c743406493127be496e57ce
 - fixes lua compilation issue

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agoddns-scripts: update PKG_RELEASE in Makefile 4713/head
Phil John [Wed, 16 Aug 2017 19:55:22 +0000 (20:55 +0100)]
ddns-scripts: update PKG_RELEASE in Makefile

As requested, bumping the PKG_RELEASE

Signed-off-by: Phil John <philjohn@gmail.com>
6 years agoMerge pull request #4706 from donvipre/nginx_1.12.1
Thomas Heil [Wed, 16 Aug 2017 19:45:27 +0000 (21:45 +0200)]
Merge pull request #4706 from donvipre/nginx_1.12.1

nginx: update to 1.12.1

6 years agoMerge pull request #4719 from TDT-GmbH/mwan3-add-mmx-config
Hannu Nyman [Wed, 16 Aug 2017 15:42:17 +0000 (18:42 +0300)]
Merge pull request #4719 from TDT-GmbH/mwan3-add-mmx-config

net/mwan3: add mmx config option over uci

6 years agomosquitto: properly use localhost instead of ipv4
Karl Palsson [Wed, 16 Aug 2017 14:54:08 +0000 (14:54 +0000)]
mosquitto: properly use localhost instead of ipv4

On some environments, connecting to localhost was resolving to ::1,
which didn't match the bind to the explicit 127.0.0.1.

Signed-off-by: Karl Palsson <karlp@etactica.com>
6 years agomosquitto: support more config options in UCI
Karl Palsson [Wed, 7 Jun 2017 16:44:36 +0000 (16:44 +0000)]
mosquitto: support more config options in UCI

Added many more UCI config options, particularly for bridge connections

The recently introduced username/password options for bridges are kept,
even though they have been deprecated upstream for a while.  In keeping
with this, while support is kept in UCI, the generated mosquitto.conf
file will always generate the "modern" remote_username/remote_password
options preferred by mosquitto instead.

Likewise for bridge clientid and remote_clientid options.

Signed-off-by: Karl Palsson <karlp@etactica.com>
6 years agonet/mwan3: update version 4719/head
Florian Eckert [Wed, 16 Aug 2017 12:37:06 +0000 (14:37 +0200)]
net/mwan3: update version

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/mwan3: make mwan3 mask configurable over uci
Florian Eckert [Mon, 14 Aug 2017 08:07:50 +0000 (10:07 +0200)]
net/mwan3: make mwan3 mask configurable over uci

Add new global config option mmx_mask.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agoMerge pull request #4714 from neheb/master
tripolar [Wed, 16 Aug 2017 09:24:09 +0000 (11:24 +0200)]
Merge pull request #4714 from neheb/master

ssh: Add umdns entry to the init script.

6 years agoMerge pull request #4709 from kdarbyshirebryant/nlbwmontweak
Jo-Philipp Wich [Wed, 16 Aug 2017 06:55:56 +0000 (08:55 +0200)]
Merge pull request #4709 from kdarbyshirebryant/nlbwmontweak

nlbwmon: preserve protocols mapping across sysupgrade

6 years agossh: Add umdns entry to the init script. 4714/head
Rosen Penev [Tue, 15 Aug 2017 06:58:12 +0000 (23:58 -0700)]
ssh: Add umdns entry to the init script.

This is usefull for hosts to discover the ssh server, especially
on macOS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agopulseaudio: don't link against libspeexdsp
Peter Wagner [Wed, 16 Aug 2017 02:03:06 +0000 (04:03 +0200)]
pulseaudio: don't link against libspeexdsp

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agontpd: move ntpq to ntp-utils
Peter Wagner [Wed, 16 Aug 2017 01:30:37 +0000 (03:30 +0200)]
ntpd: move ntpq to ntp-utils

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoacme: Make sure postrm script doesn't fail
Toke Høiland-Jørgensen [Tue, 15 Aug 2017 23:10:55 +0000 (01:10 +0200)]
acme: Make sure postrm script doesn't fail

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
6 years agoMerge pull request #4715 from aparcar/update_packages
Daniel Golle [Tue, 15 Aug 2017 17:07:23 +0000 (19:07 +0200)]
Merge pull request #4715 from aparcar/update_packages

rpcd-mod-attendedsysupgrade: uci update_packages

6 years agorpcd-mod-attendedsysupgrade: uci update_packages 4715/head
Paul Spooren [Tue, 15 Aug 2017 11:54:35 +0000 (13:54 +0200)]
rpcd-mod-attendedsysupgrade: uci update_packages

add uci option to set "update_packages". this options will lead the
luci-app-attendedsysupgrade to tell the update server to check for
package updates as well (not only release upgrades)

Signed-off-by: Paul Spooren <paul@spooren.de>
6 years agobuild,travis: prevent travis 10m logs timeout
Etienne Champetier [Tue, 15 Aug 2017 04:58:51 +0000 (21:58 -0700)]
build,travis: prevent travis 10m logs timeout

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agognurl: update to version 7.55.0
Daniel Golle [Tue, 15 Aug 2017 00:24:17 +0000 (02:24 +0200)]
gnurl: update to version 7.55.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agoddns-scripts: add support for dynu.com IPv6 update
Phil John [Mon, 14 Aug 2017 20:29:18 +0000 (21:29 +0100)]
ddns-scripts: add support for dynu.com IPv6 update

Dynu.com already support IPV6 updates using the parameter myipv6, adding to services_ipv6 to enable support in OpenWRT/LEDE

Signed-off-by: Phil John <philjohn@gmail.com>
6 years agoMerge pull request #4711 from aparcar/uci
Daniel Golle [Mon, 14 Aug 2017 17:22:38 +0000 (19:22 +0200)]
Merge pull request #4711 from aparcar/uci

rpcd-mod-attendedsysupgrade: simplify uci options

6 years agorpcd-mod-attendedsysupgrade: simplify uci options 4711/head
Paul Spooren [Mon, 14 Aug 2017 17:09:58 +0000 (19:09 +0200)]
rpcd-mod-attendedsysupgrade: simplify uci options

use named uci options

Signed-off-by: Paul Spooren <paul@spooren.de>
6 years agopython-gnupg: switch to python-gnupg 0.4.1
Daniel Golle [Mon, 14 Aug 2017 16:59:13 +0000 (18:59 +0200)]
python-gnupg: switch to python-gnupg 0.4.1

Aparently there are two python gnupg wrappers around
https://pypi.python.org/pypi/python-gnupg/
and
https://pypi.python.org/pypi/gnupg/

We used to package the latter, now we switched to the prior.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agopostgresql: update to version 9.6.4
Daniel Golle [Mon, 14 Aug 2017 15:26:44 +0000 (17:26 +0200)]
postgresql: update to version 9.6.4

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agonlbwmon: preserve protocols mapping across sysupgrade 4709/head
Kevin Darbyshire-Bryant [Mon, 14 Aug 2017 10:43:10 +0000 (11:43 +0100)]
nlbwmon: preserve protocols mapping across sysupgrade

Define package config files to preserve
/usr/share/nlbwmon/protocols across sysupgrade

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
6 years agobuild,travis: print build logs of the modified package only
Etienne Champetier [Mon, 14 Aug 2017 04:23:33 +0000 (21:23 -0700)]
build,travis: print build logs of the modified package only

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agobuild,travis: reduce verbosity so Travis don't kill the job
Etienne Champetier [Sun, 13 Aug 2017 23:24:38 +0000 (16:24 -0700)]
build,travis: reduce verbosity so Travis don't kill the job

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agobuild,travis: git rev-list can also error and return nothing
Etienne Champetier [Sun, 13 Aug 2017 22:37:18 +0000 (15:37 -0700)]
build,travis: git rev-list can also error and return nothing

"fatal: Invalid revision range XXX...YYY"

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agozabbix: update to 3.2.7
Etienne Champetier [Sun, 13 Aug 2017 01:35:46 +0000 (18:35 -0700)]
zabbix: update to 3.2.7

https://www.zabbix.com/rn3.2.7

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agobuild,travis: test build PRs (but don't fail for now)
Etienne Champetier [Sun, 13 Aug 2017 01:30:15 +0000 (18:30 -0700)]
build,travis: test build PRs (but don't fail for now)

Rework exec_status to use "tee" to continuously output logs
(so we don't trigger travis timeouts)

Only launch the compile test if everything else is ok
(spare Travis builders a bit)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agoglib2: update to 2.53.5
Peter Wagner [Sun, 13 Aug 2017 20:19:07 +0000 (22:19 +0200)]
glib2: update to 2.53.5

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoopenwisp-config: polarssl has been removed 4707/head
Philip Prindeville [Sun, 13 Aug 2017 18:31:36 +0000 (12:31 -0600)]
openwisp-config: polarssl has been removed

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agonginx: update to 1.12.1 4706/head
Uwe Arnold [Sun, 13 Aug 2017 16:40:38 +0000 (18:40 +0200)]
nginx: update to 1.12.1
Fixes: CVE-2017-7529
remove PKG_MD5SUM as it is deprecated

Signed-off-by: Uwe Arnold <donvipre@gmail.com>
6 years agoMerge pull request #4704 from commodo/python-pyopenssl-update
Hannu Nyman [Sun, 13 Aug 2017 16:51:12 +0000 (19:51 +0300)]
Merge pull request #4704 from commodo/python-pyopenssl-update

python-pyopenssl: bump to 17.2.0 ; add python3 variant ; add myself co-maintainer

6 years agopython-pyopenssl: bump to 17.2.0 ; add python3 variant ; add myself co-maintainer 4704/head
Alexandru Ardelean [Tue, 1 Aug 2017 07:15:00 +0000 (10:15 +0300)]
python-pyopenssl: bump to 17.2.0 ; add python3 variant ; add myself co-maintainer

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agoshadowsocks-libev: setting mode with default value tcp_only
Yousong Zhou [Sun, 13 Aug 2017 04:07:07 +0000 (12:07 +0800)]
shadowsocks-libev: setting mode with default value tcp_only

This is the default value taken by ss-server and ss-redir.  After this
change ss_rules section can still use those ss-redir instances who do
not have mode explicitly specified.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoRevert "btrfs-progs: update to 4.12"
Etienne Champetier [Sun, 13 Aug 2017 00:41:37 +0000 (17:41 -0700)]
Revert "btrfs-progs: update to 4.12"

This reverts commit 8592566b7621601cd8960441857db516f5f32a23.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agotravis,build: accept "Revert" commits
Etienne Champetier [Sun, 13 Aug 2017 00:35:59 +0000 (17:35 -0700)]
travis,build: accept "Revert" commits

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agoMerge pull request #4514 from alive4ever/mksh-R55
champtar [Sun, 13 Aug 2017 00:03:06 +0000 (17:03 -0700)]
Merge pull request #4514 from alive4ever/mksh-R55

mksh: bump to R55 and use PKG_HASH

6 years agoMerge pull request #4695 from dibdot/patch-1
champtar [Sat, 12 Aug 2017 19:01:15 +0000 (12:01 -0700)]
Merge pull request #4695 from dibdot/patch-1

dnscrypt-proxy: change start priority

6 years agodnscrypt-proxy: change start priority 4695/head
Dirk Brenken [Wed, 9 Aug 2017 19:43:16 +0000 (21:43 +0200)]
dnscrypt-proxy: change start priority

* adapt start priority to the new trigger based setup

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agoMerge pull request #4698 from D-Albers/btrfs-progs-4.12
Hannu Nyman [Sat, 12 Aug 2017 11:32:47 +0000 (14:32 +0300)]
Merge pull request #4698 from D-Albers/btrfs-progs-4.12

btrfs-progs: update to 4.12

6 years agobtrfs-progs: update to 4.12 4698/head
Daniel Albers [Sat, 12 Aug 2017 07:25:22 +0000 (09:25 +0200)]
btrfs-progs: update to 4.12

update to 4.12
remove PKG_MD5SUM

Signed-off-by: Daniel Albers <Daniel.Albers@public-files.de>
6 years agoMerge pull request #4696 from dibdot/travelmate
Hannu Nyman [Sat, 12 Aug 2017 06:23:06 +0000 (09:23 +0300)]
Merge pull request #4696 from dibdot/travelmate

travelmate: update to 0.9.2

6 years agotravelmate: update to 0.9.2 4696/head
Dirk Brenken [Sat, 12 Aug 2017 06:01:17 +0000 (08:01 +0200)]
travelmate: update to 0.9.2

* backend: fix typo in log message
* frontend: add/modify input datatypes in 'extra' section
* frontend: add support to edit/change wpa enterprise key phrases
* frontend: various small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agoMerge pull request #4689 from aparcar/keep_settings
Daniel Golle [Fri, 11 Aug 2017 23:12:50 +0000 (01:12 +0200)]
Merge pull request #4689 from aparcar/keep_settings

rpcd-mod-attendedsysupgrade: add keep_settings opt

6 years agorpcd-mod-attendedsysupgrade: add keep_settings opt 4689/head
Paul Spooren [Thu, 10 Aug 2017 18:35:17 +0000 (20:35 +0200)]
rpcd-mod-attendedsysupgrade: add keep_settings opt

as mentioned [here][1] some firmwares require to reset all settings.
this commit add a param "keep_settings" which changes the sysupgrade
parameter "-c" to "-n" to flush all configs

[1]: https://github.com/aparcar/gsoc17-attended-sysupgrade/issues/34

Signed-off-by: Paul Spooren <paul@spooren.de>
6 years agoMerge pull request #4693 from commodo/python-cryptography-update
Hannu Nyman [Fri, 11 Aug 2017 20:16:31 +0000 (23:16 +0300)]
Merge pull request #4693 from commodo/python-cryptography-update

python-cryptography: bump to version 2.0.3 ; add python-asn1crypto (dep required for python-cryptography)

6 years agopython-cryptography: bump to version 2.0.3 4693/head
Alexandru Ardelean [Tue, 1 Aug 2017 10:50:45 +0000 (13:50 +0300)]
python-cryptography: bump to version 2.0.3

The dependency has changed from needing `pyasn1`
to needing `asn1crypto`.
Oh well...

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython-asn1crypto: add new package (needed for python-cryptography)
Alexandru Ardelean [Fri, 11 Aug 2017 13:49:43 +0000 (16:49 +0300)]
python-asn1crypto: add new package (needed for python-cryptography)

Unfortunately python-cryptography (after version 2.0.<something>)
decided to replace `pyasn1` with `asn1crypto`.

Unfortunately `pyasn1` is needed for another package,
so it can't be dropped just yet.
Not sure if dropping it would bother people.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agoMerge pull request #4692 from commodo/pyasn1-updates
Hannu Nyman [Fri, 11 Aug 2017 13:50:40 +0000 (16:50 +0300)]
Merge pull request #4692 from commodo/pyasn1-updates

pyasn1,pyasn1_modules: update packages & add myself as 2nd maintainer to pyasn1_modules

6 years agopyasn1-modules: bump to version 0.0.11 ; add python3 variant ; add myself as maintainer 4692/head
Alexandru Ardelean [Tue, 1 Aug 2017 11:24:15 +0000 (14:24 +0300)]
pyasn1-modules: bump to version 0.0.11 ; add python3 variant ; add myself as maintainer

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agoMerge pull request #4690 from val-kulkov/subversion-package
Hannu Nyman [Fri, 11 Aug 2017 13:18:05 +0000 (16:18 +0300)]
Merge pull request #4690 from val-kulkov/subversion-package

subversion: update to 1.9.7

6 years agopython-pyasn1: bump to version 0.3.2
Alexandru Ardelean [Tue, 1 Aug 2017 10:48:25 +0000 (13:48 +0300)]
python-pyasn1: bump to version 0.3.2

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agogit: update to 2.14.1
Peter Wagner [Fri, 11 Aug 2017 10:59:58 +0000 (12:59 +0200)]
git: update to 2.14.1

Fixes: CVE-2017-1000117
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoffmpeg: enable lto build for arm and x86_64 4697/head
Ian Leonard [Tue, 8 Aug 2017 07:09:21 +0000 (00:09 -0700)]
ffmpeg: enable lto build for arm and x86_64

This toggles on Link-Time Optimization for arm and x86-64.

Compile tested on arm/bcm47xx, arm/mvebu, arm/imx6 and x86-64/generic

(Also compile tested on mips/ar71xx where it failed so this change is currently for specific arches.)

Size savings for libffmpeg were 2-3% when measured with libffmpeg-full and libffmpeg-mini.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
6 years agoffmpeg: let ffmpeg choose necessary parsers for audio-dec and custom
Ian Leonard [Tue, 8 Aug 2017 07:06:04 +0000 (00:06 -0700)]
ffmpeg: let ffmpeg choose necessary parsers for audio-dec and custom

This change allows ffmpeg's configure script to determine the necessary parsers based on
selected decoders & encoders. For libffmpeg-audio-dec, this changes from our selecting:

aac, ac3, flac, mpegaudio, opus and aac_latm

to ffmpeg's configure script selecting:

aac_latm, ac3, flac, mpegaudio

for minor space savings and a simpler Makefile to manage on our end.

In libffmpeg-custom, don't select any parsers when choosing decoders/encoders. I'm undecided
on removing the parser selection in its entirety here.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
6 years agoffmpeg: update to 3.2.7
Ian Leonard [Tue, 8 Aug 2017 06:54:09 +0000 (23:54 -0700)]
ffmpeg: update to 3.2.7

Removes the x86 optimization disables from the SOFT_FLOAT portion. There are no i386 profiles that do
not use hard float, so these options accomplish nothing.

Target-os=linux rules out dxva2 and vda, so disable statements are unnecessary.

For x86-64 users of libffmpeg-full, optimize around performance instead of size.

Remove patented flag requirement from mp2 and mp3 audio files in libffmpeg-custom per expiration.

Tidies up some of the configure steps where only one option is being changed or cosmetic consistency.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
6 years agosubversion: update to 1.9.7 4690/head
Val Kulkov [Thu, 10 Aug 2017 20:27:05 +0000 (16:27 -0400)]
subversion: update to 1.9.7

This is a straightforward update to the latest version that
fixes a security issue per CVE-2017-9800:
http://subversion.apache.org/security/CVE-2017-9800-advisory.txt

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
6 years agoMerge pull request #4688 from TDT-GmbH/mwan3-features
Hannu Nyman [Thu, 10 Aug 2017 18:22:44 +0000 (21:22 +0300)]
Merge pull request #4688 from TDT-GmbH/mwan3-features

net/mwan3: add new feature and bug fixes

6 years agoMerge pull request #4687 from kdarbyshirebryant/bumpwireguard
Hannu Nyman [Thu, 10 Aug 2017 13:41:59 +0000 (16:41 +0300)]
Merge pull request #4687 from kdarbyshirebryant/bumpwireguard

wireguard: bump to release 0.0.20170810

6 years agonet/mwan3: update version 4688/head
Florian Eckert [Thu, 10 Aug 2017 10:36:21 +0000 (12:36 +0200)]
net/mwan3: update version

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/mwan3: add hotplug script for hidden self interface generation
Florian Eckert [Fri, 4 Aug 2017 11:23:39 +0000 (13:23 +0200)]
net/mwan3: add hotplug script for hidden self interface generation

Add new globals config section with option local_source.

With this config option the self interface generation will be done now
automatically on hotplug event. You can specify which interface (ip)
sould be used for router traffic. To replace the self intereface in the
config set local_source to "lan".

The default option is none, so it will not change default behavior if a
"self" interface is configured in the network section.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/mwan3: add Makefile postinst and postrm for rpcd
Florian Eckert [Tue, 8 Aug 2017 07:31:34 +0000 (09:31 +0200)]
net/mwan3: add Makefile postinst and postrm for rpcd

Restart rpcd on package install/remove

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/mwan3: fix ipset generation in hotplug script with an lock
Florian Eckert [Wed, 2 Aug 2017 12:53:18 +0000 (14:53 +0200)]
net/mwan3: fix ipset generation in hotplug script with an lock

Fix critical section during hotplug events.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/mwan3: fix ubus json datatyp
Florian Eckert [Tue, 1 Aug 2017 07:24:32 +0000 (09:24 +0200)]
net/mwan3: fix ubus json datatyp

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/mwan3: expand ubus to show when last mwan3track check was done
Florian Eckert [Mon, 31 Jul 2017 11:57:51 +0000 (13:57 +0200)]
net/mwan3: expand ubus to show when last mwan3track check was done

To know how old the ubus output is, add an age parameter which indicats
how old the check informations on the interface are.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/mwan3: on startup mark interface online only if track_ip are reachable
Florian Eckert [Mon, 24 Jul 2017 08:59:50 +0000 (10:59 +0200)]
net/mwan3: on startup mark interface online only if track_ip are reachable

Add new interface config option "inital_state".

If interface comeing up the first time(mwan3 start, boot),
there are now two option for interface behaviour:

- online (default as is now)
  Set up interface regardless wether tracking ip are reachable or not.

- offline
  Set up interface first to ping tracking ip and if they are reachable set up
  the interface completely.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>