feed/packages.git
4 years agoMerge pull request #9725 from alinnastac/libcap-pkgconfig
Rosen Penev [Sat, 17 Aug 2019 19:03:33 +0000 (12:03 -0700)]
Merge pull request #9725 from alinnastac/libcap-pkgconfig

libcap: copy pkgconfig file in staging directory

4 years agoMerge pull request #9744 from PolynomialDivision/feature/add_radiotap
Rosen Penev [Sat, 17 Aug 2019 19:00:05 +0000 (12:00 -0700)]
Merge pull request #9744 from PolynomialDivision/feature/add_radiotap

libradiotap: add radiotap parsing library

4 years agoMerge pull request #9743 from cotequeiroz/squashfs-tools
Rosen Penev [Sat, 17 Aug 2019 18:58:40 +0000 (11:58 -0700)]
Merge pull request #9743 from cotequeiroz/squashfs-tools

squashfs-tools: need to include sys/sysmacros.h

4 years agoMerge pull request #9726 from cotequeiroz/log4cplus_hostpkg
Rosen Penev [Sat, 17 Aug 2019 18:57:51 +0000 (11:57 -0700)]
Merge pull request #9726 from cotequeiroz/log4cplus_hostpkg

log4cplus: install host libraries into lib

4 years agoMerge pull request #9757 from BKPepe/sentrysdk
Rosen Penev [Sat, 17 Aug 2019 18:57:15 +0000 (11:57 -0700)]
Merge pull request #9757 from BKPepe/sentrysdk

python-sentry-sdk: Update to version 0.10.2

4 years agoMerge pull request #9759 from BKPepe/ytdl
Rosen Penev [Sat, 17 Aug 2019 18:57:06 +0000 (11:57 -0700)]
Merge pull request #9759 from BKPepe/ytdl

youtube-dl: Update to version 2019.8.13

4 years agoMerge pull request #9708 from mstorchak/luaposix
Rosen Penev [Sat, 17 Aug 2019 18:56:45 +0000 (11:56 -0700)]
Merge pull request #9708 from mstorchak/luaposix

luaposix: update to v34.1.1

4 years agoMerge pull request #9571 from damadmai/mwan3-allips
Florian Eckert [Sat, 17 Aug 2019 12:18:11 +0000 (14:18 +0200)]
Merge pull request #9571 from damadmai/mwan3-allips

mwan3: Add missing IPs to wanb

4 years agoMerge pull request #9760 from jefferyto/host-python-mac
Rosen Penev [Sat, 17 Aug 2019 06:00:19 +0000 (23:00 -0700)]
Merge pull request #9760 from jefferyto/host-python-mac

python,python3: Fix host Python compilation for macOS

4 years agopython,python3: Fix host Python compilation for macOS 9760/head
Jeffery To [Fri, 16 Aug 2019 20:45:58 +0000 (04:45 +0800)]
python,python3: Fix host Python compilation for macOS

* Remove $$$$(pkg-config --static --libs libcrypto libssl) from
  HOST_LDFLAGS

  Having this leads to an "unknown type name 'u_int'" error on Mac.
  Removing it doesn't appear to affect Python's ability to find
  buildroot LibreSSL.

* Change -Wl,-rpath=... to -Wl,-rpath,... in HOST_LDFLAGS

  The equals sign version is not supported by the Mac linker (appears to
  be an GNU extension). The comma version is supported; -rpath and its
  argument will be separated by a space when passed to the linker.

* Add ac_cv_header_libintl_h=no to HOST_CONFIGURE_VARS for Mac

  Python on Mac doesn't expect to use libintl, but if gettext-full is
  compiled for host, it will try, leading to undefined symbol errors
  during compilation. This prevents configure from finding libintl.h.

