feed/packages.git
3 years agoopen-vm-tools: update to 11.3.0 15936/head
Yuhei OKAWA [Wed, 23 Jun 2021 02:25:46 +0000 (11:25 +0900)]
open-vm-tools: update to 11.3.0

Refreshed patches.

Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
3 years agoMerge pull request #15932 from tru7/libfmt
Rosen Penev [Tue, 22 Jun 2021 10:52:00 +0000 (03:52 -0700)]
Merge pull request #15932 from tru7/libfmt

libfmt: bump to version 8.0.0

3 years agonet/mosquitto: add respawn
Karl Palsson [Tue, 22 Jun 2021 09:27:24 +0000 (09:27 +0000)]
net/mosquitto: add respawn

As a daemon service, respawn is expected by default, and we have that
facility available via procd.

Suggested-in: https://github.com/openwrt/packages/pull/15272
Signed-off-by: Karl Palsson <karlp@etactica.com>
3 years agoddns-scripts: get l3 device for bind network using curl
Florian Eckert [Tue, 22 Jun 2021 08:07:22 +0000 (10:07 +0200)]
ddns-scripts: get l3 device for bind network using curl

If pppoe is used for wan access. script set 'eth1' as interface for curl
call. The correct interface is however 'pppoe-wan'.

The script uses 'network_get_physdev' function to get real device for
bind_network but this is wrong. We need instead the l3_device of the the
logical interface.

In case if we don't use pppoe connection - 'l3_device' is equal to real device.

This was reported by the github user `welderpb` with P/R:
 https://github.com/openwrt/packages/pull/14431

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 years agolibfmt: bump to version 8.0.0 15932/head
Othmar Truniger [Tue, 22 Jun 2021 07:32:58 +0000 (09:32 +0200)]
libfmt: bump to version 8.0.0

Signed-off-by: Othmar Truniger <github@truniger.ch>
3 years agoMerge pull request #15860 from neheb/meson3
Rosen Penev [Tue, 22 Jun 2021 03:08:38 +0000 (20:08 -0700)]
Merge pull request #15860 from neheb/meson3

meson: use ninja from tools

3 years agoMerge pull request #15884 from neheb/dom
Rosen Penev [Tue, 22 Jun 2021 03:08:09 +0000 (20:08 -0700)]
Merge pull request #15884 from neheb/dom

domoticz: update to 2021.1 and fix other packages

3 years agoknot: update to version 3.0.7
Jan Hak [Mon, 21 Jun 2021 08:52:32 +0000 (10:52 +0200)]
knot: update to version 3.0.7

Signed-off-by: Jan Hak <jan.hak@nic.cz>
3 years agolibedit: update to version 20210522-3.1
Jan Hak [Mon, 21 Jun 2021 08:51:13 +0000 (10:51 +0200)]
libedit: update to version 20210522-3.1

Signed-off-by: Jan Hak <jan.hak@nic.cz>
3 years agofrp: update to 0.37.0
Van Waholtz [Sun, 13 Jun 2021 09:19:26 +0000 (17:19 +0800)]
frp: update to 0.37.0

Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
3 years agomeson: use ninja from tools 15860/head
Rosen Penev [Mon, 14 Jun 2021 01:47:34 +0000 (18:47 -0700)]
meson: use ninja from tools

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoninja: remove host build.
Rosen Penev [Mon, 14 Jun 2021 01:28:29 +0000 (18:28 -0700)]
ninja: remove host build.

There's tools/ninja now, with jobserver support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #15913 from neheb/sum
Rosen Penev [Mon, 21 Jun 2021 06:37:44 +0000 (23:37 -0700)]
Merge pull request #15913 from neheb/sum

sumo: fix compilation when gtest is present

3 years agoMerge pull request #15923 from nxhack/icu_691
Josef Schlehofer [Sun, 20 Jun 2021 08:04:14 +0000 (10:04 +0200)]
Merge pull request #15923 from nxhack/icu_691

icu: bump to 69.1

3 years agoicu: bump to 69.1 15923/head
Hirokazu MORIKAWA [Sun, 20 Jun 2021 05:14:42 +0000 (14:14 +0900)]
icu: bump to 69.1

