feed/packages.git
4 years agoadblock: release 3.8.0 9742/head
Dirk Brenken [Thu, 15 Aug 2019 12:02:30 +0000 (14:02 +0200)]
adblock: release 3.8.0

* add support for 'DNS File Reset', where the final DNS blockfile
  will be purged after DNS backend loading (save storage space).
  A small background service will be started to trace/handle
  dns backend reloads/restarts
* add support for the 'null' blocking variant in dnsmasq
  (via addn-hosts), which may provide better response times
  in dnsmasq
* enhance the report & search engine to support
  the new blocking variants. Search now includes
  backups & black-/whitelist as well
* compressed source list backups are now mandatory (default to '/tmp')
* speed up TLD compression
* E-Mail notification setup is now integrated in UCI/LuCI
* update the LuCI frontend to reflect all changes (separate PR)
* drop preliminary dnscrypt-proxy-support (use dnsmasq instead)
* drop additional 'dnsjail' blocklist support (not used by anyone)
* procd cleanups in init
* various shellcheck cleanups
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agoMerge pull request #9721 from neheb/gd2
Jo-Philipp Wich [Wed, 14 Aug 2019 08:06:39 +0000 (10:06 +0200)]
Merge pull request #9721 from neheb/gd2

libgd: Properly disable iconv support

4 years agolibgd: Properly disable iconv support 9721/head
Rosen Penev [Sat, 10 Aug 2019 20:44:07 +0000 (13:44 -0700)]
libgd: Properly disable iconv support

HAVE_ICONV and HAVE_ICONV_H are two different headers that both need to
evaluate to false. Added the extra CONFIGURE_VARS.

This can be verified by passing -Werror=implicit-function-declaration

Added PKG_LICENSE_FILES

Updated homepage URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9722 from champtar/master
Etienne Champetier [Wed, 14 Aug 2019 06:28:11 +0000 (23:28 -0700)]
Merge pull request #9722 from champtar/master

phantap: update to latest commit

4 years agophantap: update to latest commit 9722/head
Etienne Champetier [Wed, 14 Aug 2019 04:25:59 +0000 (21:25 -0700)]
phantap: update to latest commit

f5420af phantap: do not capture vlans
5d1bd13 phantap-learn: improve the BPF filter, exclude vlans
be6f7d9 Readme.md: we now support talking to the victim.
8789da5 README.md: fix typo

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
4 years agoMerge pull request #9659 from ynezz/upstream/ci-improvements
champtar [Wed, 14 Aug 2019 06:10:24 +0000 (23:10 -0700)]
Merge pull request #9659 from ynezz/upstream/ci-improvements

CI fixes and improvement

4 years agoMerge pull request #9704 from neheb/att
Rosen Penev [Tue, 13 Aug 2019 20:02:39 +0000 (13:02 -0700)]
Merge pull request #9704 from neheb/att

attr: Backport upstream patch fixing compilation without bzero

4 years agoattr: Backport upstream patch fixing compilation without bzero 9704/head
Rosen Penev [Mon, 12 Aug 2019 22:45:26 +0000 (15:45 -0700)]
attr: Backport upstream patch fixing compilation without bzero

Fixed up License information.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agocircleci: provide prereq output in the build log 9659/head
Petr Štetiar [Tue, 13 Aug 2019 13:20:15 +0000 (15:20 +0200)]
circleci: provide prereq output in the build log

Commit 200f2666fb1c ("sdk: fix GCC and Python dangling symlinks") in
master tree has forced prereq build step, which is now failing on the CI
as the Docker CI images are missing Python3 support, so now every build
fails with the following error:

 make: *** [staging_dir/host/.prereq-build] Error 1

which is not helpful due to the silenced output of `make defconfig >
/dev/null`, so let's add `make prereq` build step in order to get
something usable next time.

Reported-by: Karl Palsson <karlp@etactica.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
4 years agocircleci: use Docker image v1.0.4
Petr Štetiar [Tue, 13 Aug 2019 09:25:30 +0000 (11:25 +0200)]
circleci: use Docker image v1.0.4

This new image which is already available contains Python3 support.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
4 years agocircleci: make logs of build failures more readable
Petr Štetiar [Mon, 5 Aug 2019 08:50:08 +0000 (10:50 +0200)]
circleci: make logs of build failures more readable

