feed/packages.git
2 years agophp7: update to 7.4.30 18794/head
Michael Heimpold [Tue, 21 Jun 2022 21:38:21 +0000 (23:38 +0200)]
php7: update to 7.4.30

This fixes:
    - CVE-2022-31625
    - CVE-2022-31626

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2 years agoMerge pull request #18699 from stangri/openwrt-21.02-curl
Stan Grishin [Tue, 21 Jun 2022 18:42:04 +0000 (12:42 -0600)]
Merge pull request #18699 from stangri/openwrt-21.02-curl

[21.02] curl: bump to 7.83.1

2 years agoxray-core: Update to 1.5.8
Tianling Shen [Mon, 20 Jun 2022 17:27:59 +0000 (01:27 +0800)]
xray-core: Update to 1.5.8

Updated geodata to latest version while at it.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit c6103fe402822e91050b427fcb981e725e681f45)

2 years agodawn: update to 2022-06-13
Nick Hainke [Mon, 13 Jun 2022 20:54:31 +0000 (22:54 +0200)]
dawn: update to 2022-06-13

88c78b4 memory_utils: fix reallocation

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 4a9eaecf5812561499c30f74095e450a9992a657)

2 years agodawn: update to 2022-06-11
Nick Hainke [Sat, 11 Jun 2022 18:29:28 +0000 (20:29 +0200)]
dawn: update to 2022-06-11

4cf9d0b treewide: code and documentation cleanup
48b12ee datastorage: Minor chnages to kicking algorithm to tidy up some handling.
7b615b6 treewide: improve beacon/probe logging
185f31b treewide: improve beacon request handling
0c2e713 datastorage/ubus: Add "soft" kicking algorithm
38f60c5 treewide: RSSI / RCPI handling updates
aba3e81 documentation: Parameter defaults and documentation
3979fdf treewide: cleanup code
e3b3753 scoring: improve scoring algorithm
33f380f treewide: cleanup code
b42193f kicking: improve kicking algorithm
16deab3 treewide: improve mutex handling
31f0a37 test: cleanup tests and add some test scripts
43ca8b8 treewide: fix bugs from Coverity Scan
8ae2a42 utils/storage: improve descriptions
9a9b4dd ubus: Simplify loops and scans in generating hearing map
c833064 treewide: rework mutex
1df5bc5 (master) network: cleanup and improve network handling
3bd349a utils: cleanup
a855087 utils/storage: cleanup
439fe95 ubus/datastorage/msghandler: cleanup
335ace2 datastorage: improve linked list
40ebf48 ubus/datastorage: cleanup
c13c285 utils: cleanup
0e4fc50 documentation: Heavily revised Markdown documentation files

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 0c74ab9a790c81ff57ad1d7741489bf5e1839839)

2 years agodawn: update to 2022-06-09
Nick Hainke [Thu, 9 Jun 2022 06:03:24 +0000 (08:03 +0200)]
dawn: update to 2022-06-09

850a75c fix compilation with GCC12
2ac7b9d workflow: fix workflow

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 96975a1f785f4b0a8fae2b97feb6df0753c96ee7)

2 years agotelegraf: update to version 1.23.0
Jonathan Pagel [Mon, 13 Jun 2022 18:38:45 +0000 (20:38 +0200)]
telegraf: update to version 1.23.0

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
(cherry picked from commit e8f6600851557f89a77389db7840ce0a45494df7)
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2 years agolibprotobuf-c: update to 1.4.0
Rosen Penev [Sun, 13 Jun 2021 03:48:05 +0000 (20:48 -0700)]
libprotobuf-c: update to 1.4.0

Remove patch. Upstream fixed it.

Add AUTORELEASE for simplicity.

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

2 years agoprotobuf: update to 3.17.3
Rosen Penev [Sun, 19 Sep 2021 08:40:02 +0000 (01:40 -0700)]
protobuf: update to 3.17.3

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

2 years agoprotobuf: update to 3.17.2
Rosen Penev [Sun, 13 Jun 2021 03:53:53 +0000 (20:53 -0700)]
protobuf: update to 3.17.2

Refreshed patch.

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