Fixes #7171.
Fixes #9621.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoyoutube-dl: Update to version 2019.8.13 9759/head
Josef Schlehofer [Fri, 16 Aug 2019 18:30:51 +0000 (20:30 +0200)]
youtube-dl: Update to version 2019.8.13

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agolibradiotap: add radiotap parsing library 9744/head
Nick Hainke [Thu, 15 Aug 2019 16:09:12 +0000 (18:09 +0200)]
libradiotap: add radiotap parsing library

Add library for parsing RadioTap Headers.

Signed-off-by: Nick Hainke <vincent@systemli.org>
4 years agopython-sentry-sdk: Update to version 0.10.2 9757/head
Josef Schlehofer [Fri, 16 Aug 2019 15:30:35 +0000 (17:30 +0200)]
python-sentry-sdk: Update to version 0.10.2

Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
4 years agoMerge pull request #9742 from dibdot/adblock
Dirk Brenken [Fri, 16 Aug 2019 04:14:51 +0000 (06:14 +0200)]
Merge pull request #9742 from dibdot/adblock

adblock: release 3.8.0

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 agosquashfs-tools: need to include sys/sysmacros.h 9743/head
Eneas U de Queiroz [Thu, 15 Aug 2019 11:47:02 +0000 (08:47 -0300)]
squashfs-tools: need to include sys/sysmacros.h

The inclusion of <sys/sysmacros.h> by <sys/types.h> was deprecated and
removed.  This is causing major, minor, and makedev to be undefined.

The patch is an upstream commit fixing it.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agoluaposix: update to v34.1.1 9708/head
Maxim Storchak [Mon, 12 Aug 2019 18:32:46 +0000 (20:32 +0200)]
luaposix: update to v34.1.1

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
4 years agoMerge pull request #9739 from champtar/master
Etienne Champetier [Thu, 15 Aug 2019 04:16:23 +0000 (21:16 -0700)]
Merge pull request #9739 from champtar/master

prometheus-node-exporter-lua: add target & system to OpenWrt collector

4 years agoprometheus-node-exporter-lua: add target & system to OpenWrt collector 9739/head
Etienne Champetier [Thu, 15 Aug 2019 03:48:48 +0000 (20:48 -0700)]
prometheus-node-exporter-lua: add target & system to OpenWrt collector

Before:
node_openwrt_info{revision="r10756+1-7546be6007",model="GL.iNet GL-AR150",id="OpenWrt",board_name="glinet,gl-ar150",release="SNAPSHOT"} 1

After:
node_openwrt_info{revision="r10756+1-7546be6007",target="ath79/generic",board_name="glinet,gl-ar150",id="OpenWrt",model="GL.iNet GL-AR150",release="SNAPSHOT",system="Atheros AR9330 rev 1"} 1

Fixes #9730, replace #9735

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
4 years agoMerge pull request #9713 from jefferyto/python-twisted-19.7.0
Rosen Penev [Wed, 14 Aug 2019 19:13:59 +0000 (12:13 -0700)]
Merge pull request #9713 from jefferyto/python-twisted-19.7.0

python-twisted: Update to 19.7.0, refresh patches

4 years agoMerge pull request #9729 from cotequeiroz/onig
Rosen Penev [Wed, 14 Aug 2019 18:01:27 +0000 (11:01 -0700)]
Merge pull request #9729 from cotequeiroz/onig

oniguruma: update to release 6.9.3

4 years agoMerge pull request #9701 from cotequeiroz/https-dns-proxy_clang
Rosen Penev [Wed, 14 Aug 2019 16:54:43 +0000 (09:54 -0700)]
Merge pull request #9701 from cotequeiroz/https-dns-proxy_clang

https-dns-proxy: avoid picking up host clang-tidy

4 years agoMerge pull request #9692 from RussellSenior/patch-cve-13638
Rosen Penev [Wed, 14 Aug 2019 16:53:53 +0000 (09:53 -0700)]
Merge pull request #9692 from RussellSenior/patch-cve-13638

patch: apply upstream patch for CVE-2019-13638

4 years agoMerge pull request #9687 from neheb/libup
Rosen Penev [Wed, 14 Aug 2019 16:53:05 +0000 (09:53 -0700)]
Merge pull request #9687 from neheb/libup

