feed/packages.git
9 months agoMerge pull request #21687 from stangri/master-curl
Stan Grishin [Tue, 1 Aug 2023 05:30:35 +0000 (22:30 -0700)]
Merge pull request #21687 from stangri/master-curl

curl: update to 8.2.1

9 months agoMerge pull request #21597 from pprindeville/isc-dhcp-fix-multiple-routes
Philip Prindeville [Mon, 31 Jul 2023 04:45:12 +0000 (22:45 -0600)]
Merge pull request #21597 from pprindeville/isc-dhcp-fix-multiple-routes

isc-dhcp: fix handling multiple instances of 'routes' list

9 months agocurl: update to 8.2.1 21687/head
Stan Grishin [Mon, 31 Jul 2023 04:11:02 +0000 (04:11 +0000)]
curl: update to 8.2.1

* https://curl.se/changes.html#8_2_1

Signed-off-by: Stan Grishin <stangri@melmac.ca>
9 months agoisc-dhcp: some IoTs need forced rebinding/renewal times 21597/head
Philip Prindeville [Mon, 17 Jul 2023 21:31:16 +0000 (15:31 -0600)]
isc-dhcp: some IoTs need forced rebinding/renewal times

I've noticed my AppleTV's refresh their leases ever minute unless
I explicitly force their renewal time higher, because it doesn't
default to 50% of the lease time.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
9 months agoisc-dhcp: fix handling multiple instances of 'routes' list
Philip Prindeville [Mon, 17 Jul 2023 21:27:09 +0000 (15:27 -0600)]
isc-dhcp: fix handling multiple instances of 'routes' list

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
9 months agolibudev-zero: bump to 1.0.3
Taylor Brown [Sun, 16 Jul 2023 23:01:26 +0000 (18:01 -0500)]
libudev-zero: bump to 1.0.3

libudev-zero bump to 1.0.3. Resolves bug with USBIP.

Error behavior with USBIP attach:
libusbip: error: no available ports
usbip: error: open vhci_driver
usbip: error: list imported devices

Expected behaviour - USBIP:
root@OpenWrt:~# usbip port
Imported USB devices

Signed-off-by: Taylor Brown <taylorami@hotmail.com>
9 months agocloudflared: Update to 2023.7.3
Tianling Shen [Sun, 30 Jul 2023 16:41:02 +0000 (00:41 +0800)]
cloudflared: Update to 2023.7.3

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
9 months agopython-certifi: add github runtime test
Eneas U de Queiroz [Thu, 27 Jul 2023 19:51:39 +0000 (16:51 -0300)]
python-certifi: add github runtime test

This loads the module, which should return the path of the CA bundle
and verifies that the file exists.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
9 months agoMerge pull request #20662 from akosiaris/collectd_mqtt
Florian Eckert [Fri, 28 Jul 2023 06:13:51 +0000 (08:13 +0200)]
Merge pull request #20662 from akosiaris/collectd_mqtt

collectd: Support config of mqtt plugin

9 months agoMerge pull request #21638 from stangri/master-curl
Stan Grishin [Fri, 28 Jul 2023 00:15:17 +0000 (17:15 -0700)]
Merge pull request #21638 from stangri/master-curl

curl: update to 8.2.0

9 months agomg: bump to 7.3
Hirokazu MORIKAWA [Thu, 27 Jul 2023 01:39:44 +0000 (10:39 +0900)]
mg: bump to 7.3

Description:
Sync to OpenBSD 7.3

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
9 months agocollectd: Support config of mqtt plugin 20662/head
Alexandros Kosiaris [Tue, 14 Mar 2023 08:38:52 +0000 (10:38 +0200)]
collectd: Support config of mqtt plugin

mqtt plugin is already built and shipped in
collectd-mod-mqtt, however it is not possible to configure it via
uci currently, instead having to rely on populating the config file manually.

Add support by adding 2 functions, process_mqtt() and
process_mqtt_block(). First one just enables/disables the plugin.
The second one, in the spirit of the curl plugin, adds support for
populating multiple <Publish> and <Subscribe> blocks under <Plugin mqtt>
with support for some parameters. Those are:

* blocktype. Publish or Subscribe. Mandatory
* name. The name of the block. Mandatory
* Host. Mandatory
* Port. Optional
* User. Optional
* Password. Optional
* ClientId. Optional
* QoS. Optional
* Prefix. Optional
* Retain. Optional
* StoreRates. Optional
* CleanSession. Optional
* Topic. Optional