2 years agolighttpd: update to lighttpd 1.4.65 release hash
Glenn Strauss [Fri, 21 Jan 2022 16:29:54 +0000 (11:29 -0500)]
lighttpd: update to lighttpd 1.4.65 release hash

* update to lighttpd 1.4.65 release hash
* specify lua version w/ -Dlua_version=lua to avoid patching meson.build

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit db8205e5458e27152b02c57609f2224586843271)

2 years agoirqbalance: upstream patch to fix segfault
Hannu Nyman [Sun, 12 Jun 2022 17:26:02 +0000 (20:26 +0300)]
irqbalance: upstream patch to fix segfault

Apply post-1.9.0 patch from upstream to fix a segfault.
savedptr can be NULL, so guard for that.

Fixes #18741

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit ab7a23102e85aaab1e0ff2ba6874e7d6b09f45d5)

2 years agoirqbalance: upstream patch to fix irq-module relation
Hannu Nyman [Sun, 12 Jun 2022 17:24:36 +0000 (20:24 +0300)]
irqbalance: upstream patch to fix irq-module relation

Apply post-1.9.0 patch from upstream to fix the irq-->module
relation detection.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 358c2293fabe8c12baa4b9d9788790594cc606a4)

2 years agomosh-full: Add perlbase-text dependency
Jottr Doe [Wed, 18 May 2022 17:15:19 +0000 (19:15 +0200)]
mosh-full: Add perlbase-text dependency

Fixes https://github.com/openwrt/packages/issues/18182

Signed-off-by: Jottr Doe <jottr@users.noreply.github.com>
(cherry picked from commit 17d7efe7e74f04415f17a96de156bed4964ff0c2)

2 years agomosh-full: Sort dependencies alphabetically
Jottr Doe [Wed, 18 May 2022 17:13:47 +0000 (19:13 +0200)]
mosh-full: Sort dependencies alphabetically

Signed-off-by: Jottr Doe <jottr@users.noreply.github.com>
(cherry picked from commit eaa37d2e8d2424f347aa582841aebbbdcc015041)

2 years agobeep: change git repository to fix CVE-2018-0492 and CVE-2018-1000532
Josef Schlehofer [Tue, 1 Jan 2019 02:38:00 +0000 (03:38 +0100)]
beep: change git repository to fix CVE-2018-0492 and CVE-2018-1000532

1. Changed Git repository, which is used for Fedora packaging
https://github.com/johnath/beep/issues/11#issuecomment-450277122

Fixed CVEs:
CVE-2018-0492 - https://nvd.nist.gov/vuln/detail/CVE-2018-0492
CVE-2018-1000532 - https://nvd.nist.gov/vuln/detail/CVE-2018-1000532

2. Fixed SPDX License Identifier

3. Add patch to comment out -D_FORTIFY_SOURCE
Otherwise, it can not be built by default.

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

2 years agoxray-core: increase nofile limitation
Tianling Shen [Tue, 7 Jun 2022 08:51:44 +0000 (16:51 +0800)]
xray-core: increase nofile limitation

This fixes "too many open files" error caused by max-file limitation
when xray processes large traffic.

Reported-by: Terry Ding <terryding77@gmail.com>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit d98fd528652c58e106a9bb4becd5ac8bb19a0ffb)

2 years agoxray-core: Update to 1.5.7
Tianling Shen [Sun, 5 Jun 2022 12:41:16 +0000 (20:41 +0800)]
xray-core: Update to 1.5.7

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a60ebb597a9023f5a3f27690b0fa61ed2899efe1)
[Removed upstreamed patch]
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agohtop: update to 3.2.1
John Audia [Tue, 7 Jun 2022 17:37:47 +0000 (20:37 +0300)]
htop: update to 3.2.1

Build-tested: x86/64
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit 6d73b8a09a1978519e8f2c1e5b77cad4190fa218)

2 years agocurl: bump to 7.83.1 18699/head
Stan Grishin [Thu, 19 May 2022 09:17:21 +0000 (09:17 +0000)]
curl: bump to 7.83.1

* https://curl.se/changes.html#7_83_1

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit b0f213a726a019fa864420fc9d50523ab8ec8901)