ICU 69 updates to CLDR 39 locale data with many additions and corrections. ICU 69 also includes significant improvements for measurement unit formatting and number formatting in general, as well as many other bug fixes and enhancements.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
3 years agoMerge pull request #15914 from neheb/mra
Rosen Penev [Sun, 20 Jun 2021 00:43:22 +0000 (17:43 -0700)]
Merge pull request #15914 from neheb/mra

libmraa: don't build tests

3 years agolibmraa: don't build tests 15914/head
Rosen Penev [Sat, 19 Jun 2021 05:37:35 +0000 (22:37 -0700)]
libmraa: don't build tests

Fixes compilation when gtest is present.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agosumo: fix compilation when gtest is present 15913/head
Rosen Penev [Sat, 19 Jun 2021 07:36:51 +0000 (00:36 -0700)]
sumo: fix compilation when gtest is present

Removes cmake check for gtest.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #15908 from mlichvar/chrony-fix-uci-allow
Rosen Penev [Sat, 19 Jun 2021 20:13:00 +0000 (13:13 -0700)]
Merge pull request #15908 from mlichvar/chrony-fix-uci-allow

chrony: fix uci NTP access configuration

3 years agoMerge pull request #15747 from neheb/tiff2
Jiri Slachta [Sat, 19 Jun 2021 20:07:42 +0000 (22:07 +0200)]
Merge pull request #15747 from neheb/tiff2

tiff: update to 4.2.3

3 years agochrony: fix uci NTP access configuration 15908/head
Miroslav Lichvar [Sat, 19 Jun 2021 11:14:05 +0000 (13:14 +0200)]
chrony: fix uci NTP access configuration

The chrony interface hotplug script reuses the handle_allow function
from the init script to allow NTP access on interfaces specified in uci.
The function requires /lib/functions/network.sh. Include the file in the
hotplug script to make the function work as expected.

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
3 years agoMerge pull request #15900 from nxhack/node_14171
Rosen Penev [Sat, 19 Jun 2021 07:41:27 +0000 (00:41 -0700)]
Merge pull request #15900 from nxhack/node_14171

node: bump to 14.17.1

3 years agoMerge pull request #15906 from gladiac1337/haproxy-2.4.1
Rosen Penev [Sat, 19 Jun 2021 07:40:59 +0000 (00:40 -0700)]
Merge pull request #15906 from gladiac1337/haproxy-2.4.1

haproxy: Update HAProxy to v2.4.1

3 years agoMerge pull request #15904 from 1715173329/yq
Rosen Penev [Sat, 19 Jun 2021 07:40:42 +0000 (00:40 -0700)]
Merge pull request #15904 from 1715173329/yq

yq: Update to 4.9.6

3 years agohaproxy: Update HAProxy to v2.4.1 15906/head
Christian Lachner [Fri, 18 Jun 2021 05:30:17 +0000 (07:30 +0200)]
haproxy: Update HAProxy to v2.4.1

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
3 years agoopenvpn: update to 2.5.3
Ivan Pavlov [Fri, 18 Jun 2021 07:10:57 +0000 (10:10 +0300)]
openvpn: update to 2.5.3

Fix a possible security issue with OpenSSL config autoloading on Windows (CVE-2021-3606).
Include a number of small improvements and bug fixes.

remove upstreamed: 115-fix-mbedtls-without-renegotiation.patch

Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
3 years agoyq: Update to 4.9.6 15904/head
Tianling Shen [Fri, 18 Jun 2021 14:57:44 +0000 (22:57 +0800)]
yq: Update to 4.9.6

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years agonode: bump to 14.17.1 15900/head
Hirokazu MORIKAWA [Fri, 18 Jun 2021 09:04:29 +0000 (18:04 +0900)]
node: bump to 14.17.1

Notable Changes:
deps: update ICU to 69.1 (MichaĆ«l Zasso)
errors: align source-map stacks with spec (Benjamin Coe)

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
3 years agoMerge pull request #15855 from JamesVorder/yggdrasil/https
Rosen Penev [Fri, 18 Jun 2021 05:23:07 +0000 (22:23 -0700)]
Merge pull request #15855 from JamesVorder/yggdrasil/https

