feed/packages.git
5 years agopython-pyasn1: Update to 0.4.8 10573/head
Jeffery To [Sun, 17 Nov 2019 20:04:35 +0000 (04:04 +0800)]
python-pyasn1: Update to 0.4.8

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from b99abe8dd8a3c3cd9118e891dd8353802d660ad0)

5 years agoacme: Add dependency on luci-compat for luci-app-acme
Toke Høiland-Jørgensen [Sun, 17 Nov 2019 15:14:45 +0000 (16:14 +0100)]
acme: Add dependency on luci-compat for luci-app-acme

Fixes #10564.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
5 years agoacme: Update to upstream 2.8.3
Toke Høiland-Jørgensen [Wed, 23 Oct 2019 10:22:31 +0000 (12:22 +0200)]
acme: Update to upstream 2.8.3

Upstream release message:
"Letsencrypt CA recent changed the CDN provider, which resulted in hanging issues.
Any downstream package should update.
This is important."

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
5 years agoacme: Log acme.sh command invocation
Toke Høiland-Jørgensen [Wed, 23 Oct 2019 10:21:32 +0000 (12:21 +0200)]
acme: Log acme.sh command invocation

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
5 years agoacme: depends on gnu-wget
Yousong Zhou [Mon, 9 Sep 2019 03:05:15 +0000 (03:05 +0000)]
acme: depends on gnu-wget

Fixes openwrt/packages#9456

Ref: https://github.com/openwrt/packages/issues/9456
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
5 years agoacme: Update to 2.8.1
Rosen Penev [Thu, 6 Jun 2019 01:21:38 +0000 (18:21 -0700)]
acme: Update to 2.8.1

Fix license info to use SPDX name.

Switched to wget instead of curl to avoid having a dependency on 2 SSL
libraries.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agowget: provides gnu-wget
Yousong Zhou [Mon, 9 Sep 2019 02:59:50 +0000 (02:59 +0000)]
wget: provides gnu-wget

So that packages like acme requiring features from it can depend on it
explicitly, not the more basic "wget" which is also provided by
"uclient-fetch"

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
5 years agottyd: update to 1.5.2 and add init script
Richard Yu [Sun, 17 Nov 2019 13:53:07 +0000 (15:53 +0200)]
ttyd: update to 1.5.2 and add init script

Signed-off-by: Richard Yu <yurichard3839@gmail.com>
cherry picked from commit 9e325b47cbfee2a535dcd5f19baa6368bf06b830
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
5 years agottyd: update to 1.5.1
Shuanglei Tao [Sun, 17 Nov 2019 13:51:56 +0000 (15:51 +0200)]
ttyd: update to 1.5.1

Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
cherry picked from commit 6181693bade0c523aa4a05157ca6faaf1af39765
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
5 years agoboost: Fix fiber compilation for mips
Rosen Penev [Fri, 15 Nov 2019 20:34:26 +0000 (12:34 -0800)]
boost: Fix fiber compilation for mips

The issue was that the pause instruction was emitted through an asm
directive which was not correct for some mips platforms.

Simplified boost-fiber-exclude as a result.

Removed uClibc-ng math patch. It was not correct as it broke float and
long double support (std variants use function overloads). A different
solution was applied upstream. As it's quite annoying to backport, just
wait until a new release comes with that change. ARC as a platform is
barely supported anyways.

Swapped asio patch for the upstream submission, which is unfortunately, in
limbo.

Refreshed remaining patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from f795779c0a4080ccf497a0266e33f1842248efe8)

5 years agoboost: Remove several host libraries
Rosen Penev [Sat, 5 Oct 2019 23:59:41 +0000 (16:59 -0700)]
boost: Remove several host libraries

The facebook people have been working on removing Boost dependencies from
their projects. This is the current state.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from ddd4109c1cc87193f2fd04eda1adb0886226fa67)

5 years agoboost: Remove thread dependency from context
Rosen Penev [Mon, 7 Oct 2019 18:06:17 +0000 (11:06 -0700)]
boost: Remove thread dependency from context

thread is only used when the C++ mutex header is missing. AFAIK, this is
the case on Windows and not on Linux. Certainly not in OpenWrt.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 260d4a346afeffec5f7e4818d1179ea8db70420e)

5 years agoMerge pull request #10556 from rs/feature_nextdns_19_07
Rosen Penev [Fri, 15 Nov 2019 22:11:54 +0000 (14:11 -0800)]
Merge pull request #10556 from rs/feature_nextdns_19_07

nextdns: add DNS over HTTPS with NextDNS integration

5 years agonextdns: add DNS over HTTPS with NextDNS integration 10556/head
Olivier Poitrey [Tue, 5 Nov 2019 20:48:49 +0000 (12:48 -0800)]
nextdns: add DNS over HTTPS with NextDNS integration

Maintainer: @rs

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
5 years agobanip: update 0.3.10
Dirk Brenken [Fri, 15 Nov 2019 11:48:40 +0000 (12:48 +0100)]
banip: update 0.3.10