2 years agogolang: Update to 1.17.11
Jeffery To [Mon, 6 Jun 2022 08:57:54 +0000 (16:57 +0800)]
golang: Update to 1.17.11

Includes fix for CVE-2022-30634 (crypto/rand: Read hangs when passed
buffer larger than 1<<32 - 1).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agoMerge pull request #18695 from jefferyto/python-3.9.13-openwrt-21.02
Josef Schlehofer [Mon, 6 Jun 2022 13:33:10 +0000 (15:33 +0200)]
Merge pull request #18695 from jefferyto/python-3.9.13-openwrt-21.02

[openwrt-21.02] python3: Update to 3.9.13

2 years agonetatalk: backport pending PR to fix segfaults
Šimon Bořek [Thu, 28 Apr 2022 15:31:09 +0000 (17:31 +0200)]
netatalk: backport pending PR to fix segfaults

This commit backports pending PR, which solves segfaults:
- https://github.com/Netatalk/Netatalk/pull/174

To fix issues with segfaults described here:
- https://github.com/openwrt/packages/issues/18571
- https://github.com/Netatalk/Netatalk/issues/175

Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
2 years agopython3: Update to 3.9.13 18695/head
Jeffery To [Mon, 6 Jun 2022 12:47:16 +0000 (20:47 +0800)]
python3: Update to 3.9.13

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agoCircleCI: Add 21.02 GPG and usign public keys and update to Debian 10
Josef Schlehofer [Sat, 29 Jan 2022 12:18:01 +0000 (13:18 +0100)]
CircleCI: Add 21.02 GPG and usign public keys and update to Debian 10

Debian 9 (stretch) comes with Python 3.5 by default and End of Life is going to be
on 30th June 2022, let's update it to Debian 10 (buster).

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

2 years agoirqbalance: remove local patch for socket directory 18685/head
Hannu Nyman [Sat, 4 Jun 2022 11:12:28 +0000 (14:12 +0300)]
irqbalance: remove local patch for socket directory

Upstream has finally patched the UI communication socket
creation to happen only if the irqbalance UI is enabled.

As we do not use the irqbalance UI, we can remove
our local fix implemented by 4f0c847828.
(If you want to enable irqbalance UI, the fix is still needed.)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 8e71e0ad972ddb105264bdce3fffd0622edbd59b)

2 years agoirqbalance: update to 1.9.0
Hannu Nyman [Sat, 4 Jun 2022 09:11:11 +0000 (12:11 +0300)]
irqbalance: update to 1.9.0

Update irqbalance to version 1.9.0
* adopt AUTORELEASE

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit e9002ff3d956c719b3b57707f1ef690aeb4d707c)

2 years agoprotobuf-c: don't build shared host library
Rosen Penev [Tue, 19 Oct 2021 07:47:16 +0000 (00:47 -0700)]
protobuf-c: don't build shared host library

No point and can avoid rpath hacks.

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

2 years agoprotobuf: update to 3.15.6
Rosen Penev [Sat, 20 Mar 2021 23:45:12 +0000 (16:45 -0700)]
protobuf: update to 3.15.6

Remove upstreamed patch.

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

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

2 years agoopenwisp-config: update to 1.0.0
Federico Capoano [Sat, 28 May 2022 18:45:37 +0000 (14:45 -0400)]
openwisp-config: update to 1.0.0

Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
2 years agoxray-core: fix build in go 1.17
Tianling Shen [Tue, 31 May 2022 07:59:21 +0000 (15:59 +0800)]
xray-core: fix build in go 1.17

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoxray-core: Update to 1.5.6
Tianling Shen [Mon, 30 May 2022 16:33:29 +0000 (00:33 +0800)]
xray-core: Update to 1.5.6

Updated geodata to latest version while at it.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 2f5980d589f48345ec98a0808cfbd8b5cb0ca190)

2 years agoyq: Update to 4.25.2
Tianling Shen [Mon, 30 May 2022 13:11:52 +0000 (21:11 +0800)]
yq: Update to 4.25.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 31f9d48ff30315124f8e3733bac62b5846a23c24)