yggdrasil: allow HTTPS connections

3 years agoMerge pull request #15890 from CodeFetch/patch-11
Philip Prindeville [Fri, 18 Jun 2021 04:15:46 +0000 (22:15 -0600)]
Merge pull request #15890 from CodeFetch/patch-11

strongswan: fix PSK config generation

3 years agostrongswan: fix PSK config generation 15890/head
Vincent Wiemann [Thu, 17 Jun 2021 04:15:34 +0000 (06:15 +0200)]
strongswan: fix PSK config generation

There were closing curly braces missing and it was checking for empty
strings while it should have been checking for non-empty strings.

Signed-off-by: Vincent Wiemann <vincent.wiemann@ironai.com>
3 years agoMerge pull request #15897 from pprindeville/strongswan-fix-dir-typo
Philip Prindeville [Fri, 18 Jun 2021 01:42:40 +0000 (19:42 -0600)]
Merge pull request #15897 from pprindeville/strongswan-fix-dir-typo

strongswan: use correct directory for CA's

3 years agostrongswan: use correct directory for CA's 15897/head
Philip Prindeville [Fri, 18 Jun 2021 00:53:08 +0000 (18:53 -0600)]
strongswan: use correct directory for CA's

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
3 years agobanip: refine/fix nginx search pattern
Dirk Brenken [Thu, 17 Jun 2021 20:23:24 +0000 (22:23 +0200)]
banip: refine/fix nginx search pattern

* fix issue with nginx search pattern reported in forum support thread

Signed-off-by: Dirk Brenken <dev@brenken.org>
3 years agoMerge pull request #15875 from CodeFetch/patch-10
Rosen Penev [Thu, 17 Jun 2021 18:53:08 +0000 (11:53 -0700)]
Merge pull request #15875 from CodeFetch/patch-10

apparmor: fix packaging

3 years agoMerge pull request #15891 from pprindeville/strongswan-update-config
Rosen Penev [Thu, 17 Jun 2021 18:50:09 +0000 (11:50 -0700)]
Merge pull request #15891 from pprindeville/strongswan-update-config

strongswan: fix sharing of ipsec section variables

3 years agoMerge pull request #15892 from ja-pa/knot-resolver-fix-scheduling
Rosen Penev [Thu, 17 Jun 2021 18:49:22 +0000 (11:49 -0700)]
Merge pull request #15892 from ja-pa/knot-resolver-fix-scheduling

knot-resolver: change scheduling priority

3 years agoMerge pull request #15894 from Andy2244/samba_4.13.9
Rosen Penev [Thu, 17 Jun 2021 18:48:52 +0000 (11:48 -0700)]
Merge pull request #15894 from Andy2244/samba_4.13.9

samba4: update to 4.13.9

3 years agosamba4: update to 4.13.9 15894/head
Andy Walsh [Thu, 17 Jun 2021 16:28:08 +0000 (18:28 +0200)]
samba4: update to 4.13.9

* update to 4.13.9

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
3 years agopython-cryptography: bump to version 3.4.7
Alexandru Ardelean [Tue, 15 Jun 2021 09:25:34 +0000 (12:25 +0300)]
python-cryptography: bump to version 3.4.7

Dropped patches:
  0004-Replace-EVP_CIPHER_CTX_cleanup-with-EVP_CIPHER_CTX_r.patch
  0005-Switch-get_-Update-APIs-to-get0.patch

Reworked patches:
  0001-Add-new-ASN1_STRING_get0_data-API.patch
  0006-Add-X509_STORE_CTX_trusted_stack-compatibility-macro.patch
These 2 require that we keep only the CUSTOMIZATIONS stuff for now. Maybe
later we can drop this.

Ran 'make package/python-cryptography/refresh'.

Added patch:
  0004-disable-rust.patch