Due to concurrent build, it's currently not that easy to find the proper
reason for the package build failure, so let's just build the failing
package with -j1 in order to provide more human readable build log
failures.

Ref: https://github.com/openwrt/packages/pull/9584#issuecomment-518038631
Signed-off-by: Petr Štetiar <ynezz@true.cz>
4 years agocircleci: add python3 package into Docker image
Petr Štetiar [Mon, 5 Aug 2019 08:42:49 +0000 (10:42 +0200)]
circleci: add python3 package into Docker image

We've switched to Python3 some time ago so it would make sense to
provide Python3 in the CI image as well.

Ref: https://github.com/openwrt/packages/pull/9584#issuecomment-518038631
Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
4 years agoMerge pull request #9695 from diizzyy/admin-netdata
Daniel Engberg [Mon, 12 Aug 2019 22:01:38 +0000 (00:01 +0200)]
Merge pull request #9695 from diizzyy/admin-netdata

netdata: Update to 1.16.1, disable https and dbengine

4 years agoMerge pull request #9699 from James-TR/pdns-4.1.13
Rosen Penev [Mon, 12 Aug 2019 20:07:42 +0000 (13:07 -0700)]
Merge pull request #9699 from James-TR/pdns-4.1.13

pdns: bump version to 4.1.13

4 years agoMerge pull request #9698 from commodo/python-ver-bumps
Hannu Nyman [Mon, 12 Aug 2019 16:28:58 +0000 (19:28 +0300)]
Merge pull request #9698 from commodo/python-ver-bumps

pytz,lxml,dateutil: bump package versions

4 years agoMerge pull request #9696 from commodo/python-src
Hannu Nyman [Mon, 12 Aug 2019 16:28:44 +0000 (19:28 +0300)]
Merge pull request #9696 from commodo/python-src

python-{asn1crypto,evdev,lxml}: add -src packages

4 years agonetdata: Update to 1.16.1, disable https and dbengine 9695/head
Daniel Engberg [Mon, 12 Aug 2019 00:33:31 +0000 (00:33 +0000)]
netdata: Update to 1.16.1, disable https and dbengine

Disable https and dbengine to get rid of openssl and liblz4
Add (lib)json-c as dependency
Disable anonymous statistics sent to Google Analytics

Source: https://github.com/netdata/netdata/blob/master/docs/anonymous-statistics.md

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
4 years agoMerge pull request #8611 from diizzyy/gh-issues
Hannu Nyman [Mon, 12 Aug 2019 14:30:11 +0000 (17:30 +0300)]
Merge pull request #8611 from diizzyy/gh-issues

repo: Add more information to the issue template

4 years agonet/mosquitto: bump to 1.6.4
Karl Palsson [Wed, 7 Aug 2019 16:50:59 +0000 (16:50 +0000)]
net/mosquitto: bump to 1.6.4

Full changelog here: https://mosquitto.org/blog/2019/08/version-1-6-4-released/

Fixes a regression in persistent session handling, and various other
regressions related to the mqtt5 support.

Signed-off-by: Karl Palsson <karlp@etactica.com>
4 years agodjango: move django* packages under django submenu
Eneas U de Queiroz [Tue, 9 Jul 2019 12:12:06 +0000 (09:12 -0300)]
django: move django* packages under django submenu

This changes the python[3]-django dependencies in packages to be
non-selecting, and adds an MDEPENDS line so that the *-src packages get
placed inside the django menu as well.

Added MENU:= to the src-package definitions in python[3]-package.mk,
so it does not import that setting from the binary package.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agoMerge pull request #8105 from amnonpaz/master
Daniel Engberg [Mon, 12 Aug 2019 11:47:48 +0000 (13:47 +0200)]
Merge pull request #8105 from amnonpaz/master

lua-openssl: Upgrade to v0.7.4

4 years agoMerge pull request #9697 from ja-pa/lmdb-0.9.24
Daniel Engberg [Mon, 12 Aug 2019 11:44:48 +0000 (13:44 +0200)]
Merge pull request #9697 from ja-pa/lmdb-0.9.24

lmdb: update to version 0.9.24