2 years agoMerge pull request #18653 from mhei/21.02-libxml2-update
Michael Heimpold [Wed, 1 Jun 2022 05:38:59 +0000 (07:38 +0200)]
Merge pull request #18653 from mhei/21.02-libxml2-update

[21.02] libxml2: update to 2.9.14

2 years agolibxml2: update to 2.9.14 18653/head
Michael Heimpold [Sun, 29 May 2022 20:01:45 +0000 (22:01 +0200)]
libxml2: update to 2.9.14

This fixes CVE-2022-29824.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit c12e1cfcab318d0a5b48d63d5952af418e62822e)

2 years agoMerge pull request #18630 from mhei/21.02-php8-update
Michael Heimpold [Mon, 30 May 2022 21:07:47 +0000 (23:07 +0200)]
Merge pull request #18630 from mhei/21.02-php8-update

[21.02] php8: update to 8.0.19

2 years agophp8: update to 8.0.19 18630/head
Michael Heimpold [Sun, 29 May 2022 09:02:54 +0000 (11:02 +0200)]
php8: update to 8.0.19

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2 years agonode: bump to v14.19.3
Hirokazu MORIKAWA [Thu, 26 May 2022 02:46:20 +0000 (11:46 +0900)]
node: bump to v14.19.3

Updates OpenSSL to 1.1.1o (No impact in openwrt)
Upgrade npm to v6.14.17.
etc...

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 years agovpnc: Update to 0.5.3+git20220517
Andreas Erhard [Wed, 18 May 2022 08:04:39 +0000 (10:04 +0200)]
vpnc: Update to 0.5.3+git20220517

The new version of vpnc supports additional DH groups for improved key exchange security.

Signed-off-by: Andreas Erhard <andreas.erhard@i-med.ac.at>
(cherry picked from commit e82106eaeb8cd43b765ba65e70a036820c03de83)

2 years agohaproxy: Update HAProxy to v2.2.24
Christian Lachner [Wed, 25 May 2022 08:19:59 +0000 (10:19 +0200)]
haproxy: Update HAProxy to v2.2.24

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2 years agoaudit: Fix compilation with kernel 5.15
Eneas U de Queiroz [Thu, 5 May 2022 12:58:02 +0000 (09:58 -0300)]
audit: Fix compilation with kernel 5.15

Linux 5.15 does not have the linux/ipx.h header.

The patch is a partial cherry-pick (skipped ChangeLog) of upstream
commit 6b09724c6 ("Make IPX packet interpretation dependent on the ipx
header file existing").

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 7be14da0d59ef59bfcb4b8c38fa9c93038cde8fb)

2 years agobluez: Update to 5.64, update/refresh patches
Jeffery To [Tue, 17 May 2022 09:38:45 +0000 (17:38 +0800)]
bluez: Update to 5.64, update/refresh patches

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

2 years agobluez: fix compilation with glibc
Rosen Penev [Sun, 9 Jan 2022 04:22:28 +0000 (20:22 -0800)]
bluez: fix compilation with glibc

sync() is implemented now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit df8a0f324d377d1ebdca11fef45f877c3256185d)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agobluez: update to 5.62
Rosen Penev [Thu, 16 Dec 2021 00:41:57 +0000 (16:41 -0800)]
bluez: update to 5.62

Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 3ee221d0166f3e555e5cc7f07a68113f6d2697bf)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agobluez: update to 5.60
Rosen Penev [Wed, 21 Jul 2021 03:34:29 +0000 (20:34 -0700)]
bluez: update to 5.60

Switch to AUTORELEASE for simplicity.

Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 5c467bb76f38179dcbba3868c686b9b6cc8d4c55)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agodocker: Update to v20.10.16
Gerard Ryan [Mon, 16 May 2022 12:01:20 +0000 (22:01 +1000)]
docker: Update to v20.10.16

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
(cherry picked from commit b05dac56718b64c29780a6464d39ef5e1f5c5278)

2 years agodockerd: Update to v20.10.16
Gerard Ryan [Mon, 16 May 2022 11:58:44 +0000 (21:58 +1000)]
dockerd: Update to v20.10.16

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
(cherry picked from commit 81dd38677b129555835a79c064166c170bf3ae53)