Bump PKG_RELEASE per comments in PR

Signed-off-by: Alexandros Kosiaris <akosiaris@gmail.com>
9 months agoMerge pull request #21666 from pprindeville/isc-dhcp-drop-uci_get_state
Philip Prindeville [Wed, 26 Jul 2023 23:48:41 +0000 (17:48 -0600)]
Merge pull request #21666 from pprindeville/isc-dhcp-drop-uci_get_state

isc-dhcp: deprecate use of uci_get_state in client scripts

9 months agoisc-dhcp: use network_get_device in client scripts 21666/head
Philip Prindeville [Tue, 25 Jul 2023 21:48:14 +0000 (15:48 -0600)]
isc-dhcp: use network_get_device in client scripts

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
9 months agoopenvpn: update to 2.6.5 and add DCO support
Martin Schiller [Wed, 28 Jun 2023 07:13:19 +0000 (09:13 +0200)]
openvpn: update to 2.6.5 and add DCO support

This commit updates openvpn to version 2.6.5 and add DCO support.

There are several changes:

- Starting with version 2.6.0, the sources are only provided as .tar.gz
  file.

- removed OPENVPN_<variant>_ENABLE_MULTIHOME:
  multihome support is always included and cannot be disabled anymore
  with 2.6.x.

- removed OPENVPN_<variant>_ENABLE_DEF_AUTH:
  deferred auth support is always included and cannot be disabled
  anymore with 2.6.x.

- removed OPENVPN_<variant>_ENABLE_PF:
  PF (packet filtering) support was removed in 2.6.x.

- The internal lz4 library was removed in 2.6.x; we now use the liblz4
  package if needed

- To increase reproducibility, _DATE_ is only used for development
  builds and not in release builds in 2.6.x.

- wolfSSL support was integrated into upstream openvpn

- DES support was removed from openvpn

The first two wolfSSL patches were created following these 2 commits:
https://github.com/OpenVPN/openvpn/commit/4cf01c8e4381403998341aa32f79f4bf24c7ccb1
https://github.com/OpenVPN/openvpn/commit/028b501734b4a57dc53edb8b11a4b370f5b99e38

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
9 months agoovpn-dco: Update to v0.2.20230426
Martin Schiller [Wed, 28 Jun 2023 07:08:52 +0000 (09:08 +0200)]
ovpn-dco: Update to v0.2.20230426

OpenVPN 2.6.2+ changes the way OpenVPN control packets are handled on
Linux when DCO is active, fixing the lockups observed with 2.6.0/2.6.1
under high client connect/disconnect activity. This is an INCOMPATIBLE
change and therefore an ovpn-dco kernel module older than v0.2.20230323
(commit ID 726fdfe0fa21) will not work anymore and must be upgraded.
The kernel module was renamed to "ovpn-dco-v2.ko" in order to highlight
this change and ensure that users and userspace software could easily
understand which version is loaded. Attempting to use the old ovpn-dco
with 2.6.2+ will lead to disabling DCO at runtime.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
9 months agopython-gnupg: Update to 0.5.1
Jeffery To [Mon, 24 Jul 2023 07:26:31 +0000 (15:26 +0800)]
python-gnupg: Update to 0.5.1

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-wheel: Update to 0.41.0
Jeffery To [Mon, 24 Jul 2023 07:48:42 +0000 (15:48 +0800)]
python-wheel: Update to 0.41.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-awscli: Update to 1.29.7, update dependencies
Jeffery To [Thu, 20 Jul 2023 09:57:49 +0000 (17:57 +0800)]
python-awscli: Update to 1.29.7, update dependencies

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-boto3: Update to 1.28.7, update dependencies
Jeffery To [Thu, 20 Jul 2023 09:54:47 +0000 (17:54 +0800)]
python-boto3: Update to 1.28.7, update dependencies

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-s3transfer: Update to 0.6.1, update dependencies
Jeffery To [Thu, 20 Jul 2023 09:52:12 +0000 (17:52 +0800)]
python-s3transfer: Update to 0.6.1, update dependencies

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-botocore: Update to 1.31.7, update dependencies
Jeffery To [Thu, 20 Jul 2023 09:50:18 +0000 (17:50 +0800)]
python-botocore: Update to 1.31.7, update dependencies

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-awesomeversion: Update to 23.5.0, update dependencies
Jeffery To [Thu, 20 Jul 2023 08:46:27 +0000 (16:46 +0800)]
python-awesomeversion: Update to 23.5.0, update dependencies

