Commit Graph

30924 Commits

Author SHA1 Message Date
W. Michael Petullo c5360d4751 libsoup3: update to 3.4.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-02 14:51:35 -08:00
W. Michael Petullo 88edd34b45 libsoup: remove package
Remove libsoup package, as all of the packages that have depended on it
moved to libsoup3.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-02 14:51:08 -08:00
W. Michael Petullo 4381c53de1 gst1-plugins-good: use libsoup3 instead of libsoup
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-02 14:50:34 -08:00
Nick Hainke 4173327904 snowflake: update to 2.8.1
Changelog:
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/blob/v2.8.1/ChangeLog

Signed-off-by: Nick Hainke <vincent@systemli.org>
2024-01-02 22:35:19 +01:00
Michael Heimpold 246f361b06
Merge pull request #23032 from flyn-org/php8-pecl-mcrypt
php8-pecl-mcrypt: update to 1.0.7
2024-01-02 21:08:10 +01:00
W. Michael Petullo 0e0363fc78 php8-pecl-mcrypt: update to 1.0.7
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-01-01 17:44:03 -06:00
Tianling Shen c2904e1151
Merge pull request #23009 from muink/master
sing-box: Update to 1.7.7
2024-01-01 11:08:32 +08:00
Tianling Shen 546e6eba4f rust: Update to 1.75.0
Changelog: https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html

Refreshed patches.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-01-01 11:04:28 +08:00
Tianling Shen 9f01010958 rust: unexport host sccache env variable
Users might configure their own env variables on the host, and sometimes
it can lead build failure or unexpected behavior.

Fixes: #22889

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-01-01 11:04:28 +08:00
Gerard Ryan dc39565a56 docker: Update to 24.0.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-01-01 10:42:00 +08:00
Gerard Ryan 394767bb33 dockerd: Update to 24.0.7
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-01-01 10:42:00 +08:00
Gerard Ryan 55f838abb0 runc: Update to 1.1.9
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-01-01 10:42:00 +08:00
Gerard Ryan 85cdb88f95 containerd: Update to 1.7.6
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2024-01-01 10:42:00 +08:00
Michael Heimpold 8caea40cfb
Merge pull request #23007 from mhei/php8-update-to-8.3.1
php8: update to 8.3.1
2023-12-30 19:42:41 +01:00
Anya Lin 2cf219c837
sing-box: Update to 1.7.7
Signed-off-by: Anya Lin <hukk1996@gmail.com>
2023-12-30 22:44:52 +08:00
Remi Gacogne 738937a9c6 dnsdist: Enable custom load-balancing policies in the light version
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
2023-12-28 19:37:22 -08:00
Yegor Yefremov 7726e081cd libs/xmlrpc-c: install pkgconf files
Copy *.pc files into the staging directory.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2023-12-28 13:39:32 -08:00
Dirk Brenken 8c8a335eaf
banip: update 0.9.3-3
* more init fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2023-12-28 21:13:16 +01:00
Alexandru Ardelean 0198bd242c
Merge pull request #22917 from commodo/django1
django: bump to version 5.0
2023-12-28 19:55:10 +02:00
Dirk Brenken 5af101564a
banip: update 0.9.3-2
* rework the device/interface auto-detection (only layer-3 network devices will be detetcted correctly), disable the auto-detection e.g. for special tunnel interfaces
* supports now full gawk (preferred, if installed) and busybox awk
* raise the default boot timeout to 20 seconds (if 'ban_triggerdelay' is not set)
* various small fixes and improvements
* readme update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2023-12-28 17:57:04 +01:00
Vladimir Ulrich 69953f9fd3 zoneinfo: Updated to the latest (2023d) release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2023-12-28 10:08:49 +01:00
Shi JiaYang e80ccbeacf rtty: update to 8.1.0
Signed-off-by: Shi JiaYang <shi05275@163.com>
2023-12-28 10:05:33 +01:00
Sergey Ponomarev 9130a94425 sshtunnel: update to v5.2
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-12-27 17:31:33 +00:00
Sergey Ponomarev 28e8daf726 sshtunnel: simplify command composition
Remove append_params and use shell expressions instead e.g. ${port:+-p $port}.

Note that we can't do that with ProxyCommand because it has to be quoted.

The order of options was changed from more important like hostname to just static -nN.