upstream did a sloppy job with the CRYPTOGRAPHY_DONT_BUILD_RUST logic; we
need to patch it, to make sure the setuptools-rust isn't installed.
We may need to carry this patch in our tree for a bit longer than upstream,
because in newer versions, CRYPTOGRAPHY_DONT_BUILD_RUST logic gets removed.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agonano: update to 5.8
Hannu Nyman [Thu, 17 Jun 2021 16:03:11 +0000 (19:03 +0300)]
nano: update to 5.8

Update nano editor version to 5.8.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 years agostrongswan: fix sharing of ipsec section variables 15891/head
Philip Prindeville [Thu, 17 Jun 2021 06:18:46 +0000 (00:18 -0600)]
strongswan: fix sharing of ipsec section variables

Variables set in config_ipsec() need to be shared with do_postamble()
function, so change scoping to parent (prepare_env()).

Also, remove unused settings like "remote_sourceip", "reqid", and
"packet_marker".

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
3 years agoMerge pull request #15879 from neheb/lesss
Rosen Penev [Thu, 17 Jun 2021 13:22:12 +0000 (06:22 -0700)]
Merge pull request #15879 from neheb/lesss

less: update to 590

3 years agoknot-resolver: change scheduling priority 15892/head
Jan Pavlinec [Thu, 17 Jun 2021 12:59:32 +0000 (14:59 +0200)]
knot-resolver: change scheduling priority

This should prevent some resolving issues by other router app.

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
3 years agoMerge pull request #15880 from neheb/ogg
Rosen Penev [Wed, 16 Jun 2021 22:21:07 +0000 (15:21 -0700)]
Merge pull request #15880 from neheb/ogg

libogg: update to 1.3.5

3 years agoapparmor: fix packaging 15875/head
Vincent Wiemann [Tue, 15 Jun 2021 20:04:31 +0000 (22:04 +0200)]
apparmor: fix packaging

Removes the BUILDONLY flag as otherwise no packages will be created.

Signed-off-by: Vincent Wiemann <vincent.wiemann@ironai.com>
3 years agoMerge pull request #15888 from tru7/linknx
Rosen Penev [Wed, 16 Jun 2021 21:03:14 +0000 (14:03 -0700)]
Merge pull request #15888 from tru7/linknx

linknx: adopt new libesmtp version

3 years agoMerge pull request #15882 from neheb/es
Rosen Penev [Wed, 16 Jun 2021 21:03:00 +0000 (14:03 -0700)]
Merge pull request #15882 from neheb/es

libesmtp: update to 1.1.0

3 years agolibesmtp: update to 1.1.0 15882/head
Rosen Penev [Wed, 16 Jun 2021 02:03:43 +0000 (19:03 -0700)]
libesmtp: update to 1.1.0

New upstream. Uses meson now. Removed outdated patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #15878 from neheb/hdpa
Rosen Penev [Wed, 16 Jun 2021 19:52:09 +0000 (12:52 -0700)]
Merge pull request #15878 from neheb/hdpa

hdparm: update to 9.62

3 years agolinknx: adopt new libesmtp version 15888/head
Othmar Truniger [Wed, 16 Jun 2021 15:14:25 +0000 (17:14 +0200)]
linknx: adopt new libesmtp version

Signed-off-by: Othmar Truniger <github@truniger.ch>
3 years agoyggdrasil: allow HTTPS connections 15855/head
James Vorderbruggen [Sun, 13 Jun 2021 16:09:57 +0000 (12:09 -0400)]
yggdrasil: allow HTTPS connections

Signed-off-by: James Vorderbruggen <jamesvorder@gmail.com>
3 years agounbound: fix build on non-linux systems
Felix Fietkau [Wed, 16 Jun 2021 10:58:31 +0000 (12:58 +0200)]
unbound: fix build on non-linux systems

Override places that call uname to detect target features

Signed-off-by: Felix Fietkau <nbd@nbd.name>
3 years agoMerge pull request #15881 from neheb/capn
Rosen Penev [Wed, 16 Jun 2021 08:27:52 +0000 (01:27 -0700)]
Merge pull request #15881 from neheb/capn

libcap-ng: update to 0.8.2

