feed/packages.git
23 months agoswig: bump to 4.1.1
Hirokazu MORIKAWA [Tue, 6 Dec 2022 06:05:07 +0000 (15:05 +0900)]
swig: bump to 4.1.1

update summary
* Add Javascript Node v12-v18 support, remove support prior to v6.
* Octave 6.0 to 6.4 support added.
* Add PHP 8 support.
* PHP wrapping is now done entirely via PHP's C API - no more .php wrapper.
* Perl 5.8.0 is now the oldest version SWIG supports.
* Python 3.3 is now the oldest Python 3 version SWIG supports.
* Python 3.9-3.11 support added.
* Various memory leak fixes in Python generated code.
* Scilab 5.5-6.1 support improved.
* Many improvements for each and every target language.
* Various preprocessor expression handling improvements.
* Improved C99, C++11, C++14, C++17 support. Start adding C++20 standard.
* Make SWIG much more move semantics friendly.
* Add C++ std::unique_ptr support.
* Few minor C++ template handling improvements.
* Various C++ using declaration fixes.
* Few fixes for handling Doxygen comments.
* GitHub Actions is now used instead of Travis CI for continuous integration.
* Add building SWIG using CMake as a secondary build system.
* Update optional SWIG build dependency for regex support from PCRE to PCRE2.
* Couple of stability fixes.
* Stability fix in ccache-swig when calculating hashes of inputs.
* Some template handling improvements.
* R - minor fixes plus deprecation for rtypecheck typemaps being optional.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
23 months agogithub-ci: error on any shell errors
Alois Klink [Wed, 23 Nov 2022 18:37:01 +0000 (18:37 +0000)]
github-ci: error on any shell errors

Enable `errexit` and `nounset` [POSIX shell options][1]
in `.github/workflows/entrypoint.sh` so that the script fails
if any command within the script fails.

[1]: https://pubs.opengroup.org/onlinepubs/9699919799//utilities/V3_chap02.html#set

Reported-by: Marius Dinu <m95d+git@psihoexpert.ro>
Fixes: https://github.com/openwrt/packages/issues/19953
Signed-off-by: Alois Klink <alois@aloisklink.com>
23 months agoprivoxy: fix preinst/postinst script indentation
Alois Klink [Wed, 23 Nov 2022 23:32:14 +0000 (23:32 +0000)]
privoxy: fix preinst/postinst script indentation

Fix the indentation of the preinst/postinst scripts for the privoxy
package.

Because these scripts didn't start with `#!/bin/sh`
(they instead started with the TAB character), `/bin/sh` was not used
to start them.

On x86_64 and i386_pentium-mmx, this seems to be fine, but on
arm_cortex-a15_neon-vfpv4 and aarch64_cortex-a53, running these
scripts fails with a:

```
Installing privoxy (3.0.33-3) to root...
Collected errors:
 * pkg_run_script: package "privoxy" preinst script returned status 1.
 * preinst_configure: Aborting installation of privoxy.
 * opkg_install_cmd: Cannot install package privoxy.
```

Reported-by: Marius Dinu <m95d+git@psihoexpert.ro>
Signed-off-by: Alois Klink <alois@aloisklink.com>
23 months agoMerge pull request #20032 from peter-stadler/django
Alexandru Ardelean [Thu, 8 Dec 2022 09:27:05 +0000 (11:27 +0200)]
Merge pull request #20032 from peter-stadler/django

django: bump version 4.1.3

23 months agodjango: bump version 4.1.3 20032/head
Peter Stadler [Fri, 2 Dec 2022 21:26:34 +0000 (22:26 +0100)]
django: bump version 4.1.3

fix CVE-2022-41323

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
23 months agoMerge pull request #19933 from stintel/vallumd
Stijn Tintel [Wed, 7 Dec 2022 22:02:18 +0000 (00:02 +0200)]
Merge pull request #19933 from stintel/vallumd

vallumd: updates

23 months agosnort3: unified configs: local.lua and homenet.lua
John Audia [Tue, 29 Nov 2022 10:50:45 +0000 (05:50 -0500)]
snort3: unified configs: local.lua and homenet.lua

This commit adds /etc/snort/local.lua and /etc/snort/homenet.lua for user
defined config options which is more simplistic than modifying upstream
files directly. That can be tedious and decisive to maintain in sync with
upstream changes.  The init script has been adjusted accordingly.

Acknowledgment to amish who maintains the Arch Linux snort-nfqueue package[1]
for these ideas and initial code.

