feed/packages.git
2 years agochrony: enable AUTORELEASE
Stijn Tintel [Wed, 16 Mar 2022 00:04:43 +0000 (02:04 +0200)]
chrony: enable AUTORELEASE

Enable AUTORELEASE in a separate commit so that the next commit can be
reverted without having to manually re-introduce it.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agoMerge pull request #18056 from pprindeville/isc-dhcp-update-4.4.3
Philip Prindeville [Tue, 15 Mar 2022 23:59:58 +0000 (17:59 -0600)]
Merge pull request #18056 from pprindeville/isc-dhcp-update-4.4.3

isc-dhcp: Update to 4.4.3

2 years agoisc-dhcp: Update to 4.4.3 18056/head
Philip Prindeville [Sun, 13 Mar 2022 21:14:21 +0000 (15:14 -0600)]
isc-dhcp: Update to 4.4.3

Note that on 32-bit ARM with MUSL we don't have Unwind_GetIP() so
we need to disable backtraces.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2 years agonamed: don't leak mktemp files on reload
Philip Prindeville [Tue, 15 Mar 2022 01:52:18 +0000 (19:52 -0600)]
named: don't leak mktemp files on reload

Unless we're using "mktemp -u ..." (not recommended), it will
create the temp file as part of its safety checking.  Thus you
should only create the name (file) if you're going to use it,
and always remove it if you have created it.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2 years agoMerge pull request #18061 from pprindeville/isc-dhcp-fix-ddns-updates
Philip Prindeville [Tue, 15 Mar 2022 19:56:35 +0000 (13:56 -0600)]
Merge pull request #18061 from pprindeville/isc-dhcp-fix-ddns-updates

isc-dhcp: detect whether ddns transfers are IPv4 only

2 years agoisc-dhcp: detect whether ddns transfers are IPv4 only 18061/head
Philip Prindeville [Tue, 15 Mar 2022 01:40:48 +0000 (19:40 -0600)]
isc-dhcp: detect whether ddns transfers are IPv4 only

If named is configured to not listen on any IPv6 interfaces,
then we should run 'nsupdate' with the '-4' argument.

Also:

* cleanup RFC-1918 address detection;
* don't generate PTR records for domain entries that aren't
  RFC-1918 addresses or these will generate NOTAUTH failures;

We're assuming that we're doing DNS split-horizon and that
internal addresses aren't routable.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2 years agoMerge pull request #18069 from pprindeville/isc-dhcp-dont-leak-mktemp-files
Philip Prindeville [Tue, 15 Mar 2022 19:25:08 +0000 (13:25 -0600)]
Merge pull request #18069 from pprindeville/isc-dhcp-dont-leak-mktemp-files

isc-dhcp: don't leak mktemp files

2 years agoisc-dhcp: don't leak mktemp files 18069/head
Philip Prindeville [Tue, 15 Mar 2022 18:39:16 +0000 (12:39 -0600)]
isc-dhcp: don't leak mktemp files

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2 years agognunet: improve init script
Daniel Golle [Tue, 15 Mar 2022 18:32:32 +0000 (18:32 +0000)]
gnunet: improve init script

Ensure correct ownership of /etc/gnunet.
Quote variables and more or less make shellcheck happy.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoMerge pull request #18063 from turris-cz/netdata-disable-liblz4
Daniel Engberg [Tue, 15 Mar 2022 10:25:31 +0000 (11:25 +0100)]
Merge pull request #18063 from turris-cz/netdata-disable-liblz4

netdata: disable LZ4 compression support

2 years agonetdata: disable LZ4 compression support 18063/head
Josef Schlehofer [Tue, 15 Mar 2022 09:51:42 +0000 (10:51 +0100)]
netdata: disable LZ4 compression support

To avoid unnecessary dependency, let's disable it for now.
LZ4 can be also used for DB engine and HTTPS

Fixes:
Package netdata is missing dependencies for the following libraries:
liblz4.so.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agognunet: depend on 'uci-firewall' instead of 'firewall'
Daniel Golle [Tue, 15 Mar 2022 02:39:52 +0000 (02:39 +0000)]
gnunet: depend on 'uci-firewall' instead of 'firewall'

