aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* | python-exceptiongroup: Remove packageJeffery To2023-09-23
|/ | | | | | | | | | | There are no longer any packages in the packages repo that depend on this package. Since this package backports exception groups from Python 3.11, and Python in the packages repo has been updated to 3.11, there should be no future need for this package. This package will be added to the abandoned packages feed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* luajit2: add OpenResty's mantained branch of luajitJavier Marcet2023-09-22
| | | | | | | | | Add OpenResty's mantained branch of luajit. Required for nginx lua module to work correctly with their custom patches. Signed-off-by: Javier Marcet <javier@marcet.info> [ add commit description ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* python3-networkx: Update to 3.1, rename source packageJeffery To2023-09-22
| | | | | | | | | This renames the source package to python-networkx to match other Python packages. This also updates the list of dependencies. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* node: bump to v18.18.0Hirokazu MORIKAWA2023-09-21
| | | | | | Update to v18.18.0 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* Merge pull request #22134 from jefferyto/rust-cargo-rustflagsTianling Shen2023-09-21
|\ | | | | rust: Set rustflags by environment variable
| * rust: Set rustflags by environment variableJeffery To2023-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to use $(RUSTC_TARGET_ARCH) in HOST_BUILD_DIR, the line to include rust-values.mk in the Rust makefile was moved in f489e019ac4a15e974518d9928ef913a157d135a, causing it to be included before package.mk is included. This had the side effect of preventing "-lssp_nonshared" from being added to RUSTC_LDFLAGS, because PKG_SSP is indirectly set by package.mk (package.mk includes hardening.mk, hardening.mk sets PKG_SSP). There is a deeper issue; it is the Rust package's PKG_SSP value that causes RUSTC_LDFLAGS to be set and written to the Cargo config file. For packages that use Rust to build, their PKG_SSP value does not affect the linker flag. This sets rustflags with the RUSTFLAGS environment variable, instead of writing the value to the Cargo config file, allowing PKG_SSP from the package being built to be used and for the package being built to modify the rustflags used. This also: * Fix "-lssp_nonshared" being added to TARGET_CFLAGS instead of RUSTC_LDFLAGS, when CONFIG_PKG_CC_STACKPROTECTOR_STRONG is set. * Remove the use of $(RUSTC_TARGET_ARCH) in HOST_BUILD_DIR and move the include line for rust-values.mk back to after package.mk. Since the host build directory was moved under the target build directory in efdbac38dc8b649ca26b49fac27abeb5cf76cd28, it is no longer necessary to separate build directories with RUSTC_TARGET_ARCH; $(BUILD_DIR) already separates build directories by target. * Add BUILDONLY:=1, as the Rust package does not build a target package. * Install the Cargo config file as "config.toml" instead of "config", as this is the preferred form[1]. * Rename RUST_CFLAGS to RUSTC_CFLAGS and CONFIG_HOST_SUFFIX to RUSTC_HOST_SUFFIX, for consistency. * Allow CARGO_VARS to be set before rust-values.mk is included. [1]: https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure Fixes: f489e019ac4a ("rust: compile host package per target") Fixes: 83785a7ce016 ("rust-lang: Add the rust language support") Fixes: https://github.com/openwrt/packages/issues/22133 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #22132 from pprindeville/perl-text-csv_xs-update-1.51Philip Prindeville2023-09-17
|\ \ | | | | | | perl-text-csv_xs: Update to 1.51
| * | perl-text-csv_xs: Update to 1.51Philip Prindeville2023-09-17
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | perl-cgi: Update to 4.57Philip Prindeville2023-09-17
| |/ |/| | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | python-setuptools: Update to 68.2.0Jeffery To2023-09-14
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-build: Update to 1.0.3Jeffery To2023-09-14
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | rust: Move RUST_ARCH_DEPENDS into rust-values.mkJeffery To2023-09-13
| | | | | | | | | | | | | | | | This allows other packages access to RUST_ARCH_DEPENDS by including rust-values.mk, instead of rust-package.mk which also sets Build/Compile. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | golang: Update to 1.21.1Jeffery To2023-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fixes for: * CVE-2023-39318: html/template: improper handling of HTML-like comments within script contexts * CVE-2023-39319: html/template: improper handling of special tags within script contexts * CVE-2023-39320: cmd/go: go.mod toolchain directive allows arbitrary execution * CVE-2023-39321 and CVE-2023-39322: crypto/tls: panic when processing partial post-handshake message in QUICConn.HandleData Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #22072 from commodo/python-updates1Alexandru Ardelean2023-09-10
|\ \ | | | | | | chardet,numpy,django: bump versions
| * | django: bump to version 4.2.5Alexandru Ardelean2023-09-09
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
| * | numpy: bump to version 1.25.2Alexandru Ardelean2023-09-09
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
| * | python-chardet: bump to 5.2.0Alexandru Ardelean2023-09-09
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | | Merge pull request #22043 from jefferyto/python-crcmod-package-sectionAlexandru Ardelean2023-09-10
|\ \ \ | | | | | | | | python-crcmod: Fix package section
| * | | python-crcmod: Fix package sectionJeffery To2023-09-05
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #22030 from BKPepe/retake-packagesAlexandru Ardelean2023-09-10
|\ \ \ \ | | | | | | | | | | treewide: take maintainership from Karel
| * | | | treewide: take maintainership from KarelJosef Schlehofer2023-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both of us were working for Turris and using these devices on daily basis. A few of these packages are still required and used by Turris. It would be great if Turris people will take maintainership of these packages, but if they decide not to, I can step in and take them. Since Karel switched from using OpenWrt to NixOS and hopefully, I didn't reveal some secret here, let's take maintainership of his packages. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #22039 from jefferyto/xmltodict-0.13.0Alexandru Ardelean2023-09-10
|\ \ \ \ \ | | | | | | | | | | | | xmltodict: Update to 0.13.0, rename source package
| * | | | | xmltodict: Update to 0.13.0, rename source packageJeffery To2023-09-05
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the source package to python-xmltodict to match other Python packages. This also updates the list of dependencies. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #22038 from jefferyto/ruamel-yaml-0.17.32Alexandru Ardelean2023-09-10
|\ \ \ \ \ | | | | | | | | | | | | ruamel-yaml: Update to 0.17.32, rename source package
| * | | | | ruamel-yaml: Update to 0.17.32, rename source packageJeffery To2023-09-05
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the source package to python-ruamel-yaml to match other Python packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #22037 from jefferyto/python-zipp-3.16.2Alexandru Ardelean2023-09-10
|\ \ \ \ \ | | | | | | | | | | | | python-zipp: Update to 3.16.2, update list of dependencies
| * | | | | python-zipp: Update to 3.16.2, update list of dependenciesJeffery To2023-09-05
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #22036 from jefferyto/python-zeroconf-0.97.0Alexandru Ardelean2023-09-10
|\ \ \ \ \ | | | | | | | | | | | | python-zeroconf: Update to 0.97.0, update list of dependencies
| * | | | | python-zeroconf: Update to 0.97.0, update list of dependenciesJeffery To2023-09-05
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package changed to the poetry-core build backend (and also requiring python-cython/host). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #22035 from jefferyto/python-yaml-6.0.1Alexandru Ardelean2023-09-10
|\ \ \ \ \ | | | | | | | | | | | | python-yaml: Update to 6.0.1
| * | | | | python-yaml: Update to 6.0.1Jeffery To2023-09-05
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #22034 from jefferyto/python-build-1.0.0Alexandru Ardelean2023-09-10
|\ \ \ \ \ | | | | | | | | | | | | python-build: Update to 1.0.0
| * | | | | python-build: Update to 1.0.0Jeffery To2023-09-05
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #22041 from jefferyto/python-cryptodomex-3.18.0Alexandru Ardelean2023-09-10
|\ \ \ \ \ | | | | | | | | | | | | python-cryptodomex: Update to 3.18.0, refresh patches
| * | | | | python-cryptodomex: Update to 3.18.0, refresh patchesJeffery To2023-09-05
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This also updates the list of dependencies. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #22040 from jefferyto/python-cryptodome-3.18.0Alexandru Ardelean2023-09-10
|\ \ \ \ \ | | | | | | | | | | | | python-cryptodome: Update to 3.18.0, refresh patches
| * | | | | python-cryptodome: Update to 3.18.0, refresh patchesJeffery To2023-09-05
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This also updates the list of dependencies. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #22042 from jefferyto/python-pyserial-3.5Alexandru Ardelean2023-09-10
|\ \ \ \ \ | |_|_|/ / |/| | | | python-pyserial: Update to 3.5, update list of dependencies
| * | | | python-pyserial: Update to 3.5, update list of dependenciesJeffery To2023-09-05
| |/ / / | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #22062 from mhei/php8-update-to-8.2.10Michael Heimpold2023-09-08
|\ \ \ \ | | | | | | | | | | php8: update to 8.2.10
| * | | | php8: update to 8.2.10Michael Heimpold2023-09-04
| |/ / / | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | python3: Update to 3.11.5, refresh patchesJeffery To2023-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fix for CVE-2023-40217 (Bypass TLS handshake on closed sockets). This also: * Remove 027-install-python3-symlink-after-stdlib.patch This was merged upstream in https://github.com/python/cpython/pull/104693. * Remove fix for unnecessary linking with libbsd (60bf01cb606344619e002901646171da1e69c0f9) This was fixed upstream in https://github.com/python/cpython/pull/105236. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | lua-eco: update to 2.5.1Jianhui Zhao2023-09-05
|/ / / | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | treewide: change my no longer used emailJosef Schlehofer2023-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since February 2023, I decided to no longer work with Turris, I mean CZ.NIC company due to some reasons how the development goes and since that day my work address is not available and not sure if there is some redirect to someone else, but if anyone wants to reach me, use my email address, where they can find me. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | python-websockets: Update to 11.0.3, update list of dependenciesJeffery To2023-09-04
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-wcwidth: Update to 0.2.6Jeffery To2023-09-04
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-voluptuous-serialize: Update to 2.6.0Jeffery To2023-09-04
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-voluptuous: Update to 0.13.1, update list of dependenciesJeffery To2023-09-04
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-urllib3: Update to 2.0.4Jeffery To2023-09-04
| | | | | | | | | | | | | | | | | | The package changed to the hatchling build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-ubus: Update to 0.1.2Jeffery To2023-09-04
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>