Rosen Penev [Mon, 19 Aug 2019 06:06:54 +0000 (23:06 -0700)]
Merge pull request #9745 from PolynomialDivision/feature/add_uwifi
libuwifi: add userspace wifi library
Luiz Angelo Daros de Luca [Mon, 19 Aug 2019 04:07:51 +0000 (01:07 -0300)]
libcups: update to 2.2.12
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Mon, 19 Aug 2019 04:14:23 +0000 (01:14 -0300)]
libvpx: bump to 1.8.1
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Mon, 19 Aug 2019 04:06:09 +0000 (01:06 -0300)]
hplip: bump to 3.19.6
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Hannu Nyman [Sun, 18 Aug 2019 18:07:45 +0000 (21:07 +0300)]
Merge pull request #9763 from stangri/master-simple-adblock
simple-adblock: support for varios DNS resolvers/options
Rosen Penev [Sun, 18 Aug 2019 16:07:33 +0000 (09:07 -0700)]
Merge pull request #9769 from BKPepe/dovecot
Dovecot: Update and Improve packaging
Josef Schlehofer [Sun, 18 Aug 2019 11:18:44 +0000 (13:18 +0200)]
dovecot: Improve packaging and include configs
- Add dovenull user, otherwise, dovecot doesn't start
- Build docs to have configuration files for dovecot
- Remove init script as conffile
- Move build options from Makefile to Config.in
- Install section to be more readable
- Refresh patches
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Sun, 18 Aug 2019 11:18:01 +0000 (13:18 +0200)]
dovecot: update to version 2.3.7.1
Move PKG_MAINTAINER above PKG_LICENSE to be sync with other packages
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Nick Hainke [Thu, 15 Aug 2019 16:13:08 +0000 (18:13 +0200)]
libuwifi: add userspace wifi library
Add library to parse WiFi frames in userspace.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Sat, 17 Aug 2019 19:43:07 +0000 (12:43 -0700)]
Merge pull request #9727 from cotequeiroz/iotivity_py2
iotivity: force use of python2 for scons
Rosen Penev [Sat, 17 Aug 2019 19:38:35 +0000 (12:38 -0700)]
Merge pull request #9672 from BKPepe/clamav
clamav: update to version 0.101.3
Roman Yeryomin [Tue, 30 Jul 2019 17:49:29 +0000 (20:49 +0300)]
glib2: remove dependency on own host build
Saves some disk space and build time.
Tested by building and running bluez.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Josef Schlehofer [Tue, 6 Aug 2019 21:16:03 +0000 (23:16 +0200)]
clamav: update to version 0.101.3
Correct SPDX License Identifier
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Sat, 17 Aug 2019 19:13:30 +0000 (12:13 -0700)]
Merge pull request #9748 from wfleurant/ygg-builder-hotfix
yggdrasil: fix #9712 upstream dependency with branch develop
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
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
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
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
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
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
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
Stan Grishin [Sat, 17 Aug 2019 13:09:31 +0000 (06:09 -0700)]
simple-adblock: support for varios DNS resolvers/options
Signed-off-by: Stan Grishin <stangri@melmac.net>
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
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
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>
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>
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>
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>
William Fleurant [Thu, 15 Aug 2019 19:39:26 +0000 (15:39 -0400)]
yggdrasil: fix #9712 upstream dependency with branch develop
Signed-off-by: William Fleurant <meshnet@protonmail.com>
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
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>
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>
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>
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
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>
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
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
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
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
Rosen Penev [Wed, 14 Aug 2019 16:53:05 +0000 (09:53 -0700)]
Merge pull request #9687 from neheb/libup
libupnpp and upmpdcli
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
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.
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
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
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
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
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>
Eneas U de Queiroz [Wed, 14 Aug 2019 11:52:41 +0000 (08:52 -0300)]
iotivity: force use of python2 for scons
iotivity's scons build script is not compatible with python3, so use
python2.7 from python/host to run it.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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>
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
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>
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>
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>
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>
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
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>
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
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
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>
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>
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>
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>
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>
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
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
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
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
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>
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
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>
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>
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
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>