Another modification is dropping the following args in the call to
/usr/bin/snort by the init system as these options are provided in
/etc/snort/local.lua:

 * --daq-dir /usr/lib/daq/
 * -A "$alert_module"

Instructions to configure snort3:
1. Edit /etc/snort/homenet.lua and redefine HOME_NET and EXTERNAL_NET, for example:

   HOME_NET = [[ 10.9.8.0/24 192.168.1.0/24 ]]
   EXTERNAL_NET = "!$HOME_NET"

2. Edit /etc/snort/local.lua to setup options unique to your use case of snort.
   The default ones I included should be sane for the role of IDS (alert only),
   but users may easily uncomment some options therein to use IPS (drop) mode.

3. Install or symlink rules to /etc/snort/rules/snort.rules and optionally
   edit /etc/snort/local.lua to define extra rules files if not using a unified
   'snort.rules'

References:
1. https://aur.archlinux.org/packages/snort-nfqueue

Signed-off-by: John Audia <therealgraysky@proton.me>
23 months agoMerge pull request #20036 from ysc3839/natmap-fix
Tianling Shen [Wed, 7 Dec 2022 14:28:29 +0000 (22:28 +0800)]
Merge pull request #20036 from ysc3839/natmap-fix

natmap: merge "ipv4" and "ipv6" options into single "family" option

23 months agobpfcountd: remove incomplete/broken namespace feature
Linus Lüssing [Mon, 5 Dec 2022 15:03:02 +0000 (16:03 +0100)]
bpfcountd: remove incomplete/broken namespace feature

The original idea of the extra namespace variable was to set up
bpfcountd from other daemons etc. independent of what a user configured
in /etc/config/bpfcountd for instance. Like:

 $ UCI_CONFIG_DIR=/var/run/bpfcountd/gluon-config \
   /etc/init.d/bpfcountd start "" gluon

However there are still issues with this approach:

1) Instance specific stop calls like:

 $ /etc/init.d/bpfcountd stop <instance-name> <namespace>"

will not  stop the according namespaced instance, as the stop() in
/etc/rc.common will call procd_kill() without the namespace prefix.
And we can't overwrite that behaviour. And asking a user to use
"... start <in> <ns>" and "... stop <ns>.<in>" is confusing.
(and currently "... stop <ns>.<in>" would not remove the correct
unix socket).

2) A stop call without an instance/config name would always stop all
instances. So the namespace variable would be ignored.
While start without an instance "works", but:

3) It would stop any process that is not in the currently selected
UCI_CONFIG_DIR.

As all this is not easily fixable without changing OpenWrt internals,
just remove the whole namespace idea for now.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
23 months agonatmap: merge "ipv4" and "ipv6" options into single "family" option 20036/head
Richard Yu [Wed, 7 Dec 2022 07:18:09 +0000 (15:18 +0800)]
natmap: merge "ipv4" and "ipv6" options into single "family" option

Signed-off-by: Richard Yu <yurichard3839@gmail.com>
23 months agodnsproxy: Update to 0.46.4
Tianling Shen [Tue, 6 Dec 2022 22:58:42 +0000 (06:58 +0800)]
dnsproxy: Update to 0.46.4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
23 months agocloudflared: Update to 2022.11.1
Tianling Shen [Tue, 6 Dec 2022 22:58:35 +0000 (06:58 +0800)]
cloudflared: Update to 2022.11.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
23 months agoMerge pull request #19613 from wormi4ok/tailscale-version-bump
Josef Schlehofer [Mon, 5 Dec 2022 22:08:33 +0000 (23:08 +0100)]
Merge pull request #19613 from wormi4ok/tailscale-version-bump

tailscale: update to v1.32.0

23 months agosnort3: update to 3.1.48.0-1
John Audia [Thu, 1 Dec 2022 15:07:00 +0000 (10:07 -0500)]
snort3: update to 3.1.48.0-1

Had to add a patch to allow builds of targets containing '+' in their dir name

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <therealgraysky@proton.me>
23 months agoMerge pull request #19998 from ysc3839/natmap
Tianling Shen [Mon, 5 Dec 2022 16:28:53 +0000 (00:28 +0800)]
Merge pull request #19998 from ysc3839/natmap

natmap: add new package

23 months agonatmap: add new package 19998/head
Richard Yu [Mon, 5 Dec 2022 08:03:51 +0000 (16:03 +0800)]
natmap: add new package

NATMap is a program for opening port behind full cone NAT (NAT-1),
without the need for using UPnP or another port forward settings.

More details can be found at original repo: https://github.com/heiher/natmap