2 years agolibnetwork: Updated to 339b97 for docker v20.10.16
Gerard Ryan [Mon, 16 May 2022 11:54:44 +0000 (21:54 +1000)]
libnetwork: Updated to 339b97 for docker v20.10.16

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
(cherry picked from commit 127aa63898deb76cc1645301f07d579366c5d08b)

2 years agocontainerd: Update to v1.6.4 for docker v20.10.16
Gerard Ryan [Mon, 16 May 2022 11:51:30 +0000 (21:51 +1000)]
containerd: Update to v1.6.4 for docker v20.10.16
* Overrode `PREFIX` to have the old behaviour

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
(cherry picked from commit 9a7e3c0b7bdcefe5e9c97e0f8ec17bc4f97b9251)

2 years agorunc: Update to v1.1.1 for docker v20.10.16
Gerard Ryan [Mon, 16 May 2022 11:48:09 +0000 (21:48 +1000)]
runc: Update to v1.1.1 for docker v20.10.16

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
(cherry picked from commit 8cf4c156c495b88265165f9ed9093559f7ee5136)

2 years agoopenldap: update to 2.4.58
W. Michael Petullo [Mon, 10 May 2021 17:56:18 +0000 (12:56 -0500)]
openldap: update to 2.4.58

Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit f200ccd6fc6050357874e4732533aee14a6b2ea1)

* remove a dead mirror
* use https
* fixes CVE-2021-27212

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agousteer: update to latest HEAD
David Bauer [Tue, 17 May 2022 14:24:43 +0000 (16:24 +0200)]
usteer: update to latest HEAD

7afab96 usteer: Fix better candidate not being set in policy

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit c46095085a0578d0759e5a03309e5be38cf746db)

2 years agoMerge pull request #18362 from stangri/openwrt-21.02-https-dns-proxy
Stan Grishin [Thu, 19 May 2022 09:00:48 +0000 (12:00 +0300)]
Merge pull request #18362 from stangri/openwrt-21.02-https-dns-proxy

[21.02] https-dns-proxy: 2021-11-22-3: add support for Canary Domains

2 years agotelegraf: Update to version 1.22.4
Jonathan Pagel [Tue, 17 May 2022 19:26:54 +0000 (21:26 +0200)]
telegraf: Update to version 1.22.4

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
(cherry picked from commit f43a5f03bbc7b66439437429fbd4f2c9fbfa0725)
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2 years agoMerge pull request #18544 from hexian000/openwrt-21.02
Jeffery To [Tue, 17 May 2022 03:07:28 +0000 (11:07 +0800)]
Merge pull request #18544 from hexian000/openwrt-21.02

[openwrt-21.02] privoxy: update to 3.0.33 and fix the init script

2 years agogolang: Update to 1.17.10
Jeffery To [Mon, 16 May 2022 08:19:45 +0000 (16:19 +0800)]
golang: Update to 1.17.10

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agoci: Look for changed packages in the PR branch only
Jeffery To [Wed, 11 May 2022 09:21:52 +0000 (17:21 +0800)]
ci: Look for changed packages in the PR branch only

Fixes https://github.com/openwrt/packages/issues/15267.

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

2 years agoprivoxy: update to 3.0.33 and fix the init script 18544/head
He Xian [Wed, 13 Apr 2022 09:32:48 +0000 (17:32 +0800)]
privoxy: update to 3.0.33 and fix the init script

1. Fixed init script would kill itself when trying to stop a service.
2. Upgrade privoxy release to 3.0.33
3. Set PKG_RELEASE to AUTORELEASE

Signed-off-by: He Xian <hexian000@outlook.com>
(cherry picked from commit 5d917b957891c23d030c1e64c4857cb1a1035650)

2 years agolxc: export systemd cgroups after install
Michal Vasilek [Fri, 8 Apr 2022 20:49:53 +0000 (22:49 +0200)]
lxc: export systemd cgroups after install

otherwise, a user would have to either manually run /etc/init.d/lxc-auto
boot or reboot the system to start using lxc.

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit 2cde10b95053bf958a4001fb0a82c4563bf345e2)