* add missing logd dependency
* check if logd is enabled during runtime
* some more init tweaks

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit de149441a4044ef3a67d95daab6c21818cf2dc8c)

5 years agomwan3: sync PKG_RELEASE number and PKG_VERSION with master
Florian Eckert [Fri, 15 Nov 2019 08:59:07 +0000 (09:59 +0100)]
mwan3: sync PKG_RELEASE number and PKG_VERSION with master

Since the merge of the luci master branch into the luci openwrt.19.07 branch,
the ubus API was not in sync anymore. So all commits from the master
branch where backported into the openwrt-19.07 branch. But this could
not be done linear. There were already some fixes cherry-picked from the
master and the version does not match anymore. This commit syncronized
the PKG_VERSION and the PKG_RELEASE again to make clear that the
version in master and openwrt-19.07 are even again and have so the
same software version until to this commit.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agomwan3: Add missing IPs to wanb
Daniel A. Maierhofer [Thu, 25 Jul 2019 21:13:44 +0000 (23:13 +0200)]
mwan3: Add missing IPs to wanb

Maintainer: Florian Eckert @feckert
Compile tested: not needed
Run tested: x86_64

Description:
Only two of the four IPs defined for wan are found in wanb, adding it so it is the same.

Signed-off-by: Daniel A. Maierhofer <git@damadmai.at>
(cherry picked from commit 1e97156adc49d38fa22dc7783b81e976115aed02)

5 years agomwan3: update version to 2.8.0
Florian Eckert [Thu, 4 Jul 2019 10:06:27 +0000 (12:06 +0200)]
mwan3: update version to 2.8.0

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit e100de8bd8345b377bf58ef2cd7fb87074e50a47)

5 years agomwan3: add netifd up info to mwan3 ubus status output
Florian Eckert [Wed, 3 Jul 2019 14:37:16 +0000 (16:37 +0200)]
mwan3: add netifd up info to mwan3 ubus status output

Add the netifd up status output to the mwan3 ubus status output.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 27db561752f0cc8db344e03fa29cf90653332dff)

5 years agomwan3: add enabled info to mwan3 ubus status
Florian Eckert [Tue, 2 Jul 2019 09:47:47 +0000 (11:47 +0200)]
mwan3: add enabled info to mwan3 ubus status

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit cfba93a203dd5b9705b407a723f9748507ee3b69)

5 years agomwan3: add interface uptime netifd value to ubus mwan3 status output
Florian Eckert [Fri, 28 Jun 2019 11:04:46 +0000 (13:04 +0200)]
mwan3: add interface uptime netifd value to ubus mwan3 status output

Add missing netifd uptime info to ubus status call.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit bfa849c14e8c3404407930fc0d5db454514e513f)

5 years agomwan3: rename downtime to offline
Florian Eckert [Fri, 28 Jun 2019 10:41:17 +0000 (12:41 +0200)]
mwan3: rename downtime to offline

Rename downtime ubus output from mwan3 to offline.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 6c2cd78c6f5015fe24078b98a7455ae0cc88ff07)

5 years agomwan3: rename uptime to online
Florian Eckert [Fri, 28 Jun 2019 10:39:05 +0000 (12:39 +0200)]
mwan3: rename uptime to online

Rename uptime ubus output from mwan3 to online.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 3be40786f54b5d6534ddd6a58c090b3963180eed)

5 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>
(cherry picked from commit 2f66fa5c233e707e45485126e50daf1276f77da1)
Ref: https://github.com/openwrt/luci/issues/3308

5 years agomwan3: Fix json_load fails with some data
yurtesen [Tue, 12 Nov 2019 15:53:51 +0000 (17:53 +0200)]
mwan3: Fix json_load fails with some data

Sometimes the return value of `ubus -S call network.interface.wan status`
cause `json_load` to return `Failed to parse message data` error.

To avoid this, the JSON data always should be quoted with double quotes.

Signed-off-by: Evren Yurtesen <eyurtese@abo.fi>
Removed quoatation marks from commit heading
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Update the version string from 2.8.1 (master) to 2.7.15 (openwrt-19.07)
(cherry picked from commit 94e0c78826b15c95c40bfa82bbf8bba35dc56961)

5 years agoio: Add TARGET_LDFLAGS to fix PIE
Hauke Mehrtens [Thu, 7 Nov 2019 20:06:04 +0000 (21:06 +0100)]
io: Add TARGET_LDFLAGS to fix PIE

Add the OpenWrt TARGET_LDFLAGS to the compile command to activate PIE support
for the io tool when it is activated globally in OpenWrt.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
(cherry-picked from b46d21a54ee5a073f5d5082e7d90cf07113c8a9a)

5 years agoio: Fix printing 4 bytes memory on 64 bit systems
Hauke Mehrtens [Thu, 7 Nov 2019 21:13:13 +0000 (22:13 +0100)]
io: Fix printing 4 bytes memory on 64 bit systems