Signed-off-by: Richard Yu <yurichard3839@gmail.com>
23 months agosnowflake: update to version 2.4.1
Daniel Golle [Mon, 5 Dec 2022 01:18:43 +0000 (01:18 +0000)]
snowflake: update to version 2.4.1

Changes in version v2.4.1 - 2022-12-01
 - Issue 40224: Bug fix in utls roundtripper

Changes in version v2.4.0 - 2022-11-29
 - Fix proxy command line help output
 - Issue 40123: Reduce multicast DNS candidates
 - Add ICE ephemeral ports range setting
 - Reformat using Go 1.19
 - Update CI tests to include latest and minimum Go versions
 - Issue 40184: Use fixed unit for bandwidth logging
 - Update gorilla/websocket to v1.5.0
 - Issue 40175: Server performance improvements
 - Issue 40183: Change snowflake proxy log verbosity
 - Issue 40117: Display proxy NAT type in logs
 - Issue 40198: Add a `orport-srcaddr` server transport option
 - Add gofmt output to CI test
 - Issue 40185:  Change bandwidth type from int to int64 to prevent overflow
 - Add version output support to snowflake
 - Issue 40229: Change regexes for ipv6 addresses to catch url-encoded addresses
 - Issue 40220: Close stale connections in standalone proxy

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
23 months agoMerge pull request #19763 from stangri/master-pbr
Stan Grishin [Sun, 4 Dec 2022 17:50:59 +0000 (10:50 -0700)]
Merge pull request #19763 from stangri/master-pbr

pbr: initial commit

23 months agodocker-compose: Update to version 2.14.0
Javier Marcet [Fri, 2 Dec 2022 20:43:36 +0000 (21:43 +0100)]
docker-compose: Update to version 2.14.0

Signed-off-by: Javier Marcet <javier@marcet.info>
23 months agoxz: update to 5.2.9
Hannu Nyman [Sun, 4 Dec 2022 09:32:37 +0000 (11:32 +0200)]
xz: update to 5.2.9

Update xz to version 5.2.9.

Switch back to .bz2 sources, as we already download .bz2 for tools/
No sense to re-download sources as a .xz file.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
23 months agotvheadend: Fix github warning about AUTORELEASE
Marius Dinu [Wed, 30 Nov 2022 09:45:13 +0000 (11:45 +0200)]
tvheadend: Fix github warning about AUTORELEASE

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
23 months agotvheadend: add conditions for -O3 and LTO optimizations
Marius Dinu [Wed, 30 Nov 2022 09:21:39 +0000 (11:21 +0200)]
tvheadend: add conditions for -O3 and LTO optimizations

Building for arc, mips and powerpc platforms fails if -O3 and LTO optimizations are enabled. This patch removes that option for everything other than arm and x86_64. These are known to work.
Fixes issue #19923.
Also fixes a typo in the description.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
23 months agotailscale: Update to version 1.32.3 19613/head
Stanislav Petrashov [Sat, 3 Dec 2022 18:49:08 +0000 (19:49 +0100)]
tailscale: Update to version 1.32.3

Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
23 months agotailscale: update to v1.32.0
Stanislav Petrashov [Sun, 16 Oct 2022 16:11:11 +0000 (18:11 +0200)]
tailscale: update to v1.32.0

Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
23 months agopbr: initial commit 19763/head
Stan Grishin [Mon, 31 Oct 2022 23:08:01 +0000 (23:08 +0000)]
pbr: initial commit

* The makefile produces the nft and iptables capable `pbr` package
  and the `pbr-iptables` package for legacy setups
* This replaces `vpnbypass` and `vpn-policy-routing` packages
* I'm soliciting feedback on this package and my intention is to
  update the version to 1.0.0 before this is merged, but I need the
  feedback on this and luci-app-pbr before then.

Signed-off-by: Stan Grishin <stangri@melmac.ca>
23 months agobpfcountd: add initial package
Linus Lüssing [Sun, 27 Nov 2022 09:55:37 +0000 (10:55 +0100)]
bpfcountd: add initial package

bpfcountd was created to obtain packet statistics in larger networks
without stressing the cpu resources. bpfcountd will count the amount
of packages and bytes over time (for each defined rule). The rules
are defined using the tcpdump filter syntax (bpf). The collected
data is provided on a unix socket in plaintext.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
23 months agoMerge pull request #19993 from stangri/master-simple-adblock
Stan Grishin [Fri, 2 Dec 2022 19:19:21 +0000 (12:19 -0700)]
Merge pull request #19993 from stangri/master-simple-adblock