The package changed to the poetry-core build backend.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-atomicwrites: Update to 1.4.1
Jeffery To [Thu, 20 Jul 2023 08:34:29 +0000 (16:34 +0800)]
python-atomicwrites: Update to 1.4.1

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython3-sqlparse: Update to 0.4.4, rename source package
Jeffery To [Wed, 19 Jul 2023 18:33:49 +0000 (02:33 +0800)]
python3-sqlparse: Update to 0.4.4, rename source package

This renames the source package to python-sqlparse to match other Python
packages.

This also updates the build dependencies; package now uses the flit-core
build backend.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-aiohttp: Update 3.8.5, update dependencies
Jeffery To [Thu, 20 Jul 2023 07:43:37 +0000 (15:43 +0800)]
python-aiohttp: Update 3.8.5, update dependencies

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-aiosignal: Add new package
Jeffery To [Thu, 20 Jul 2023 07:42:16 +0000 (15:42 +0800)]
python-aiosignal: Add new package

From the README:

A project to manage callbacks in asyncio projects.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-frozenlist: Add new package
Jeffery To [Thu, 20 Jul 2023 07:41:25 +0000 (15:41 +0800)]
python-frozenlist: Add new package

From the README:

frozenlist.FrozenList is a list-like structure which implements
collections.abc.MutableSequence. The list is mutable until
FrozenList.freeze is called, after which list modifications raise
RuntimeError.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-charset-normalizer: Add new package
Jeffery To [Thu, 20 Jul 2023 07:39:57 +0000 (15:39 +0800)]
python-charset-normalizer: Add new package

From the README:

A library that helps you read text from an unknown charset encoding.
Motivated by chardet, I'm trying to resolve the issue by taking a new
approach. All IANA character set names for which the Python core library
provides codecs are supported.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython3-pyroute2: Update to 0.7.9, rename source package
Jeffery To [Wed, 19 Jul 2023 17:42:57 +0000 (01:42 +0800)]
python3-pyroute2: Update to 0.7.9, rename source package

This renames the source package to python-pyroute2 to match other Python
packages.

This also updates/simplifies the package dependencies.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-apipkg: Update to 3.0.1
Jeffery To [Thu, 20 Jul 2023 08:16:03 +0000 (16:16 +0800)]
python-apipkg: Update to 3.0.1

The package changed to the hatchling build backend.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython3-maxminddb: Update to 2.4.0, rename source package
Jeffery To [Wed, 19 Jul 2023 15:29:21 +0000 (23:29 +0800)]
python3-maxminddb: Update to 2.4.0, rename source package

This renames the source package to python-maxminddb to match other
Python packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-async-timeout: Update to 4.0.2
Jeffery To [Thu, 20 Jul 2023 07:35:24 +0000 (15:35 +0800)]
python-async-timeout: Update to 4.0.2

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agopython-execnet: Update to 2.0.2
Jeffery To [Thu, 20 Jul 2023 08:02:29 +0000 (16:02 +0800)]
python-execnet: Update to 2.0.2

The package changed to the hatchling build backend and removed the
dependency on apipkg.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agotransmission: add copy_file_range syscall to seccomp
Marius Dinu [Sun, 23 Jul 2023 17:36:02 +0000 (20:36 +0300)]
transmission: add copy_file_range syscall to seccomp

Fixes this crash:

root@RPi3OpenWrt:/# grep -i seccomp /var/log/audit/audit.log
type=SECCOMP msg=audit(1689503903.597:16): auid=4294967295 uid=224 gid=1012 ses=4294967295 pid=1752 comm="transmission-da" exe="/usr/bin/transmission-daemon" sig=31 arch=c00000b7 syscall=285 compat=0 ip=0x7fa3b0eefc code=0x80000000
root@RPi3OpenWrt:/# ausyscall 285
copy_file_range
root@RPi3OpenWrt:/#

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
9 months agopython-pip: Update to 23.2.1
Jeffery To [Mon, 24 Jul 2023 07:45:17 +0000 (15:45 +0800)]
python-pip: Update to 23.2.1

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 months agoknxd: new upstream version 0.14.59
Othmar Truniger [Mon, 24 Jul 2023 18:35:04 +0000 (20:35 +0200)]
knxd: new upstream version 0.14.59