On 64 bit Linux systems long is 8 bytes long, on 32 bit Linux systems it
is 4 bytes long. Here we want to print 4 bytes and not 8 bytes, use int
instead of long.

This fixes printing 4 bytes on 64 bit systems.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry-picked from 9936e16b724b4388204e21e2d4c3f49283d980eb)

5 years agoio: Open /dev/mem with O_SYNC for uncached access
Hauke Mehrtens [Mon, 22 Jul 2019 13:03:57 +0000 (15:03 +0200)]
io: Open /dev/mem with O_SYNC for uncached access

Only when /dev/mem is opened with O_SYNC the write and *read* is done
uncached. We saw wrong values read out from the hardware without setting
O_SYNC, the busybox devmem tool showed different values, when O_SYNC is
also set for the io tool, it reads out the same values as devmem.
When looking at the drivers/char/mem.c file in the kernel it is behaving
differently based on the O_DSYNC flag.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
(cherry-picked from 90df0f3e241dc233c3121dfc5e1be937c6c987bc)

5 years agopcre: remove unnecessary dependency on C++ lib
DENG Qingfang [Tue, 23 Jul 2019 06:01:29 +0000 (14:01 +0800)]
pcre: remove unnecessary dependency on C++ lib

Add libpcrecpp to PKG_CONFIG_DEPENDS to properly trigger
reconfiguration, avoiding unnecessary dependency.

This reverts commit 17090fecf18c795f5bfa5e1ea375ccd65d24f227.
This reverts commit ec138f51ab54873252bbe3e848f5fa9c20de78b9.

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
(cherry-picked from 41814de0fcc52ce055102ab2f81870bccf884b12)

5 years agontpd: Fix libevent dependencies
Kenneth J. Miller [Mon, 21 Oct 2019 00:13:54 +0000 (02:13 +0200)]
ntpd: Fix libevent dependencies

Add required libevent2-pthreads dependency for all ntpd
subpackages.

Remove keygen-specific libevent2-core support as it is
automatically selected by the libevent2-pthreads dependency.

nptd: Bump PKG_RELEASE

Fixes: openwrt/packages#10307
Signed-off-by: Kenneth J. Miller <ken@miller.ec>
(cherry picked from commit ded6468744f6cda3adfedb1e560a5249c964e3a7)

5 years agoMerge pull request #10525 from jefferyto/python-six-1.13.0-openwrt-19.07
Hannu Nyman [Mon, 11 Nov 2019 17:36:54 +0000 (19:36 +0200)]
Merge pull request #10525 from jefferyto/python-six-1.13.0-openwrt-19.07

[openwrt-19.07] python-six: Update to 1.13.0

5 years agopython-six: Update to 1.13.0 10525/head
Jeffery To [Mon, 11 Nov 2019 10:35:38 +0000 (18:35 +0800)]
python-six: Update to 1.13.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from 5be603a8362d0edded5d3d102a4fc35425c41b46)

5 years agoRevert "Revert "perl-www-curl: curl 7.66.0 compatibility""
Josef Schlehofer [Sun, 10 Nov 2019 19:39:10 +0000 (20:39 +0100)]
Revert "Revert "perl-www-curl: curl 7.66.0 compatibility""

This is required as curl 7.66.0 was cherry-picked to openwrt-19.07 3
days ago. Otherwise, compilation of perl-www-curl fails.

This reverts commit ec6cd9b9c395d8f8dc6c8566a536fa6805734c96.

5 years agobanip: update 0.3.9
Dirk Brenken [Sun, 10 Nov 2019 17:55:21 +0000 (18:55 +0100)]
banip: update 0.3.9

* fix 'enabled' service check

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit e38810f38e8772c1f76397b64f71ac6f285fa90e)

5 years agobanIP: update 0.3.8
Dirk Brenken [Sat, 9 Nov 2019 05:40:40 +0000 (06:40 +0100)]
banIP: update 0.3.8

* limit firewall hotplug trigger to certain wan 'INTERFACE' as well,
  to prevent possible race conditions during boot

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 0dee2a92de0ffdc5007e41802a43456ce3b5bf22)

5 years agoadblock: update 3.8.10
Dirk Brenken [Sun, 10 Nov 2019 17:48:54 +0000 (18:48 +0100)]
adblock: update 3.8.10

* fix broken unbound integration

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit be7a89cecbc39133c39baade559ac4319a0a12ab)

5 years agoMerge pull request #10515 from gladiac1337/haproxy-2.0.8-up2-owrt-19.07
Rosen Penev [Sun, 10 Nov 2019 18:00:53 +0000 (10:00 -0800)]
Merge pull request #10515 from gladiac1337/haproxy-2.0.8-up2-owrt-19.07

[openwrt-19.07] haproxy: Update patches for HAProxy v2.0.8 + migrate to procd