To allow using gnunet on systems with firewall4, add replace direct
dependency on 'firewall' with 'uci-firewall' which is satisfied by
either 'firewall' or 'firewall4'.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoshorewall6-lite: add @IPV6 to DEPENDS
Etienne Champetier [Mon, 14 Mar 2022 04:43:51 +0000 (00:43 -0400)]
shorewall6-lite: add @IPV6 to DEPENDS

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2 years agoshorewall6: add @IPV6 to DEPENDS
Etienne Champetier [Mon, 14 Mar 2022 04:42:16 +0000 (00:42 -0400)]
shorewall6: add @IPV6 to DEPENDS

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2 years agoMerge pull request #18058 from TDT-AG/pr/20220314-keepalived
Florian Eckert [Mon, 14 Mar 2022 12:24:51 +0000 (13:24 +0100)]
Merge pull request #18058 from TDT-AG/pr/20220314-keepalived

keepalived: enable nftables filtering

2 years agokeepalived: enable nftables filtering 18058/head
Florian Eckert [Tue, 8 Mar 2022 13:52:37 +0000 (14:52 +0100)]
keepalived: enable nftables filtering

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2 years agoMerge pull request #18002 from BKPepe/haproxy-conflicts
Josef Schlehofer [Mon, 14 Mar 2022 09:03:31 +0000 (10:03 +0100)]
Merge pull request #18002 from BKPepe/haproxy-conflicts

haproxy: Makefile polishing and add conflict to SSL/non-SSL variant

2 years agoauc: don't segfault on invalid URL
Daniel Golle [Sun, 13 Mar 2022 23:48:28 +0000 (23:48 +0000)]
auc: don't segfault on invalid URL

Show error message instead of segfaulting in case of an invalid URL
being read from UCI config.

Fixes: #17971
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agoMerge pull request #18052 from 1715173329/va
Etienne Champetier [Sun, 13 Mar 2022 16:37:32 +0000 (12:37 -0400)]
Merge pull request #18052 from 1715173329/va

v2raya: add iptables as dependency

2 years agov2raya: add iptables as dependency 18052/head
Tianling Shen [Tue, 8 Mar 2022 06:02:27 +0000 (14:02 +0800)]
v2raya: add iptables as dependency

This package requires to use iptables (no matter which variant).

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agognunet: update to version 0.16.1
Daniel Golle [Sun, 13 Mar 2022 01:29:49 +0000 (01:29 +0000)]
gnunet: update to version 0.16.1

 * OPUS and Pulse can be configured nicely by default now, no longer
   need a local patch for that
 * mysql version checks fail when cross-compiling, add patch to remove
   them and always assume MySQL >8.0.
 * Package new services, communicators, ...

This is a new major release. It breaks protocol compatibility with the
0.15.x versions. Please be aware that Git master is thus henceforth
(and has been for a while) INCOMPATIBLE with the 0.15.x GNUnet network,
and interactions between old and new peers will result in issues.
0.15.x peers will be able to communicate with Git master or 0.16.x
peers, but some services - in particular GNS - will not be compatible.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 years agotreewide: remove rpath-link
Rosen Penev [Thu, 10 Mar 2022 23:17:45 +0000 (15:17 -0800)]
treewide: remove rpath-link

Most usages seem to be outdated and fixed a long time ago.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #18041 from turris-cz/syslog-ng-bump
Josef Schlehofer [Sat, 12 Mar 2022 05:50:54 +0000 (06:50 +0100)]
Merge pull request #18041 from turris-cz/syslog-ng-bump

syslog-ng: update to version 3.36.1 and add test.sh

2 years agocatatonit: add new package
Oskari Rauta [Mon, 7 Mar 2022 07:42:31 +0000 (09:42 +0200)]
catatonit: add new package

podman uses catatonit now for container init, so new package for
catatonit is required.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agoMerge pull request #18042 from nwidger/delve-1.8.2
Florian Eckert [Fri, 11 Mar 2022 07:47:44 +0000 (08:47 +0100)]
Merge pull request #18042 from nwidger/delve-1.8.2

delve: Update to 1.8.2

2 years agosoftethervpn: remove rpath hack
Rosen Penev [Fri, 11 Mar 2022 04:49:02 +0000 (20:49 -0800)]
softethervpn: remove rpath hack

This was needed when readline was a shared library. Now that it's
static, this can be removed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoyq: Update to 4.22.1
Tianling Shen [Thu, 10 Mar 2022 12:08:35 +0000 (20:08 +0800)]
yq: Update to 4.22.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agodelve: Update to 1.8.2 18042/head
Niels Widger [Thu, 10 Mar 2022 15:50:46 +0000 (10:50 -0500)]
delve: Update to 1.8.2

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