Signed-off-by: Othmar Truniger <github@truniger.ch>
9 months agomodemmanager: improve 'simple connection' option handling
Florian Eckert [Mon, 24 Jul 2023 11:41:12 +0000 (13:41 +0200)]
modemmanager: improve 'simple connection' option handling

The line to generate the argument list for 'simple connect' is quite
long and is not maintainable. To improve the handling a function
'append_param' was added for appending the 'simple connect' options.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
9 months agomodemmanager: Adding support for 'allow_roaming' option
Francisco Jose Alvarez [Fri, 7 Oct 2022 06:44:00 +0000 (08:44 +0200)]
modemmanager: Adding support for 'allow_roaming' option

Signed-off-by: Francisco Jose Alvarez <francisco.alvarez@galgus.net>
* Update commit head
* Rebase patch to the latest changes
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
9 months agoMerge pull request #21621 from TDT-AG/pr/20230721-modemmanager
Florian Eckert [Mon, 24 Jul 2023 10:47:40 +0000 (12:47 +0200)]
Merge pull request #21621 from TDT-AG/pr/20230721-modemmanager

modemmanager: improve teardown handling

9 months agomodemmanger: add missing proto_init_update in teardown 21621/head
Florian Eckert [Fri, 21 Jul 2023 11:09:48 +0000 (13:09 +0200)]
modemmanger: add missing proto_init_update in teardown

Inform netifd with missing 'proto_update', that the interface is not
up anymore.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
9 months agomodemmanager: do not set proto_notify_error on teardown
Florian Eckert [Fri, 21 Jul 2023 10:56:34 +0000 (12:56 +0200)]
modemmanager: do not set proto_notify_error on teardown

If on teardown the 'proto_notify_error' is set to 'MM_TEARDOWN_IN_PROGRESS',
then an error which is set on 'setup' is not visible in the ubus
network.interface.<iface> status output.

{
  "up": false,
  "pending": false,
  "available": true,
  "autostart": false,
  "dynamic": false,
  "proto": "modemmanager",
  "data": {
  },
  "errors": [
    {
      "subsystem": "dualsim",
      "code": "MM_TEARDOWN_IN_PROGRESS"
    }
  ]
}

It alway shows the code 'MM_TEARDWON_IN_PROGRESS'!

By removing the line 'proto_notify_error "${interface}" MM_TEARDOWN_IN_PROGRESS'
in teardown, the last error is show in the proto stack from setup.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
9 months agoMerge pull request #16300 from maxrd2/modemmanager-plmn-support
Florian Eckert [Mon, 24 Jul 2023 07:02:06 +0000 (09:02 +0200)]
Merge pull request #16300 from maxrd2/modemmanager-plmn-support

modemmanager: support setting plmn

9 months agoeasyloggingpp: Update version to 9.97.1
Volker Christian [Sun, 23 Jul 2023 12:24:05 +0000 (14:24 +0200)]
easyloggingpp: Update version to 9.97.1

Update to version 9.97.1 of easyloggingpp

Changelog from upstream
* Ensuring the build on ARM64 works
* Update gtest and cmake now requires C++14 because of that

Compile tested: arm_cortex-a7_neon-vfpv4, mips_24kc, aarch64_cortex-a53

Run tested: Linksys MR8300 (arm_cortex-a7_neon-vfpv4)
            GL.iNet GL-A1800 (arm_cortex-a7_neon-vfpv4)
            TP-Link_Archer A7 (mips_24kc),
            GL.iNet GL-MT3000 (aarch64_cortex-a53)

Signed-off-by: Volker Christian <me@vchrist.at>
9 months agobase16384: bump to version 2.2.4
源 文雨 [Sun, 23 Jul 2023 14:57:27 +0000 (14:57 +0000)]
base16384: bump to version 2.2.4

Signed-off-by: 源 文雨 <fumiama@foxmail.com>
9 months agoMerge pull request #21631 from stangri/master-https-dns-proxy
Stan Grishin [Sun, 23 Jul 2023 15:52:51 +0000 (08:52 -0700)]
Merge pull request #21631 from stangri/master-https-dns-proxy

https-dns-proxy: improve CLI messaging

9 months agoMerge pull request #21431 from stangri/master-nebula
Stan Grishin [Sun, 23 Jul 2023 15:52:31 +0000 (08:52 -0700)]
Merge pull request #21431 from stangri/master-nebula

nebula: update to 1.7.2 (and cosmetic fixes)

9 months agocurl: update to 8.2.0 21638/head
Stan Grishin [Sun, 23 Jul 2023 15:48:18 +0000 (15:48 +0000)]
curl: update to 8.2.0