5 years agoknot: update to version 2.9.0
Jan Hák [Wed, 16 Oct 2019 12:42:04 +0000 (14:42 +0200)]
knot: update to version 2.9.0

Signed-off-by: Jan Hák <jan.hak@nic.cz>
(cherry-picked from commit f9e3d4e0fa99fde9fcc00eec172339cbe13635a1)

5 years agoknot: update to version 2.8.4
Jan Hák [Wed, 25 Sep 2019 13:00:54 +0000 (15:00 +0200)]
knot: update to version 2.8.4

Signed-off-by: Jan Hák <jan.hak@nic.cz>
(cherry-picked from commit 8a82181c27e383baf60247463c164ee2f318f63d)

5 years agodovecot: update to 2.3.8
Lucian Cristian [Sat, 26 Oct 2019 18:04:57 +0000 (21:04 +0300)]
dovecot: update to 2.3.8

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
(cherry-picked from commit 962716aad7013ec6fca4503ad7fa8db11f3302b2)

5 years agolibedit: update to 20191025-3.1
Jan Hák [Tue, 29 Oct 2019 12:26:22 +0000 (13:26 +0100)]
libedit: update to 20191025-3.1

Signed-off-by: Jan Hák <jan.hak@nic.cz>
(cherry-picked from commit 440c27a4a50e191e82154df37e021b5f5b253009)

5 years agodnscrypt-proxy2: Update to version 2.0.29
Josef Schlehofer [Wed, 30 Oct 2019 22:55:33 +0000 (23:55 +0100)]
dnscrypt-proxy2: Update to version 2.0.29

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 69316134c363e7911b78cc6967dbc334ba054df4)

5 years agopython-zipp: fix python-more-itertools dependency
Josef Schlehofer [Sun, 3 Nov 2019 12:13:12 +0000 (13:13 +0100)]
python-zipp: fix python-more-itertools dependency

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 426ed75dbeec4448ee2cec16bf7c78ee7b3528dc)

5 years agopython-zipp: add new package
Jan Pavlinec [Fri, 1 Nov 2019 17:00:51 +0000 (18:00 +0100)]
python-zipp: add new package

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry-picked from commit f0a79ca148c7413c51b10bae743a056ac2acc07e)

5 years agobind: Update to version 9.14.7
Josef Schlehofer [Sun, 20 Oct 2019 00:08:57 +0000 (02:08 +0200)]
bind: Update to version 9.14.7

Fixes CVE-2019-6475 and CVE-2019-6476

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 7b9af101f69c910f216ac014efb30be22784a70e)

5 years agoperl: fixed host compilation of static perl on MacOS
Jakub Piotr Cłapa [Thu, 22 Aug 2019 08:55:03 +0000 (10:55 +0200)]
perl: fixed host compilation of static perl on MacOS

All symbols on MacOS are prefixed with an underscore which
interfered with the filtering mechanism (added in perl 5.28)
for extension libraries to be linked into static perl.

Signed-off-by: Jakub Piotr Cłapa <jpc@loee.pl>
(cherry-picked from commit 3954356)

5 years agolibmaxminddb: update to version 1.4.2
Jan Pavlinec [Thu, 7 Nov 2019 10:14:05 +0000 (11:14 +0100)]
libmaxminddb: update to version 1.4.2

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry-picked from commit 62a9110bc56b731e212fb51681f5e74185366df7)

5 years agoclamav: Update to version 0.101.4 10517/head
Josef Schlehofer [Sun, 10 Nov 2019 16:00:41 +0000 (17:00 +0100)]
clamav: Update to version 0.101.4

Change deprecated options to a new one:
DetectBrokenExecutables to AlertBrokenExecutables
ArchiveBlockEncrypted to AlertEncrypted

Fixes: CVE-2019-12900 and CVE-2019-12625
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agohaproxy: Rework hotplug script for HAProxy 10515/head
Christian Lachner [Fri, 8 Nov 2019 13:38:31 +0000 (14:38 +0100)]
haproxy: Rework hotplug script for HAProxy

- Migrated init-script to procd.
- Removed the old hotplug script as it is unnecessary and
  caused long boot-times for r7800 and possibly others.

Signed-off-by: Christian Lachner <gladiac@gmail.com>
5 years agohaproxy: Update patches for HAProxy v2.0.8
Christian Lachner [Sun, 10 Nov 2019 10:04:14 +0000 (11:04 +0100)]
haproxy: Update patches for HAProxy v2.0.8

- Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.8.html)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
5 years agoRevert "perl-www-curl: curl 7.66.0 compatibility"
Rosen Penev [Sat, 9 Nov 2019 19:30:15 +0000 (11:30 -0800)]
Revert "perl-www-curl: curl 7.66.0 compatibility"

This reverts commit 3d98d7fd05d72ec163ae1b19fb0be40ea80ef881.

This was a bad backport.