2 years agopostgresql: security update to 13.7
Michal Vasilek [Fri, 13 May 2022 16:39:54 +0000 (18:39 +0200)]
postgresql: security update to 13.7

* fixes CVE-2022-1552
* refresh a patch

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agodawn: update to 2022-05-09
Nick Hainke [Mon, 9 May 2022 13:57:26 +0000 (15:57 +0200)]
dawn: update to 2022-05-09

7a72674 datastorage/ubus: rework kicking algorithm

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 8b41e959d0ec6e2046c9e652eb6bf061034082f1)

2 years agodocker: Update to 20.10.14
Andy Dodd [Mon, 2 May 2022 17:53:57 +0000 (13:53 -0400)]
docker:  Update to 20.10.14

Signed-off-by: Andy Dodd <atd7@cornell.edu>
(cherry picked from commit cd99c4cafb8fc30e33f6d4fa670f7379d4d31e6a)

2 years agodockerd: Update to 20.10.14, and update version checking mechanism
Andy Dodd [Mon, 2 May 2022 17:54:18 +0000 (13:54 -0400)]
dockerd: Update to 20.10.14, and update version checking mechanism

https://github.com/moby/moby/commit/a7a7c732c0dc02ee5b5515f4ca868ef50cafa4a1
changed package pinning from commit hash to version for some dependencies
(but not all, libnetwork is still referenced by commit)

Support the version-based pinning mechanism in addition to commit-based

Signed-off-by: Andy Dodd <atd7@cornell.edu>
(cherry picked from commit c3166c5a22a89bfdf4dd1edac25e4a8256717a68)

2 years agocontainerd: Update to 1.5.11
Andy Dodd [Mon, 2 May 2022 17:58:04 +0000 (13:58 -0400)]
containerd: Update to 1.5.11

Signed-off-by: Andy Dodd <atd7@cornell.edu>
(cherry picked from commit a134a23a0784f1b0a04670f38ffedddb46087dee)

2 years agorunc: update to 1.0.3
Michal Vasilek [Fri, 10 Dec 2021 22:29:38 +0000 (23:29 +0100)]
runc: update to 1.0.3

* fixes CVE-2021-43784

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit 9a4423995ab3c6d56c22b282c277a9335ba978f0)

2 years agoMerge pull request #18324 from jamesmacwhite/21.02-adguardhome-v0.107.6
Jeffery To [Tue, 10 May 2022 19:56:02 +0000 (03:56 +0800)]
Merge pull request #18324 from jamesmacwhite/21.02-adguardhome-v0.107.6

[21.02] adguardhome: Update v0.107.6

2 years agoadblock: list maintenance
Dirk Brenken [Tue, 10 May 2022 14:53:52 +0000 (16:53 +0200)]
adblock: list maintenance

* add new oisd nsfw source (XL)
* change korean source name (again)
* update readme

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

2 years agoadblock: 4.1.3-8
Dirk Brenken [Mon, 11 Apr 2022 19:33:57 +0000 (21:33 +0200)]
adblock: 4.1.3-8

* add new 'hblock' compilation source (XL, see https://hblock.molinero.dev for reference)
* print runtime/date information in ISO-8601 standard format
* minor cleanups

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

2 years ago adblock: 4.1.3-7
Dirk Brenken [Thu, 24 Mar 2022 20:01:12 +0000 (21:01 +0100)]
 adblock: 4.1.3-7

* removed discontinued source 'gaming'
* changed url of source 'reg_kr'

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

2 years agoadblock: 4.1.3-6
Dirk Brenken [Mon, 7 Mar 2022 20:25:31 +0000 (21:25 +0100)]
adblock: 4.1.3-6

* remove discontinued sources: shallalist, stalkerware
* fix a logical glitch in startup trigger handling

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

2 years agoadblock: make reproducible
Rosen Penev [Tue, 8 Feb 2022 06:00:12 +0000 (22:00 -0800)]
adblock: make reproducible

Need to get rid of the timestamp.

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

2 years agohtop: update to 3.2.0
John Audia [Mon, 9 May 2022 20:35:01 +0000 (23:35 +0300)]
htop: update to 3.2.0

Build-tested: x86/64
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
(cherry picked from commit b4043d92257505526a5b8ceac94f9f28f887abbd)

2 years agoyoutube-dl: update to 2021.12.17
Michal Vasilek [Fri, 6 May 2022 12:28:46 +0000 (14:28 +0200)]
youtube-dl: update to 2021.12.17

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
(cherry picked from commit ef29bf0163669257c137ebf4e459757b37ddce96)

2 years agoyoutube-dl: update to version 2021.6.6
Josef Schlehofer [Tue, 6 Jul 2021 15:09:41 +0000 (17:09 +0200)]
youtube-dl: update to version 2021.6.6

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

2 years agousteer: update to latest HEAD
David Bauer [Thu, 5 May 2022 21:45:53 +0000 (23:45 +0200)]
usteer: update to latest HEAD

46539ae policy: abort kick process for missing candidate
408bbca policy: don't kick clients immediatly
444b233 policy: only send preferred candidate with transition request

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit dcd33d5da67bb5247667cc3e1fa7d8a6b4669621)

