Commit graph

31040 commits

Author SHA1 Message Date
Stan Grishin
dfeeabbebf adblock-fast: bugfix: pause command
* the pause command used to incorrectly cause block-lists reload, this
  has been fixed in this version

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-01-07 23:07:42 +00:00
Dirk Brenken
6c9cd77596
banip: update 0.9.3-4
* made the default mail template "responsive" to get a better view esp. on mobile devices

Signed-off-by: Dirk Brenken <dev@brenken.org>
2024-01-07 18:11:10 +01:00
Tianling Shen
ecff047231
Merge pull request #23070 from muink/master
sing-box: update to 1.8.0
2024-01-07 18:29:38 +08:00
Anya Lin
8fe2f68485
sing-box: update to 1.8.0
New features for v1.8.0:
1. Migrate cache file from Clash API to independent options
2. Introducing Rule Set
3. Add `sing-box geoip`, `sing-box geosite` and `sing-box rule-set` commands
4. Allow nested logical rules
5. Independent `source_ip_is_private` and `ip_is_private` rules
6. Add context to JSON decode error message
7. Reject internal fake-ip queries
8. Add GSO support for TUN and WireGuard system interface
9. The legacy LWIP stack has been deprecated and removed
10. Add `idle_timeout` for URLTest outbound
11. Added some new uTLS fingerprints
...
Release notes: https://github.com/SagerNet/sing-box/releases/tag/v1.8.0

The new version has some breaking changes and may stop working after upgrading if use the original config.
Please see the migration manual to migrate the config: https://sing-box.sagernet.org/migration/

Signed-off-by: Anya Lin <hukk1996@gmail.com>
2024-01-07 12:02:15 +08:00
Yegor Yefremov
aed7d9f63e libs/xmlrpc-c: fix pkg-config files
Add an upstream patch that uses conventional variables in
pkg-config files so they can be overridden at pkg-config time.

This patch was created using the following upstream revisions:

- https://sourceforge.net/p/xmlrpc-c/code/3203/
- https://sourceforge.net/p/xmlrpc-c/code/3205/

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2024-01-06 13:49:22 -08:00
Yegor Yefremov
92042a0826 libs/xmlrpc-c: update to 1.59.02
Also remove the already upstreamed patch.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2024-01-06 13:49:22 -08:00
W. Michael Petullo
7d16bff5a4 dovecot: update to 2.3.21
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-06 13:48:23 -08:00
Sibren Vasse
a79c49578c openssh: fix build failure on powerpc_8548
1036d77b34

Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
2024-01-06 13:48:02 -08:00
Rucke Teg
e8dfc6abbe openssh: bump to 9.6p1
Release notes: https://www.openssh.com/txt/release-9.6

Signed-off-by: Rucke Teg <rucketeg@protonmail.com>
2024-01-06 13:48:02 -08:00
Dirk Brenken
ce20f8d88b
travelmate: release 2.1.2-1
* fix a station scanning issue on single radio units (mainly a LuCI/JS issue) reported in the forum by multiple users

Signed-off-by: Dirk Brenken <dev@brenken.org>
2024-01-06 19:55:32 +01:00
David Andreoletti
6d47f66356 shairport-sync: Enable pipe audio backend support
UCI's shairport-sync's pipe conf block is defined but has no effect without shairport-sync's pipe support

Rationale for pipe support:
- On SBC with no sound card available (built-in or external)
  and without ALSA plugins support on OpenwRT (no package)
  to reroute a stream from shairport-sync's ALSA default output
  to a PulseAudio controlled Bluetooth sink , then pipe support
  is required to enable the following flow:
  - shairport-sync -> fifo pipe -> custom_binary_to_send_stream_to_pulse_audio_BT_sink
- small bump in package size: diff: +746 bytes
  - shairport-sync-openssl_4.3.2-0_aarch64_generic.ipk without --pipe: 110806 bytes
  - shairport-sync-openssl_4.3.2-0_aarch64_generic.ipk with --pipe: 111552 bytes