5 years agoRevert "haproxy: Update patches for HAProxy v2.0.8"
Hannu Nyman [Sat, 9 Nov 2019 08:16:33 +0000 (10:16 +0200)]
Revert "haproxy: Update patches for HAProxy v2.0.8"

This reverts commit 76a2da3fd413f607b0c0ea2f0eeabb088857f020.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
5 years agoRevert "haproxy: Rework hotplug script for HAProxy"
Hannu Nyman [Sat, 9 Nov 2019 08:16:02 +0000 (10:16 +0200)]
Revert "haproxy: Rework hotplug script for HAProxy"

This reverts commit c9ee50d1900921f13319509396d69dae61e3f8ca.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
5 years agoMerge pull request #10442 from gladiac1337/haproxy-2.0.8-up-owrt-19.07
Hannu Nyman [Sat, 9 Nov 2019 07:42:01 +0000 (09:42 +0200)]
Merge pull request #10442 from gladiac1337/haproxy-2.0.8-up-owrt-19.07

[openwrt-19.07] haproxy: Update patches for HAProxy v2.0.8 + fix hotplug script

5 years agobanip: update 0.3.7
Dirk Brenken [Fri, 8 Nov 2019 17:40:30 +0000 (18:40 +0100)]
banip: update 0.3.7

* fix a logical glitch in the hotplug event handler
* properly handle fatal iptables errors - even in subshells

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 49b43b81e8a8c32465d3de921d8289541de3e7e1)

5 years agobanip: update 0.3.6
Dirk Brenken [Wed, 6 Nov 2019 19:45:20 +0000 (20:45 +0100)]
banip: update 0.3.6

* more startup tweaks
* re-use f_log function in helper scripts
* small fixes / polish up for forthcoming 19.07 release

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 72fba3a17b8e7c78ced4fb86911ed3568c402077)

5 years agobanip: update 0.3.5
Dirk Brenken [Sun, 3 Nov 2019 15:44:22 +0000 (16:44 +0100)]
banip: update 0.3.5

* fix race condition in download utility detection during boot
* fix multiple possible bugs in ipset creation
* prevent parallel service starts
* refine service trigger handling
* add ssh daemon auto detection
* print to stdout if 'logger' is not available

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit fcea2f75c3f071b7abf9396d9e052a162dab4cef)

5 years agotravelmate: update 1.5.2
Dirk Brenken [Wed, 6 Nov 2019 20:02:17 +0000 (21:02 +0100)]
travelmate: update 1.5.2

* print to stdout if 'logger' is not available
* add support to set the service nice level (default is 0)
* small fixes / polish up for forthcoming 19.07 release

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 0d406b2a4236501b4aff21ed8dbd40bc191876da)

5 years agoadblock: update 3.8.9
Dirk Brenken [Wed, 6 Nov 2019 19:29:48 +0000 (20:29 +0100)]
adblock: update 3.8.9

* more startup tweaks
* re-use f_log function in helper scripts
* small fixes / polish up for forthcoming 19.07 release

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 2c3cb6f1d1951f537c9dcb36ab1397f2d727bf7b)

5 years agoadblock: update 3.8.8
Dirk Brenken [Sun, 3 Nov 2019 16:38:28 +0000 (17:38 +0100)]
adblock: update 3.8.8

* print to stdout if 'logger' is not available
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 9c82e9e2829a3182db84ae947a815a9741dba4c8)

5 years agoMerge pull request #10504 from Andy2244/samba-4.9.15-(openwrt-19.07)
Hannu Nyman [Fri, 8 Nov 2019 17:58:07 +0000 (19:58 +0200)]
Merge pull request #10504 from Andy2244/samba-4.9.15-(openwrt-19.07)

[openwrt-19.07] samba4: update to 4.9.15

5 years agosamba4: update to 4.9.15 10504/head
Andy Walsh [Fri, 8 Nov 2019 14:46:54 +0000 (15:46 +0100)]
samba4: update to 4.9.15

* update to 4.9.15
* fixes CVE-2019-10218, CVE-2019-14833, CVE-2019-14847
* update smb.conf.template (aio, sendfile)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years agosqm-scripts: Add required new depends for luci-app-sqm
Zachary Cook [Mon, 4 Nov 2019 16:43:59 +0000 (11:43 -0500)]
sqm-scripts: Add required new depends for luci-app-sqm

The new luci-compat package is required to be able to run luci-app-sqm, see:
https://github.com/openwrt/luci/commit/d5dff8f9a5ca85d197cbb6037f95053bc55941e5

Signed-off-by: Zachary Cook <zachcook1991@gmail.com>
5 years agosqm-scripts: Bump to v1.4.0
Toke Høiland-Jørgensen [Sat, 14 Sep 2019 11:19:06 +0000 (13:19 +0200)]
sqm-scripts: Bump to v1.4.0

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
5 years agolibarchive: update to version 3.4.0
Jan Pavlinec [Tue, 23 Jul 2019 13:13:49 +0000 (15:13 +0200)]
libarchive: update to version 3.4.0