simple-adblock: localizable error/warning messages

23 months agoci: only comment AUTORELEASE deprecation if exists
Paul Spooren [Thu, 1 Dec 2022 20:02:10 +0000 (21:02 +0100)]
ci: only comment AUTORELEASE deprecation if exists

If it doesn't exists, don't confuse the contributors.

Signed-off-by: Paul Spooren <mail@aparcar.org>
23 months agostubby: bump to latest 0.4.2
Rudy Andram [Thu, 1 Dec 2022 06:01:33 +0000 (06:01 +0000)]
stubby: bump to latest 0.4.2

Maintainer: @neheb (find it by checking history of the package Makefile)
Compile tested: aarch64/ipq8074
Run tested: aarch64/ipq8074

Description: stubby: bump to latest 0.4.2

Signed-off-by: Rudy Andram <rmandrad@gmail.com>
23 months agofrr: update to 8.4.1
Lucian Cristian [Fri, 2 Dec 2022 10:20:10 +0000 (10:20 +0000)]
frr: update to 8.4.1

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
23 months agonss: update to 3.85
Lucian Cristian [Fri, 2 Dec 2022 10:18:05 +0000 (10:18 +0000)]
nss: update to 3.85

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
23 months agolighttpd: add lighttpd-mod-rrdtool dep on rrdtool1
Glenn Strauss [Wed, 30 Nov 2022 05:21:49 +0000 (00:21 -0500)]
lighttpd: add lighttpd-mod-rrdtool dep on rrdtool1

add lighttpd-mod-rrdtool dependency on rrdtool1

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
23 months agolighttpd: lighttpd-1.4.67-4
Glenn Strauss [Wed, 30 Nov 2022 04:32:44 +0000 (23:32 -0500)]
lighttpd: lighttpd-1.4.67-4

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
23 months agolighttpd: lighttpd.conf vars, comments, guidance
Glenn Strauss [Wed, 30 Nov 2022 03:22:14 +0000 (22:22 -0500)]
lighttpd: lighttpd.conf vars, comments, guidance

lighttpd.conf variables, documentation comments, configuration guidance

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
23 months agolighttpd: print stderr trace if validation fails
Glenn Strauss [Sun, 27 Nov 2022 20:39:24 +0000 (15:39 -0500)]
lighttpd: print stderr trace if validation fails

lighttpd.init validate_conf(): print stderr trace if validation fails

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
23 months agomicrosocks: add low resource SOCKS5 TCP/IP only proxy server
Mateusz Korniak [Thu, 21 Jul 2022 12:38:06 +0000 (14:38 +0200)]
microsocks: add low resource SOCKS5 TCP/IP only proxy server

Initial version 1.0.3

Signed-off-by: Mateusz Korniak <matkorgithubcom@ant.gliwice.pl>
23 months agoMerge pull request #19992 from hnyman/wget
Hannu Nyman [Wed, 30 Nov 2022 15:35:08 +0000 (17:35 +0200)]
Merge pull request #19992 from hnyman/wget

wget: update to 1.21.3

23 months agosimple-adblock: localizable error/warning messages 19993/head
Stan Grishin [Tue, 29 Nov 2022 22:37:53 +0000 (22:37 +0000)]
simple-adblock: localizable error/warning messages

* store all error/warning messages with the error text id so that
  they can be made localizable for the luci app

Signed-off-by: Stan Grishin <stangri@melmac.ca>
23 months agoMerge pull request #19987 from stangri/master-simple-adblock
Stan Grishin [Tue, 29 Nov 2022 21:41:06 +0000 (14:41 -0700)]
Merge pull request #19987 from stangri/master-simple-adblock

simple-adblock: bugfix: detect dnsmasq ipset support

23 months agoMerge pull request #19985 from stangri/master-https-dns-proxy
Stan Grishin [Tue, 29 Nov 2022 21:40:53 +0000 (14:40 -0700)]
Merge pull request #19985 from stangri/master-https-dns-proxy

https-dns-proxy: improve performance on restart

23 months agowget: update to 1.21.3 19992/head
Hannu Nyman [Tue, 29 Nov 2022 18:03:26 +0000 (20:03 +0200)]
wget: update to 1.21.3

Update wget to 1.21.3

* Remove patch 100-fix-hsts-time.patch as upstream has issued
  its own version on the fixes

* Add a hack (and fixup autoreconf) to fix an upstream bug that
  forces the nettle library into nossl even if NTLM is disabled.
  Upstream bug filed: https://savannah.gnu.org/bugs/?63431