The CompressionLevel option is removed from SSH2.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-12-27 17:31:33 +00:00
Sergey Ponomarev d1d1bd60c9 sshtunnel: ProxyCommand option
The ProxyCommand may have spaces so it must be quoted.
So we must use the procd_append_param.
Currently the option is not supported by Dropbear.
But it has -J instead which in OpenSSH means ProxyJump.
So we can't use it to avoid conflict.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-12-27 17:31:33 +00:00
Alexandru Ardelean 7833ff1c8a django: bump to version 5.0
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-12-27 19:25:16 +02:00
Michael Heimpold b0a8ddf196 php8: update to 8.3.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-12-27 13:42:08 +01:00
Tianling Shen f54c3e326d exfatprogs: Update to 1.2.2
exfatprogs 1.2.2 - released 2023-10-26
======================================

CHANGES :
 * exfat2img: Allow dumps for read-only devices.
 * fsck.exfat: Revert Repairing zero size directory.

NEW FEATURES :
 * fsck.exfat: Repair duplicated filename.
 * mkfs.exfat: Add the option "q" to print only error messages.
 * mkfs.exfat: Add the option "U" to set volume GUID.
 * tune.exfat: Add the option "U" / "-u" to set or print volume GUID.

BUG FIXES:
 * fsck.exfat: Fix some out-of-bounds memory accesses.
 * fsck.exfat: Change not to delete volume GUID directory entry.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-12-26 15:52:37 -08:00
Stan Grishin 60a68323bd nebula: update to 1.8.1
* https://github.com/slackhq/nebula/releases/tag/v1.8.1

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-12-26 11:05:34 +01:00
Jianhui Zhao c0fce324a5 lua-eco: update to 3.2.0
Some code refactoring has been done since 3.2.0 that
bufio.lua no longer exists, libeco.so and bufio.so have been added.

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2023-12-26 11:09:15 +08:00
Shi JiaYang a2b72f13ff tailscale: Update to 1.56.1
Signed-off-by: Shi JiaYang <shi05275@163.com>
2023-12-25 12:40:48 -08:00
Philip Prindeville 5e87484968
Merge pull request #22898 from lowjoel/strongswan-fix-no-instances
strongswan: trigger reload when interfaces are specified
2023-12-24 14:04:25 -07:00
Carlos Miguel Ferreira 1c15ce4d22 boost: Updates package to version 1.84.0
This commit updates boost to version 1.84.0

New available libraries:
* *Cobalt:* Basic algorithms and types for C++20 coroutines, from
Klemens Morgenstern. [2]
* *Redis:* Redis async client library built on top of Boost.Asio, from
Marcelo Zimbres Silva. [3]

More info about Boost 1.84.0 can be found at the usual place [1].