Changes:
remove backported patches
add bsdtar libopenssl variant
switch to github codeload
polish tab/spaces

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry-picked from commit 8f3378e86dcd5b57464c36daf9df51d631742b53)

5 years agoMerge pull request #10414 from stangri/19.07-https-dns-proxy
Rosen Penev [Wed, 6 Nov 2019 22:54:01 +0000 (14:54 -0800)]
Merge pull request #10414 from stangri/19.07-https-dns-proxy

[19.07] https_dns_proxy: implement dnsmasq integration

5 years agocircleci: skip compiling packages not enabled
Yousong Zhou [Wed, 6 Nov 2019 08:57:15 +0000 (08:57 +0000)]
circleci: skip compiling packages not enabled

E.g. some packages are target, or arch specific, skip compiling them if
they cannot be enabled for current sdk.  This should reduce false
positives for packages like docker-ce etc.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit 4f3244db40364163c0213adfbc0507695d937657)

5 years agobuild: only install changed packages
Paul Spooren [Sun, 7 Jul 2019 20:17:44 +0000 (22:17 +0200)]
build: only install changed packages

Installing all packages via ./scripts/feeds install -a produces a lot of
error messages, it is also possible to only install the packages which
were touched by the PR.

Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit b8931afc943c3ddd44e3f4ed15ec42632f68b092)

5 years agobtrfs-progs: Update to version 5.3.1
Josef Schlehofer [Tue, 5 Nov 2019 22:33:12 +0000 (23:33 +0100)]
btrfs-progs: Update to version 5.3.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 93254e6)

5 years agosyslog-ng: Update to version 3.24.1
Josef Schlehofer [Mon, 14 Oct 2019 07:06:29 +0000 (09:06 +0200)]
syslog-ng: Update to version 3.24.1

Bump version also in config file

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 72f8cda)

5 years agoyoutube-dl: Update to version 2019.10.29
Josef Schlehofer [Tue, 29 Oct 2019 08:03:04 +0000 (09:03 +0100)]
youtube-dl: Update to version 2019.10.29

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit fe5d1cdb937a41ac1699beb9e19cddf5b0d97edf)

5 years agoyoutube-dl: Update to version 2019.10.22
Josef Schlehofer [Mon, 21 Oct 2019 19:32:57 +0000 (21:32 +0200)]
youtube-dl: Update to version 2019.10.22

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit c16b4163566e261923d655a56f163f0d5d4d5ac5)

5 years agonet: seahub: remove inexistent deps
Alexandru Ardelean [Mon, 4 Nov 2019 10:55:53 +0000 (12:55 +0200)]
net: seahub: remove inexistent deps

This looks like something was not cherry-picked, or was cherry-picked
incorrectly. Those packages don't exist.

Warnings are:
```
WARNING: Makefile 'package/feeds/packages/seafile-seahub/Makefile' has a dependency on 'django-simple-captcha', which does not exist
WARNING: Makefile 'package/feeds/packages/seafile-seahub/Makefile' has a dependency on 'django-statici18n', which does not exist
WARNING: Makefile 'package/feeds/packages/seafile-seahub/Makefile' has a dependency on 'django-webpack-loader', which does not exist
```

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agoMerge pull request #10458 from jefferyto/python-cffi-1.13.2-openwrt-19.07
Rosen Penev [Mon, 4 Nov 2019 17:28:13 +0000 (09:28 -0800)]
Merge pull request #10458 from jefferyto/python-cffi-1.13.2-openwrt-19.07

[openwrt-19.07] python-cffi: Update to 1.13.2

5 years agopython-cffi: Update to 1.13.2 10458/head
Jeffery To [Mon, 4 Nov 2019 15:42:39 +0000 (23:42 +0800)]
python-cffi: Update to 1.13.2

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from c21eee0df469b44d24229fb196ba454b2d78906a)

5 years agogolang: Update to 1.13.4
Jeffery To [Mon, 4 Nov 2019 14:38:33 +0000 (22:38 +0800)]
golang: Update to 1.13.4

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from 37facb63f5cc9906f4b32791b572506f68e0d79e)

5 years agosispmctl: Reduce ipk size
Rosen Penev [Fri, 18 Oct 2019 22:28:43 +0000 (15:28 -0700)]
sispmctl: Reduce ipk size

Do not install static libraries or symlinks as actual files.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 238d6e1f9010cf009ead3797cba2042cb8ce425e)

5 years agosispmctl: Update to 4.2
Rosen Penev [Fri, 18 Oct 2019 22:00:35 +0000 (15:00 -0700)]
sispmctl: Update to 4.2

Added license file.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 5decb769f4c884d67c04b02d8af377d5225d441c)

5 years agolibgphoto2: libgphoto2_port.pc needed by dev
Luiz Angelo Daros de Luca [Mon, 28 Oct 2019 20:44:31 +0000 (17:44 -0300)]
libgphoto2: libgphoto2_port.pc needed by dev