4 years agopdns: bump version to 4.1.13 9699/head
James Taylor [Mon, 12 Aug 2019 11:21:39 +0000 (21:21 +1000)]
pdns: bump version to 4.1.13

Bump PowerDNS Authoritative Nameserver to latest upstream 4.1.13

Signed-off-by: James Taylor <james@jtaylor.id.au>
4 years agoxl2tpd: bump to version 1.3.14
Yousong Zhou [Mon, 12 Aug 2019 08:47:47 +0000 (08:47 +0000)]
xl2tpd: bump to version 1.3.14

Changelog prepared by upstream project

* osport.h: replace SUSv3-specific functions by POSIX variants [Fabrice Fontaine]
* avp: Error Code field in Result Code AVP is optional [Pau Espin Pedrol]
* network_thread: Early continue in loop to remove huge indented block [Pau Espin Pedrol]
*  network_thread: Simplify while loop using for loop [Pau Espin Pedrol]
* network: connect_pppol2tp: early return to avoid huge indentation block [Pau Espin Pedrol]
* xl2tpd: start_pppd: Fix truncation of last character [Pau Espin Pedrol]
* handle_packet: Remove unneded else clause when handling payload [Pau Espin Pedrol]
* control: Split control message handling into its own function [Pau Espin Pedrol]
* handle_packet: Rearrange code flow to simplify it [Pau Espin Pedrol]
* avp: Early failure if no handler to remove indent block [Pau Espin Pedrol]
* xl2tpd: Mark internal symbols as static [Pau Espin Pedrol]
* Fix indentation and whitespace in code block [Pau Espin Pedrol]
* xl2tpd: Remove unused variable [Pau Espin Pedrol]
* network: Add missing close(kernel_fd) on init network failure [Pau Espin Pedrol]
* network: Add missing close(server_fd) on init network failure [Pau Espin Pedrol]
* Add 'cap backoff' option, limiting exponential backoff retries will
  be delayed by exponentially longer time, unless that time is capped
  by configuration. [Bart Trojanowski]
* Add program to show status icon in system tray. [Github user: username34]
* Add info on building and installing xl2tpd [Samir Hussain]
* Update formatting of README.md [Samir Hussain]
* Rename README.xl2tpd to README.md [Samir Hussain]
* Update Debian changelog [Samir Hussain]

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agolmdb: update to version 0.9.24 9697/head
Jan Pavlinec [Mon, 12 Aug 2019 09:02:39 +0000 (11:02 +0200)]
lmdb: update to version 0.9.24

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agopservice: shorten code
Yousong Zhou [Tue, 6 Aug 2019 04:14:47 +0000 (04:14 +0000)]
pservice: shorten code

 - use uci_load_validate()
 - remove stop_service()
 - fix validation of "args" option

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agoshadowsocks-libev: bump to version 3.3.1
Yousong Zhou [Mon, 12 Aug 2019 06:45:15 +0000 (06:45 +0000)]
shadowsocks-libev: bump to version 3.3.1

This should fix openwrt/packages#9346 ("shadowsocks-libev: undefined
behavior from unaligned access")

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agopython-{asn1crypto,evdev,lxml}: add -src packages 9696/head
Alexandru Ardelean [Mon, 12 Aug 2019 07:17:12 +0000 (10:17 +0300)]
python-{asn1crypto,evdev,lxml}: add -src packages

They seem to have become popular, so adding src packages for these as well.
Not bumping PKG_RELEASE intentionally, since these packages are new.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agopython-dateutil: bump to version 2.8.0 9698/head
Alexandru Ardelean [Mon, 12 Aug 2019 06:53:27 +0000 (09:53 +0300)]
python-dateutil: bump to version 2.8.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agopython-lxml: bump to version 4.4.1
Alexandru Ardelean [Mon, 12 Aug 2019 06:50:36 +0000 (09:50 +0300)]
python-lxml: bump to version 4.4.1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agopython-pytz: bump to version 2019.2
Alexandru Ardelean [Mon, 12 Aug 2019 06:47:16 +0000 (09:47 +0300)]
python-pytz: bump to version 2019.2

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agoMerge pull request #9088 from BKPepe/netdata
Daniel Engberg [Sun, 11 Aug 2019 22:25:51 +0000 (00:25 +0200)]
Merge pull request #9088 from BKPepe/netdata

