aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* python-trio: Update to 0.22.2, update list of dependenciesJeffery To2023-08-31
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-tornado: Update to 6.3.3, update list of dependenciesJeffery To2023-08-31
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-sqlalchemy: Update to 2.0.20, update list of dependenciesJeffery To2023-08-31
| | | | | | This also adds a build dependency on python-cython/host. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-slugify: Update to 8.0.1, update list of dependenciesJeffery To2023-08-31
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-sentry-sdk: Update to 1.29.2, update list of dependenciesJeffery To2023-08-31
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-schema: Update to 0.7.5Jeffery To2023-08-31
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-schedule: Update to 1.2.0Jeffery To2023-08-31
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-rsa: Update to 4.9, update list of dependenciesJeffery To2023-08-31
| | | | | | The package changed to the poetry-core build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #21552 from jefferyto/python-platform-tripletAlexandru Ardelean2023-08-31
|\ | | | | python3: Restore platform triplet to paths
| * python3: Restore platform triplet to pathsJeffery To2023-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes 014-remove-platform-so-suffix.patch and 016-adjust-config-paths.patch, restoring the platform triplet to paths for: * C extensions (*.cpython-311-*.so) * Build config data directory (/usr/lib/python3.11/config-3.11-*/) * sysconfig data file (/usr/lib/python3.11/_sysconfigdata_*.py) Setting `_PYTHON_SYSCONFIGDATA_NAME` during package builds ensures that sysconfig data for target Python is loaded, in particular so that C extensions built will have the correct extension / platform triplet. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * python3: Fix/expand platform triplet detectionJeffery To2023-08-25
| | | | | | | | | | | | | | | | | | | | | | | | Currently, configure does not find the correct platform triplet for musl as the default build/host values passed by OpenWrt buildroot does not contain the text "linux-musl". This backports https://github.com/python/cpython/commit/c163d7f0b67a568e9b64eeb9c1cbbaa127818596 to add detection for mips soft float and musl. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * python3: Centralize config file adjustments in Build/InstallJeffery To2023-08-25
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * python: Rework filespec install scriptJeffery To2023-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support wildcards in install (`+`) paths * Add fourth parameter to set directory permissions If file permissions are given (third parameter), these will now apply to files only. * Add non-recursive set permissions command (`==`) * Be more strict about filespec format Blank lines and lines starting with `#` will be ignored. Other errors (unknown command, missing path parameter, etc.) will cause the script to exit. * Be more strict about ensuring paths exist for all commands * Avoid spawning subshells This also removes outdated filespec paths in the python3 package; these paths delete files that are no longer present. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * python3: Fix package descriptionsJeffery To2023-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix default Python package description not included in individual package descriptions * Update default Python package description text (from General Python FAQ, "What is Python?") * Add package descriptions for Python module packages * Reduce duplication in package titles Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * python3: Use regular package recipes for python3 packageJeffery To2023-08-25
| | | | | | | | | | | | | | | | There is no need to use Py3Package for python3 as it does not package any Python files; it is an empty package with dependencies to install the full Python installation. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | zerotier: update to 1.12.1Moritz Warning2023-08-31
| | | | | | | | | | | | | | | | | | * split up "fix makefile" patch logical distinct parts * add libatomic dependency needed for prometheus-cpp-lite-1.0 * refresh patch series * improve warning message in init script Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | xray-core: Update to 1.8.4Tianling Shen2023-08-30
| | | | | | | | | | | | Removed upstreamed patch. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | tang: tang-show-keys defaults on the default 9090 portNikos Mavrogiannopoulos2023-08-30
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | tang: tang-show-keys uses wget instead of curlNikos Mavrogiannopoulos2023-08-30
| | | | | | | | | | | | Resolves: #15592 Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | tang: do not require bashNikos Mavrogiannopoulos2023-08-30
| | | | | | | | | | | | | | | | It is not used by its included scripts. Resolves: #21799 Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | tang: corrected hash for v14Nikos Mavrogiannopoulos2023-08-30
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | Merge pull request #21857 from TDT-AG/pr/20230818-modemmanagerFlorian Eckert2023-08-30
|\ \ | | | | | | modemmanager: copy dbus interfaces file to staging
| * | modemmanager: copy dbus interfaces file to stagingFlorian Eckert2023-08-18
| | | | | | | | | | | | | | | | | | | | | | | | In order to use the dbus interfaces via the command gdbus-codegen, the xml files must be copied into the building staging directory, so that other programmes can use them during compilation. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | pdns-recursor: update to 4.9.1Peter van Dijk2023-08-30
| | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | sing-box: update to 1.4.0Van Waholtz2023-08-29
| | | | | | | | | | | | Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* | | knot: enable QUIC supportJan Hák2023-08-29
| | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | knot: update to version 3.3.0Jan Hák2023-08-29
| | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | tang: updated to v14Nikos Mavrogiannopoulos2023-08-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | Merge pull request #21928 from stangri/miniupnpd-nftablesJo-Philipp Wich2023-08-29
|\ \ \ | | | | | | | | miniupnpd: remove uci-defaults and fw4-include files for nftables variant
| * | | miniupnpd: remove uci-defaults and fw4-include files for nftables variantStan Grishin2023-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove firewall4.include file as it is not needed and procuces a firewall error on service miniupnpd restart * remove the uci-defaults file as its sole purpose was to install the firewall include file * modify the Makefile to reflect the deleted files Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | tailscale: enable autodect of fw typeTyler Young2023-08-28
| | | | | | | | | | | | | | | | Signed-off-by: Tyler Young <git@yfh.addy.io>
* | | | python-ble2mqtt: update to 0.1.9Quintin Hill2023-08-28
| | | | | | | | | | | | | | | | Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
* | | | python-dbus-fast: update to 1.93.0Quintin Hill2023-08-28
| | | | | | | | | | | | | | | | Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
* | | | v2raya: Update to 2.2.1Tianling Shen2023-08-27
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | rust: Update to 1.72.0Tianling Shen2023-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.72.0 (2023-08-24) ========================== Language -------- - [Replace const eval limit by a lint and add an exponential backoff warning](https://github.com/rust-lang/rust/pull/103877/) - [expand: Change how `#![cfg(FALSE)]` behaves on crate root](https://github.com/rust-lang/rust/pull/110141/) - [Stabilize inline asm for LoongArch64](https://github.com/rust-lang/rust/pull/111235/) - [Uplift `clippy::undropped_manually_drops` lint](https://github.com/rust-lang/rust/pull/111530/) - [Uplift `clippy::invalid_utf8_in_unchecked` lint](https://github.com/rust-lang/rust/pull/111543/) - [Uplift `clippy::cast_ref_to_mut` lint](https://github.com/rust-lang/rust/pull/111567/) - [Uplift `clippy::cmp_nan` lint](https://github.com/rust-lang/rust/pull/111818/) - [resolve: Remove artificial import ambiguity errors](https://github.com/rust-lang/rust/pull/112086/) - [Don't require associated types with Self: Sized bounds in `dyn Trait` objects](https://github.com/rust-lang/rust/pull/112319/) Compiler -------- - [Remember names of `cfg`-ed out items to mention them in diagnostics](https://github.com/rust-lang/rust/pull/109005/) - [Support for native WASM exceptions](https://github.com/rust-lang/rust/pull/111322/) - [Add support for NetBSD/aarch64-be (big-endian arm64).](https://github.com/rust-lang/rust/pull/111326/) - [Write to stdout if `-` is given as output file](https://github.com/rust-lang/rust/pull/111626/) - [Force all native libraries to be statically linked when linking a static binary](https://github.com/rust-lang/rust/pull/111698/) - [Add Tier 3 support for `loongarch64-unknown-none*`](https://github.com/rust-lang/rust/pull/112310/) - [Prevent `.eh_frame` from being emitted for `-C panic=abort`](https://github.com/rust-lang/rust/pull/112403/) - [Support 128-bit enum variant in debuginfo codegen](https://github.com/rust-lang/rust/pull/112474/) - [compiler: update solaris/illumos to enable tsan support.](https://github.com/rust-lang/rust/pull/112039/) Refer to Rust's [platform support page][platform-support-doc] for more information on Rust's tiered platform support. Libraries --------- - [Document memory orderings of `thread::{park, unpark}`](https://github.com/rust-lang/rust/pull/99587/) - [io: soften ‘at most one write attempt’ requirement in io::Write::write](https://github.com/rust-lang/rust/pull/107200/) - [Specify behavior of HashSet::insert](https://github.com/rust-lang/rust/pull/107619/) - [Relax implicit `T: Sized` bounds on `BufReader<T>`, `BufWriter<T>` and `LineWriter<T>`](https://github.com/rust-lang/rust/pull/111074/) - [Update runtime guarantee for `select_nth_unstable`](https://github.com/rust-lang/rust/pull/111974/) - [Return `Ok` on kill if process has already exited](https://github.com/rust-lang/rust/pull/112594/) - [Implement PartialOrd for `Vec`s over different allocators](https://github.com/rust-lang/rust/pull/112632/) - [Use 128 bits for TypeId hash](https://github.com/rust-lang/rust/pull/109953/) - [Don't drain-on-drop in DrainFilter impls of various collections.](https://github.com/rust-lang/rust/pull/104455/) - [Make `{Arc,Rc,Weak}::ptr_eq` ignore pointer metadata](https://github.com/rust-lang/rust/pull/106450/) Rustdoc ------- - [Allow whitespace as path separator like double colon](https://github.com/rust-lang/rust/pull/108537/) - [Add search result item types after their name](https://github.com/rust-lang/rust/pull/110688/) - [Search for slices and arrays by type with `[]`](https://github.com/rust-lang/rust/pull/111958/) - [Clean up type unification and "unboxing"](https://github.com/rust-lang/rust/pull/112233/) Stabilized APIs --------------- - [`impl<T: Send> Sync for mpsc::Sender<T>`](https://doc.rust-lang.org/nightly/std/sync/mpsc/struct.Sender.html#impl-Sync-for-Sender%3CT%3E) - [`impl TryFrom<&OsStr> for &str`](https://doc.rust-lang.org/nightly/std/primitive.str.html#impl-TryFrom%3C%26'a+OsStr%3E-for-%26'a+str) - [`String::leak`](https://doc.rust-lang.org/nightly/alloc/string/struct.String.html#method.leak) These APIs are now stable in const contexts: - [`CStr::from_bytes_with_nul`](https://doc.rust-lang.org/nightly/std/ffi/struct.CStr.html#method.from_bytes_with_nul) - [`CStr::to_bytes`](https://doc.rust-lang.org/nightly/std/ffi/struct.CStr.html#method.from_bytes_with_nul) - [`CStr::to_bytes_with_nul`](https://doc.rust-lang.org/nightly/std/ffi/struct.CStr.html#method.from_bytes_with_nul) - [`CStr::to_str`](https://doc.rust-lang.org/nightly/std/ffi/struct.CStr.html#method.from_bytes_with_nul) Cargo ----- - Enable `-Zdoctest-in-workspace` by default. When running each documentation test, the working directory is set to the root directory of the package the test belongs to. [docs](https://doc.rust-lang.org/nightly/cargo/commands/cargo-test.html#working-directory-of-tests) [#12221](https://github.com/rust-lang/cargo/pull/12221) [#12288](https://github.com/rust-lang/cargo/pull/12288) - Add support of the "default" keyword to reset previously set `build.jobs` parallelism back to the default. [#12222](https://github.com/rust-lang/cargo/pull/12222) Compatibility Notes ------------------- - [Alter `Display` for `Ipv6Addr` for IPv4-compatible addresses](https://github.com/rust-lang/rust/pull/112606/) - Cargo changed feature name validation check to a hard error. The warning was added in Rust 1.49. These extended characters aren't allowed on crates.io, so this should only impact users of other registries, or people who don't publish to a registry. [#12291](https://github.com/rust-lang/cargo/pull/12291) Refreshed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | lua-lsqlite3: add build VARIANT for Lua5.3Jianhui Zhao2023-08-25
| | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | Merge pull request #21896 from mhei/php8-update-to-8.2.9Michael Heimpold2023-08-25
|\ \ \ \ | |_|_|/ |/| | | php8: update to 8.2.9
| * | | php8: update to 8.2.9Michael Heimpold2023-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2023-3824 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | python-setuptools: Update to 68.1.2Jeffery To2023-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-poetry-core: Update to 1.7.0Jeffery To2023-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-click: Update to 8.1.7Jeffery To2023-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-pytest-xdist: Update to 3.3.1, update list of dependenciesJeffery To2023-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-pytest: Update to 7.4.0, update list of dependenciesJeffery To2023-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-pyrsistent: Update to 0.19.3, update list of dependenciesJeffery To2023-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-pyparsing: Update to 3.1.1Jeffery To2023-08-24
| | | | | | | | | | | | | | | | | | | | | | | | The package has changed to the flit-core build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-pyotp: Update to 2.9.0, update list of dependenciesJeffery To2023-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-pyfuse3: Update to 3.3.0, update list of dependenciesJeffery To2023-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-py: Update to 1.11.0, update list of dependenciesJeffery To2023-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | xray-core: backport pending patch for Go 1.21 updateTianling Shen2023-08-24
| | | | | | | | | | | | | | | | | | | | | | | | Fix build for Go 1.21. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | vnstat2: update to version 2.11Jan Hoffmann2023-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release breaks the noexit patch, because the code for removing old now returns an error when no interfaces are configured. As it is run on startup, the daemon exits in this case. To avoid this, add an additional check so an error is only returned in an actual error case. Signed-off-by: Jan Hoffmann <jan@3e8.eu>