3 years agodomoticz: update to 2021.1 15884/head
Rosen Penev [Tue, 15 Jun 2021 00:29:16 +0000 (17:29 -0700)]
domoticz: update to 2021.1

Remove outdated patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agominizip: update to 3.0.2
Rosen Penev [Tue, 15 Jun 2021 00:09:49 +0000 (17:09 -0700)]
minizip: update to 3.0.2

Add back compat header as domoticz really wants it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agojsoncpp: add back exceptions
Rosen Penev [Tue, 15 Jun 2021 00:08:09 +0000 (17:08 -0700)]
jsoncpp: add back exceptions

domoticz wants them. No idea how to avoid it. Easier to just add back
here.

Removed several outdated options from CMake times.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agolibcap-ng: update to 0.8.2 15881/head
Rosen Penev [Wed, 16 Jun 2021 02:04:15 +0000 (19:04 -0700)]
libcap-ng: update to 0.8.2

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agolibogg: update to 1.3.5 15880/head
Rosen Penev [Wed, 16 Jun 2021 02:04:40 +0000 (19:04 -0700)]
libogg: update to 1.3.5

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoless: update to 590 15879/head
Rosen Penev [Wed, 16 Jun 2021 02:05:11 +0000 (19:05 -0700)]
less: update to 590

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agohdparm: update to 9.62 15878/head
Rosen Penev [Wed, 16 Jun 2021 02:05:34 +0000 (19:05 -0700)]
hdparm: update to 9.62

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #15876 from mstorchak/tmux
Rosen Penev [Wed, 16 Jun 2021 01:04:32 +0000 (18:04 -0700)]
Merge pull request #15876 from mstorchak/tmux

tmux: update to 3.2a

3 years agodjango: bump to version 3.2.4
Alexandru Ardelean [Mon, 14 Jun 2021 12:12:05 +0000 (15:12 +0300)]
django: bump to version 3.2.4

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agoauc: update to version 0.1.7
Daniel Golle [Tue, 15 Jun 2021 08:34:17 +0000 (09:34 +0100)]
auc: update to version 0.1.7

No longer fail in case a package is part of multiple lists (which may
happen temporarily in case it becomes 'nonshared').
Bump version to prepare for sync accross branches.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agoMerge pull request #15873 from commodo/netatalk-drop
Rosen Penev [Tue, 15 Jun 2021 09:19:45 +0000 (02:19 -0700)]
Merge pull request #15873 from commodo/netatalk-drop

netatalk: drop package

3 years agoMerge pull request #15825 from TDT-AG/pr/20210611-dockerd
Florian Eckert [Tue, 15 Jun 2021 09:16:54 +0000 (11:16 +0200)]
Merge pull request #15825 from TDT-AG/pr/20210611-dockerd

dockerd: refactoring uciadd and ucidel handling

3 years agonetatalk: drop package 15873/head
Alexandru Ardelean [Tue, 15 Jun 2021 09:06:03 +0000 (12:06 +0300)]
netatalk: drop package

Link to abandoned packages PR: https://github.com/openwrt/packages-abandoned/pull/18

AppleShare products have been unused for a while now (since Mac OS 9.2.2)
around 2002.
So, there should be fewer users requiring this package.

Last update of netatalk was in December 2018. Not sure if newer updates
will be created.

It's time to cut the cord on our end and move it to the abandoned packages.

Info: https://en.wikipedia.org/wiki/AppleShare

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agoMerge pull request #15849 from neheb/ppb
Rosen Penev [Tue, 15 Jun 2021 08:48:24 +0000 (01:48 -0700)]
Merge pull request #15849 from neheb/ppb

protobuf: update to 3.17.2

3 years agoMerge pull request #15848 from neheb/als
Rosen Penev [Tue, 15 Jun 2021 08:46:29 +0000 (01:46 -0700)]
Merge pull request #15848 from neheb/als

alsa stuff: update to 1.2.5

3 years agoMerge pull request #15847 from neheb/assh
Rosen Penev [Tue, 15 Jun 2021 08:46:21 +0000 (01:46 -0700)]
Merge pull request #15847 from neheb/assh

autossh: fix compilation without ssh installed