netdata: update to version 1.16.0

4 years agolibnetwork: Exclude unsupported architectures
Gerard Ryan [Tue, 23 Jul 2019 10:29:43 +0000 (20:29 +1000)]
libnetwork: Exclude unsupported architectures

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agodocker-ce: Updated to 19.03.1
Gerard Ryan [Sat, 3 Aug 2019 09:43:06 +0000 (19:43 +1000)]
docker-ce: Updated to 19.03.1

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agolibnetwork: Updated to fc5a7d91 for docker 19.03.1
Gerard Ryan [Sat, 3 Aug 2019 09:44:54 +0000 (19:44 +1000)]
libnetwork: Updated to fc5a7d91 for docker 19.03.1

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agocollectd: bump PKG_RELEASE to 4
Yousong Zhou [Fri, 9 Aug 2019 13:33:53 +0000 (13:33 +0000)]
collectd: bump PKG_RELEASE to 4

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agocollectd: remove the patch scaling ping_droprate from 0-1 to 0-100
Yousong Zhou [Fri, 9 Aug 2019 13:32:56 +0000 (13:32 +0000)]
collectd: remove the patch scaling ping_droprate from 0-1 to 0-100

Upstream project's behaviour of reporting this data source in range 0-1
is used by at least CentOS 7 collectd 5.8.1, very likely the same
behaviour is also in widely use by other distributions.

The change is important for providing consistent experience across
collectd deployments on different environments

Ref: https://github.com/collectd/collectd/pull/3244
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agocollectd: use uname to get default Hostname
Yousong Zhou [Fri, 9 Aug 2019 13:08:39 +0000 (13:08 +0000)]
collectd: use uname to get default Hostname

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agocollectd: log stderr output
Yousong Zhou [Fri, 9 Aug 2019 03:10:08 +0000 (03:10 +0000)]
collectd: log stderr output

Collectd without log type plugin loaded will write log lines to stderr.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agoMerge pull request #9673 from Ansuel/path-fix
Rosen Penev [Fri, 9 Aug 2019 19:01:34 +0000 (12:01 -0700)]
Merge pull request #9673 from Ansuel/path-fix

intltool: fix broken compile on WSL

4 years agoMerge pull request #9674 from neheb/lcd2
Rosen Penev [Fri, 9 Aug 2019 16:16:13 +0000 (09:16 -0700)]
Merge pull request #9674 from neheb/lcd2

lcdproc: Fix non x86 platforms on musl

4 years agoredis: add new package
Jan Pavlinec [Mon, 20 May 2019 08:42:40 +0000 (10:42 +0200)]
redis: add new package

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #9662 from Payne-X6/master
Josef Schlehofer [Fri, 9 Aug 2019 13:18:55 +0000 (15:18 +0200)]
Merge pull request #9662 from Payne-X6/master

knot: update to 2.8.3

4 years agoknot: update to 2.8.3 9662/head
Jan Hák [Mon, 5 Aug 2019 13:00:25 +0000 (15:00 +0200)]
knot: update to 2.8.3

Added lmdb dependency

Signed-off-by: Jan Hák <jan.hak@nic.cz>
4 years agoyggdrasil: properly call the daemon with procd
William Fleurant [Wed, 7 Aug 2019 23:45:27 +0000 (19:45 -0400)]
yggdrasil: properly call the daemon with procd

Signed-off-by: William Fleurant <meshnet@protonmail.com>
4 years agoyggdrasil: match contributing.md order of config section
William Fleurant [Mon, 5 Aug 2019 02:36:02 +0000 (22:36 -0400)]
yggdrasil: match contributing.md order of config section

Signed-off-by: William Fleurant <meshnet@protonmail.com>
4 years agoyggdrasil: package LICENSE filename, update license id name
William Fleurant [Mon, 5 Aug 2019 02:26:27 +0000 (22:26 -0400)]
yggdrasil: package LICENSE filename, update license id name

Signed-off-by: William Fleurant <meshnet@protonmail.com>
4 years agoyggdrasil: bump to 0.3.6
William Fleurant [Sun, 4 Aug 2019 21:54:23 +0000 (17:54 -0400)]
yggdrasil: bump to 0.3.6