* Remove old maintainer who has not been active

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
23 months agoMerge pull request #19973 from julienmalik/borg
Hannu Nyman [Tue, 29 Nov 2022 14:57:10 +0000 (16:57 +0200)]
Merge pull request #19973 from julienmalik/borg

borgbackup: initial commit

23 months agosnort3: update to 3.1.47.0-1
John Audia [Mon, 28 Nov 2022 13:20:10 +0000 (08:20 -0500)]
snort3: update to 3.1.47.0-1

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <therealgraysky@proton.me>
23 months agoMerge pull request #19980 from mhei/php8-update-8.1.13
Michael Heimpold [Tue, 29 Nov 2022 06:39:36 +0000 (07:39 +0100)]
Merge pull request #19980 from mhei/php8-update-8.1.13

php8: update to 8.1.13

23 months agosimple-adblock: bugfix: detect dnsmasq ipset support 19987/head
Stan Grishin [Mon, 28 Nov 2022 04:37:42 +0000 (04:37 +0000)]
simple-adblock: bugfix: detect dnsmasq ipset support

* Fixes https://github.com/openwrt/packages/issues/19978, thank you
  @parona-source for the report/patch!

Signed-off-by: Stan Grishin <stangri@melmac.ca>
23 months agohttps-dns-proxy: improve performance on restart 19985/head
Stan Grishin [Mon, 28 Nov 2022 21:12:07 +0000 (21:12 +0000)]
https-dns-proxy: improve performance on restart

* instead of doing stop/start which involves restarting dnsmasq twice,
  kill the existing service instances on restart instead

Signed-off-by: Stan Grishin <stangri@melmac.ca>
23 months agov2raya: backports upstream fixes and add 3 new options
Tianling Shen [Mon, 28 Nov 2022 18:32:01 +0000 (02:32 +0800)]
v2raya: backports upstream fixes and add 3 new options

It may take a long time waiting for a new tag, so backport these
important bug fixes for now.

While at it, added 3 new options provided by upstream, and deprecated
the usage of `$(AUTORELEASE)`.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
23 months agov2ray-geodata: Update to latest version
Tianling Shen [Mon, 28 Nov 2022 16:22:24 +0000 (00:22 +0800)]
v2ray-geodata: Update to latest version

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
23 months agoxray-core: Update to 1.6.5
Tianling Shen [Mon, 28 Nov 2022 16:19:15 +0000 (00:19 +0800)]
xray-core: Update to 1.6.5

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
23 months agoyq: Update to 4.30.5
Tianling Shen [Mon, 28 Nov 2022 16:18:21 +0000 (00:18 +0800)]
yq: Update to 4.30.5

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
23 months agoMerge pull request #19936 from hgl/acme
Toke Høiland-Jørgensen [Mon, 28 Nov 2022 15:51:50 +0000 (16:51 +0100)]
Merge pull request #19936 from hgl/acme

haproxy: use .crt as extension for certificates

23 months agohaproxy: use .crt as extension for certificates 19936/head
Glen Huang [Sat, 19 Nov 2022 02:22:46 +0000 (10:22 +0800)]
haproxy: use .crt as extension for certificates

Signed-off-by: Glen Huang <i@glenhuang.com>
2 years agosamba4: support both user map and valid users on same time
Liangbin Lian [Thu, 24 Nov 2022 10:05:50 +0000 (18:05 +0800)]
samba4: support both user map and valid users on same time

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2 years agophp8: update to 8.1.13 19980/head
Michael Heimpold [Mon, 28 Nov 2022 06:43:50 +0000 (07:43 +0100)]
php8: update to 8.1.13

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2 years agoMerge pull request #19938 from hgl/acme2
Toke Høiland-Jørgensen [Sun, 27 Nov 2022 19:23:51 +0000 (20:23 +0100)]
Merge pull request #19938 from hgl/acme2

acme: ensure symlinks for renewed certificates

2 years agoacme: ensure symlinks for renewed certificates 19938/head
Glen Huang [Sat, 19 Nov 2022 17:26:44 +0000 (01:26 +0800)]
acme: ensure symlinks for renewed certificates

Signed-off-by: Glen Huang <i@glenhuang.com>
2 years agoCI: deprecate $(AUTORELEASE) via comments 19919/head
Paul Spooren [Wed, 16 Nov 2022 18:06:20 +0000 (19:06 +0100)]
CI: deprecate $(AUTORELEASE) via comments

