aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* syncthing: fix wrong group name in syncthing.initXiang W2024-01-02
| | | | | | | | | The group does not always have the same name as user, and when I try to run syncthing with nobody I get an error. Since nobody belongs to the group nogroup, I added some code to find out which group user belongs to. Signed-off-by: Xiang W <wxjstz@126.com>
* python3-distro: update to version 1.9.0Javier Marcet2024-01-02
| | | | | | | | | | | | | | | | | | | | | - ENHANCEMENTS: - Refactor distro.info() method to return an InfoDict - Ignore the file '/etc/board-release' - Ignore the file '/etc/ec2_version' - RELEASE: - Run Python 3.6 on Ubuntu 20.04 for CI and bump isort - TESTS: - Test on modern versions of CPython and PyPy and macOS - Add support for ALT Linux Server 10.1 distribution - Add Debian Testing to the tests - Update archlinux resource for tests Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 7.0.0Javier Marcet2024-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Notes: - Removed SSL version (ssl_version) and explicit hostname check (assert_hostname) options - assert_hostname has not been used since Python 3.6 and was removed in 3.12 - Python 3.7+ supports TLSv1.3 by default - Websocket support is no longer included by default - By default, docker-py hijacks the TCP connection and does not use Websockets - Websocket client is only required to use attach_socket(container, ws=True) - Python 3.7 no longer officially supported (reached end-of-life June 2023) Features: - Python 3.12 support - Full networking_config support for containers.create() - Replaces network_driver_opt (added in 6.1.0) - Add health() property to container that returns status (e.g. unhealthy) - Add pause option to container.commit() - Add support for bind mount propagation (e.g. rshared, private) - Add filters, keep_storage, and all parameters to prune_builds() (requires API v1.39+) Bugfixes: - Consistently return docker.errors.NotFound on 404 responses - Validate tag format before image push Miscellaneous: - Upgraded urllib3 version in requirements.txt (used for development/tests) - Documentation typo fixes & formatting improvements - Fixed integration test compatibility for newer Moby engine versions - Switch to ruff for linting Signed-off-by: Javier Marcet <javier@marcet.info>
* pyproject-metadata: add pyproject-metadataAndy Syam2024-01-02
| | | | | | | | | | | https://pypi.org/project/pyproject-metadata/ source code https://github.com/FFY00/python-pyproject-metadata add the pyproject-metadata package that numpy requires Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-cython: update to version 3.0.7Andy Syam2024-01-02
| | | | Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-zope-event: add python-zope-eventAndy Syam2024-01-02
| | | | | | | | | https://pypi.org/project/zope.event/ source code https://github.com/zopefoundation/zope.event Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-dbus-fast: update version 2.21.0Andy Syam2024-01-02
| | | | Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-sqlalchemy: update version 2.0.23Andy Syam2024-01-02
| | | | Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-greenlet: update version 3.0.2Andy Syam2024-01-02
| | | | Signed-off-by: Andy Syam <privasisource@gmail.com>
* python-websocket-client: update to 1.7.0Javier Marcet2024-01-02
| | | | | | | | | | | | | - Renamed `mask` variable in ABNF to prevent name collision with `mask()` function (9b51f73) - Fixed old http import of HTTPStatus in _handshake.py (9b51f73) - Add `send_text()` and `send_bytes()` to _app.py - Improved typehint support (9b51f73, 8b73d00) - General readability improvements, made all string concatenations use f-strings (780584f, 3eabc6e) - Applied black formatting style to code (da7f286) Signed-off-by: Javier Marcet <javier@marcet.info>
* shairport-sync: Upgrade to v4.3.2 and add AirPlay2 supportBen Klang2024-01-02
| | | | Signed-off-by: Ben Klang <bklang@wirehack.net>
* nqptp: Add new port nqptp for use with shairport-syncBen Klang2024-01-02
| | | | Signed-off-by: Ben Klang <bklang@wirehack.net>
* setools: update to 4.4.4W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* semodule-utils: update to 3.6W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* python-networkx: update to 3.2.1W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* pigeonhole: update to 0.5.21W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* openldap: update to 2.6.6W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* nfdump: update to 1.7.3W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libdmapsharing: update to 3.9.13W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* hwloc: update to 2.10.0W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* fuse-overlayfs: update to 1.13W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* luasec: update to 1.3.2W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* shared-mime-info: update to 2.4W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* vips: update to 8.15.1W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libgcrypt: update to 1.10.3W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* krb5: update to 1.21.2W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* vala: update to 0.56.14W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libsoup3: update to 3.4.4W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libsoup: remove packageW. Michael Petullo2024-01-02
| | | | | | | Remove libsoup package, as all of the packages that have depended on it moved to libsoup3. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-good: use libsoup3 instead of libsoupW. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* snowflake: update to 2.8.1Nick Hainke2024-01-02
| | | | | | | Changelog: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/blob/v2.8.1/ChangeLog Signed-off-by: Nick Hainke <vincent@systemli.org>
* Merge pull request #23032 from flyn-org/php8-pecl-mcryptMichael Heimpold2024-01-02
|\ | | | | php8-pecl-mcrypt: update to 1.0.7
| * php8-pecl-mcrypt: update to 1.0.7W. Michael Petullo2024-01-01
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Merge pull request #23009 from muink/masterTianling Shen2024-01-01
|\ | | | | sing-box: Update to 1.7.7
| * sing-box: Update to 1.7.7Anya Lin2023-12-30
| | | | | | | | Signed-off-by: Anya Lin <hukk1996@gmail.com>
* | rust: Update to 1.75.0Tianling Shen2024-01-01
| | | | | | | | | | | | | | | | Changelog: https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html Refreshed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | rust: unexport host sccache env variableTianling Shen2024-01-01
| | | | | | | | | | | | | | | | | | Users might configure their own env variables on the host, and sometimes it can lead build failure or unexpected behavior. Fixes: #22889 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | docker: Update to 24.0.7Gerard Ryan2024-01-01
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | dockerd: Update to 24.0.7Gerard Ryan2024-01-01
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | runc: Update to 1.1.9Gerard Ryan2024-01-01
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | containerd: Update to 1.7.6Gerard Ryan2024-01-01
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | Merge pull request #23007 from mhei/php8-update-to-8.3.1Michael Heimpold2023-12-30
|\ \ | |/ |/| php8: update to 8.3.1
| * php8: update to 8.3.1Michael Heimpold2023-12-27
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | dnsdist: Enable custom load-balancing policies in the light versionRemi Gacogne2023-12-28
| | | | | | | | Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
* | libs/xmlrpc-c: install pkgconf filesYegor Yefremov2023-12-28
| | | | | | | | | | | | Copy *.pc files into the staging directory. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* | banip: update 0.9.3-3Dirk Brenken2023-12-28
| | | | | | | | | | | | * more init fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #22917 from commodo/django1Alexandru Ardelean2023-12-28
|\ \ | | | | | | django: bump to version 5.0
| * | django: bump to version 5.0Alexandru Ardelean2023-12-27
| |/ | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | banip: update 0.9.3-2Dirk Brenken2023-12-28
| | | | | | | | | | | | | | | | | | | | * rework the device/interface auto-detection (only layer-3 network devices will be detetcted correctly), disable the auto-detection e.g. for special tunnel interfaces * supports now full gawk (preferred, if installed) and busybox awk * raise the default boot timeout to 20 seconds (if 'ban_triggerdelay' is not set) * various small fixes and improvements * readme update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | zoneinfo: Updated to the latest (2023d) release.Vladimir Ulrich2023-12-28
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>