libupnpp and upmpdcli

4 years agoMerge pull request #9681 from cshoredaniel/pr-msmtp-scripts-update
Rosen Penev [Wed, 14 Aug 2019 16:49:31 +0000 (09:49 -0700)]
Merge pull request #9681 from cshoredaniel/pr-msmtp-scripts-update

msmtp-scripts: Update to new official upstream; coexist with msmtp

4 years agoMerge pull request #9684 from eglooca/master
Rosen Penev [Wed, 14 Aug 2019 16:47:49 +0000 (09:47 -0700)]
Merge pull request #9684 from eglooca/master

netifyd: Updated to v2.91.

4 years agoMerge pull request #9711 from mwarning/zerotier
Rosen Penev [Wed, 14 Aug 2019 16:46:48 +0000 (09:46 -0700)]
Merge pull request #9711 from mwarning/zerotier

zerotier: udpate to 1.4.2

4 years agoMerge pull request #9689 from cotequeiroz/clamav_xml
Rosen Penev [Wed, 14 Aug 2019 16:38:57 +0000 (09:38 -0700)]
Merge pull request #9689 from cotequeiroz/clamav_xml

clamav: avoid host pickup of libxml2

4 years agoMerge pull request #9724 from ja-pa/redis-uclibc
Rosen Penev [Wed, 14 Aug 2019 16:36:20 +0000 (09:36 -0700)]
Merge pull request #9724 from ja-pa/redis-uclibc

redis: fix compilation for uClibc

4 years agoMerge pull request #9667 from ja-pa/subversion-cpe-id
Rosen Penev [Wed, 14 Aug 2019 16:26:02 +0000 (09:26 -0700)]
Merge pull request #9667 from ja-pa/subversion-cpe-id

subversion: polish Makefile

4 years agooniguruma: update to release 6.9.3 9729/head
Eneas U de Queiroz [Wed, 14 Aug 2019 14:07:13 +0000 (11:07 -0300)]
oniguruma: update to release 6.9.3

This release incorporates fixes for CVE-2019-13224 and CVE-2019-13225,
and "fixed many problems (found by libfuzzer programs)."

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agozerotier: udpate to 1.4.2 9711/head
Moritz Warning [Tue, 13 Aug 2019 14:58:48 +0000 (16:58 +0200)]
zerotier: udpate to 1.4.2

Signed-off-by: Moritz Warning <moritzwarning@web.de>
4 years agopython-twisted: Update to 19.7.0, refresh patches 9713/head
Jeffery To [Tue, 13 Aug 2019 19:55:26 +0000 (03:55 +0800)]
python-twisted: Update to 19.7.0, refresh patches

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agodjango-simple-captcha: bump to 0.5.12
Eneas U de Queiroz [Fri, 9 Aug 2019 13:47:33 +0000 (10:47 -0300)]
django-simple-captcha: bump to 0.5.12

This is a bugfix release.  Relevant to openwrt, it removes the binary
flag while opening the dictionary file.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agohttps-dns-proxy: avoid picking up host clang-tidy 9701/head
Eneas U de Queiroz [Mon, 12 Aug 2019 12:56:52 +0000 (09:56 -0300)]
https-dns-proxy: avoid picking up host clang-tidy

Otherwise compilation fails when clang-tidy is found in the host:

-- clang-tidy found: /usr/lib/llvm/7/bin/clang-tidy

error: unknown argument: '-fhonour-copts' [clang-diagnostic-error]
error: unknown argument:'-iremap[...]:https_dns_proxy-2018-04-23'
[clang-diagnostic-error]

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agoclamav: don't install dev files into package 9689/head
Eneas U de Queiroz [Tue, 13 Aug 2019 17:06:19 +0000 (14:06 -0300)]
clamav: don't install dev files into package

