Commit Graph

3232 Commits

Author SHA1 Message Date
Alexandru Ardelean
05387c99b8 libwebp: bump to version 1.3.0
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-03-01 18:57:44 +08:00
Eneas U de Queiroz
a0cda6d6b8 libuhttpd: allow building with OpenSSL 3.0
Add -Wno-error=deprecated-declarations to CFLAGS to allow usage of
deprecated API.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-03-01 18:56:37 +08:00
Oskari Rauta
265a8195c3 libtirpc: update to v1.3.3
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-03-01 18:56:29 +08:00
Paul Fertser
f1de4c00d2 libjaylink: new package
libjaylink is a shared library written in C to access SEGGER J-Link
and compatible devices.

This is used by future OpenOCD versions to handle J-Link debug
adapters.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2023-03-01 18:56:10 +08:00
Michael Heimpold
f0251df020 libgpiod: update to 1.6.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-03-01 18:55:59 +08:00
Lucian Cristian
593fc106fa libdrm: update to 2.4.115
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2023-03-01 18:55:51 +08:00
Eneas U de Queiroz
46f6e5e350 gost_engine: add version 3.0.0.1
With OpenSSL soon to be updated to 3.0, the gost engine will have to be
bumped as well.  Gost 3.0.0.1 will not build with OpenSSL 1.1.

To avoid disruption, this commit detects the OpenSSL version from
ENGINES_DIR in include/openssl-engin, and sets the package version
accordingly.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-03-01 18:55:31 +08:00
Šimon Bořek
e3de8061f0 Jinja2: get rid of deprecated AUTORELEASE
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
2023-03-01 18:54:56 +08:00
Šimon Bořek
51307ddfba Flask: get rid of deprecated AUTORELEASE
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
2023-03-01 18:54:56 +08:00
Alexandru Ardelean
3611d7d6ed python-build: add support for pyproject.toml files
A new PEP 517 (https://www.python.org/dev/peps/pep-0517/) has defined that
Python packages can be shipped without any `setup.py` file, and that a
`pyproject.toml` file is sufficient.

A `setup.py` shim layer is suggested as a method for running the build.

For these cases, we will add a support in the OpenWrt build-system to
provide the default `setup.py` shim layer in case this file does not exist,
but there is a `pyproject.toml` file.

We also seem to need to tweak the shim layer with the PKG_VERSION,
otherwise the detected version is 0.0.0.
We will need to see if this will be fixed later in setuptools{-scm}.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2023-03-01 18:54:35 +08:00
Javier Marcet
cb9be2ad77 python-websocket-client: update to 1.5.1
- 1.5.1
  - Fix logic bug that can cause disconnects

- 1.5.0
  - Refactor and improve ping/pong logic to resolve several issues,
  including an infinite loop issue during reconnect
  - Fix issue where `skip_utf8_validation = True` is ignored
  - Fix issue where sslopt `is_ssl` is ignored
  - Downgrade "websocket connected" message from logging.warning to
  logging.info
  - Update github actions to newer versions (669fe1b)

Signed-off-by: Javier Marcet <javier@marcet.info>
2023-03-01 18:54:16 +08:00
Alexandru Ardelean
5466a62878 python-requests: bump to version 2.28.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2023-03-01 18:53:58 +08:00
Alexandru Ardelean
48f60eebda python-pytz: bump to version 2022.7.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2023-03-01 18:53:43 +08:00
Alexandru Ardelean
bbc4b6a563 python-evdev: bump to version 1.6.1
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-03-01 18:53:34 +08:00
Alexandru Ardelean
2aaf745f5d python-chardet: bump to version 5.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2023-03-01 18:53:26 +08:00
Alexandru Ardelean
5c230cb7b0 python3: add 'ensurepip' to python3-pip sub-package
Fixes:
  https://github.com/openwrt/packages/issues/12707

Seems to work.
Looking into the 'venv' lib, it seems it's installing pip & setuptools
inside a virtual environment.

`python3-pip` is already ~6 MB.
This adds another ~3 MB.

But, this gives users the ability to run Python virtual environments, which
is a pretty common feature of Python in production cases (usually web
stuff).

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-03-01 18:53:15 +08:00
Alexandru Ardelean
339a30cd6c pillow: bump to version 9.4.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2023-03-01 18:52:48 +08:00
Šimon Bořek
6dcecc01bd Jinja2: pass maintainership to Michal Vasílek
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
2023-03-01 18:52:40 +08:00
Šimon Bořek
db9aca99bc Flask: pass maintainership to Michal Vasílek
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
2023-03-01 18:52:33 +08:00
Alexandru Ardelean
1be6fe1d27 django: bump to version 4.1.7
Fixes:
   https://nvd.nist.gov/vuln/detail/CVE-2023-23969

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-03-01 18:52:17 +08:00
Michael Heimpold
8a4a9049ab php8: update to 8.2.2
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-03-01 18:52:01 +08:00
Stan Grishin
ae63e4418e perl-www-curl: add patch to ensure compatibility with curl 7.88
Patch comes from
https://github.com/openwrt/packages/pull/20540#issuecomment-1439537287

Fixes:
/home/username/works/openwrt/staging_dir/target-x86_64_glibc_custom/usr/include/curl/curl.h:2515:3: note: declared here
 2515 |   CURLFORM_CONTENTTYPE     CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
      |   ^~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:347: Curl.o] Error 1

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-03-01 18:51:48 +08:00
Jianhui Zhao
81109242c6 lua-eco: update to 2.0.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2023-03-01 18:51:29 +08:00
Tianling Shen
9bc9c8711a golang: Update to 1.19.6
go1.19.6 (released 2023-02-14) includes security fixes to the
crypto/tls, mime/multipart, net/http, and path/filepath packages,
as well as bug fixes to the go command, the linker, the runtime,
and the crypto/x509, net/http, and time packages.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-01 18:51:07 +08:00
Josef Schlehofer
9fc2ac6269 antfs: drop this kernel package
Reasons to remove this package:

1. It is not available for Linux kernel 5.15 and onwards.
2. It seems that it is not maintained as the original repository was
   done in 2018 and then the forked repository was done to have this
merged only to OpenWrt.
3. Anyone can use ntfs-3g (fuse) or ntfs3 from Paragon, which has been
   available since Linux kernel 5.15
4. Nobody said why this package was necessary or required to be added
   here or what was the difference between driver(s) in the Linux kernel and
this package.
5. No project home page, no documentation, only source code provided by
   AVM

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2023-03-01 18:50:25 +08:00
Michel Promonet
f521c07e2a v4l2loopback: upgrade to v0.12.7
Signed-off-by: Michel Promonet <michel.promonet@free.fr>
2023-03-01 18:50:07 +08:00
Oskari Rauta
ad2bc884dc nasm: new package
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-03-01 18:49:21 +08:00
Glen Huang
3810a54ffa delve: update to version 1.20.1
Signed-off-by: Glen Huang <i@glenhuang.com>
2023-03-01 18:48:47 +08:00
Alexandru Ardelean
b72109e46d sudo: bump to version 1.9.12p2
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-03-01 18:48:30 +08:00
John Audia
d9f0a818e3 htop: update to 3.2.2
Build-tested: x86/64
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <therealgraysky@proton.me>
2023-03-01 18:48:15 +08:00
Sibren Vasse
5b3fcb2125 openssh: update to 9.2p1
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
2023-02-28 14:02:17 +08:00
Yu Hua
3aebc4d0b0
pgyvpn: fix vncinit parameter error (#651)
vncinit script should use `-C` instead of `-n`
2023-02-28 02:26:03 +00:00
vant
f9db9dc541
ddns-scripts: fix cloudflare dns_records query param while using root domain (#650) 2023-02-25 22:21:18 +08:00
Miles Poupart
b21307c82e
dmidecode: update to 3.4 (#648) 2023-02-23 03:00:59 +00:00
Miles Poupart
ab7a7f7cb3
verysync: update to 2.16.0 (#647) 2023-02-23 03:00:27 +00:00
Saxon
d71e06a984
aliyundrive-webdav: update to 1.11.0 (#645)
* aliyundrive-webdav: update to 1.11.0 and remove useless commands

* Update aliyundrive-webdav.config

* aliyundrive-webdav: remove aliyunpds support
2023-02-19 18:08:58 +08:00
coolsnowwolf
b4ea154d7c
Merge pull request #641 from GoodbyeNJN/master
rclone: remove GOPROXY env var
2023-02-15 11:20:51 +08:00
coolsnowwolf
f7f4fa0e96
Merge pull request #643 from mitsukileung/patch-2
frp: update to 0.47.0
2023-02-15 11:20:27 +08:00
mitsukileung
201e5c49aa
frp: update to 0.47.0 2023-02-14 02:36:49 +08:00
GoodbyeNJN
9b3905059b
rclone: remove GOPROXY env var 2023-02-08 19:57:55 +08:00
Beginner
85c5d4ba1c
Merge pull request #638 from 1582130940/lede-origin
packages: Sync with upstream
2023-02-08 01:51:19 +08:00
coolsnowwolf
15a080df0e
Merge pull request #637 from Saxon-Sun/patch-1
aliyundrive-webdav: update to 1.10.6
2023-02-08 01:04:22 +08:00
coolsnowwolf
1dff1a3405
Merge pull request #639 from mitsukileung/patch-1
frp: update to 0.46.1
2023-02-08 01:03:43 +08:00
mitsukileung
2dc00c1ef1
frp: update to 0.46.1 2023-02-05 12:19:15 +08:00
Saxon
e9e49512c2
aliyundrive-webdav: update to 1.10.6 2023-02-03 10:47:37 +08:00
coolsnowwolf
2beea859df
Merge pull request #635 from lovehackintosh/php
php7: fixup libiconv usage
2023-01-25 15:38:19 +08:00
Michael Heimpold
a2dd0f0e55 php7: fixup libiconv usage
Since the OpenWrt's stub libiconv implementation is now gone,
we can build against musl's internal one or the external libiconv
implementation.
This needs minor adjustements in the makefile to allow PHPs build
to choose the right path when cross-compiling.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-01-25 12:46:19 +08:00
Simon Polack
c4274f59c9 airos-dfs-reset: add airos-dfs-reset
Ubiquitis airmax based gear does not fallback to original port after DFS
event is over. This tool triggers the fallback automatically by soft-restarting
unconditionally, whenever the configured freq differs from the running.

Signed-off-by: Simon Polack <spolack+git@mailbox.org>
2023-01-20 11:08:38 +08:00
Michal Hrusecky
0c0530005c afuse: Add new package
This commit add new package afuse into packages feed.

afuse is an automounting file system implemented in user-space using
FUSE. It implements the most basic functionality that can be expected by
an automounter; that is it manages a directory of virtual directories.
If one of these virtual directories is accessed and is not already
automounted, afuse will attempt to mount a filesystem onto that
directory. If the mount succeeds the requested access proceeds as
normal, otherwise it will fail with an error.

Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
2023-01-20 11:08:24 +08:00
David Bauer
9300bc2211 zyxel-reset: add package
Add the zyxel-reset package.

This package allows to trigger a factory-reset for ZyXEL devices by
sending a magic LLDP package while the device-to-reset is booting.

This is useful for remote-resetting a ZyXEL device running stock
firmware connected to a switch using OpenWrt. It also allows to reset
devices which do not have a reset-button such as the NWA55AXE.

Signed-off-by: David Bauer <mail@david-bauer.net>
2023-01-20 11:08:08 +08:00