feed/packages.git
2 years agonano: update to 5.9
Hannu Nyman [Wed, 6 Oct 2021 18:46:47 +0000 (21:46 +0300)]
nano: update to 5.9

Update nano editor to version 5.9.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2 years agocollectd: sqm_collect: optimise parent search
Kevin Darbyshire-Bryant [Sun, 3 Oct 2021 10:23:36 +0000 (11:23 +0100)]
collectd: sqm_collect: optimise parent search

There can be only 1 parent process ID, so as soon as we find it, print
it and exit - there's no point searching any of the following lines

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2 years agovim: fix compilation with macOS
Rosen Penev [Mon, 4 Oct 2021 23:34:19 +0000 (16:34 -0700)]
vim: fix compilation with macOS

Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolibdnet: fix compilation under macOS
Rosen Penev [Mon, 4 Oct 2021 23:20:34 +0000 (16:20 -0700)]
libdnet: fix compilation under macOS

configure checks the host system not the target one. Override these
variables.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #16792 from damianorenfer/master
Florian Eckert [Tue, 5 Oct 2021 06:50:01 +0000 (08:50 +0200)]
Merge pull request #16792 from damianorenfer/master

ddns-scripts: add infomaniak.com provider

2 years agonet-snmp: remove uClibc reference in patch
Rosen Penev [Fri, 27 Aug 2021 23:34:16 +0000 (16:34 -0700)]
net-snmp: remove uClibc reference in patch

uClibc is no longer used in OpenWrt. It's pointless anyway. uClibc
defines __GLIBC__.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agonet-snmp: update to 5.9.1
Rosen Penev [Sun, 8 Aug 2021 04:05:02 +0000 (21:05 -0700)]
net-snmp: update to 5.9.1

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
[remove irrelevant part from commit message after splitting changes]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agolighttpd: update to lighttpd 1.4.60 release hash
Glenn Strauss [Fri, 27 Aug 2021 20:32:43 +0000 (16:32 -0400)]
lighttpd: update to lighttpd 1.4.60 release hash

also remove patches incorporated upstream into lighttpd 1.4.60

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
2 years agoopenblas: bump to 0.3.18
Alexandru Ardelean [Mon, 4 Oct 2021 10:41:50 +0000 (13:41 +0300)]
openblas: bump to 0.3.18

Drops patch, which was upstreamed.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoddns-scripts: add infomaniak.com provider 16792/head
Damiano Renfer [Sat, 2 Oct 2021 18:30:55 +0000 (20:30 +0200)]
ddns-scripts: add infomaniak.com provider

Signed-off-by: Damiano Renfer <x9w2n7xnu@relay.firefox.com>
2 years agoMerge pull request #16785 from ayufan-research/master
Dirk Brenken [Mon, 4 Oct 2021 08:10:28 +0000 (10:10 +0200)]
Merge pull request #16785 from ayufan-research/master

travelmate: support meta-refresh with single-quote

2 years agotravelmate: support meta-refresh with single-quote 16785/head
Kamil Trzciński [Fri, 1 Oct 2021 13:17:00 +0000 (16:17 +0300)]
travelmate: support meta-refresh with single-quote

Currently `travelmate` only support `<meta` tag
if it contains `"`. This updates `travelmate.sh` to support
`'` as well.

```html
<meta...content='1; url=
```

Signed-off-by: Kamil Trzciński <ayufan@ayufan.eu>
2 years agozoneinfo: Updated to the latest release
Vladimir Ulrich [Mon, 4 Oct 2021 01:21:57 +0000 (04:21 +0300)]
zoneinfo: Updated to the latest release

Signed-off-by: Vladimir Ulrich <admin@evl.su>
2 years agohtop: explicitly disable some build options
Etienne Champetier [Mon, 4 Oct 2021 02:11:08 +0000 (22:11 -0400)]
htop: explicitly disable some build options

Since 3.1.0 delayacct option is enabled if the needed dependencies
are detected, it was previously disabled.
Sensors also check for dependency so we need to explicitly
disable it when not enabled.