This avoids copying /usr/include, unversioned *.so files, pkgconfig,
/usr/lib/*.la, and the build-time libs/cflags configuration utility
clamav-config.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agoclamav: avoid host pickup of libxml2
Eneas U de Queiroz [Sat, 10 Aug 2019 22:59:47 +0000 (19:59 -0300)]
clamav: avoid host pickup of libxml2

If libxml2 is installed in the host, then the host library is used and
compilation fails.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agolog4cplus: install host libraries into lib 9726/head
Eneas U de Queiroz [Wed, 14 Aug 2019 12:04:06 +0000 (09:04 -0300)]
log4cplus: install host libraries into lib

Default host build for the package uses lib64, but dependents expect
libraries to be in $(STAGING_DIR_HOSTPKG)/lib.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agolibcap: copy pkgconfig file in staging directory 9725/head
Alin Nastac [Wed, 14 Aug 2019 12:04:31 +0000 (14:04 +0200)]
libcap: copy pkgconfig file in staging directory

This file is needed to enable libcap support in other packages,
such as iproute2's ip-full.

Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
4 years agoredis: fix compilation for uClibc 9724/head
Jan Pavlinec [Wed, 14 Aug 2019 11:48:46 +0000 (13:48 +0200)]
redis: fix compilation for uClibc

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #9715 from neheb/flA
Ted Hess [Wed, 14 Aug 2019 11:05:23 +0000 (07:05 -0400)]
Merge pull request #9715 from neheb/flA

flac: Update to 1.33

4 years agosubversion: add PKG_CPE_ID 9667/head
Jan Pavlinec [Tue, 6 Aug 2019 12:44:28 +0000 (14:44 +0200)]
subversion: add PKG_CPE_ID

Changes:
Description replace tabs
Add PKG_CPE_ID

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
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 agoupmpdcli: Update to 1.4.2 9687/head
Rosen Penev [Sat, 10 Aug 2019 02:40:42 +0000 (19:40 -0700)]
upmpdcli: Update to 1.4.2

Fixed license information.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed upstreamed patch.

Ran init script through shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibupnpp: Update to 0.17.1
Rosen Penev [Sat, 10 Aug 2019 02:30:10 +0000 (19:30 -0700)]
libupnpp: Update to 0.17.1

Fixed up license information.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoflac: Update to 1.33 9715/head
Rosen Penev [Fri, 9 Aug 2019 18:31:00 +0000 (11:31 -0700)]
flac: Update to 1.33

Some adjustments to the configure flags.

Removed upstreamed patches.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
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 agopatch: apply upstream patch for CVE-2019-13638 9692/head
Russell Senior [Sun, 11 Aug 2019 19:43:41 +0000 (12:43 -0700)]
patch: apply upstream patch for CVE-2019-13638

GNU patch through 2.7.6 is vulnerable to OS shell command injection that
can be exploited by opening a crafted patch file that contains an ed style
diff payload with shell metacharacters. The ed editor does not need to be
present on the vulnerable system. This is different from CVE-2018-1000156.

https://nvd.nist.gov/vuln/detail/CVE-2019-13638

Signed-off-by: Russell Senior <russell@personaltelco.net>
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 agonetifyd: Updated to v2.91. 9684/head
Darryl Sokoloski [Fri, 9 Aug 2019 16:23:02 +0000 (12:23 -0400)]
netifyd: Updated to v2.91.

Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
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 agomsmtp-scripts: Overhaul and update like upstream 9681/head
Daniel F. Dickinson [Thu, 8 Aug 2019 21:53:50 +0000 (17:53 -0400)]
msmtp-scripts: Overhaul and update like upstream

The project has been revived upstream and a user has convinced me
there is a valid use case for this package in openwrt, so remove
deprecation notice, adjust links to upstream (it's moved) and
update to latest version.  Sync behavior with that expected upstream.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
4 years agomsmtp-scripts: Fix LICENSE information
Daniel F. Dickinson [Thu, 8 Aug 2019 21:50:33 +0000 (17:50 -0400)]
msmtp-scripts: Fix LICENSE information

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.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