Signed-off-by: Niels Widger <niels@qacafe.com>
2 years agoMerge pull request #16339 from paper42/netdata-1.31
Josef Schlehofer [Thu, 10 Mar 2022 15:20:22 +0000 (16:20 +0100)]
Merge pull request #16339 from paper42/netdata-1.31

netdata: update to version 1.33.1

2 years agosyslog-ng: update to version 3.36.1 18041/head
Josef Schlehofer [Thu, 10 Mar 2022 15:19:19 +0000 (16:19 +0100)]
syslog-ng: update to version 3.36.1

- Bump version in config file

Release notes:
https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.36.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agogerbera: update to 1.10.0
Rosen Penev [Wed, 9 Mar 2022 05:16:04 +0000 (21:16 -0800)]
gerbera: update to 1.10.0

Backport some bug fixes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agopugixml: update to 1.12.1
Rosen Penev [Wed, 9 Mar 2022 05:02:35 +0000 (21:02 -0800)]
pugixml: update to 1.12.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolibnpupnp: update to 4.2.1
Rosen Penev [Wed, 9 Mar 2022 05:03:29 +0000 (21:03 -0800)]
libnpupnp: update to 4.2.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolibmicrohttpd: update to 0.9.75
Rosen Penev [Wed, 9 Mar 2022 05:03:02 +0000 (21:03 -0800)]
libmicrohttpd: update to 0.9.75

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoexpat: update to 2.4.7
Rosen Penev [Wed, 9 Mar 2022 05:02:02 +0000 (21:02 -0800)]
expat: update to 2.4.7

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agonetdata: update to version 1.33.1 16339/head
Michal Vasilek [Thu, 3 Mar 2022 15:30:16 +0000 (16:30 +0100)]
netdata: update to version 1.33.1

- Switch to upstream's release tarball
  Requires to add PKG_BUILD_DIR since netdata is extracted to the folder
  netdata-v1.33.1 instead of the previous solution where there was
missing v

- Disable anomaly detection by default
This avoids adding a new dependencies to netdata

Fixes:
Package netdata is missing dependencies for the following libraries:
libatomic.so.1
libstdc++.so.6

- Add FreeBSD patch to have smaller package and to avoid clutter in
  WebUI

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
[add commit message, add FreeBSD patch]
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agodnsproxy: Update to 0.41.4
Tianling Shen [Wed, 9 Mar 2022 13:48:32 +0000 (21:48 +0800)]
dnsproxy: Update to 0.41.4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agomodemmanager: bump to 1.18.6
Kuan-Yi Li [Thu, 3 Mar 2022 18:47:14 +0000 (02:47 +0800)]
modemmanager: bump to 1.18.6

Remove upstreamed patch.

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
2 years agolibmbim: bump to 1.26.2
Kuan-Yi Li [Thu, 3 Mar 2022 18:44:38 +0000 (02:44 +0800)]
libmbim: bump to 1.26.2

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
2 years agolibqmi: bump to 1.30.4
Kuan-Yi Li [Thu, 3 Mar 2022 18:44:22 +0000 (02:44 +0800)]
libqmi: bump to 1.30.4

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
2 years agolibqrtr-glib: bump to 1.2.2
Kuan-Yi Li [Thu, 3 Mar 2022 18:38:07 +0000 (02:38 +0800)]
libqrtr-glib: bump to 1.2.2

Builds are now done from git repository based on release tag. [1][2]

Switch to meson as GNU autotools based build is no longer supported. [2]

Update SPDX license identifier [3] and switch to AUTORELEASE to avoid
manual increments.

[1] https://www.freedesktop.org/software/libqmi/libqrtr-glib-RELEASES-README
[2] https://lists.freedesktop.org/archives/libqmi-devel/2021-November/003721.html
[3] https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/tree/1.2.2#license

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
2 years agoadguardhome: Update adguardhome to v0.107.5
James White [Sat, 5 Mar 2022 08:14:27 +0000 (08:14 +0000)]
adguardhome: Update adguardhome to v0.107.5

Signed-off-by: James White <james@jmwhite.co.uk>
2 years agocoova-chilli: remove kmod dep on binary package
Thibaut VARÈNE [Mon, 7 Mar 2022 12:02:15 +0000 (13:02 +0100)]
coova-chilli: remove kmod dep on binary package