Fixes 5f916720551ad5ea5ac86cf5e122fc2c0c34cc15

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2 years agocache-domains: Fixed remote script usage change
Gerard Ryan [Fri, 1 Oct 2021 02:00:38 +0000 (12:00 +1000)]
cache-domains: Fixed remote script usage change
* Removed all unnecessary files after configuration
* Reduced code duplication
* Changed to symlinking config instead of copying

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2 years agozerotier: fix cross compile in macOS
Liangbin Lian [Sat, 2 Oct 2021 15:16:23 +0000 (23:16 +0800)]
zerotier: fix cross compile in macOS

zerotier's Makefile use `uname` to detect target when cross compile
uname should always be 'linux'

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2 years agoMerge pull request #16786 from mhei/mmc-utils-update
Michael Heimpold [Sun, 3 Oct 2021 21:49:07 +0000 (23:49 +0200)]
Merge pull request #16786 from mhei/mmc-utils-update

mmc-utils: update to latest upstream revision

2 years agovnstat2: update to version 2.8
Jan Hoffmann [Fri, 10 Sep 2021 16:25:34 +0000 (18:25 +0200)]
vnstat2: update to version 2.8

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
2 years agohtop: update to 3.1.0
Hannu Nyman [Sun, 26 Sep 2021 15:04:32 +0000 (18:04 +0300)]
htop: update to 3.1.0

Update htop to versio 3.1.0

* Adjust Makefile configuration options to update
* Avoid libcap dependency
* Backport post-release fix for old automake

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2 years agohaveged: update to 1.9.15
Hannu Nyman [Sun, 3 Oct 2021 18:05:06 +0000 (21:05 +0300)]
haveged: update to 1.9.15

Update haveged to version 1.9.15.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2 years agov2raya: Update to 1.5.4
Tianling Shen [Sat, 2 Oct 2021 02:48:24 +0000 (10:48 +0800)]
v2raya: Update to 1.5.4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agocollectd: sqm_collect: handle being orphaned
Kevin Darbyshire-Bryant [Tue, 28 Sep 2021 09:42:45 +0000 (10:42 +0100)]
collectd: sqm_collect: handle being orphaned

If the master collectd instance gets shut down in an uncontrolled
manner (crashes!) then sqm_collect scripts will be left orphaned and
will run forever.

Modify script to check if it still has a parent and if not, exit.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2 years agolibwebp: fix webpmux lib name for cmake linking
Alexandru Ardelean [Fri, 1 Oct 2021 07:49:55 +0000 (10:49 +0300)]
libwebp: fix webpmux lib name for cmake linking

When using CMake the `<prefix>/usr/share/WebP/cmake/WebPConfig.cmake` gets
used to get the names of the libraries to link against.

Since version 1.2.1 of libwebp, libwebpmux is on by default.
This causes a linker error because the linker arg should be `-lwebpmux`
instead of `-llibwebpmux`.

This is easily fixable by correcting the generation of the WebPConfig.cmake
file to append `webpmux` when this lib is enabled.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoyq: Update to 4.13.3
Tianling Shen [Sat, 2 Oct 2021 15:33:38 +0000 (23:33 +0800)]
yq: Update to 4.13.3

Fixes: CVE-2021-33196
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agommc-utils: update to latest upstream revision 16786/head
Michael Heimpold [Sat, 2 Oct 2021 11:39:09 +0000 (13:39 +0200)]
mmc-utils: update to latest upstream revision

While at, switch to offical repo URL, adjust license tag to newer style
and remove obsolete/already mainlined patches.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2 years agoMerge pull request #16715 from neheb/FIO
Alexandru Ardelean [Sat, 2 Oct 2021 07:54:01 +0000 (10:54 +0300)]
Merge pull request #16715 from neheb/FIO

libfido2: update to 1.8.0

2 years agolibfido2: update to 1.8.0 16715/head
Rosen Penev [Sun, 19 Sep 2021 08:10:37 +0000 (01:10 -0700)]
libfido2: update to 1.8.0

