aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #18069 from pprindeville/isc-dhcp-dont-leak-mktemp-filesPhilip Prindeville2022-03-15
|\ \ \ \ | | | | | | | | | | isc-dhcp: don't leak mktemp files
| * | | | isc-dhcp: don't leak mktemp filesPhilip Prindeville2022-03-15
|/ / / / | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | gnunet: improve init scriptDaniel Golle2022-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure correct ownership of /etc/gnunet. Quote variables and more or less make shellcheck happy. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #18063 from turris-cz/netdata-disable-liblz4Daniel Engberg2022-03-15
|\ \ \ \ | | | | | | | | | | netdata: disable LZ4 compression support
| * | | | netdata: disable LZ4 compression supportJosef Schlehofer2022-03-15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | gnunet: depend on 'uci-firewall' instead of 'firewall'Daniel Golle2022-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | shorewall6-lite: add @IPV6 to DEPENDSEtienne Champetier2022-03-14
| | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | shorewall6: add @IPV6 to DEPENDSEtienne Champetier2022-03-14
| | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | Merge pull request #18058 from TDT-AG/pr/20220314-keepalivedFlorian Eckert2022-03-14
|\ \ \ \ | | | | | | | | | | keepalived: enable nftables filtering
| * | | | keepalived: enable nftables filteringFlorian Eckert2022-03-14
|/ / / / | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #18002 from BKPepe/haproxy-conflictsJosef Schlehofer2022-03-14
|\ \ \ \ | | | | | | | | | | haproxy: Makefile polishing and add conflict to SSL/non-SSL variant
| * | | | haproxy: add conflict to packages with SSL or without SSL supportJosef Schlehofer2022-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | haproxy: Makefile polishingJosef Schlehofer2022-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | auc: don't segfault on invalid URLDaniel Golle2022-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #18052 from 1715173329/vaEtienne Champetier2022-03-13
|\ \ \ \ \ | | | | | | | | | | | | v2raya: add iptables as dependency
| * | | | | v2raya: add iptables as dependencyTianling Shen2022-03-13
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This package requires to use iptables (no matter which variant). Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | gnunet: update to version 0.16.1Daniel Golle2022-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | treewide: remove rpath-linkRosen Penev2022-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most usages seem to be outdated and fixed a long time ago. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #18041 from turris-cz/syslog-ng-bumpJosef Schlehofer2022-03-12
|\ \ \ \ \ | | | | | | | | | | | | syslog-ng: update to version 3.36.1 and add test.sh
| * | | | | syslog-ng: update to version 3.36.1Josef Schlehofer2022-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | | catatonit: add new packageOskari Rauta2022-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | podman uses catatonit now for container init, so new package for catatonit is required. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | | Merge pull request #18042 from nwidger/delve-1.8.2Florian Eckert2022-03-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | delve: Update to 1.8.2
| * | | | | | delve: Update to 1.8.2Niels Widger2022-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/go-delve/delve/blob/master/CHANGELOG.md for changes. Signed-off-by: Niels Widger <niels@qacafe.com>
* | | | | | | softethervpn: remove rpath hackRosen Penev2022-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | yq: Update to 4.22.1Tianling Shen2022-03-10
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | Merge pull request #16339 from paper42/netdata-1.31Josef Schlehofer2022-03-10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | netdata: update to version 1.33.1
| * | | | | netdata: update to version 1.33.1Michal Vasilek2022-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | | gerbera: update to 1.10.0Rosen Penev2022-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport some bug fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | pugixml: update to 1.12.1Rosen Penev2022-03-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | libnpupnp: update to 4.2.1Rosen Penev2022-03-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | libmicrohttpd: update to 0.9.75Rosen Penev2022-03-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | expat: update to 2.4.7Rosen Penev2022-03-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | dnsproxy: Update to 0.41.4Tianling Shen2022-03-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | modemmanager: bump to 1.18.6Kuan-Yi Li2022-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | | | | libmbim: bump to 1.26.2Kuan-Yi Li2022-03-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | | | | libqmi: bump to 1.30.4Kuan-Yi Li2022-03-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | | | | libqrtr-glib: bump to 1.2.2Kuan-Yi Li2022-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | adguardhome: Update adguardhome to v0.107.5James White2022-03-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: James White <james@jmwhite.co.uk>
* | | | | | coova-chilli: remove kmod dep on binary packageThibaut VARÈNE2022-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | 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