* https://curl.se/changes.html#8_2_0

Signed-off-by: Stan Grishin <stangri@melmac.ca>
9 months agoMerge pull request #21628 from stangri/master-simple-adblock
Stan Grishin [Sun, 23 Jul 2023 15:14:11 +0000 (08:14 -0700)]
Merge pull request #21628 from stangri/master-simple-adblock

simple-adblock: dnsmasq access bugfix & misc improvements

9 months agonode: bump to v18.17.0
Hirokazu MORIKAWA [Sun, 23 Jul 2023 03:01:13 +0000 (12:01 +0900)]
node: bump to v18.17.0

Notable Changes:
*Ada 2.0
 Node.js v18.17.0 comes with the latest version of the URL parser, Ada. This update brings significant performance improvements to URL parsing, including enhancements to the url.domainToASCII and url.domainToUnicode functions in node:url.

*Web Crypto API
 Web Crypto API functions' arguments are now coerced and validated as per their WebIDL definitions like in other Web Crypto API implementations. This further improves interoperability with other implementations of Web Crypto API.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
9 months agoMerge pull request #21570 from stintel/bump/softflowd
Stijn Tintel [Sun, 23 Jul 2023 08:23:50 +0000 (11:23 +0300)]
Merge pull request #21570 from stintel/bump/softflowd

softflowd: bump to 1.1.0

9 months agosoftflowd: bump to 1.1.0 21570/head
Stijn Tintel [Sat, 15 Jul 2023 16:03:30 +0000 (19:03 +0300)]
softflowd: bump to 1.1.0

The tag is now prefixed with v; update PKG_SOURCE_URL and PKG_BUILD_DIR
to reflect this.
Drop upstreamed patches. Refresh leftover patch.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
9 months agohttps-dns-proxy: improve CLI messaging 21631/head
Stan Grishin [Sun, 23 Jul 2023 05:22:04 +0000 (05:22 +0000)]
https-dns-proxy: improve CLI messaging

Signed-off-by: Stan Grishin <stangri@melmac.ca>
9 months agosimple-adblock: dnsmasq access bugfix & misc improvements 21628/head
Stan Grishin [Sun, 23 Jul 2023 05:06:40 +0000 (05:06 +0000)]
simple-adblock: dnsmasq access bugfix & misc improvements

* fix permission to dnsmasq files for ad-blocking
* add pause function to pause the ad-blocking temporarily
* introduce pause_timeout option to control default pause time
* update default config and config-update file
* use $param instead of $1 in adb_start()

Signed-off-by: Stan Grishin <stangri@melmac.ca>
9 months agorust: put host build dir to target build dir
Tianling Shen [Fri, 21 Jul 2023 19:11:26 +0000 (03:11 +0800)]
rust: put host build dir to target build dir

When user runs `make clean` command, everything in `$(STAGING_DIR)`
(where we installed rust) will be removed, but `$(BUILD_DIR_HOST)`
(where we compiled rust and stored build stage) is untouched.

So when user starts a new build after that, OpenWrt buildroot will
still consider `rust` is installed already, resulting the build error
"cargo: command not found".

Fix this by moving to target build dir as well.

Fixes: f489e019ac4a ("rust: compile host package per target")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
9 months agosnort3: update to 3.1.66.0
John Audia [Thu, 20 Jul 2023 09:16:10 +0000 (05:16 -0400)]
snort3: update to 3.1.66.0

Upstream bump

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia <therealgraysky@proton.me>
9 months agorclone: Update to 1.63.1
Tianling Shen [Fri, 21 Jul 2023 19:01:19 +0000 (03:01 +0800)]
rclone: Update to 1.63.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
10 months agomodemmanager: support setting plmn 16300/head
Mladen Milinkovic [Sat, 7 Aug 2021 09:28:57 +0000 (11:28 +0200)]
modemmanager: support setting plmn

Signed-off-by: Mladen Milinkovic <maxrd2@smoothware.net>
10 months agoMerge pull request #21585 from commodo/python-updates2
Alexandru Ardelean [Fri, 21 Jul 2023 07:53:02 +0000 (10:53 +0300)]
Merge pull request #21585 from commodo/python-updates2

django,numpy,lxml: bump versions

10 months agoMerge pull request #21604 from jefferyto/python3-netifaces-0.11.0
Josef Schlehofer [Fri, 21 Jul 2023 06:23:26 +0000 (08:23 +0200)]
Merge pull request #21604 from jefferyto/python3-netifaces-0.11.0