3 years agodockerd: refactoring uciadd and ucidel handling 15825/head
Florian Eckert [Fri, 11 Jun 2021 09:26:20 +0000 (11:26 +0200)]
dockerd: refactoring uciadd and ucidel handling

This change makes the handling of adding and deleting interface, device
bridge and firewall more robust.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 years agopython3: Add readline to dependency finder script
Jeffery To [Sun, 13 Jun 2021 18:21:53 +0000 (02:21 +0800)]
python3: Add readline to dependency finder script

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agomg: bump to 6.9
Hirokazu MORIKAWA [Mon, 14 Jun 2021 03:31:48 +0000 (12:31 +0900)]
mg: bump to 6.9

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
3 years agotmux: update to 3.2a 15876/head
Maxim Storchak [Mon, 14 Jun 2021 23:30:59 +0000 (02:30 +0300)]
tmux: update to 3.2a

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
3 years agoMerge pull request #15868 from PowerDNS/pdns-recursor-4.5.2
Rosen Penev [Mon, 14 Jun 2021 23:22:11 +0000 (16:22 -0700)]
Merge pull request #15868 from PowerDNS/pdns-recursor-4.5.2

pdns-recursor: update to 4.5.2

3 years agoMerge pull request #15869 from PowerDNS/pdns-4.4.1
Rosen Penev [Mon, 14 Jun 2021 23:20:49 +0000 (16:20 -0700)]
Merge pull request #15869 from PowerDNS/pdns-4.4.1

pdns: update to 4.4.1

3 years agopdns: update to 4.4.1 15869/head
Peter van Dijk [Mon, 14 Jun 2021 19:25:07 +0000 (21:25 +0200)]
pdns: update to 4.4.1

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
3 years agopdns-recursor: update to 4.5.2 15868/head
Peter van Dijk [Mon, 14 Jun 2021 16:37:51 +0000 (18:37 +0200)]
pdns-recursor: update to 4.5.2

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
3 years agoMerge pull request #15864 from commodo/stress-ng-update
Rosen Penev [Mon, 14 Jun 2021 19:52:02 +0000 (12:52 -0700)]
Merge pull request #15864 from commodo/stress-ng-update

stress-ng: bump to version 0.12.10

3 years agoMerge pull request #15866 from ja-pa/redis-6.2.4
Josef Schlehofer [Mon, 14 Jun 2021 18:39:37 +0000 (20:39 +0200)]
Merge pull request #15866 from ja-pa/redis-6.2.4

redis: update to version 6.2.4

3 years agoredis: update to version 6.2.4 15866/head
Jan Pavlinec [Mon, 14 Jun 2021 12:33:22 +0000 (14:33 +0200)]
redis: update to version 6.2.4

Fixes CVE-2021-32625

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
3 years agoparted: add new package
Oskari Rauta [Wed, 21 Apr 2021 00:27:11 +0000 (03:27 +0300)]
parted: add new package

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
3 years agostress-ng: bump to version 0.12.10 15864/head
Alexandru Ardelean [Mon, 24 May 2021 16:21:05 +0000 (19:21 +0300)]
stress-ng: bump to version 0.12.10

Patch `010-soft-float.patch` can be dropped.
It was upstreamed via https://github.com/ColinIanKing/stress-ng/pull/126

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agoauc: fix several issues
Daniel Golle [Sun, 13 Jun 2021 18:41:57 +0000 (19:41 +0100)]
auc: fix several issues

 * don't segfault if server reply is incomplete
 * always request 'generic' image on x86/generic and x86/64
 * make SNAPSHOT branches sticky, eg. stay on 21.02-SNAPSHOT and do
   not 'upgrade' to 21.02.0-rc2.
 * output requested server URL when debugging

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agosquashfs-tools: build with xz by default
Daniel Golle [Sat, 15 May 2021 23:08:05 +0000 (00:08 +0100)]
squashfs-tools: build with xz by default