Switch to AUTORELEASE for simplicity.

Remove no longer necessary warning fixes.

Add now needed zlib dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #16752 from paper42/python-websocket
Alexandru Ardelean [Fri, 1 Oct 2021 10:55:46 +0000 (13:55 +0300)]
Merge pull request #16752 from paper42/python-websocket

python-websockets: new package

2 years agodnsproxy: Update to 0.39.8
Tianling Shen [Fri, 1 Oct 2021 06:36:35 +0000 (14:36 +0800)]
dnsproxy: Update to 0.39.8

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agosocat: update to 1.7.4.1
Chukun Pan [Tue, 28 Sep 2021 03:30:02 +0000 (11:30 +0800)]
socat: update to 1.7.4.1

Remove upstreamed patch.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
2 years agopillow: add webp support
Alexandru Ardelean [Tue, 28 Sep 2021 15:25:32 +0000 (18:25 +0300)]
pillow: add webp support

Requested via: https://github.com/openwrt/packages/pull/16732

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agolibs: libwebp: bump to 1.2.1 & assign myself as maintainer
Alexandru Ardelean [Tue, 28 Sep 2021 15:52:26 +0000 (18:52 +0300)]
libs: libwebp: bump to 1.2.1 & assign myself as maintainer

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoopenpyxl: bump to version 3.0.9
Alexandru Ardelean [Mon, 27 Sep 2021 19:09:16 +0000 (22:09 +0300)]
openpyxl: bump to version 3.0.9

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agostress-ng: bump to 0.13.03
Alexandru Ardelean [Tue, 28 Sep 2021 08:37:16 +0000 (11:37 +0300)]
stress-ng: bump to 0.13.03

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agopython3-package.mk: fix syntax error in FindStdlibDepends 16752/head
Michal Vasilek [Thu, 30 Sep 2021 19:30:08 +0000 (21:30 +0200)]
python3-package.mk: fix syntax error in FindStdlibDepends

When running FindStdlib and running DependsCheckHostPipVersionMatch at
the same time, both commands were joined together resulting in a syntax
error.

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agopython-websockets: new package
Michal Vasilek [Mon, 27 Sep 2021 15:52:46 +0000 (17:52 +0200)]
python-websockets: new package

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agoMerge pull request #16663 from zhujunsan/master
Florian Eckert [Thu, 30 Sep 2021 08:39:37 +0000 (10:39 +0200)]
Merge pull request #16663 from zhujunsan/master

ddns-scripts: Add dnspod.cn

2 years agoddns-scripts: Add dnspod.cn 16663/head
Jun Zhu [Thu, 30 Sep 2021 06:18:55 +0000 (14:18 +0800)]
ddns-scripts: Add dnspod.cn

Signed-off-by: Jun Zhu <zhujunsan@gmail.com>
2 years agoMerge pull request #16745 from neheb/tinc2
Alexandru Ardelean [Wed, 29 Sep 2021 09:05:40 +0000 (12:05 +0300)]
Merge pull request #16745 from neheb/tinc2

tinc: update to 1.1pre18

2 years agosudo: bump to version 1.9.8p2
Alexandru Ardelean [Tue, 28 Sep 2021 09:40:11 +0000 (12:40 +0300)]
sudo: bump to version 1.9.8p2

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoMerge pull request #16746 from neheb/secc2
Alexandru Ardelean [Tue, 28 Sep 2021 15:48:36 +0000 (18:48 +0300)]
Merge pull request #16746 from neheb/secc2

libseccomp: update to 2.5.2

3 years agoMerge pull request #16679 from paper42/mutt-2.1.3
Alexandru Ardelean [Tue, 28 Sep 2021 07:56:47 +0000 (10:56 +0300)]
Merge pull request #16679 from paper42/mutt-2.1.3

mutt: update to 2.1.3

3 years agoMerge pull request #16760 from mhei/ci-typo
Alexandru Ardelean [Tue, 28 Sep 2021 07:34:07 +0000 (10:34 +0300)]
Merge pull request #16760 from mhei/ci-typo