There is no reason for the kmod to depend on the binary package
itself, neither for building nor for installing.

That dependency prevents phase1 from building the kmod even though
support is enabled in the binary.

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
2 years agotinc: add creation of hosts directory for each network configuration
Erwan MAS [Sat, 5 Mar 2022 21:00:21 +0000 (16:00 -0500)]
tinc: add creation  of hosts directory for each network configuration

Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
2 years agofrr: update to 8.2
Lucian Cristian [Mon, 7 Mar 2022 17:26:52 +0000 (19:26 +0200)]
frr: update to 8.2

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2 years agopython-jsonschema: Update to 4.4.0
Jeffery To [Sun, 6 Mar 2022 21:23:43 +0000 (05:23 +0800)]
python-jsonschema: Update to 4.4.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agocache-domains: Fixed hotplug script not running
Gerard Ryan [Tue, 8 Mar 2022 12:33:52 +0000 (22:33 +1000)]
cache-domains: Fixed hotplug script not running

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2 years agodocker-compose: Update to version 2.3.2
Javier Marcet [Tue, 8 Mar 2022 16:23:59 +0000 (17:23 +0100)]
docker-compose: Update to version 2.3.2

What's Changed:

- 2.3.2:
  - Fix json format for version command by @victor-timofei
  - filter containers after project has been rebuilt from resources by
  @ndeloof
  - publish a draft release with auto generate release notes by
  @glours
  - map --interactive to StdinOpen by @ndeloof

- 2.3.1:
  - Support COMPOSE_IGNORE_ORPHANS for compose run by @PIG208
  - don't try to start dependencies when there are none by @ndeloof
  - don't failed when trying to stop or rm services with no containers
  ru… by @glours

