aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | tinc: add creation of hosts directory for each network configurationErwan MAS2022-03-08
| | | | | | | | | | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
* | | frr: update to 8.2Lucian Cristian2022-03-08
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | python-jsonschema: Update to 4.4.0Jeffery To2022-03-08
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | cache-domains: Fixed hotplug script not runningGerard Ryan2022-03-08
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | docker-compose: Update to version 2.3.2Javier Marcet2022-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | python-websocket-client: update to 1.3.1Javier Marcet2022-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | python3-distro: update to version 1.7.0Javier Marcet2022-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | zstd: update to 1.5.2Rosen Penev2022-03-08
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | iperf3: bump to 3.11John Audia2022-03-08
| | | | | | | | | | | | | | | | | | Update to latest upstream version Signed-off-by: John Audia <graysky@archlinux.us>
* | | shadowsocks-libev: remove now unused file firewall.ss-rulesYousong Zhou2022-03-08
| | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #18018 from rs/nextdns-1.37.10-masterStan Grishin2022-03-07
|\ \ \ | | | | | | | | nextdns: Update to version 1.37.10
| * | | nextdns: Update to version 1.37.10Olivier Poitrey2022-03-07
| | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | Merge pull request #18001 from turris-cz/chrony-conflictsJosef Schlehofer2022-03-07
|\ \ \ \ | | | | | | | | | | chrony: add conflict between without NTS and NTS variant
| * | | | chrony: add conflict between without NTS and NTS variantJosef Schlehofer2022-03-06
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | adblock: 4.1.3-6Dirk Brenken2022-03-07
| |/ / |/| | | | | | | | | | | | | | | | | * remove discontinued sources: shallalist, stalkerware * fix a logical glitch in startup trigger handling Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #18004 from stangri/master-curlStan Grishin2022-03-06
|\ \ \ | | | | | | | | curl: update to 7.82.0
| * | | curl: update to 7.82.0Stan Grishin2022-03-07
| | | | | | | | | | | | | | | | | | | | | | | | * changelog: https://curl.se/changes.html#7_82_0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | golang: Update to 1.17.8Jeffery To2022-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fix for CVE-2022-24921 (regexp: stack overflow (process exit) handling deeply nested regexp). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | seafile: Remove packagesJeffery To2022-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | shadowsocks-libev: add note on nftables set restrictionYousong Zhou2022-03-07
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | shadowsocks-libev: add nft_tcp_extra/nft_udp_extra optionsZhong Jianxin2022-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | Merge pull request #18006 from jefferyto/python-twisted-22.2.0Josef Schlehofer2022-03-06
|\ \ \ \ | |/ / / |/| | | python-twisted: Update to 22.2.0
| * | | python-twisted: Update to 22.2.0Jeffery To2022-03-07
|/ / / | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #17987 from BKPepe/snort-conflictsJosef Schlehofer2022-03-06
|\ \ \ | |/ / |/| | Snort packages should conflict to each other
| * | snort: add conflict with snort3Josef Schlehofer2022-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | coremark: bump to 2022-01-03Aleksander Jan Bajkowski2022-03-06
| | | | | | | | | | | | Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
* | | nspr: update to 4.33Lucian Cristian2022-03-06
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | nss: update to 3.76Lucian Cristian2022-03-06
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #17988 from commodo/python-lxmlJosef Schlehofer2022-03-05
|\ \ \ | |/ / |/| | python-lxml: bump to version 4.8.0
| * | python-lxml: bump to version 4.8.0Alexandru Ardelean2022-03-05
|/ / | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | mdnsresponder: Fix nullpointer dereference while parsing interface listMaarten Aertsen2022-03-04
| | | | | | | | | | | | This patch was backported from https://github.com/IETF-Hackathon/mDNSResponder/commit/1fb07b9524b4afed3a826c087db4dc48a7bfdb8 Signed-off-by: Maarten Aertsen <maarten@rtsn.nl>
* | strongswan: add missing dependenciesStijn Tintel2022-03-04
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | cni-plugins-nft: change names to support fw4Oskari Rauta2022-03-04
| | | | | | | | | | | | | | | | | | | | 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>
* | gptfdisk: fix some warnings treated as errorsOskari Rauta2022-03-03
| | | | | | | | | | | | 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>
* | nsutils: new packageOskari Rauta2022-03-03
| | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | tcpproxy: fix Wformat warningRosen Penev2022-03-03
| | | | | | | | | | | | snprintf call requires one more byte for NULL termunator. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #17980 from 1715173329/dpJosef Schlehofer2022-03-03
|\ \ | |/ |/| dnsproxy: Update to 0.41.3
| * dnsproxy: Update to 0.41.3Tianling Shen2022-03-03
|/ | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* flac: update to 1.3.4Rosen Penev2022-03-02
| | | | | | | | Switch to build with cmake for speed and simplicity. Remove now pointless patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mksh: resign as maintainerAlif M. Ahmad2022-03-02
| | | | | | Remove myself from maintainer. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* haproxy: Update HAProxy to v2.4.14Christian Lachner2022-03-02
| | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* ffmpeg: update to 5.0John Audia2022-03-02
| | | | | | | | | | | | | | | | | | | | 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>
* conmon: update to version 2.1.0Oskari Rauta2022-03-02
| | | | | | | This release contains Bug fixes patch refreshed Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* crun: update to version 1.4.2Oskari Rauta2022-03-02
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update to version 4.0.2Oskari Rauta2022-03-02
| | | | | | | - 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>
* sumo: update to 1.12Rosen Penev2022-03-02
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* perl: add powerpc64 supportRosen Penev2022-03-02
| | | | | | Needed by the QoriQ target. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sqm-scripts: switch back to iptablesEtienne Champetier2022-03-02
| | | | | | | | | 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>
* Merge pull request #17969 from graysky2/rng-toolsHannu Nyman2022-03-02
|\ | | | | rng-tools: drop unneeded dep
| * rng-tools: drop unneeded depJohn Audia2022-03-01
|/ | | | | | | | 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>