Signed-off-by: William Fleurant <meshnet@protonmail.com>
4 years agoMerge pull request #9529 from neheb/inl
Rosen Penev [Thu, 8 Aug 2019 21:02:56 +0000 (14:02 -0700)]
Merge pull request #9529 from neheb/inl

perl updates

4 years agoMerge pull request #9476 from neheb/foss
Rosen Penev [Thu, 8 Aug 2019 17:23:59 +0000 (10:23 -0700)]
Merge pull request #9476 from neheb/foss

fossil: Remove

4 years agoMerge pull request #9618 from neheb/ecd
Rosen Penev [Thu, 8 Aug 2019 17:21:53 +0000 (10:21 -0700)]
Merge pull request #9618 from neheb/ecd

ecdsautils: Cleanup Makefile to modern standards

4 years agoMerge pull request #9613 from neheb/lz42
Rosen Penev [Thu, 8 Aug 2019 17:21:27 +0000 (10:21 -0700)]
Merge pull request #9613 from neheb/lz42

liblz4: Remove deprecated utime function

4 years agoMerge pull request #9617 from neheb/yajj
Rosen Penev [Thu, 8 Aug 2019 17:20:59 +0000 (10:20 -0700)]
Merge pull request #9617 from neheb/yajj

mpd: Add SoundCloud support for full variant

4 years agoliblz4: Remove deprecated utime function 9613/head
Rosen Penev [Wed, 31 Jul 2019 05:17:20 +0000 (22:17 -0700)]
liblz4: Remove deprecated utime function

Optionally fixes compilation with uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9607 from neheb/ldap
Rosen Penev [Thu, 8 Aug 2019 16:49:31 +0000 (09:49 -0700)]
Merge pull request #9607 from neheb/ldap

openldap: Add static function declaration

4 years agoMerge pull request #9560 from cotequeiroz/tessdata
Rosen Penev [Thu, 8 Aug 2019 16:49:04 +0000 (09:49 -0700)]
Merge pull request #9560 from cotequeiroz/tessdata

tessdata: reorganize menu

4 years agoMerge pull request #9604 from neheb/dum
Rosen Penev [Thu, 8 Aug 2019 16:48:31 +0000 (09:48 -0700)]
Merge pull request #9604 from neheb/dum

dump1090: Update to version 3.7.1

4 years agoMerge pull request #9588 from RussellSenior/update-gpsd
Rosen Penev [Thu, 8 Aug 2019 16:46:56 +0000 (09:46 -0700)]
Merge pull request #9588 from RussellSenior/update-gpsd

gpsd: update to v3.19

4 years agoMerge pull request #9670 from mrstegeman/remove
Rosen Penev [Thu, 8 Aug 2019 16:42:49 +0000 (09:42 -0700)]
Merge pull request #9670 from mrstegeman/remove

node-mozilla-iot-gateway: Remove package

4 years agoMerge pull request #9676 from dengqf6/upnpc
Rosen Penev [Thu, 8 Aug 2019 16:39:12 +0000 (09:39 -0700)]
Merge pull request #9676 from dengqf6/upnpc

miniupnpc: update to 2.1.20190625

4 years agoMerge pull request #9660 from liudf0716/master-kcptun
Rosen Penev [Thu, 8 Aug 2019 16:38:13 +0000 (09:38 -0700)]
Merge pull request #9660 from liudf0716/master-kcptun

kcptun: add new package

4 years agoMerge pull request #9675 from dengqf6/zt1
Rosen Penev [Thu, 8 Aug 2019 16:36:25 +0000 (09:36 -0700)]
Merge pull request #9675 from dengqf6/zt1

zerotier: fix linking to libnatpmp

4 years agoMerge pull request #9679 from dibdot/travelmate
Dirk Brenken [Thu, 8 Aug 2019 11:15:59 +0000 (13:15 +0200)]
Merge pull request #9679 from dibdot/travelmate

travelmate: update 1.4.11

4 years agotravelmate: update 1.4.11 9679/head
Dirk Brenken [Thu, 8 Aug 2019 10:57:59 +0000 (12:57 +0200)]
travelmate: update 1.4.11

* fix logical glitch in last commit

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agozerotier: fix linking to libnatpmp and build with uclibc 9675/head
DENG Qingfang [Thu, 8 Aug 2019 09:05:25 +0000 (17:05 +0800)]
zerotier: fix linking to libnatpmp and build with uclibc