[1]: https://www.boost.org/users/history/version_1_84_0.html
[2]: https://www.boost.org/libs/cobalt/
[3]: https://www.boost.org/libs/redis/

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2023-12-24 10:34:49 -08:00
John Audia 5cdf7d5883 snort3: update to 3.1.77.0
Changelog: https://github.com/snort3/snort3/releases/tag/3.1.77.0

   ,,_     -*> Snort++ <*-
  o"  )~   Version 3.1.77.0
   ''''    By Martin Roesch & The Snort Team
           http://snort.org/contact#team
           Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved.
           Copyright (C) 1998-2013 Sourcefire, Inc., et al.
           Using DAQ version 3.0.13
           Using LuaJIT version 2.1.0-beta3
           Using OpenSSL 3.0.12 24 Oct 2023
           Using libpcap version 1.10.4 (with TPACKET_V3)
           Using PCRE version 8.45 2021-06-15
           Using ZLIB version 1.3
           Using Hyperscan version 5.4.2 2023-12-20

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

Signed-off-by: John Audia <therealgraysky@proton.me>
2023-12-23 15:06:44 +02:00
Daniel Golle dbae7f9493 gnunet: update to version 0.20.0
v0.20.0:
  - GNUNET_TESTING_get_testname_from_underscore renamed to GNUNET_STRINGS_get_suffix_from_binary_name and moved from libgnunettesting to libgnuneutil
  - Move GNUNET_s into libgnunetutil.
  - re-introduce compiler annotation for array size in signature
  - function-signature adjustment due to compiler error
  - GNUNET_PQ_get_oid removed, GNUNET_PQ_get_oid_by_name improved
  - Added GNUNET_PQ_get_oid_by_name
  - added GNUNET_PQ_get_oid()
  - Added new CCA-secure KEM and use in IDENTITY encryption
  - Add KEM API to avoid ephemeral private key management
  - Add new GNUNET_PQ_event_do_poll() API to gnunet_pq_lib.h
  - Added API to support arrays in query results
  - Improve PQ API documentation.
  - API for array types extended for times
  - API extended for array query types
  - relevant array-types in queries (not results) in postgresql added
  - just style fixes, int to enum
  - initial steps towards support of array-types in posgresql
  - adds GNUNET_JSON_spec_object_const() and GNUNET_JSON_spec_array_const()

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-22 13:10:00 +00:00
Fabrice Fontaine cb9b994a53 libassuan: Fix license
libassuan license is wrong since the addition of the package in commit
https://git.openwrt.org/?p=feed/packages.git;a=commit;h=e24e8fa98c813911419271d64433deb2b453fa02

Indeed, libassuan has been licensed under LGPL-2.1+ since version 1.0.3
back in 2007 [1]:

Noteworthy changes in version 1.0.3 (2007-08-24)
------------------------------------------------

 * Changed the license of the library code back to LGPLv2.1 to support
   a bunch of GPLv2(only) software which does not allow the use of
   LGPLv3.  Note that this is only a temporary change and authors of
   GPLv2(only) software are asked to switch to GPLv3 or to add an
   exception which allow the use of LPGLv3 software.

[1]: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libassuan.git;a=blob;f=NEWS;h=3a86eca4175fbcb12bb00722c2047062df67a46d;hb=HEAD

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2023-12-22 13:09:18 +00:00
Florian Eckert 8ab4147773
Merge pull request #22941 from TDT-AG/pr/20231220-openvpn
openvpn: start openvpn connection located under '/etc/openvpn' not only on system start
2023-12-22 13:54:26 +01:00
Michael Heimpold 357fa2930c mariadb: minor whitespace and typo fixes
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-12-22 14:09:27 +02:00
Tianling Shen a66fd0f835 alist: add new package
AList is a file list/WebDAV program that supports multiple storages,
powered by Gin and Solidjs.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-12-22 10:41:08 +08:00
Alan Luck 25ded48f9f wsdd2: update to 2023-12-21
Signed-off-by: Alan Luck <luckyhome2008@gmail.com>
2023-12-21 18:06:26 -08:00
Peter van Dijk 7f8b2a8a2d pdns: update to 4.8.4
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2023-12-21 22:12:58 +01:00
Peter van Dijk b6b9519975 dnsdist: update to 1.8.3
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2023-12-21 22:12:47 +01:00
Alexandru Ardelean f9af73dcd7
Merge pull request #22914 from commodo/sudo
sudo: bump to verison 1.9.15p4
2023-12-21 09:24:02 +02:00
Alexandru Ardelean a738f71b6a
Merge pull request #22916 from commodo/openblas
openblas: bump to version 0.3.25
2023-12-21 09:23:48 +02:00
Robert Marko 56f3cab124 mdio-tools: update to 1.3.1
Update the mdio-netlink kmod and userspace mdio-tools to version 1.3.1.

[v1.3.1] - 2023-12-02
---------------------

Fixes mvls to work with kernels 6.2 and onwards.

- mdio: Multiple registers can now be dumped at once, via the generic
  dump operation.

- mvls: Relax the driver matching to accept the strings used in
  kernels 6.2 and newer.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2023-12-21 11:11:27 +08:00
Florian Eckert 72088b34a8 openvpn: bump PKG_RELEASE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-12-20 15:07:37 +01:00
Florian Eckert 053e588162 openvpn: Added option to not start the native OpenVPN configurations on boot
OpenVPN configurations that have a uci entry, the enable/enabled option can
be used to control whether the OpenVPN connection should be started at
system startup or not.

OpenVPN configurations that are located under '/etc/openvpn/' are always
started at system boot. To ensure that these connections can also be
started later, they must 'not' be started automatically during system boot.
This can be prevented with the following entry in the OpenVPN configuration.

config globals 'globals'
	option autostart '0'

These OpenVPN configurations can then be started later with the command.
'/etc/init.d/openvpn start <name>'

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-12-20 15:01:46 +01:00
Florian Eckert 9a27865acb openvpn: add possibility to start openvpn_path_instance on request
This commit adds the possibility that an OpenVPN instance located under
'/etc/openvpn' can also be started with the command.
'/etc/init.d/openvpn start <name>'

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-12-20 15:01:39 +01:00
Florian Eckert 0b633a0886 openvpn: add start_path_instance function
This commit moves the part for starting an instance to a sub function.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-12-20 15:01:29 +01:00
Florian Eckert b2269ecbf7 openvpn: move path instances call to sub function
Move the start of the OpenVPN configurations in '/etc/openvpn' in a function.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-12-20 15:01:24 +01:00