python3-netifaces: Update to 0.11.0, rename source package

10 months agoMerge pull request #21608 from jefferyto/python3-unidecode-1.3.6
Josef Schlehofer [Fri, 21 Jul 2023 06:22:59 +0000 (08:22 +0200)]
Merge pull request #21608 from jefferyto/python3-unidecode-1.3.6

python3-unidecode: Update to 1.3.6, rename source package

10 months agodocker-compose: Update to version 2.20.2
Javier Marcet [Wed, 19 Jul 2023 17:12:26 +0000 (19:12 +0200)]
docker-compose: Update to version 2.20.2

Signed-off-by: Javier Marcet <javier@marcet.info>
10 months agoeasyloggingpp: Add package
Volker Christian [Tue, 18 Jul 2023 13:28:49 +0000 (15:28 +0200)]
easyloggingpp: Add package
Maintainer: me@vchrist.at
Compile tested: OpenWRT-23.05-rc2, arm_cortex-a7_neon-vfpv4, mips_24kc
Run tested: arm_cortex-a7_neon-vfpv4 (Linksys MR8300), mips_24kc (tplink_archer-a7), OpenWrt 23.05-rc2

Description:
Easylogging++ is single header efficient logging library for C++ applications. It is extremely powerful,
highly extendable and configurable to user's requirements.

Signed-off-by: Volker Christian <me@vchrist.at>
10 months agov4l2camera: add new package
Michel Promonet [Sun, 11 Jun 2023 21:48:14 +0000 (23:48 +0200)]
v4l2camera: add new package

Signed-off-by: Michel Promonet <michel.promonet@free.fr>
Co-authored-by: Tianling Shen <cnsztl@gmail.com>
10 months agopython3-unidecode: Update to 1.3.6, rename source package 21608/head
Jeffery To [Wed, 19 Jul 2023 18:45:44 +0000 (02:45 +0800)]
python3-unidecode: Update to 1.3.6, rename source package

This renames the source package to python-unidecode to match other
Python packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
10 months agopython3-netifaces: Update to 0.11.0, rename source package 21604/head
Jeffery To [Wed, 19 Jul 2023 17:10:00 +0000 (01:10 +0800)]
python3-netifaces: Update to 0.11.0, rename source package

This renames the source package to python-netifaces to match other
Python packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
10 months agodnsproxy: Update to 0.52.0
Tianling Shen [Wed, 19 Jul 2023 07:46:15 +0000 (15:46 +0800)]
dnsproxy: Update to 0.52.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
10 months agocloudflared: Update to 2023.7.1
Tianling Shen [Wed, 19 Jul 2023 07:46:07 +0000 (15:46 +0800)]
cloudflared: Update to 2023.7.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
10 months agosnowflake: update to 2.6.0
Nick Hainke [Tue, 27 Jun 2023 07:58:08 +0000 (09:58 +0200)]
snowflake: update to 2.6.0

Tor projects tries to migrate away from git.torproject.org [0,1]. We
need to adjust PKG_SOURCE and GO_PKG name. Further, we need to backport
patches to fix compiling on riscv64, so add:
- 0001-Bump-minimum-required-version-of-go.patch
- 0002-Update-dependencies.patch

Changelog:
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/commit/2fa8fd9188078eaa169f1edd16815deae4004c6c

[0] - https://gitlab.torproject.org/tpo/anti-censorship/team/-/issues/86
[1] - https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/commit/82cc0f38f73c4ca4e12d22173562a092ebd4dea0

Signed-off-by: Nick Hainke <vincent@systemli.org>
10 months agocpusage: remove AUTORELEASE
Kuan-Yi Li [Tue, 18 Jul 2023 00:22:20 +0000 (08:22 +0800)]
cpusage: remove AUTORELEASE

Commit 0c10c224be81 only handles the case where AUTORELEASE is used in
PKG_RELEASE thus this package was left behind. Let's fix this up.

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
10 months agotransmission: add ftruncate syscall to seccomp
Marius Dinu [Sun, 16 Jul 2023 13:43:25 +0000 (16:43 +0300)]
transmission: add ftruncate syscall to seccomp

Fixes many crashes.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
10 months agonvme-cli: Add new package
Luca Barbato [Tue, 11 Jul 2023 14:01:16 +0000 (14:01 +0000)]
nvme-cli: Add new package

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
10 months agoMerge pull request #21593 from jefferyto/ci-fix-pkg-source
Tianling Shen [Tue, 18 Jul 2023 11:12:05 +0000 (19:12 +0800)]
Merge pull request #21593 from jefferyto/ci-fix-pkg-source