Signed-off-by: David Andreoletti <david@andreoletti.net>
2024-01-05 21:41:35 +01:00
W. Michael Petullo
e30f14d690 nfdump: add dependency on libzstd
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-05 19:06:17 -01:00
Hannu Nyman
17a9c3015e mpfr: remove package, moved into main OpenWrt repo
mpfr has been moved to the main OpenWrt source repository,
as it is required by gbd 14. Remove it from the feeds repo.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-01-05 11:13:42 +02:00
Tiago Gaspar
5f16794b5f nginx: update to 1.25.3
Update nginx to the latest version.

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2024-01-04 22:35:17 +01:00
Hirokazu MORIKAWA
cdcc6edc13 swig: bump to 4.2.0
SWIG-4.2.0 summary:

        Various template wrapping improvements: template template parameters,
        variadic templates, partially specialized templates, const template
        parameters and improved error checking instantiating templates.
        Improved decltype() support for expressions.
        C++14 auto without trailing return type and C++11 auto variables.
        Numerous C++ using declarations improvements.
        Numerous fixes for constructors, destructors and assignment operators:
        implicit, default and deleted and related non-assignable variable
        wrappers.
        STL: std::array and std::map improvements, std::string_view support
        added.
        Various C preprocessor improvements.
        Various issues fixed to do with architecture specific long type.
        Various Doxygen improvements.
        D1/Tango support removed. D2/Phobos is now the supported D version
        and SWIG now generates code which works with recent D2 releases.
        New Javascript generator targeting Node.js binary stable ABI Node-API.
        Octave 8.1 support added.
        PHP7 support removed, PHP8 is now the supported PHP version.
        Python STL container wrappers now use the Python Iterator Protocol.
        Python stable ABI support added.
        Python 3.12 support added.
        Ruby 3.2 and 3.3 support.
        Scilab 2023.* support added.
        Various minor enhancements for C#, Go, Guile, Javascript, Lua, Ocaml,
        Perl, PHP, R, Racket, Ruby, Scilab and Tcl.
        A number of deprecated features have been removed.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2024-01-04 12:00:12 +01:00
Rani Hod
1e0d7fd2ef wifi_schedule: fix startup problems
Fixes: e0d7181a6
Closes: #22973
Closes: #22988

1. Make the new `startup()` function in `/usr/bin/wifi_schedule.sh`
   respect the global `enabled` config flag; in particular, make no
   changes to `/etc/config/wireless` when wifi_schedule is disabled.
2. Make the new `/etc/init.d/wifi_schedule` service script executable.

Signed-off-by: Rani Hod <rani.hod@gmail.com>
2024-01-03 08:47:39 -08:00
Moritz Warning
ed5e79644d dhtd: update to 1.0.1
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2024-01-03 17:34:10 +01:00
Carsten Schuette
4f31101fbf libsodium: Update to 1.0.19 and fix patches
Also add TAR_OPTIONS and TAR_CMD. Unfortunately, latest version of libsodium extracts to an additional libsodium-latest subfolder, which is unneccessary and removed by these options.

Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
2024-01-03 00:09:32 -08:00
Tianling Shen
37a77ffaf5
dnsproxy: Update to 0.61.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-01-03 15:16:06 +08:00
Tianling Shen
6316772b3d
v2ray-geodata: Update to latest versin
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-01-03 15:16:03 +08:00
Tianling Shen
ce684797e6
v2raya: Update to 2.2.4.6
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-01-03 15:15:11 +08:00
Nikos Mavrogiannopoulos
56bd0ad82a
Merge pull request #23047 from neheb/fu
openconnect: update to 9.12
2024-01-03 08:07:26 +01:00
W. Michael Petullo
60d784c635 libdaq: remove package
Replaced with libdaq3.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-03 06:49:42 +01:00
W. Michael Petullo
839f1313e7 snort: remove package
Replaced with snort3.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-03 06:49:42 +01:00
Andy Syam
c6c1dfc50b python-gevent: add python-gevent
https://pypi.org/project/gevent/

https://www.gevent.org/development/installing_from_source.html

source code

https://github.com/gevent/gevent
Signed-off-by: Andy Syam <privasisource@gmail.com>
2024-01-02 21:02:10 -08:00
Andy Syam
fb2bf1c737 numpy: update to version 1.26.2
https://github.com/numpy/numpy/releases

NumPy 1.26.2 Release Notes
NumPy 1.26.2 is a maintenance release that fixes bugs and regressions
discovered after the 1.26.1 release. The 1.26.release series is the last
planned minor release series before NumPy 2.0. The Python versions
supported by this release are 3.9-3.12.

Signed-off-by: Andy Syam <privasisource@gmail.com>
2024-01-02 19:34:05 -08:00
Rosen Penev
d7d7c5bbb3 hs20: fix compilation with libxml 2.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-01-02 18:56:07 -08:00
Andy Syam
f9c642c8c8 python-zeroconf: update version 0.131.0
Signed-off-by: Andy Syam <privasisource@gmail.com>
2024-01-02 18:55:52 -08:00
Rosen Penev
b685807ee9 libmad: update to 0.16.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-01-02 17:16:19 -08:00
Rosen Penev
02a5264214 openconnect: update to 9.12
Remove upstream backport and fix libxml 1.12 compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-01-02 16:31:21 -08:00
Andy Syam
f8bfe730df python-msgpack: update version 1.0.7
Signed-off-by: Andy Syam <privasisource@gmail.com>
2024-01-02 16:30:21 -08:00
Misha Bragin
86bdfc7fb6 netbird: update to version 0.25.2
Signed-off-by: Misha Bragin <bangvalo@gmail.com>
2024-01-02 15:40:15 -08:00
Eric Fahlgren
e05835deac snort3: add missing action-override option
Allow use of rules as-defined, and don't override their actions.  This
is generally the best way to use the ruleset, and overriding their
actions should only be undertaken when you fully understand how it
affects their use.

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-01-02 15:29:50 -08:00
John Audia
224a3816d8 snort3: compile with lzma support
This PR adds the ability of snort to process rules that target
swf and pdf files requiring lzma decompression to look for
malicious payloads therein.  This change only increases the size
of the snort3 executable by a fraction of a KB and the added
dependency of liblzma (based on currently offered 5.4.4-1) is
only a 169 KB shared object.  Based on CPU requirements of snort,
x86 users likely represent the majority user-base and space their
rootfs is not an issue as it may be for lower-powered SoCs.

