Alexandru Ardelean [Tue, 15 Mar 2022 11:50:22 +0000 (13:50 +0200)]
sudo: bump to version 1.9.10
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Javier Marcet [Mon, 14 Mar 2022 07:31:23 +0000 (08:31 +0100)]
docker-compose: Update to version 2.3.3
What's Changed:
- use plain text progress when ansi=never is set by @ndeloof
- build full compose model from resources, then filter by services by
@ndeloof
- add run with dependencies e2e test by @glours
- add support for device_cgroup_rules by @ndeloof
- composeService to use dockerCli's In/Out/Err streams by @ndeloof
- fix generated YAML missing an "examples" section, and update
cli-docs-tool to v0.4.0 by @thaJeztah
Signed-off-by: Javier Marcet <javier@marcet.info>
Josef Schlehofer [Sat, 5 Mar 2022 11:26:50 +0000 (12:26 +0100)]
chicken-scheme: add conflict and small Makefile polishing
- No need to explicitly state two times section and category since this is
already done in define Package/chicken-scheme/Default
- Also add TITLE to Default
- Add conflict between chicken-scheme-interpreter and
chicken-scheme-full
They both provide the same files:
/usr/lib/libchicken.so
/usr/lib/chicken/11/chicken.time.import.so
/usr/lib/chicken/11/chicken.fixnum.import.so
/usr/lib/chicken/11/chicken.internal.import.so
/usr/lib/chicken/11/chicken.tcp.import.so
/usr/lib/chicken/11/chicken.continuation.import.so
/usr/lib/chicken/11/chicken.port.import.so
/usr/lib/chicken/11/chicken.random.import.so
/usr/lib/chicken/11/chicken.compiler.user-pass.import.so
/usr/lib/chicken/11/chicken.process-context.import.so
/usr/lib/chicken/11/chicken.bitwise.import.so
/usr/lib/chicken/11/srfi-4.import.so
/usr/lib/chicken/11/chicken.load.import.so
/usr/lib/chicken/11/chicken.blob.import.so
/usr/lib/chicken/11/chicken.time.posix.import.so
/usr/lib/chicken/11/chicken.file.posix.import.so
/usr/lib/chicken/11/chicken.flonum.import.so
/usr/lib/chicken/11/chicken.condition.import.so
/usr/lib/chicken/11/chicken.pretty-print.import.so
/usr/lib/chicken/11/types.db
/usr/lib/chicken/11/chicken.foreign.import.so
/usr/lib/chicken/11/chicken.repl.import.so
/usr/lib/chicken/11/chicken.pathname.import.so
/usr/lib/chicken/11/chicken.sort.import.so
/usr/lib/chicken/11/chicken.keyword.import.so
/usr/lib/chicken/11/chicken.process.signal.import.so
/usr/lib/chicken/11/chicken.platform.import.so
/usr/lib/chicken/11/chicken.base.import.so
/usr/lib/chicken/11/chicken.syntax.import.so
/usr/lib/chicken/11/chicken.file.import.so
/usr/lib/chicken/11/chicken.memory.import.so
/usr/lib/chicken/11/chicken.gc.import.so
/usr/lib/chicken/11/chicken.io.import.so
/usr/lib/chicken/11/chicken.memory.representation.import.so
/usr/lib/chicken/11/chicken.process.import.so
/usr/lib/chicken/11/chicken.plist.import.so
/usr/lib/chicken/11/chicken.string.import.so
/usr/lib/chicken/11/chicken.errno.import.so
/usr/lib/chicken/11/chicken.format.import.so
/usr/lib/chicken/11/chicken.eval.import.so
/usr/lib/chicken/11/chicken.irregex.import.so
/usr/lib/chicken/11/chicken.process-context.posix.import.so
/usr/lib/chicken/11/chicken.read-syntax.import.so
/usr/lib/chicken/11/chicken.csi.import.so
/usr/lib/chicken/11/chicken.locative.import.so
/usr/bin/csi
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Alexandru Ardelean [Tue, 15 Mar 2022 12:39:14 +0000 (14:39 +0200)]
python-asn1crypto: drop package
I can't seem to see any package that needs it.
This was added for cryptography, since it was needed up to version 2.7
asn1-crypto doesn't have a user since commit
9d892e3cf88bd7c5f2c61117df2f3c2fd6c0e960
So, remove it.
Abandoned packaged PR: https://github.com/openwrt/packages-abandoned/pull/23
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Oskari Rauta [Thu, 10 Mar 2022 01:51:30 +0000 (03:51 +0200)]
podman: updates podman package
- add missing runtime depency catatonit
- removed SELinux variant, add config option for it instead, I do not believe we need variant of EVERY SELinux support capable software
- add config option for iptables firewall setup in default cni network config, otherwise skip iptables part (part of nftables transition, use cni-plugins-nft for nftables fw support or better; forget about cni fw completely, instead use openwrt's own as that way your rules for containers do not disappear on firewall restart)
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Jeffery To [Mon, 7 Mar 2022 16:37:51 +0000 (00:37 +0800)]
python-packages: Remove unused library packages
With the removal of Seafile, these library packages no longer have any
in-repo users. They will be imported into the abandoned packages
repo[1].
[1]: https://github.com/openwrt/packages-abandoned/pull/24
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 7 Mar 2022 21:28:38 +0000 (05:28 +0800)]
libevhtp: Remove package
With the removal of Seafile, there are no more in-repo users of this
package. It will be imported into the abandoned packages repo[1].
[1]: https://github.com/openwrt/packages-abandoned/pull/25
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Stijn Tintel [Wed, 16 Mar 2022 00:06:35 +0000 (02:06 +0200)]
chrony: enable LTO
Size difference of the ipk on qoriq:
* chrony: 718571 676886
* chrony-nts: 786960 757064
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
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>
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
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>
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>
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
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>
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
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>
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>
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
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>
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>
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>
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>
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
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>
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
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>
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
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>
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>
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>
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
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>
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
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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
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>
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>
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
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>
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>
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>
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>
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)
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
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>
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
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>
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>
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>
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>