'pkg-config --exists libgphoto2' fails without libgphoto2_port.pc.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
(cherry-picked from c8fbe26c532aced97ab8a4d42f1289db2a3e6d65)

5 years agotelldus-core: Doxygen in-file was not found.
Peter Liedholm [Tue, 29 Oct 2019 10:18:23 +0000 (11:18 +0100)]
telldus-core: Doxygen in-file was not found.

Signed-off-by: Peter Liedholm <PeterFromSwe884@gmail.com>
(cherry-picked from 2a36c0421ee0644016b5332676e32b21a835bab5)

5 years agotreewide: Replace MD5SUM with HASH
Rosen Penev [Wed, 30 Oct 2019 21:14:51 +0000 (14:14 -0700)]
treewide: Replace MD5SUM with HASH

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 5ae85b79526d4b0197d3581d349a2f7b6932bd52)

5 years agovim/host: fix build failures
Sebastian Kemper [Sat, 2 Nov 2019 12:00:15 +0000 (13:00 +0100)]
vim/host: fix build failures

Indeterminably vim/host fails on the build bots:

objects/fileio.o: In function `readfile':
fileio.c:(.text+0x5b3f): undefined reference to `libiconv_close'
fileio.c:(.text+0x61ad): undefined reference to `libiconv_close'
fileio.c:(.text+0x62f6): undefined reference to `libiconv'
fileio.c:(.text+0x6794): undefined reference to `libiconv_close'
objects/fileio.o: In function `buf_write_bytes':
fileio.c:(.text+0xa1fe): undefined reference to `libiconv'
fileio.c:(.text+0xa54a): undefined reference to `libiconv'
objects/fileio.o: In function `buf_write':
fileio.c:(.text+0xaf48): undefined reference to `libiconv_close'
objects/mbyte.o: In function `my_iconv_open.part.18':
mbyte.c:(.text+0x2ced): undefined reference to `libiconv_open'
mbyte.c:(.text+0x2d3a): undefined reference to `libiconv'
mbyte.c:(.text+0x2d5f): undefined reference to `libiconv_close'
objects/mbyte.o: In function `convert_setup_ext':
mbyte.c:(.text+0x33bf): undefined reference to `libiconv_close'
objects/mbyte.o: In function `string_convert_ext':
mbyte.c:(.text+0x363c): undefined reference to `libiconv'
collect2: error: ld returned 1 exit status
link.sh: Linking failed
Makefile:1949: recipe for target 'vim' failed

This is addressed by pulling in libiconv/host. Also configure switches
are added that keep external dependencies to a minimum, for instance
avoiding to link to X11 or gettext.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry-picked from dc727a2430e99b928dec9100135fc215a78138fd)

5 years agohaproxy: Rework hotplug script for HAProxy 10442/head
Christian Lachner [Sat, 2 Nov 2019 11:50:36 +0000 (12:50 +0100)]
haproxy: Rework hotplug script for HAProxy

- The old hotplug script caused long boot-times for r7800 and
  possibly others. The new script is now only triggered by iface
  changes for wan and lan interfaces.

Signed-off-by: Christian Lachner <gladiac@gmail.com>
5 years agohaproxy: Update patches for HAProxy v2.0.8
Christian Lachner [Sat, 2 Nov 2019 11:11:07 +0000 (12:11 +0100)]
haproxy: Update patches for HAProxy v2.0.8

- Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.8.html)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
5 years agopython,python3: Add PYPI_SOURCE_NAME to pypi.mk
Jeffery To [Mon, 21 Oct 2019 12:31:34 +0000 (20:31 +0800)]
python,python3: Add PYPI_SOURCE_NAME to pypi.mk

This adds a new (optional) variable, PYPI_SOURCE_NAME, to pypi.mk.

For some PyPi packages (e.g. aiohttp_cors, click, django-compressor),
the name of the package and the source tarball name are slightly
different (usually by capitalisation or hyphen/underscore change).

This new variable is to make this difference explicit. PYPI_NAME is
meant for the "official" package name, whereas PYPI_SOURCE_NAME is meant
for the source tarball name.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry-picked from commit 1bacdd52f727c1417b45e4d9d58e3436a9ca06fa)

5 years agogoogle-authenticator-libpam: fix install section
Alexander Ryzhov [Sat, 2 Nov 2019 17:06:04 +0000 (20:06 +0300)]
google-authenticator-libpam: fix install section

Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
(cherry-picked from 422e8d9d1c46e0657aa0e894fa0b81a410d7e43b)

5 years agopython,python3: Add pypi makefile
Jeffery To [Mon, 14 Oct 2019 21:27:20 +0000 (05:27 +0800)]
python,python3: Add pypi makefile

This adds pypi.mk, which can be included in Python packages that
download their sources from PyPI, to auto-fill various PKG_* variables
based on the value of PYPI_NAME.