Makefile always checks the existence of host's NAT-PMP header,
which results in internal NAT-PMP code being used if it's missing.

Add a patch to make it check targets' header instead.

Use aligned_alloc() instead of valloc() in case of uclibc.

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
4 years agoMerge pull request #9576 from TDT-AG/pr/20190726-keepalived
Florian Eckert [Thu, 8 Aug 2019 06:48:07 +0000 (08:48 +0200)]
Merge pull request #9576 from TDT-AG/pr/20190726-keepalived

keepalived: update version to 2.0.18

4 years agominiupnpc: update to 2.1.20190625 9676/head
DENG Qingfang [Thu, 8 Aug 2019 06:11:14 +0000 (14:11 +0800)]
miniupnpc: update to 2.1.20190625

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
4 years agokcptun: add new package 9660/head
Dengfeng Liu [Mon, 5 Aug 2019 12:10:04 +0000 (20:10 +0800)]
kcptun: add new package

kcptun is a stable & secure tunnel based on kcp with N:M multiplexing.
https://github.com/xtaci/kcptun

Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
4 years agolcdproc: Fix non x86 platforms on musl 9674/head
Rosen Penev [Wed, 7 Aug 2019 22:24:55 +0000 (15:24 -0700)]
lcdproc: Fix non x86 platforms on musl

Musl only specifies in/outb for x86/x86. Use the fallback path in case
musl is used.

This should fail compilation during the linking stage but for some reason
does not. Will do if -Werror=implicit-function-declaration is specified.

Fixed up license information.

Other small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agointltool: fix broken compile on WSL 9673/head
Ansuel Smith [Wed, 7 Aug 2019 11:42:26 +0000 (13:42 +0200)]
intltool: fix broken compile on WSL

If PATH contains space, like in WSL where you have also Windows dir, compilation of this package is broken.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
4 years agoMerge pull request #9574 from neheb/gdd
Rosen Penev [Wed, 7 Aug 2019 07:21:56 +0000 (00:21 -0700)]
Merge pull request #9574 from neheb/gdd

gddrescue: Add uClibc-ng support

4 years agoMerge pull request #9602 from dengqf6/ngx-br
Daniel Engberg [Tue, 6 Aug 2019 21:51:49 +0000 (23:51 +0200)]
Merge pull request #9602 from dengqf6/ngx-br

nginx: update brotli module

4 years agoMerge pull request #9668 from dibdot/travelmate
Daniel Engberg [Tue, 6 Aug 2019 21:50:23 +0000 (23:50 +0200)]
Merge pull request #9668 from dibdot/travelmate

travelmate: update 1.4.10

4 years agoMerge pull request #9669 from dibdot/banIP
Daniel Engberg [Tue, 6 Aug 2019 21:49:58 +0000 (23:49 +0200)]
Merge pull request #9669 from dibdot/banIP

banip: update 0.1.5

4 years agonode-mozilla-iot-gateway: Remove package 9670/head
Michael Stegeman [Tue, 6 Aug 2019 16:33:53 +0000 (08:33 -0800)]
node-mozilla-iot-gateway: Remove package

As the WebThings Gateway moves into a full-fledged router
distribution, it no longer makes sense to have this as a
standalone package, as it now modifies system-wide settings.

References #9629
References mozilla-iot/gateway#2060
References https://gitlab.labs.nic.cz/turris/turris-os-packages/issues/452

Signed-off-by: Michael Stegeman <michael@stegeman.me>
4 years agobanip: update 0.1.5 9669/head
Dirk Brenken [Tue, 6 Aug 2019 13:53:46 +0000 (15:53 +0200)]
banip: update 0.1.5

* add extra options to control auto-addons to
  blacklist & whitelist ('ban_autoblacklist' & 'ban_autowhitelist',
  both enabled by default). If disabled auto-addons are only stored
  temporary in the black/whitelist ipset but not in the list itself,
  fixes #9631
* remove old, no longer needed procd workaround
* remove 'zeus' source from default config (discontinued)