2 years agoecdsautils: update to v0.4.1
Matthias Schiffer [Thu, 5 May 2022 16:33:00 +0000 (18:33 +0200)]
ecdsautils: update to v0.4.1

This fixes CVE-2022-24884.

Also update the package URL to match the source repository.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
(cherry picked from commit de5671e58226a4cd062e92c2b12e20dcd7854e82)

2 years agohwdata: update to version 0.359
Josef Schlehofer [Wed, 4 May 2022 15:54:49 +0000 (17:54 +0200)]
hwdata: update to version 0.359

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

2 years agotor: bump to 0.4.7.7 stable
Rui Salvaterra [Sat, 30 Apr 2022 23:55:18 +0000 (00:55 +0100)]
tor: bump to 0.4.7.7 stable

The first stable release in the 0.4.7.x series.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit 0b50456514443f0cf74f0a302e31752d2cb55496)

2 years agotor: bump to 0.4.6.10 stable
Rui Salvaterra [Thu, 31 Mar 2022 19:37:24 +0000 (20:37 +0100)]
tor: bump to 0.4.6.10 stable

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit 17e78a9790b74dcd4da352e70e059c9585a3f8d7)

2 years agotor: bump to 0.4.6.9 stable
Rui Salvaterra [Tue, 11 Jan 2022 11:46:27 +0000 (11:46 +0000)]
tor: bump to 0.4.6.9 stable

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit 72974bed43d5af0ea17769f33ce6a3824cc858ec)

2 years agotor: bump to 0.4.6.8 stable
Rui Salvaterra [Thu, 28 Oct 2021 12:44:54 +0000 (13:44 +0100)]
tor: bump to 0.4.6.8 stable

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit 2997d2dcf53a6a687b9a37016a7dbbdb68096831)

2 years agotor: bump to 0.4.6.7
Rui Salvaterra [Thu, 2 Sep 2021 07:39:09 +0000 (08:39 +0100)]
tor: bump to 0.4.6.7

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit c12cb0cdde8e7e43ed8c208797cc80e0a3c9ca81)

2 years agotor: bump to 0.4.6.6 stable
Rui Salvaterra [Mon, 19 Jul 2021 09:04:47 +0000 (10:04 +0100)]
tor: bump to 0.4.6.6 stable

Run-tested on mvebu/cortexa9 (tor-basic) without issues.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit a45b962eef0b2cb85525ddafce11a63b4f9190d5)

2 years agorclone: Update to 1.58.1
Tianling Shen [Sat, 30 Apr 2022 00:11:48 +0000 (08:11 +0800)]
rclone: Update to 1.58.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit cf81132418cfe4c07b8b69e068e5663c0ceaa75b)

2 years agolibtorrent-rasterbar: Update to 2.0.6
Tianling Shen [Fri, 29 Apr 2022 02:09:26 +0000 (10:09 +0800)]
libtorrent-rasterbar: Update to 2.0.6

Added new dependency "libstdcpp".
Removed an upstreamed patch.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 2c78f8b1548d3070839bd1ee6977e25fc55030e6)