Autorelease causes some issues like heavy bandwidth usage as well as
non-deterministic package releases whenever someone doesn't use the full
git log.

With this comment all modified packages are checked and if they use
the autorelease feature, kindly comment to the user to change that.

Signed-off-by: Paul Spooren <paul.spooren@rhebo.com>
[ move check to separate workflow to handle ci limitation ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2 years agolibrespeed-go: add new package
Tianling Shen [Tue, 22 Nov 2022 08:57:37 +0000 (16:57 +0800)]
librespeed-go: add new package

Go backend for LibreSpeed.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoborgbackup: add package for 1.2.2 19973/head
Julien Malik [Sat, 26 Nov 2022 14:24:05 +0000 (15:24 +0100)]
borgbackup: add package for 1.2.2

Signed-off-by: Julien Malik <julien.malik@paraiso.me>
2 years agopython-pyfuse3: add package for 3.2.2
Julien Malik [Sat, 26 Nov 2022 14:24:05 +0000 (15:24 +0100)]
python-pyfuse3: add package for 3.2.2

Signed-off-by: Julien Malik <julien.malik@paraiso.me>
2 years agopython-trio: add package for 0.22.0
Julien Malik [Sat, 26 Nov 2022 14:24:05 +0000 (15:24 +0100)]
python-trio: add package for 0.22.0

Signed-off-by: Julien Malik <julien.malik@paraiso.me>
2 years agopython-sniffio: add package for 1.3.0
Julien Malik [Sat, 26 Nov 2022 14:24:04 +0000 (15:24 +0100)]
python-sniffio: add package for 1.3.0

Signed-off-by: Julien Malik <julien.malik@paraiso.me>
2 years agopython-outcome: add package for 1.2.0
Julien Malik [Sat, 26 Nov 2022 14:24:04 +0000 (15:24 +0100)]
python-outcome: add package for 1.2.0

Signed-off-by: Julien Malik <julien.malik@paraiso.me>
2 years agopython-async-generator: add package for 1.10
Julien Malik [Sat, 26 Nov 2022 14:24:04 +0000 (15:24 +0100)]
python-async-generator: add package for 1.10

Signed-off-by: Julien Malik <julien.malik@paraiso.me>
2 years agopython-exceptiongroup: add package for 1.0.4
Julien Malik [Sat, 26 Nov 2022 14:24:04 +0000 (15:24 +0100)]
python-exceptiongroup: add package for 1.0.4

Signed-off-by: Julien Malik <julien.malik@paraiso.me>
2 years agopython-sortedcontainers: add package for 2.4.0
Julien Malik [Sat, 26 Nov 2022 14:24:03 +0000 (15:24 +0100)]
python-sortedcontainers: add package for 2.4.0

Signed-off-by: Julien Malik <julien.malik@paraiso.me>
2 years agoxxhash: add package for 0.8.1
Julien Malik [Sat, 26 Nov 2022 14:24:03 +0000 (15:24 +0100)]
xxhash: add package for 0.8.1

Signed-off-by: Julien Malik <julien.malik@paraiso.me>
2 years agoprivoxy: fix postinst missing $
Josh Powers [Mon, 21 Nov 2022 17:32:37 +0000 (10:32 -0700)]
privoxy: fix postinst missing $

fixes: #19949

Signed-off-by: Josh Powers <powersj@fastmail.com>
2 years agopdns-recursor: update to 4.7.4
Peter van Dijk [Fri, 25 Nov 2022 13:19:24 +0000 (14:19 +0100)]
pdns-recursor: update to 4.7.4

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2 years agognupg: compile with -fcommon
Tjeu Kayim [Thu, 24 Nov 2022 11:08:30 +0000 (12:08 +0100)]
gnupg: compile with -fcommon

This fixes a segfault because gnupg/g10/options.h struct opt
is otherwise not shared between the different compilation units,
resulting in opt.homedir being NULL when passed to make_filename.

$ gpg1 -i

gpg: signal 11 caught ... exiting
Segmentation fault

(gdb) bt
    #0  0x00007f17bb2185e2 in strlen (s=s@entry=0x0) at src/string/strlen.c:17
    #1  0x0000000000460ea0 in make_filename (first_part=first_part@entry=0x0) at gnupg-1.4.23/util/fileutil.c:174
    #2  0x000000000040ee42 in keydb_add_resource (url=url@entry=0x46bfe3 "secring.gpg", flags=flags@entry=4, secret=secret@entry=1)
        at gnupg-1.4.23/g10/keydb.c:238
    #3  0x00000000004062ee in main (argc=<optimized out>, argv=<optimized out>) at gnupg-1.4.23/g10/gpg.c:3323

Signed-off-by: Tjeu Kayim <15987676+TjeuKayim@users.noreply.github.com>
2 years agoMerge pull request #19652 from wormi4ok/lang-golang-update-1-19-2
Tianling Shen [Thu, 24 Nov 2022 15:40:14 +0000 (23:40 +0800)]
Merge pull request #19652 from wormi4ok/lang-golang-update-1-19-2

golang: update to v1.19.2

2 years agogphoto2: update to 2.5.28
Rosen Penev [Wed, 16 Nov 2022 01:19:51 +0000 (17:19 -0800)]
gphoto2: update to 2.5.28

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agolibgphoto2: update to 2.5.30
Rosen Penev [Wed, 16 Nov 2022 01:11:39 +0000 (17:11 -0800)]
libgphoto2: update to 2.5.30

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agogolang: update to v1.19.3 19652/head
Stanislav Petrashov [Wed, 23 Nov 2022 21:06:14 +0000 (22:06 +0100)]
golang: update to v1.19.3

Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
2 years agoMerge pull request #19948 from tvogel/ices-2.0.3
Ted Hess [Wed, 23 Nov 2022 16:45:26 +0000 (11:45 -0500)]
Merge pull request #19948 from tvogel/ices-2.0.3

ices: Update to 2.0.3

2 years agoMerge pull request #19956 from stangri/master-https-dns-proxy
Stan Grishin [Tue, 22 Nov 2022 21:18:55 +0000 (14:18 -0700)]
Merge pull request #19956 from stangri/master-https-dns-proxy

https-dns-proxy: update Makefile package descrition

2 years agoknot: update to version 3.2.3
Jan Hák [Tue, 22 Nov 2022 10:25:02 +0000 (11:25 +0100)]
knot: update to version 3.2.3

Signed-off-by: Jan Hák <jan.hak@nic.cz>
2 years agoliburing: Update to v2.3
Christian Lachner [Tue, 22 Nov 2022 07:14:45 +0000 (08:14 +0100)]
liburing: Update to v2.3

- Updated download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2 years agotvheadend: update to git master 2022-11-20
Marius Dinu [Mon, 21 Nov 2022 10:42:59 +0000 (12:42 +0200)]
tvheadend: update to git master 2022-11-20

- EPG database switched from v2 to v3. This commit updates OpenWrt init script to use the new database file.
- EPG database symlink created by OpenWrt config option is overwritten with a real file by tvheadend.
  The latest tvheadend commit included here fixes that.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
2 years agoyggdrasil: bump to 0.4.7
George Iv [Mon, 21 Nov 2022 05:20:46 +0000 (00:20 -0500)]
yggdrasil: bump to 0.4.7

Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
2 years agocloudflared: Update to 2022.11.0
Tianling Shen [Tue, 22 Nov 2022 06:40:31 +0000 (14:40 +0800)]
cloudflared: Update to 2022.11.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agohttps-dns-proxy: update Makefile package descrition 19956/head
Stan Grishin [Tue, 22 Nov 2022 01:14:13 +0000 (01:14 +0000)]
https-dns-proxy: update Makefile package descrition

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2 years agoupmpdcli: bump to 1.5.19
Fabien Pozzobon [Mon, 21 Nov 2022 17:26:40 +0000 (19:26 +0200)]
upmpdcli: bump to 1.5.19

Signed-off-by: Fabien Pozzobon <12074690+fpozzobon@users.noreply.github.com>
2 years agowifi-presence: Update to version v0.3.0
Adam Williams [Mon, 21 Nov 2022 04:00:56 +0000 (21:00 -0700)]
wifi-presence: Update to version v0.3.0

This version handles the new hostapd connect message format,
as introduced in: https://github.com/openwrt/openwrt/commit/8cb995445a26ee124e40b8ef97cc0ddd9d10f82a

Signed-off-by: Adam Williams <pwnfactory@gmail.com>
2 years agolibrespeed-cli: rename binary to librespeed-cli
Michal Vasilek [Mon, 21 Nov 2022 12:49:20 +0000 (13:49 +0100)]
librespeed-cli: rename binary to librespeed-cli

upstream names the binary librespeed-cli and this avoids a conflict with
python3-speedtest-cli

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agoices: Update to 2.0.3 19948/head
Tilman Vogel [Mon, 21 Nov 2022 14:09:43 +0000 (15:09 +0100)]
ices: Update to 2.0.3

This fixes a timing issue causing a playlist to be streamed as-fast-as-
possible until memory exhaustion, finally crashing ices and making it
basically useless.

This problem occurred in  the timing code in src/common/timing/ and is
probably related to libc header changes because ices 2.0.2 worked up until
OpenWrt 21.02.3 (at least) but failed in OpenWrt 22.03.2.

Signed-off-by: Tilman Vogel <tilman.vogel@web.de>
2 years agorclone: Update to 1.60.1
Tianling Shen [Mon, 21 Nov 2022 11:06:31 +0000 (19:06 +0800)]
rclone: Update to 1.60.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agogg: Update to 0.2.15
Tianling Shen [Mon, 21 Nov 2022 11:06:11 +0000 (19:06 +0800)]
gg: Update to 0.2.15

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agounbound: update to 1.17.0
Eric Luehrsen [Sat, 19 Nov 2022 22:24:27 +0000 (17:24 -0500)]
unbound: update to 1.17.0

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2 years agoooniprobe: Update to 3.16.5
Tianling Shen [Wed, 16 Nov 2022 09:12:13 +0000 (17:12 +0800)]
ooniprobe: Update to 3.16.5

Fix build with Go 1.19.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoxfrpc: Update to 1.11.587
Dengfeng Liu [Sun, 20 Nov 2022 09:11:41 +0000 (09:11 +0000)]
xfrpc: Update to 1.11.587

refactor tcp mux

Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2 years agoMerge pull request #19900 from stangri/master-simple-adblock
Stan Grishin [Sun, 20 Nov 2022 05:25:53 +0000 (22:25 -0700)]
Merge pull request #19900 from stangri/master-simple-adblock

simple-adblock: update to 1.9.3-1

2 years agoMerge pull request #19932 from flyn-org/libgpg-error
Hannu Nyman [Sat, 19 Nov 2022 14:31:46 +0000 (16:31 +0200)]
Merge pull request #19932 from flyn-org/libgpg-error

libgpg-error: copy gpg-error.pc to staging directory

2 years agolm-sensors: Add support for dev_name formatted like "a000000.wifi"
Florence Riker [Thu, 17 Nov 2022 08:59:09 +0000 (08:59 +0000)]
lm-sensors: Add support for dev_name formatted like "a000000.wifi"

Signed-off-by: Florence Riker <1460830@gmail.com>
2 years agosqlite3: Update to 3.40.0
Tianling Shen [Mon, 14 Nov 2022 10:17:46 +0000 (18:17 +0800)]
sqlite3: Update to 3.40.0

1. Added a new option for SQLITE3_COLUMN_METADATA.
2. Minor cleanup Makefile and fixed 2 typo errors.

Fixes: CVE-2022-35737
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agolibgpg-error: copy gpg-error.pc to staging directory 19932/head
W. Michael Petullo [Fri, 18 Nov 2022 02:40:35 +0000 (20:40 -0600)]
libgpg-error: copy gpg-error.pc to staging directory

Packages like libassuan and libksba would not compile after updating
libgpg-error to 1.46. This was because gpg-error.m4 (and thus the affected
packages' configure scripts) relies on gpgrt-config, which in turn needs
access to gpg-error.pc. This modifies the libgpg-error build process to
copy gpg-error.pc to OpenWrt's staging directory, so that it is available
for subsequent dependent package builds.

Fixes: https://github.com/openwrt/packages/issues/19880
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2 years agoxray-core: Update to 1.6.4
Tianling Shen [Fri, 18 Nov 2022 11:18:56 +0000 (19:18 +0800)]
xray-core: Update to 1.6.4

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agovallumd: bump to 0.2.2 19933/head
Stijn Tintel [Fri, 18 Nov 2022 06:43:31 +0000 (08:43 +0200)]
vallumd: bump to 0.2.2

Add upstream patch to fix building from source tarballs.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agovallumd: bump to 0.2.1
Stijn Tintel [Fri, 18 Nov 2022 06:31:35 +0000 (08:31 +0200)]
vallumd: bump to 0.2.1

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agovallumd: point PKG_SOURCE_URL to Codeberg
Stijn Tintel [Sat, 13 Aug 2022 21:52:24 +0000 (00:52 +0300)]
vallumd: point PKG_SOURCE_URL to Codeberg

The github repository has been archived; the project is now hosted on
Codeberg. Update the PKG_SOURCE_URL accordingly.

Gitea doesn't seem to add a version suffix to the directory in the
tarball, so use a custom PKG_BUILD_DIR.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>