Signed-off-by: Dirk Brenken <dev@brenken.org>
Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agotravelmate: update 1.4.10 9668/head
Dirk Brenken [Tue, 6 Aug 2019 13:29:00 +0000 (15:29 +0200)]
travelmate: update 1.4.10

* add missing dnsmasq dependency
* add a captive portal auto-login hook (configurable via uci/LuCI),
  you could reference an external auto-login script - see readme
* provide an auto-login script for german ICE hotspots
  (/etc/travelmate/wifionice.login), requires 'curl'
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agokeepalived: update version to 2.0.18 9576/head
Florian Eckert [Mon, 8 Jul 2019 06:17:13 +0000 (08:17 +0200)]
keepalived: update version to 2.0.18

Update version to 2.0.18

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agokeepalived: fix shellcheck warnings
Florian Eckert [Mon, 29 Jul 2019 08:42:17 +0000 (10:42 +0200)]
keepalived: fix shellcheck warnings

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agoMerge pull request #9645 from neheb/nsd
Vasilis Tsiligiannis [Tue, 6 Aug 2019 10:26:14 +0000 (13:26 +0300)]
Merge pull request #9645 from neheb/nsd

nsd: Update to 4.2.1

4 years agoMerge pull request #9665 from val-kulkov/graphicsmagick-package
Daniel Engberg [Tue, 6 Aug 2019 09:01:48 +0000 (11:01 +0200)]
Merge pull request #9665 from val-kulkov/graphicsmagick-package

graphicsmagick: update to the latest release

4 years agobtrfs-progs: scan devices in preinit instead of init script 9647/head
Karel Kočí [Mon, 5 Aug 2019 11:47:17 +0000 (13:47 +0200)]
btrfs-progs: scan devices in preinit instead of init script

There is no gain to do device scan in init. Commonly we want to always
scan BTRFS devices to ensure that after boot raids are correctly linked.
It should be done before any init script tries to mount any raid FS.

Comparing init scripts and preinit scripts there are I think two primary
considerations. First is if user is expected to restart/reload/stop
given service on will. I think that there is no such reason for this as
user can easily enough just call btrfs utility it self. Second
consideration is if it makes sense to have it optional. This means if we
want to have ability to enable and disable given service. I think that
there is no such need in this case. It is pretty much doing nothing if
you don't have BTRFS FS connected and when you have you probably want to
scan it.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
4 years agobtrfs-progs: use box version of btrfs tool (busybox like)
Karel Kočí [Mon, 5 Aug 2019 11:31:52 +0000 (13:31 +0200)]
btrfs-progs: use box version of btrfs tool (busybox like)

This instead of building every tool separately builds one btrfs binary
and additional tools are links to this binary. This is same approach as
busybox is using.

This splits list of tools to two. boxprogs are tools that are boxed to
code btrfs binary and progs are tools that are not.
This also overload default all make target of Build/Compile and instead
builds (unified) btrfs.progs and separate progs.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
4 years agobtrfs-progs: Update to version 5.2.1
Josef Schlehofer [Sun, 4 Aug 2019 17:55:14 +0000 (19:55 +0200)]
btrfs-progs: Update to version 5.2.1

GPL-2.0 is deprecated License Identifier according to SPDX.
- Correct it to GPL-2.0-only

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agopservice: initial version
Yousong Zhou [Sun, 4 Aug 2019 15:36:08 +0000 (15:36 +0000)]
pservice: initial version

The can be convenient for running commands or services as procd services
without needing to separately write initscripts, just uci configuration.

The package was imported from [1].

 [1] https://github.com/yousong/waller/tree/0a85f5c75fb70627f68cbbcab4807e02e3299e2e/pservice

Ref: https://github.com/yousong/waller/issues/1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agographicsmagick: update to the latest release 9665/head
Val Kulkov [Mon, 5 Aug 2019 19:13:55 +0000 (15:13 -0400)]
graphicsmagick: update to the latest release

Update to v1.3.33, the latest official release. This release is the
product of significant bug and security fixes due to GraphicsMagick
participating in Google's oss-fuzz project.  This release fixes 7
issues detected by oss-fuzz as well as a number of issues reported
via the SourceForge bug tracker, or discovered via testing.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
4 years agoMerge pull request #9634 from neheb/bbbbb
Rosen Penev [Mon, 5 Aug 2019 19:04:00 +0000 (12:04 -0700)]
Merge pull request #9634 from neheb/bbbbb