squashfs-tools aren't of much use without xz compression support
on OpenWrt, as we build kernel with squashfs supporting only xz.
Enabled support for xz compression by default.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agouvol: try to be more shellcheck compliant, fix LVM vol-up
Daniel Golle [Sat, 15 May 2021 22:30:23 +0000 (23:30 +0100)]
uvol: try to be more shellcheck compliant, fix LVM vol-up

 * quotes around all variables
 * always use 'read -r' instead of 'read'
 * some more minor shellcheck fixes
 * reorder LVM ops for 'up' call to allow it to succeed

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agoprometheus-node-export-lua: add my email
Kevin Lyda [Sat, 12 Jun 2021 10:46:56 +0000 (11:46 +0100)]
prometheus-node-export-lua: add my email

Add my email address to the copyright for the file.

Signed-off-by: Kevin Lyda <kevin@lyda.ie>
3 years agoMerge pull request #15574 from AuthorReflex/ovpn-wolfssl
Rosen Penev [Sun, 13 Jun 2021 20:00:36 +0000 (13:00 -0700)]
Merge pull request #15574 from AuthorReflex/ovpn-wolfssl

Enable using wolfSSL cryptographic API engine in OpenVPN

3 years agoMerge pull request #15853 from jonathanunderwood/stubby-getdns-remove-maintainer
Daniel Engberg [Sun, 13 Jun 2021 16:46:24 +0000 (18:46 +0200)]
Merge pull request #15853 from jonathanunderwood/stubby-getdns-remove-maintainer

[stubby,getdns]: Remove maintainer from stubby and getdns packages

3 years agostubby: remove maintainer 15853/head
Jonathan G. Underwood [Sun, 13 Jun 2021 14:10:51 +0000 (15:10 +0100)]
stubby: remove maintainer

Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
3 years agogetdns: remove maintainer
Jonathan G. Underwood [Sun, 13 Jun 2021 14:10:40 +0000 (15:10 +0100)]
getdns: remove maintainer

Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
3 years agoopenvpn: enable using wolfSSL cryptographic API engine 15574/head
Ivan Pavlov [Wed, 5 May 2021 15:12:35 +0000 (18:12 +0300)]
openvpn: enable using wolfSSL cryptographic API engine

Support for wolfSSL has been upstreamed to the master OpenVPN branch
in f6dca235ae560597a0763f0c98fcc9130b80ccf4 so we can use wolfSSL
directly in OpenVPN. So no more needed differnt SSL engine for OpenVPN
in systems based on wolfSSL library
Compiled && tested on ramips/mt7620, ramips/mt7621

Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
3 years agoMerge pull request #15845 from dibdot/banip
Dirk Brenken [Sun, 13 Jun 2021 06:06:33 +0000 (08:06 +0200)]
Merge pull request #15845 from dibdot/banip

banip: update 0.7.9

3 years agobanip: update 0.7.9 15845/head
Dirk Brenken [Sat, 12 Jun 2021 21:00:50 +0000 (23:00 +0200)]
banip: update 0.7.9

* add switch 'ban_fetchinsecure' to allow insecure downloads
  without certificate check (disabled by default)
* better explain 'ban_fetchparm' in readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
3 years agoMerge pull request #15844 from dibdot/adblock
Dirk Brenken [Sun, 13 Jun 2021 05:32:30 +0000 (07:32 +0200)]
Merge pull request #15844 from dibdot/adblock

adblock: update 4.1.3

3 years agoMerge pull request #15850 from neheb/ppbc
Rosen Penev [Sun, 13 Jun 2021 04:29:14 +0000 (21:29 -0700)]
Merge pull request #15850 from neheb/ppbc

libprotobuf-c: update to 1.4.0

3 years agolibprotobuf-c: update to 1.4.0 15850/head
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>
3 years agoprotobuf: update to 3.17.2 15849/head
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>
3 years agoninja: remove ninja-cmake.mk
Rosen Penev [Fri, 11 Jun 2021 03:21:32 +0000 (20:21 -0700)]
ninja: remove ninja-cmake.mk

Useless now that stock cmake.mk uses ninja.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agotreewide: back to cmake.mk
Rosen Penev [Thu, 10 Jun 2021 23:27:06 +0000 (16:27 -0700)]
treewide: back to cmake.mk

Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev <rosenp@gmail.com>