CI: Fix finding test script

10 months agorust: Update to 1.71.0
Tianling Shen [Sat, 15 Jul 2023 17:18:58 +0000 (01:18 +0800)]
rust: Update to 1.71.0

Refreshed patches.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
10 months agorust: compile host package per target
Orne Brocaar [Sat, 15 Jul 2023 17:16:44 +0000 (01:16 +0800)]
rust: compile host package per target

While the compiled binaries are intended to run on the host system, the
rust/host package does include the target matching the configured
OpenWrt target.

If using (for example) ./scripts/env to switch between different
OpenWrt configurations, this will cause issues if the different
configuration is for a different target. In such case there will be a
mismatch between the available Rust target and OpenWrt target and the
following error will be printed:

> error[E0463]: can't find crate for `core`
> note: the `XXX` target may not be installed

This fix will add the RUSTC_TARGET_ARCH as HOST_BUILD_DIR and CARGO_HOME
suffix, such that rust/host will be compiled in case an OpenWrt
configuration change causes the RUSTC_TARGET_ARCH to change.

Fixes: #21530
Signed-off-by: Orne Brocaar <info@brocaar.com>
[Applied Jeffery To's suggestion for build and install path]
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
10 months agopython-pip: Update to 23.2
Jeffery To [Mon, 17 Jul 2023 05:50:00 +0000 (13:50 +0800)]
python-pip: Update to 23.2

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
10 months agojq: remove _GNU_SOURCE from Makefile and instead backport patch
W. Michael Petullo [Mon, 17 Jul 2023 13:42:20 +0000 (08:42 -0500)]
jq: remove _GNU_SOURCE from Makefile and instead backport patch

Commit 4bb18b04 added _GNU_SOURCE to jq's Makefile to fix a segfault.
This has since been fixed upstream, so this commit backports the upstream
patch instead. This keeps things closer to upstream, and it will prevent
the Makefile from containing a redundant fix once upstream releases the
next version.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 months agoMerge pull request #21590 from jefferyto/golang-1.20.6
Tianling Shen [Mon, 17 Jul 2023 13:14:40 +0000 (21:14 +0800)]
Merge pull request #21590 from jefferyto/golang-1.20.6

golang: Update to 1.20.6

10 months agoCI: Fix finding test script 21593/head
Jeffery To [Mon, 17 Jul 2023 09:02:30 +0000 (17:02 +0800)]
CI: Fix finding test script

Currently, the run-test code tries to find the package source directory
based on the directory name only. This fails for the Go compiler package
because there is more than one directory named "golang".

This uses the full path listed in the "Source:" line of the control file
to find the package source directory.

This also:

* Checks for the test script earlier, to avoid installing and removing
  ipk files when there is no test script to be run

* Makes PKG_VERSION parsing more lenient, as the package may not have a
  PKG_RELEASE, e.g. attendedsysupgrade-common

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
10 months agogolang: Update to 1.20.6 21590/head
Jeffery To [Mon, 17 Jul 2023 07:13:00 +0000 (15:13 +0800)]
golang: Update to 1.20.6

Includes fix for CVE-2023-29406 (net/http: insufficient sanitization of
Host header).

This also updates the copyright information for various Go packaging
files.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
10 months agopython-babel: Update to 2.12.1, add host build
Jeffery To [Sun, 16 Jul 2023 08:29:41 +0000 (16:29 +0800)]
python-babel: Update to 2.12.1, add host build

Also updated dependencies for the new version.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
10 months agonumpy: bump to version 1.25.1 21585/head
Alexandru Ardelean [Sat, 15 Jul 2023 20:59:08 +0000 (23:59 +0300)]
numpy: bump to version 1.25.1

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
10 months agopython-django: bump to 4.2.3
Alexandru Ardelean [Sun, 16 Jul 2023 11:04:49 +0000 (14:04 +0300)]
python-django: bump to 4.2.3

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
10 months agopython-lxml: bump to 4.9.3
Alexandru Ardelean [Sun, 16 Jul 2023 11:02:35 +0000 (14:02 +0300)]
python-lxml: bump to 4.9.3

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
10 months agoMerge pull request #21566 from jefferyto/python-mako-reimport
Alexandru Ardelean [Sun, 16 Jul 2023 18:06:07 +0000 (21:06 +0300)]
Merge pull request #21566 from jefferyto/python-mako-reimport

python-mako: Re-import host-only package from abandoned packages repo

10 months agoMerge pull request #21576 from commodo/libwebp
Alexandru Ardelean [Sun, 16 Jul 2023 18:03:42 +0000 (21:03 +0300)]
Merge pull request #21576 from commodo/libwebp

libwebp: bump to version 1.3.1

10 months agoMerge pull request #21577 from commodo/tcpreplay
Alexandru Ardelean [Sun, 16 Jul 2023 18:03:33 +0000 (21:03 +0300)]
Merge pull request #21577 from commodo/tcpreplay

tcpreplay: bump to version 4.4.4

10 months agoMerge pull request #21575 from commodo/sudo
Alexandru Ardelean [Sun, 16 Jul 2023 10:59:03 +0000 (13:59 +0300)]
Merge pull request #21575 from commodo/sudo

sudo: bump to verison 1.9.14p1

10 months agoMerge pull request #21568 from commodo/python-updates1
Alexandru Ardelean [Sun, 16 Jul 2023 10:58:54 +0000 (13:58 +0300)]
Merge pull request #21568 from commodo/python-updates1

pillow, pymysql, requests: bump versions

10 months agobanip: release 0.9.0-1
Dirk Brenken [Sun, 16 Jul 2023 05:32:24 +0000 (07:32 +0200)]
banip: release 0.9.0-1

* supports allowing / blocking of certain VLAN forwards in segregated network environments,
   set 'ban_vlanallow', ''ban_vlanblock' accordingly
* simplified the code/JSON to generate/parse the banIP status
* enclose nft related devices in quotation marks , e.g. to handle devices which starts with a number '10g-1'
* made the new vlan options available to LuCI (separate commit)

Signed-off-by: Dirk Brenken <dev@brenken.org>
10 months agotcpreplay: bump to version 4.4.4 21577/head
Alexandru Ardelean [Sat, 15 Jul 2023 21:43:01 +0000 (00:43 +0300)]
tcpreplay: bump to version 4.4.4

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
10 months agolibwebp: bump to version 1.3.1 21576/head
Alexandru Ardelean [Sat, 15 Jul 2023 21:20:55 +0000 (00:20 +0300)]
libwebp: bump to version 1.3.1

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
10 months agosudo: bump to verison 1.9.14p1 21575/head
Alexandru Ardelean [Sat, 15 Jul 2023 21:02:40 +0000 (00:02 +0300)]
sudo: bump to verison 1.9.14p1

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
10 months agopillow: bump to version 10.0.0 21568/head
Alexandru Ardelean [Wed, 5 Jul 2023 08:06:54 +0000 (11:06 +0300)]
pillow: bump to version 10.0.0

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
10 months agopymysql: bump to version 1.1.0
Alexandru Ardelean [Wed, 5 Jul 2023 08:07:57 +0000 (11:07 +0300)]
pymysql: bump to version 1.1.0

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
10 months agopython-requests: bump to version 2.31.0
Alexandru Ardelean [Wed, 5 Jul 2023 08:05:58 +0000 (11:05 +0300)]
python-requests: bump to version 2.31.0

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
10 months agopython-mako: Re-import host-only package from abandoned packages repo 21566/head
Jeffery To [Fri, 14 Jul 2023 09:52:50 +0000 (17:52 +0800)]
python-mako: Re-import host-only package from abandoned packages repo

Mako was removed in 60ce07b9a1d5c7a53297f177f10af68f3304be9e; at the
time we were using host pip to install host Python packages and so
having this package was not necessary.

With the move away from host pip and toward proper host packages, it
would be better to have a Mako host-only package here to support the
mesa package in the video feed.

This re-imports the package from the abandoned packages feed, updates
the makefile with current Python package conventions, and updates the
package to the latest version.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
10 months agoyq: Update to 4.34.2
Tianling Shen [Fri, 14 Jul 2023 06:13:46 +0000 (14:13 +0800)]
yq: Update to 4.34.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
10 months agocloudflared: Update to 2023.7.0
Tianling Shen [Fri, 14 Jul 2023 06:13:35 +0000 (14:13 +0800)]
cloudflared: Update to 2023.7.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
10 months agoinih: Update to r57
Tianling Shen [Fri, 14 Jul 2023 06:13:28 +0000 (14:13 +0800)]
inih: Update to r57

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>