libsigar: Add missing header

4 years agoMerge pull request #9663 from val-kulkov/subversion-package
Hannu Nyman [Mon, 5 Aug 2019 19:03:32 +0000 (22:03 +0300)]
Merge pull request #9663 from val-kulkov/subversion-package

subversion: update to the latest release

4 years agoMerge pull request #9664 from val-kulkov/imagemagick-package
Hannu Nyman [Mon, 5 Aug 2019 19:03:06 +0000 (22:03 +0300)]
Merge pull request #9664 from val-kulkov/imagemagick-package

imagemagick: update to v.7.0.8-59

4 years agoMerge pull request #9635 from neheb/jhfehkf
Rosen Penev [Mon, 5 Aug 2019 19:01:38 +0000 (12:01 -0700)]
Merge pull request #9635 from neheb/jhfehkf

mt-st: Add missing header

4 years agoimagemagick: update to v.7.0.8-59 9664/head
Val Kulkov [Mon, 5 Aug 2019 18:27:21 +0000 (14:27 -0400)]
imagemagick: update to v.7.0.8-59

Update to the latest official release.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
4 years agosubversion: update to the latest release 9663/head
Val Kulkov [Mon, 5 Aug 2019 17:35:34 +0000 (13:35 -0400)]
subversion: update to the latest release

Update to the latest maintenance release, fixing CVE-2018-11782 and
CVE-2019-0203 among other things.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
4 years agoMerge pull request #9652 from salim-b/patch-1
Rosen Penev [Mon, 5 Aug 2019 17:21:17 +0000 (10:21 -0700)]
Merge pull request #9652 from salim-b/patch-1

stubby: Fix UCI command in README

4 years agoMerge pull request #9658 from champtar/master
champtar [Mon, 5 Aug 2019 14:33:06 +0000 (07:33 -0700)]
Merge pull request #9658 from champtar/master

phantap: new version

4 years agophantap: update to latest commit 9658/head
Etienne Champetier [Mon, 5 Aug 2019 06:48:29 +0000 (23:48 -0700)]
phantap: update to latest commit

This includes a major bug fix (2ed9c76) and some minor fixes/improvements

f104742 phantap-learn: do not use proto for ip neigh
9849b0f phantap-learn: cleanup
159653d Readme.md: update install instructions
ff3acc2 phantap: add support for talking to victim.
2ed9c76 phantap: Fix MAC snat
f6f2d2d Phantap: fix dns configuration
40fa14b phantap: look at DNS response instead of request
0d62deb Improve Readme

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
4 years agoMerge pull request #9657 from gladiac1337/haproxy-2.0.3-master-2
Daniel Engberg [Mon, 5 Aug 2019 08:02:15 +0000 (10:02 +0200)]
Merge pull request #9657 from gladiac1337/haproxy-2.0.3-master-2

haproxy: Update all patches for HAProxy v2.0.3

4 years agohaproxy: Update all patches for HAProxy v2.0.3 9657/head
Christian Lachner [Mon, 5 Aug 2019 07:24:49 +0000 (09:24 +0200)]
haproxy: Update all patches for HAProxy v2.0.3

- Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.3.html)
- Raise PKG_RELEASE to 2

Signed-off-by: Christian Lachner <gladiac@gmail.com>
4 years agoMerge pull request #9648 from jefferyto/python-pyasn1-0.4.6
Rosen Penev [Mon, 5 Aug 2019 05:50:34 +0000 (22:50 -0700)]
Merge pull request #9648 from jefferyto/python-pyasn1-0.4.6

python-pyasn1: Update to 0.4.6

4 years agoMerge pull request #9650 from jefferyto/python-pyasn1-modules-0.2.6
Rosen Penev [Mon, 5 Aug 2019 05:50:16 +0000 (22:50 -0700)]
Merge pull request #9650 from jefferyto/python-pyasn1-modules-0.2.6

python-pyasn1-modules: Update to 0.2.6

4 years agoMerge pull request #9632 from neheb/rd
Rosen Penev [Mon, 5 Aug 2019 04:37:15 +0000 (21:37 -0700)]
Merge pull request #9632 from neheb/rd

libredblack: Update to 1.3