- 2.3.0:
  - Don't wait forever for unhealthy dependencies by @benesch
  - Add progress output while waiting for dependencies by @benesch
  - Discard env_file section on convert/config by @ulyssessouza
  - Return only numbers in short version by @guillaumerose
  - Don't SetRawTerminal() when exec is run with -T by @x-yuri
  - only remove volumes set by compose file by @ndeloof
  - Set NetworkMode correctly according to network priorities by
  @laurazard
  - go.mod: github.com/buger/goterm v1.0.4 by @thaJeztah
  - Fix typo in reference/compose_up.md by @danBamikiya
  - Fix pause/unpause by only applying to running containers by
  @ulyssessouza
  - use CustomLabels for composeV2 metadata and not impact service
  hash by @ndeloof
  - use golangci-lint-action by @ndeloof
  - Adds support to list the config files on docker compose ls by
  @KoditkarVedant
  - declare --volume as an alias for --volumes by @ndeloof
  - bump buildx to 0.7.1 by @ndeloof
  - Wait and scale 0 by @glours
  - Bump github.com/containerd/containerd from 1.5.8 to 1.6.0 by
  @dependabot
  - COMPOSE_REMOVE_ORPHANS can be set to always apply --remove-orphans
  by @ndeloof
  - Using start, stop, restart from outside the working directory
  using --project-name (#9147) by @arhemd
  - exclude com.docker.compose.image label from service hash by
  @ndeloof
  - Bump compose-go 1.0.9 by @ulyssessouza
  - Bump compose-go 1.1.0 by @ulyssessouza
  - Bump docker/distribution -> v2.8.0 by @ulyssessouza
  - report external volume name not found by @ndeloof
  - Bump github.com/containerd/containerd from 1.6.0 to 1.6.1 by
  @dependabot
  - CONTRIBUTING.md file. Update slack sign-up link by @teror4uks
  - Add function to convert strings to bool by @ulyssessouza
  - Add -i and -t to run and exec by @ulyssessouza

Signed-off-by: Javier Marcet <javier@marcet.info>
2 years agopython-websocket-client: update to 1.3.1
Javier Marcet [Tue, 8 Mar 2022 16:07:14 +0000 (17:07 +0100)]
python-websocket-client: update to 1.3.1

- 1.3.1:
  - Fix 10 year old bug and improve dispatcher handling for
  run_forever
  - Fix run_forever to never return None, only return True or False,
  and add two tests
  - Remove Python 3.6 support, EOL in Dec 2021

- 1.3.0:
  - BREAKING: Set Origin header to use https:// scheme when wss://
  WebSocket URL is passed
  - Replace deprecated/broken WebSocket URLs with working ones
  (6ad5197)
  - Add documentation referencing rel for automatic reconnection with
  run_forever()
  - Add missing opcodes 1012, 1013
  - Add errno.ENETUNREACH to improve error handling (da1b050)
  - Minor documentation improvements and typo fixes

- 1.2.3:
  - Fix broken run_forever() functionality

- 1.2.2:
  - Migrate wsdump script in setup.py from scripts to newer
  entry_points
  - Add support for ssl.SSLContext for arbitrary SSL parameters
  - Remove keep_running variable
  - Remove HAVE_CONTEXT_CHECK_HOSTNAME variable (dac1692)
  - Replace deprecated ssl.PROTOCOL_TLS with ssl.PROTOCOL_TLS_CLIENT
  - Simplify code and improve Python 3 support
  - Fill default license template fields
  - Update CI tests
  - Improve documentation

Signed-off-by: Javier Marcet <javier@marcet.info>
2 years agopython3-distro: update to version 1.7.0
Javier Marcet [Tue, 8 Mar 2022 16:02:25 +0000 (17:02 +0100)]
python3-distro: update to version 1.7.0

- BACKWARD COMPATIBILITY:

  - Dropped support for EOL Pythons 2.7, 3.4 and 3.5
  - Dropped support for LSB and uname back-ends when --root-dir is
  specified
  - Moved distro.py to src/distro/distro.py

- ENHANCEMENTS:

  - Documented that distro.version() can return an empty string on
  - rolling releases
  - Documented support for Python 3.10
  - Added official support for Rocky Linux distribution
  - Added a shebang to distro.py to allow standalone execution
  - Added support for AIX platforms
  - Added compliance for PEP-561

- BUG FIXES:

  - Fixed include_uname parameter oversight
  - Fixed crash when uname -rs output is empty
  - Fixed Amazon Linux identifier in distro.id() documentation
  - Fixed OpenSuse >= 15 support
  - Fixed encoding issues when opening distro release files
  - Fixed linux_distribution regression

Signed-off-by: Javier Marcet <javier@marcet.info>
2 years agozstd: update to 1.5.2
Rosen Penev [Thu, 3 Mar 2022 03:12:59 +0000 (19:12 -0800)]
zstd: update to 1.5.2

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoiperf3: bump to 3.11
John Audia [Tue, 8 Mar 2022 23:03:37 +0000 (18:03 -0500)]
iperf3: bump to 3.11

Update to latest upstream version

Signed-off-by: John Audia <graysky@archlinux.us>
2 years agoshadowsocks-libev: remove now unused file firewall.ss-rules
Yousong Zhou [Tue, 8 Mar 2022 07:22:49 +0000 (15:22 +0800)]
shadowsocks-libev: remove now unused file firewall.ss-rules

It was leftover from the previous rewrite of ss-rules.  The built
package has no ref to it so no need to update PKG_RELEASE

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2 years agoMerge pull request #18018 from rs/nextdns-1.37.10-master
Stan Grishin [Mon, 7 Mar 2022 21:35:37 +0000 (13:35 -0800)]
Merge pull request #18018 from rs/nextdns-1.37.10-master

nextdns: Update to version 1.37.10

2 years agoMerge pull request #18001 from turris-cz/chrony-conflicts
Josef Schlehofer [Mon, 7 Mar 2022 20:41:48 +0000 (21:41 +0100)]
Merge pull request #18001 from turris-cz/chrony-conflicts

chrony: add conflict between without NTS and NTS variant

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>
2 years agonextdns: Update to version 1.37.10 18018/head
Olivier Poitrey [Mon, 7 Mar 2022 19:48:04 +0000 (19:48 +0000)]
nextdns: Update to version 1.37.10

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2 years agoMerge pull request #18004 from stangri/master-curl
Stan Grishin [Mon, 7 Mar 2022 07:19:20 +0000 (23:19 -0800)]
Merge pull request #18004 from stangri/master-curl

curl: update to 7.82.0

2 years agogolang: Update to 1.17.8
Jeffery To [Sun, 6 Mar 2022 19:34:27 +0000 (03:34 +0800)]
golang: Update to 1.17.8

Includes fix for CVE-2022-24921 (regexp: stack overflow (process exit)
handling deeply nested regexp).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agoseafile: Remove packages
Jeffery To [Sun, 6 Mar 2022 22:43:52 +0000 (06:43 +0800)]
seafile: Remove packages

I believe these packages should be removed (and imported into the
abandoned packages repo[1]) as Seafile Server and Seahub have been
marked as broken for some time, and I do not believe I will have time to
fix or update these packages in the foreseeable future.

[1]: https://github.com/openwrt/packages-abandoned/pull/22

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agocurl: update to 7.82.0 18004/head
Stan Grishin [Sun, 6 Mar 2022 18:54:17 +0000 (18:54 +0000)]
curl: update to 7.82.0

* changelog: https://curl.se/changes.html#7_82_0

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2 years agoshadowsocks-libev: add note on nftables set restriction
Yousong Zhou [Mon, 7 Mar 2022 02:16:37 +0000 (10:16 +0800)]
shadowsocks-libev: add note on nftables set restriction

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2 years agoshadowsocks-libev: add nft_tcp_extra/nft_udp_extra options
Zhong Jianxin [Wed, 2 Mar 2022 07:26:55 +0000 (15:26 +0800)]
shadowsocks-libev: add nft_tcp_extra/nft_udp_extra options

To add extra statement to tcp/udp forward rule, example:

```
config ss_rules 'ss_rules'
    ...
    option nft_tcp_extra 'tcp dport { 80, 443 }' # tcp only forward connections with dport 80 or 443
    option nft_udp_extra 'udp dport { 53 }' # udp only forward connections with dport 53
```

This somewhat restores the old ipt_args functionality.

Signed-off-by: Zhong Jianxin <azuwis@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(Amend README.md a bit)

2 years agoMerge pull request #18006 from jefferyto/python-twisted-22.2.0
Josef Schlehofer [Sun, 6 Mar 2022 22:36:23 +0000 (23:36 +0100)]
Merge pull request #18006 from jefferyto/python-twisted-22.2.0

python-twisted: Update to 22.2.0

2 years agopython-twisted: Update to 22.2.0 18006/head
Jeffery To [Sun, 6 Mar 2022 20:01:16 +0000 (04:01 +0800)]
python-twisted: Update to 22.2.0

Includes fix for CVE-2022-21716 (The Twisted SSH client and server
implementation naively accepted an infinite amount of data for the
peer's SSH version identifier.)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2 years agoMerge pull request #17987 from BKPepe/snort-conflicts
Josef Schlehofer [Sun, 6 Mar 2022 12:09:22 +0000 (13:09 +0100)]
Merge pull request #17987 from BKPepe/snort-conflicts

Snort packages should conflict to each other

2 years agohaproxy: add conflict to packages with SSL or without SSL support 18002/head
Josef Schlehofer [Sun, 6 Mar 2022 11:58:59 +0000 (12:58 +0100)]
haproxy: add conflict to packages with SSL or without SSL support

Both packages provide the same packages and should conflict to each
other.

Fixes:
```
Packages 'haproxy' and 'haproxy-nossl' do not conflict while providing same file: /usr/sbin/haproxy
Packages 'haproxy' and 'haproxy-nossl' do not conflict while providing same file: /etc/haproxy.cfg
Packages 'haproxy' and 'haproxy-nossl' do not conflict while providing same file: /etc/init.d/haproxy
```

They should not be installed side by side.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agohaproxy: Makefile polishing
Josef Schlehofer [Sun, 6 Mar 2022 11:44:10 +0000 (12:44 +0100)]
haproxy: Makefile polishing

- There should be shorter TITLE in Package/haproxy/Default
otherwise it is not shown
- No need to call Build/Prepare/Default
- Remove twice TITLE in non-SSL variant
- Make conffiles more clear
- Remove empty menu for halog

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agochrony: add conflict between without NTS and NTS variant 18001/head
Josef Schlehofer [Sun, 6 Mar 2022 11:28:21 +0000 (12:28 +0100)]
chrony: add conflict between without NTS and NTS variant

Both packages provide the same files:
/usr/bin/chronyc
/usr/sbin/chronyd
/etc/chrony/chrony.conf
/etc/hotplug.d/iface/20-chrony
/etc/init.d/chronyd

They should not be installed side by side.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agocoremark: bump to 2022-01-03
Aleksander Jan Bajkowski [Fri, 4 Mar 2022 09:20:30 +0000 (10:20 +0100)]
coremark: bump to 2022-01-03

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
2 years agonspr: update to 4.33
Lucian Cristian [Sun, 6 Mar 2022 10:27:30 +0000 (12:27 +0200)]
nspr: update to 4.33

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2 years agonss: update to 3.76
Lucian Cristian [Sun, 6 Mar 2022 10:28:49 +0000 (12:28 +0200)]
nss: update to 3.76

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2 years agoMerge pull request #17988 from commodo/python-lxml
Josef Schlehofer [Sat, 5 Mar 2022 10:23:51 +0000 (11:23 +0100)]
Merge pull request #17988 from commodo/python-lxml

python-lxml: bump to version 4.8.0

2 years agopython-lxml: bump to version 4.8.0 17988/head
Alexandru Ardelean [Wed, 2 Mar 2022 07:07:02 +0000 (09:07 +0200)]
python-lxml: bump to version 4.8.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agosnort: add conflict with snort3 17987/head
Josef Schlehofer [Fri, 4 Mar 2022 15:28:58 +0000 (16:28 +0100)]
snort: add conflict with snort3

Both packages provides the same files:
- /usr/bin/u2boat
- /usr/bin/u2spewfoo
- /usr/bin/snort
- /etc/init.d/snort
- /etc/config/snort

So they should be in conflict.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agomdnsresponder: Fix nullpointer dereference while parsing interface list
Maarten Aertsen [Fri, 25 Feb 2022 20:46:53 +0000 (21:46 +0100)]
mdnsresponder: Fix nullpointer dereference while parsing interface list

This patch was backported from https://github.com/IETF-Hackathon/mDNSResponder/commit/1fb07b9524b4afed3a826c087db4dc48a7bfdb8

Signed-off-by: Maarten Aertsen <maarten@rtsn.nl>
2 years agostrongswan: add missing dependencies
Stijn Tintel [Tue, 1 Mar 2022 18:22:59 +0000 (20:22 +0200)]
strongswan: add missing dependencies

Fix the following build failures by adding the missing dependencies:

Package strongswan-mod-connmark is missing dependencies for the following libraries:
libip4tc.so.2

Package strongswan-mod-forecast is missing dependencies for the following libraries:
libip4tc.so.2

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agocni-plugins-nft: change names to support fw4
Oskari Rauta [Wed, 23 Feb 2022 23:20:45 +0000 (01:20 +0200)]
cni-plugins-nft: change names to support fw4

added patch with following features:

 - forces table family always to inet instead of ip or ip6.
 - force fw4 table using
 - change default chain names for fw4

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agogptfdisk: fix some warnings treated as errors
Oskari Rauta [Fri, 4 Mar 2022 08:11:01 +0000 (10:11 +0200)]
gptfdisk: fix some warnings treated as errors

fixes error: format not a string literal and no format arguments [-Werror=format-security] during compile

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agonsutils: new package
Oskari Rauta [Sun, 27 Feb 2022 23:32:47 +0000 (01:32 +0200)]
nsutils: new package

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agotcpproxy: fix Wformat warning
Rosen Penev [Mon, 28 Feb 2022 07:19:49 +0000 (23:19 -0800)]
tcpproxy: fix Wformat warning

snprintf call requires one more byte for NULL termunator.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #17980 from 1715173329/dp
Josef Schlehofer [Thu, 3 Mar 2022 16:38:33 +0000 (17:38 +0100)]
Merge pull request #17980 from 1715173329/dp

dnsproxy: Update to 0.41.3

2 years agodnsproxy: Update to 0.41.3 17980/head
Tianling Shen [Thu, 3 Mar 2022 13:51:43 +0000 (21:51 +0800)]
dnsproxy: Update to 0.41.3

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoflac: update to 1.3.4
Rosen Penev [Thu, 3 Mar 2022 03:04:56 +0000 (19:04 -0800)]
flac: update to 1.3.4

Switch to build with cmake for speed and simplicity.

Remove now pointless patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agomksh: resign as maintainer
Alif M. Ahmad [Mon, 28 Feb 2022 18:12:01 +0000 (18:12 +0000)]
mksh: resign as maintainer

Remove myself from maintainer.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
2 years agohaproxy: Update HAProxy to v2.4.14
Christian Lachner [Sat, 26 Feb 2022 14:47:46 +0000 (15:47 +0100)]
haproxy: Update HAProxy to v2.4.14

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2 years agoffmpeg: update to 5.0
John Audia [Tue, 1 Mar 2022 20:01:22 +0000 (15:01 -0500)]
ffmpeg: update to 5.0

Bump to latest upstream version.

Manually rebased:
  030-h264-mips.patch
Backported:
  FFmpeg/FFmpeg/commit/2f0a214a6202516b4dda2bb22b6b3ac20e465d6d

Tested using:
ffmpeg -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 testsrc.mpg

Resulting mpg was good.

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
2 years agoconmon: update to version 2.1.0
Oskari Rauta [Wed, 2 Mar 2022 23:42:33 +0000 (01:42 +0200)]
conmon: update to version 2.1.0

This release contains Bug fixes
patch refreshed

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agocrun: update to version 1.4.2
Oskari Rauta [Wed, 2 Mar 2022 23:33:33 +0000 (01:33 +0200)]
crun: update to version 1.4.2

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agopodman: update to version 4.0.2
Oskari Rauta [Thu, 3 Mar 2022 00:42:23 +0000 (02:42 +0200)]
podman: update to version 4.0.2

 - Patch had became obsolete, it's contents were merged to upstream. Patch removed.
 - Version updated, long list of changes is available at https://github.com/containers/podman/releases

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2 years agosumo: update to 1.12
Rosen Penev [Sat, 5 Feb 2022 22:58:17 +0000 (14:58 -0800)]
sumo: update to 1.12

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoperl: add powerpc64 support
Rosen Penev [Mon, 28 Feb 2022 07:24:23 +0000 (23:24 -0800)]
perl: add powerpc64 support

Needed by the QoriQ target.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agosqm-scripts: switch back to iptables
Etienne Champetier [Tue, 1 Mar 2022 01:26:27 +0000 (20:26 -0500)]
sqm-scripts: switch back to iptables

Following recent dependency rework, we can switch
between iptables-legacy and iptables-nft, and they both
PROVIDES iptables. Make it easier for user that want/need to
stick to firewall3/iptables-legacy to do so.

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2 years agoMerge pull request #17969 from graysky2/rng-tools
Hannu Nyman [Wed, 2 Mar 2022 07:27:00 +0000 (09:27 +0200)]
Merge pull request #17969 from graysky2/rng-tools

rng-tools: drop unneeded dep

2 years agorng-tools: drop unneeded dep 17969/head
John Audia [Tue, 1 Mar 2022 23:01:55 +0000 (18:01 -0500)]
rng-tools: drop unneeded dep

Upstream dropped the libsysfs dep.[1]

1. https://github.com/nhorman/rng-tools/releases/tag/v6.12

Signed-off-by: John Audia <graysky@archlinux.us>
2 years agoshadowsocks-libev: update README.md
Yousong Zhou [Tue, 1 Mar 2022 02:19:10 +0000 (02:19 +0000)]
shadowsocks-libev: update README.md

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2 years agoshadowsocks-libev: convert to using nft
Yousong Zhou [Wed, 23 Feb 2022 08:55:08 +0000 (08:55 +0000)]
shadowsocks-libev: convert to using nft

It will be mostly implemented with ucode templates installed at
/usr/share/ss-rules and called from init script.  The generated nftables
rules will be stored at /etc/nftables.d/

Incompatible changes were introduced as described in the README.md file

 - Netfilter ipset was replaced with nftables sets
 - UCI options ipt_args and dst_forward_recentrst of section ss_rules
   are now deprecated.  The former does not apply to nftables.  The
   later not yet implemented with nftables.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2 years agoshadowsocks-libev: ss-rules: request presence of nat table
Yousong Zhou [Tue, 8 Feb 2022 09:25:02 +0000 (09:25 +0000)]
shadowsocks-libev: ss-rules: request presence of nat table

ss-rules with iptables needs presence of netfilter nat table to work.
ss-rules works before without explicitly requesting it as a dependency
because it's present by default on a pre-firewall4/nftables OpenWrt
install.  We request it explicitly now to make life easier in case
people would like to try ss-rules/iptables on firewall4/nftables enabled
OpenWrt system

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2 years agorng-tools: update to 6.15
John Audia [Mon, 28 Feb 2022 21:10:39 +0000 (16:10 -0500)]
rng-tools: update to 6.15

    Upstream bump

    Build system: x86_64
    Build-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
2 years agokcptun: bump to v20210922
Chao Liu [Mon, 28 Feb 2022 16:06:16 +0000 (00:06 +0800)]
kcptun: bump to v20210922

Signed-off-by: Chao Liu <git@expiron.dev>