This makefile should be included after $(TOPDIR)/rules.mk but before
$(INCLUDE_DIR)/package.mk (and $(INCLUDE_DIR)/host-build.mk).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry-picked from commit add4c4219109e359f2ade2245fddfe4addc7575f)

5 years agoadblock: update 3.8.7
Dirk Brenken [Thu, 31 Oct 2019 11:34:48 +0000 (12:34 +0100)]
adblock: update 3.8.7

* prevent forced parallel adblock service starts
* refine service trigger

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit a9aae9095fc0c114b932e94e8d0dbc5b9fd471b3)

5 years agohttps-dns-proxy: implement dnsmasq integration 10414/head
Stan Grishin [Thu, 31 Oct 2019 19:55:23 +0000 (12:55 -0700)]
https-dns-proxy: implement dnsmasq integration

Signed-off-by: Stan Grishin <stangri@melmac.net>
5 years agodjango: bump to version 1.11.25
Alexandru Ardelean [Tue, 29 Oct 2019 08:52:29 +0000 (10:52 +0200)]
django: bump to version 1.11.25

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit e9e687a1f14a1d8938959a0b6594d6df31fded62)

5 years agopython-cffi: bump to version 1.13.1 10391/head
Alexandru Ardelean [Tue, 29 Oct 2019 09:35:37 +0000 (11:35 +0200)]
python-cffi: bump to version 1.13.1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from dff2fe2963e029419046031e65d0dab6f2952012)

5 years agoruby: update to 2.6.5
Luiz Angelo Daros de Luca [Sun, 27 Oct 2019 18:37:50 +0000 (15:37 -0300)]
ruby: update to 2.6.5

2.6.5 fixes:
* CVE-2019-16255: A code injection vulnerability of Shell#[] and Shell#test
* CVE-2019-16254: HTTP response splitting in WEBrick (Additional fix)
* CVE-2019-15845: A NUL injection vulnerability of File.fnmatch and File.fnmatch?
* CVE-2019-16201: Regular Expression Denial of Service vulnerability of WEBrick’s Digest access authentication

2.6.4 fixes:
* Multiple jQuery vulnerabilities in RDoc

Changelog: https://github.com/ruby/ruby/compare/v2_6_3...v2_6_5

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
(cherry picked from commit d3d0c281494b32cd9785a82cbb432b28d5254c91)

5 years agobtrfs-progs: Update to version 5.3
Josef Schlehofer [Fri, 25 Oct 2019 02:01:30 +0000 (04:01 +0200)]
btrfs-progs: Update to version 5.3

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 8262696cc48205f92d462458c921b7fb8ccfe7d0)

5 years agocircleci: Use 19.07 snapshot SDK
Jeffery To [Fri, 18 Oct 2019 08:55:07 +0000 (16:55 +0800)]
circleci: Use 19.07 snapshot SDK

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agocircleci: Add 19.07 GPG/usign public keys, verify keys
Jeffery To [Fri, 18 Oct 2019 07:08:17 +0000 (15:08 +0800)]
circleci: Add 19.07 GPG/usign public keys, verify keys

This also updates the user id comments for GPG keys and untrusted
comments for usign keys.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from 89d6f51c98978bbdb61c6ada9d2264cf7dca854c)

5 years agodjango-ranged-response: update packaging format + add python3 variant
Alexandru Ardelean [Wed, 3 Jul 2019 08:23:46 +0000 (11:23 +0300)]
django-ranged-response: update packaging format + add python3 variant

This change also updates the maintainer email to cotequeiroz@gmail.com, as
requested on a different change.

Not updating deps here, since that will be done in the next changeset that
will convert packages to the Python[3] packaging format.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 70ebc7a2f4664c52f3e57e48fc5f707a859089fb)

5 years agoMerge pull request #10342 from gladiac1337/haproxy-2.0.8-openwrt-19.07
Rosen Penev [Wed, 23 Oct 2019 16:02:44 +0000 (09:02 -0700)]
Merge pull request #10342 from gladiac1337/haproxy-2.0.8-openwrt-19.07

[openwrt-19.07] haproxy: Update HAProxy to v2.0.8

5 years agoflup: add Python3 variant and src package
Josef Schlehofer [Tue, 18 Jun 2019 12:23:10 +0000 (14:23 +0200)]
flup: add Python3 variant and src package

- Add PKG_LICENSE_FILES
- Reorder things in Makefile
- Add dependency python3-logging otherwise I cannot import
flup.server.ajp
flup.server.scgi

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit a5b2ba9b4d6ec4045a1b534561d5e5eae262b0fe)

5 years agohaproxy: Update HAProxy to v2.0.8 10342/head
Christian Lachner [Wed, 23 Oct 2019 12:48:09 +0000 (14:48 +0200)]
haproxy: Update HAProxy to v2.0.8

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
5 years agodjango-statici18n: fix changes in merge
Josef Schlehofer [Wed, 23 Oct 2019 07:16:42 +0000 (09:16 +0200)]
django-statici18n: fix changes in merge