github-ci: fix small typo

3 years agogithub-ci: fix small typo 16760/head
Michael Heimpold [Tue, 28 Sep 2021 05:42:38 +0000 (07:42 +0200)]
github-ci: fix small typo

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
3 years agoMerge pull request #16756 from mhei/php7-update
Michael Heimpold [Tue, 28 Sep 2021 05:39:12 +0000 (07:39 +0200)]
Merge pull request #16756 from mhei/php7-update

php7: update to 7.4.24

3 years agoMerge pull request #16755 from mhei/php8-update
Michael Heimpold [Tue, 28 Sep 2021 05:38:55 +0000 (07:38 +0200)]
Merge pull request #16755 from mhei/php8-update

php8: update to 8.0.11

3 years agofontconfig: avoid compilation problem (on Ubuntu)
Hannu Nyman [Mon, 27 Sep 2021 18:48:03 +0000 (21:48 +0300)]
fontconfig: avoid compilation problem (on Ubuntu)

Partially revert an upstream commit to avoid build breakage
on Ubuntu.

Refrerence to discussion starting at
https://github.com/openwrt/packages/pull/16726#issuecomment-927309052

Upstream commit:
  https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/ae9ac2a1bfb6fa800b99791b6fc36711dd0c1fbc
  meson: fix cross-compilation issues with gperf header file preprocessing

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 years agodelve: Update to 1.7.2
Niels Widger [Mon, 27 Sep 2021 18:48:33 +0000 (14:48 -0400)]
delve: Update to 1.7.2

See https://github.com/go-delve/delve/blob/master/CHANGELOG.md for
changes.

Signed-off-by: Niels Widger <niels@qacafe.com>
3 years agoMerge pull request #16515 from jow-/nlbwmon-bump
Alexandru Ardelean [Mon, 27 Sep 2021 20:34:27 +0000 (23:34 +0300)]
Merge pull request #16515 from jow-/nlbwmon-bump

nlbwmon: update to latest Git HEAD

3 years agophp8: update to 8.0.11 16755/head
Michael Heimpold [Mon, 27 Sep 2021 18:46:19 +0000 (20:46 +0200)]
php8: update to 8.0.11

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
3 years agophp7: update to 7.4.24 16756/head
Michael Heimpold [Mon, 27 Sep 2021 18:42:47 +0000 (20:42 +0200)]
php7: update to 7.4.24

This fixes:
    - CVE-2021-21706

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
3 years agolibarchive: update to 3.5.2
Rosen Penev [Sun, 19 Sep 2021 07:52:57 +0000 (00:52 -0700)]
libarchive: update to 3.5.2

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoopenssh: update to 8.8p1
Sibren Vasse [Sun, 26 Sep 2021 21:35:21 +0000 (23:35 +0200)]
openssh: update to 8.8p1

Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
3 years agopython3: enable bluetooth support by default
Alexandru Ardelean [Sat, 25 Sep 2021 08:18:51 +0000 (11:18 +0300)]
python3: enable bluetooth support by default

Bluetooth support requires bluez-libs present, but they are only required
for the build, and don't seem to be needed to be present on the target.

There isn't any linking required to libbluetooth. It's only the bluetooth.h
header that is required for building BT support into Python.

For testing, this snippet was used from `Lib/test/test_socket.py` (inside
cpython):
```
def _have_socket_bluetooth():
    """Check whether AF_BLUETOOTH sockets are supported on this host."""
    try:
        # RFCOMM is supported by all platforms with bluetooth support. Windows
        # does not support omitting the protocol.
        s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_STREAM, socket.BTPROTO_RFCOMM)
    except (AttributeError, OSError):
        return False
    else:
        s.close()
    return True
```

Fixes: https://github.com/openwrt/packages/issues/16544
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agortty: update to 8.0.0
Jianhui Zhao [Mon, 27 Sep 2021 11:23:34 +0000 (11:23 +0000)]
rtty: update to 8.0.0

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
3 years agoMerge pull request #16740 from mhei/php8-fix-16642
Michael Heimpold [Mon, 27 Sep 2021 16:08:20 +0000 (18:08 +0200)]
Merge pull request #16740 from mhei/php8-fix-16642