2 years agolibtorrent-rasterbar: update to 2.0.5
Rosen Penev [Thu, 16 Dec 2021 06:31:13 +0000 (22:31 -0800)]
libtorrent-rasterbar: update to 2.0.5

Remove upstreamed patch.

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

2 years agolibtorrent-rasterbar: update to 2.0.4
Rosen Penev [Sun, 5 Sep 2021 00:09:05 +0000 (17:09 -0700)]
libtorrent-rasterbar: update to 2.0.4

Backport patch fixing compilation with boost 1.77

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

2 years agolibtorrent-rasterbar: update to 1.0.2
Rosen Penev [Sun, 21 Mar 2021 00:20:31 +0000 (17:20 -0700)]
libtorrent-rasterbar: update to 1.0.2

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

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

2 years agoyq: Update to 4.25.1
Tianling Shen [Fri, 29 Apr 2022 11:00:32 +0000 (19:00 +0800)]
yq: Update to 4.25.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 514ca20255ed514a032dce97fb56dadf11c63f0a)

2 years agotelegraf: upgrade to version 1.22.3
Jonathan Pagel [Sat, 30 Apr 2022 09:19:11 +0000 (11:19 +0200)]
telegraf: upgrade to version 1.22.3

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
(cherry picked from commit c5b668df5bc3a54c696d2903c7d45cae8890e235)
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2 years agodjango: bump to version 3.2.13
Alexandru Ardelean [Wed, 27 Apr 2022 05:50:56 +0000 (08:50 +0300)]
django: bump to version 3.2.13

Fixes
https://nvd.nist.gov/vuln/detail/CVE-2022-28347
https://nvd.nist.gov/vuln/detail/CVE-2022-28346

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agonano: update to 6.3
Hannu Nyman [Fri, 29 Apr 2022 16:13:48 +0000 (19:13 +0300)]
nano: update to 6.3

Update nano editor to version 6.3

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit e076a9a40da733a9f4736cb503af79484db6b160)

2 years agoknot: update to 3.1.7
Jan Hák [Fri, 1 Apr 2022 11:16:00 +0000 (13:16 +0200)]
knot: update to 3.1.7

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

2 years agoMerge pull request #18392 from mhei/21.02-php8-update
Michael Heimpold [Thu, 28 Apr 2022 05:28:30 +0000 (07:28 +0200)]
Merge pull request #18392 from mhei/21.02-php8-update

[21.02] php8: update to 8.0.18

2 years agophp8: update to 8.0.18 18392/head
Michael Heimpold [Tue, 26 Apr 2022 19:15:37 +0000 (21:15 +0200)]
php8: update to 8.0.18

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2 years agotelegraf: Update to version 1.22.2
Jonathan Pagel [Tue, 26 Apr 2022 07:41:18 +0000 (09:41 +0200)]
telegraf: Update to version 1.22.2

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
(cherry picked from commit a93b3baba12b8c2d21fb8b8cbcb2d6e4821b5f57)
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2 years agoxray-core: Update to 1.5.5
Tianling Shen [Sat, 23 Apr 2022 23:55:20 +0000 (07:55 +0800)]
xray-core: Update to 1.5.5

Updated geodata to latest version while at it.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 67c0a17fee1a533e4106a6902260848645f39332)

2 years agoprometheus-node-exporter-lua: improve ubnt-manager
Nick Hainke [Mon, 18 Apr 2022 06:44:55 +0000 (08:44 +0200)]
prometheus-node-exporter-lua: improve ubnt-manager

It is costly in transmissions to add all information to each metric.
Instead, only use the "device" as a label and add all other important
labels to the "uptime" metric.

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 9f3064a11ccb4c04f610faa56b4695adbbab224d)

2 years agoMerge pull request #18365 from turris-cz/ffmpeg
Jeffery To [Mon, 25 Apr 2022 09:20:11 +0000 (17:20 +0800)]
Merge pull request #18365 from turris-cz/ffmpeg

ffmpeg: update to version 4.3.4

2 years agogit: update to version 2.34.3
Josef Schlehofer [Sun, 24 Apr 2022 13:23:31 +0000 (15:23 +0200)]
git: update to version 2.34.3

Fixes:
- CVE-2022-24765

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