Size of snort3-3.1.76.0-2: 7354403 bytes
Size of snort3-3.1.76.0-3: 7354435 bytes

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

Signed-off-by: John Audia <therealgraysky@proton.me>
2024-01-02 15:29:11 -08:00
Erik Conijn
7735cdfe60 Openvpn: add missing script event options
Maintainer: @mkrkn  @neheb
Compile tested: aarch64, cortex-a53, OpenWRT Master
Run tested: Dynalink DL-WRX36

Description:
[A previous commit](f8a8b71e26) has added more script event options.
However it looked like that commit was not complete as it stops the use of the script events route-up, route-pre-down, and ipchange when those are placed in the openvpn config file.

This PR fixes a regression that makes it problematic to specify certain event options in the OpenVPN configuration file.

Discussion in [this thread](https://forum.openwrt.org/t/openvpn-custom-route-up-script-in-23-05-rc2/167105/13) and [here](https://forum.openwrt.org/t/openvpn-route-up-and-route-pre-down-broken-in-23-05/176568)

Please have a look and consider implementing or make it possible to use all script event options in the openvpn config file in another way.

Pull request has been discussed and improved with the help of @AuthorReflex, see: https://github.com/openwrt/packages/pull/21732

Signed-off-by: Erik Conijn <egc112@msn.com>
2024-01-02 15:27:52 -08:00
Quintin Hill
fcb02c264b python3-bleak: add missing python3-typing-extensions dependency
Dependency introduced by 21094e67cf
and
3c1fac9773

(And only for python versions below 3.12.)

Fixes: 64fa106 (python3-bleak: bump version to 0.21.1)

Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
2024-01-02 15:26:49 -08:00
Xiang W
ed41a9d850 syncthing: fix wrong group name in syncthing.init
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>
2024-01-02 15:25:19 -08:00
Javier Marcet
f74b43709a python3-distro: update to version 1.9.0
- 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>
2024-01-02 15:24:44 -08:00
Javier Marcet
99520f9114 python-docker: Update to 7.0.0
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>
2024-01-02 15:22:50 -08:00
Andy Syam
4dbcaae41d pyproject-metadata: add pyproject-metadata
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>
2024-01-02 15:21:37 -08:00
Andy Syam
2cf4267238 python-cython: update to version 3.0.7
Signed-off-by: Andy Syam <privasisource@gmail.com>
2024-01-02 15:20:06 -08:00
Andy Syam
8b457dfc17 python-zope-event: add python-zope-event
https://pypi.org/project/zope.event/

source code

https://github.com/zopefoundation/zope.event
Signed-off-by: Andy Syam <privasisource@gmail.com>
2024-01-02 15:19:40 -08:00
Andy Syam
81a5b89c96 python-dbus-fast: update version 2.21.0
Signed-off-by: Andy Syam <privasisource@gmail.com>
2024-01-02 15:18:36 -08:00
Andy Syam
8fe6a950a0 python-sqlalchemy: update version 2.0.23
Signed-off-by: Andy Syam <privasisource@gmail.com>
2024-01-02 15:18:13 -08:00
Andy Syam
c2fa0d19f5 python-greenlet: update version 3.0.2
Signed-off-by: Andy Syam <privasisource@gmail.com>
2024-01-02 15:17:56 -08:00
Javier Marcet
84658c5ea8 python-websocket-client: update to 1.7.0
- 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>
2024-01-02 15:16:38 -08:00
Ben Klang
7391ca3d49 shairport-sync: Upgrade to v4.3.2 and add AirPlay2 support
Signed-off-by: Ben Klang <bklang@wirehack.net>
2024-01-02 15:15:00 -08:00
Ben Klang
d8dbf36810 nqptp: Add new port nqptp for use with shairport-sync
Signed-off-by: Ben Klang <bklang@wirehack.net>
2024-01-02 15:15:00 -08:00
W. Michael Petullo
0b95fe757f setools: update to 4.4.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-02 15:14:13 -08:00
W. Michael Petullo
2931aa1a07 semodule-utils: update to 3.6
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-02 15:14:00 -08:00