php8: fix module loading with glibc (refs #16642)

3 years agoMerge pull request #16741 from mhei/php7-fix-16642
Michael Heimpold [Mon, 27 Sep 2021 16:08:08 +0000 (18:08 +0200)]
Merge pull request #16741 from mhei/php7-fix-16642

php7: fix module loading with glibc (refs #16642)

3 years agodnsdist/pdns/pdns-recursor: Remove 010-time_t-check.patch
Wout Bertrums [Fri, 24 Sep 2021 13:52:28 +0000 (15:52 +0200)]
dnsdist/pdns/pdns-recursor: Remove 010-time_t-check.patch

This patch to remove PowerDNS' check for whether time_t is 64-bit is not needed anymore,
due to OpenWrt now having a more recent musl libc where time_t is 64-bit on all architectures.

Signed-off-by: Wout Bertrums <wout@wbnet.eu>
3 years agodnsdist: Update to v1.6.1
Wout Bertrums [Thu, 16 Sep 2021 17:44:52 +0000 (19:44 +0200)]
dnsdist: Update to v1.6.1

The patch for GCC 11 is not needed anymore because it is upstream now:
https://github.com/PowerDNS/pdns/pull/10400

Signed-off-by: Wout Bertrums <wout@wbnet.eu>
3 years agolibseccomp: update to 2.5.2 16746/head
Rosen Penev [Sun, 19 Sep 2021 09:12:02 +0000 (02:12 -0700)]
libseccomp: update to 2.5.2

Use AUTORELEASE for simplicity.

Add libtool patch to fix compilation under some platforms.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agotinc: update to 1.1pre18 16745/head
Rosen Penev [Sat, 20 Mar 2021 22:06:46 +0000 (15:06 -0700)]
tinc: update to 1.1pre18

Switch to AUTORELEASE for simplicity.

Switch to normal tarballs.

Add license information.

Reorganize Makefile for consistency between packages.

Add libtool patch fixing compilation under some conditions.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agottyd: fix ssl ca option init
Max S Kash [Sun, 26 Sep 2021 19:52:30 +0000 (00:52 +0500)]
ttyd: fix ssl ca option init

Signed-off-by: Max S Kash <asukms@ya.ru>
3 years agohidapi: update to 0.10.1
Rosen Penev [Sun, 19 Sep 2021 07:45:12 +0000 (00:45 -0700)]
hidapi: update to 0.10.1

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agozerotier: update to 1.6.6
Chukun Pan [Sun, 26 Sep 2021 03:35:10 +0000 (11:35 +0800)]
zerotier: update to 1.6.6

This is a security release (see [1]).

[1] https://www.zerotier.com/2021/09/21/incident-response-to-september-20th-2021

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
3 years agolibconfig: update to 1.7.3
Rosen Penev [Sun, 19 Sep 2021 07:59:11 +0000 (00:59 -0700)]
libconfig: update to 1.7.3

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agolibfstrm: update to 0.6.1
Rosen Penev [Sun, 19 Sep 2021 08:13:58 +0000 (01:13 -0700)]
libfstrm: update to 0.6.1

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agompg123: update to 1.29.0
Rosen Penev [Sun, 19 Sep 2021 08:32:22 +0000 (01:32 -0700)]
mpg123: update to 1.29.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agonlohmannjson: update to 3.10.2
Rosen Penev [Sun, 19 Sep 2021 08:34:01 +0000 (01:34 -0700)]
nlohmannjson: update to 3.10.2

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agominizip: update to 3.0.3
Rosen Penev [Sun, 19 Sep 2021 08:36:38 +0000 (01:36 -0700)]
minizip: update to 3.0.3

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 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>
3 years agolibcoap: update to 4.3.0
Rosen Penev [Sun, 19 Sep 2021 07:55:44 +0000 (00:55 -0700)]
libcoap: update to 4.3.0

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agosmcroute: update to version 2.5.3
Moritz Warning [Sun, 26 Sep 2021 19:37:30 +0000 (21:37 +0200)]
smcroute: update to version 2.5.3

Signed-off-by: Moritz Warning <moritzwarning@web.de>
3 years agolibs: openblas: use GENERIC for MIPS{EL} and MIPS24K for CPU_TYPE == 24kc
Alexandru Ardelean [Sun, 26 Sep 2021 09:58:12 +0000 (12:58 +0300)]
libs: openblas: use GENERIC for MIPS{EL} and MIPS24K for CPU_TYPE == 24kc

Up until now, we were defaulting to MIPS24K for all MIPS archs.
But, we should use the GENERIC target for MIPS{EL} and the MIPS24K target
for the 24kc CPU_TYPE.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agolibs: openblas: patch openblas to handle mips{64}el arch names
Alexandru Ardelean [Sun, 26 Sep 2021 09:28:06 +0000 (12:28 +0300)]
libs: openblas: patch openblas to handle mips{64}el arch names

Related to PR: https://github.com/xianyi/OpenBLAS/pull/3387

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agolibs: openblas: use GENERIC target for MIPS64 archs and as default
Alexandru Ardelean [Sun, 26 Sep 2021 09:24:38 +0000 (12:24 +0300)]
libs: openblas: use GENERIC target for MIPS64 archs and as default

The GENERIC target for OpenBLAS seems good enough for most configs, so try
to use it for MIPS64 and as default for other archs.
This was already being used for x86{_64} archs.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agophp8: fix module loading with glibc (refs #16642) 16740/head
Michael Heimpold [Sun, 26 Sep 2021 20:05:15 +0000 (22:05 +0200)]
php8: fix module loading with glibc (refs #16642)

Without -ldl linker flag .so extensions are not loaded
when glibc is used. Fix it by providing adjusted LDFLAGS
for this case.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
3 years agophp7: fix module loading with glibc (refs #16642) 16741/head
Michael Heimpold [Sun, 26 Sep 2021 19:57:36 +0000 (21:57 +0200)]
php7: fix module loading with glibc (refs #16642)

Without -ldl linker flag .so extensions are not loaded
when glibc is used. Fix it by providing adjusted LDFLAGS
for this case.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
3 years agoMerge pull request #16738 from stangri/master-curl
Stan Grishin [Sun, 26 Sep 2021 18:44:26 +0000 (11:44 -0700)]
Merge pull request #16738 from stangri/master-curl

curl: update to 7.79.1

3 years agocurl: update to 7.79.1 16738/head
Stan Grishin [Sun, 26 Sep 2021 18:32:27 +0000 (18:32 +0000)]
curl: update to 7.79.1

* update to [7.79.1](https://curl.se/changes.html#7_79_1)

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agousbip: Add init script for usbip-server
Alexander Sulfrian [Thu, 26 Aug 2021 02:53:06 +0000 (04:53 +0200)]
usbip: Add init script for usbip-server

Signed-off-by: Alexander Sulfrian <asulfrian@zedat.fu-berlin.de>
3 years agopigeonhole: update to 0.5.16
Rosen Penev [Thu, 23 Sep 2021 08:02:24 +0000 (01:02 -0700)]
pigeonhole: update to 0.5.16

Update URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agofontconfig: update to 2.13.94
Rosen Penev [Sun, 19 Sep 2021 07:29:00 +0000 (00:29 -0700)]
fontconfig: update to 2.13.94

Remove upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agolxc-auto: step by 1 sec up to $max_timeout
John Audia [Sun, 19 Sep 2021 18:35:09 +0000 (14:35 -0400)]
lxc-auto: step by 1 sec up to $max_timeout

If the user defines a $max_timeout of 30, the service will wait 30 seconds
before it considers lxc-stop complete even though lxc-stop might actually
finish much sooner.  This introduces an unneeded delay.

This commit changes the behavior to check once per second to see when lxc-stop
actually stops doing so up to $max_timeout.  It also slightly simplifies the
code with logic to append the -t $max_timeout to the script.

Signed-off-by: John Audia <graysky@archlinux.us>
3 years agozoneinfo: Updated to the latest release
Vladimir Ulrich [Sat, 25 Sep 2021 19:17:18 +0000 (22:17 +0300)]
zoneinfo: Updated to the latest release

Signed-off-by: Vladimir Ulrich <admin@evl.su>
3 years agojavascript-obfuscator: bump to 2.19.0 and switch to autorelease
Zbyněk Kocur [Tue, 21 Sep 2021 16:00:16 +0000 (18:00 +0200)]
javascript-obfuscator: bump to 2.19.0 and switch to autorelease

New version of package node-javascript-obfuscator.

Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
3 years agofreetype: update to 2.11.0
Rosen Penev [Sun, 19 Sep 2021 07:32:34 +0000 (00:32 -0700)]
freetype: update to 2.11.0

Remove upstreamed patches.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agolibgcrypt: update to 1.9.4
Rosen Penev [Sun, 19 Sep 2021 08:15:48 +0000 (01:15 -0700)]
libgcrypt: update to 1.9.4

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agolibexif: update to 0.6.23
Rosen Penev [Sun, 19 Sep 2021 08:05:16 +0000 (01:05 -0700)]
libexif: update to 0.6.23

Switch to AUTORELEASE for simplicity.

Fix license information.

Add PKG_BUILD_PARALLEL for faster compilation.

Fixes CVE-2020-0198 and CVE-2020-0452.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agolibdrm: update to 2.4.107
Rosen Penev [Sun, 19 Sep 2021 08:01:09 +0000 (01:01 -0700)]
libdrm: update to 2.4.107

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agom4: update to 1.4.19
Rosen Penev [Thu, 23 Sep 2021 09:21:00 +0000 (02:21 -0700)]
m4: update to 1.4.19

Remove upstream backport.

Add patch fixing compilation with powerpc and musl.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agogerbera: update to 1.9.1
Rosen Penev [Sun, 19 Sep 2021 07:39:52 +0000 (00:39 -0700)]
gerbera: update to 1.9.1

Remove upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agogzip: update to 1.11
Rosen Penev [Sun, 19 Sep 2021 07:42:55 +0000 (00:42 -0700)]
gzip: update to 1.11

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agompd: update to 0.22.11
Rosen Penev [Sun, 19 Sep 2021 08:29:33 +0000 (01:29 -0700)]
mpd: update to 0.22.11

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agogdbm: update to 1.21
Rosen Penev [Sun, 19 Sep 2021 07:37:43 +0000 (00:37 -0700)]
gdbm: update to 1.21

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agofuse3: update to 3.10.5
Rosen Penev [Sun, 19 Sep 2021 07:35:39 +0000 (00:35 -0700)]
fuse3: update to 3.10.5

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agopkgconf: update to 1.8.0
Rosen Penev [Thu, 23 Sep 2021 09:19:20 +0000 (02:19 -0700)]
pkgconf: update to 1.8.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agotransmission: add two more syscalls to seccomp filter
Daniel Golle [Sat, 25 Sep 2021 07:23:41 +0000 (08:23 +0100)]
transmission: add two more syscalls to seccomp filter

Testing showed that additional syscalls are needed on ARMv7.
Add "clock_gettime64" and "statx" which seem to be used now instead
of "clock_gettime" and "stat" syscalls which are already listed.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agolibuwsc: fix compilation with GCC11
Rosen Penev [Wed, 7 Jul 2021 04:03:26 +0000 (21:03 -0700)]
libuwsc: fix compilation with GCC11

Bad if identation is now an error.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agodnsproxy: Update to 0.39.7
Tianling Shen [Fri, 24 Sep 2021 07:08:10 +0000 (15:08 +0800)]
dnsproxy: Update to 0.39.7

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years agoxray-core: Update to 1.4.5
Tianling Shen [Fri, 24 Sep 2021 07:05:34 +0000 (15:05 +0800)]
xray-core: Update to 1.4.5

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>