Huangbin Zhan [Sun, 24 Oct 2021 10:32:50 +0000 (18:32 +0800)]
rosy-file-server: fix conffile name
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Huangbin Zhan [Sun, 24 Oct 2021 10:32:31 +0000 (18:32 +0800)]
uradvd: fix installed filename, add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Huangbin Zhan [Sun, 24 Oct 2021 10:31:27 +0000 (18:31 +0800)]
treewide: add missing conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Huangbin Zhan [Sun, 24 Oct 2021 10:30:49 +0000 (18:30 +0800)]
atftpd: fix conffiles
Add missing conffiles
Fix conffile permission
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Huangbin Zhan [Sun, 24 Oct 2021 10:29:39 +0000 (18:29 +0800)]
treewide: fix broken conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Nick Hainke [Mon, 25 Oct 2021 07:36:56 +0000 (09:36 +0200)]
gpsd: update to 3.23.1
3.23.1: 2021-09-21
Improve ubx cycle detection.
Add quirks for Jackson Labs nonstandard NMEA
Change STATUS_NO_FIX to STATUS_UNK to avoid confusion with fix mode.
Change STATUS_FIX to STATUS_GPS to avoid confusion with fix mode.
Change STATUS_DGPS_FIX to STATUS_DGPS to avoid confusion with fix mode.
Split SOURCE_ACM from SOURCE_USB. ACM has no speeds.
Add speeds 1 mbps, 1.152 mbps, 1.5 mbps, and higher. When libc supports them.
Improve autobaud.
Add new u-blox M10 messages.
Fix u-blox M6, M7 initialization issues.
Various ubxtool and gpxlogger updates.
Add mtk3301_speed_switcher()
No API changes, except for STATUS_* as above.
No ABI changes.
Fallback to "python3" if "python" not found.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Sat, 23 Oct 2021 20:19:04 +0000 (13:19 -0700)]
acsccid: fix compilation under macOS
uname is not safe for cross compilation.
Also fixed up download file name to avoid potential conflicts.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Martin Schneider [Thu, 10 Jun 2021 23:53:37 +0000 (07:53 +0800)]
boringssl: Add boringssl library
Add boringssl library. BoringSSL is Google's fork of OpenSSL.
Amongst other features, it adds support for QUIC.
Signed-off-by: Martin Schneider <martschneider@google.com>
Alexandru Ardelean [Wed, 27 Oct 2021 08:48:49 +0000 (11:48 +0300)]
python-paho-mqtt: bump to version 1.6.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 27 Oct 2021 08:43:05 +0000 (11:43 +0300)]
numpy: bump to version 1.21.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 27 Oct 2021 06:48:45 +0000 (09:48 +0300)]
mstpd: bump to version 0.1.0
And switch to AUTORELEASE for PKG_RELEASE.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 27 Oct 2021 08:12:37 +0000 (11:12 +0300)]
stress-ng: bump to version 0.13.05
And switch to Github URLs.
The old one isn't working anymore.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Florian Eckert [Wed, 27 Oct 2021 12:16:18 +0000 (14:16 +0200)]
Merge pull request #16936 from aleksander0m/aleksander/mm-wwan-subsystem
modemmanager: add support for wwan subsystem in hotplug
Tianling Shen [Wed, 27 Oct 2021 04:36:00 +0000 (12:36 +0800)]
dnsproxy: Update to 0.39.9
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Vladimir Ulrich [Mon, 25 Oct 2021 20:19:57 +0000 (23:19 +0300)]
zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Sebastian Kemper [Sun, 24 Oct 2021 13:36:22 +0000 (15:36 +0200)]
apache: fixup apxs
apxs is used to get information about the apache installation when
building external modules. Currently there are issues:
1.
./staging_dir/target-mips_24kc_musl/usr/bin/apxs -q TARGET
apache2
apxs:Error: ./staging_dir/target-mips_24kc_musl/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/bin/apr-1-config not found!.
This error is fixed by sed script #2.
2.
./staging_dir/target-mips_24kc_musl/usr/bin/apxs -q TARGET
cannot open ./staging_dir/target-mips_24kc_musl/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/share/apache2/build/config_vars.mk: No such file or directory at ./staging_dir/target-mips_24kc_musl/usr/bin/apxs line 213.
This error is fixed by sed scipt #1.
Both sed scripts taken from buildroot (see [1]).
[1] https://github.com/buildroot/buildroot/blob/master/package/apache/apache.mk
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 24 Oct 2021 13:32:06 +0000 (15:32 +0200)]
apache: security bump to 2.4.51
Fixes (see [1] for details):
CVE-2021-33193
CVE-2021-41524
CVE-2021-41773
CVE-2021-42013
[1] https://httpd.apache.org/security/vulnerabilities_24.html
Patch 020-openssl-deprecated.patch refreshed.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Nick Hainke [Tue, 26 Oct 2021 15:16:21 +0000 (17:16 +0200)]
dawn: set symm_enc default to 0
User mpeleshenko reported that symm encryption breaks hearing map.
Set the default to 0.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Nick Hainke [Mon, 25 Oct 2021 22:29:20 +0000 (00:29 +0200)]
dawn: update to 2021-10-26
ddc007e32ced ubus: avoid use after free in handle_probe_req()
e1275713c057 github: fix workflow
Signed-off-by: Nick Hainke <vincent@systemli.org>
Jan Pavlinec [Sun, 24 Oct 2021 12:41:47 +0000 (14:41 +0200)]
redis: update to version 6.2.6
Fixes:
- CVE-2021-41099
- CVE-2021-32762
- CVE-2021-32687
- CVE-2021-32675
- CVE-2021-32672
- CVE-2021-32628
- CVE-2021-32627
- CVE-2021-32626
Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
Jan Hák [Mon, 25 Oct 2021 08:58:04 +0000 (10:58 +0200)]
knot: update to version 3.1.3
Signed-off-by: Jan Hák <jan.hak@nic.cz>
Rosen Penev [Sun, 24 Oct 2021 18:34:25 +0000 (11:34 -0700)]
zstd: update to 1.5.0
Remove uClibc hack. uClibc is not in the tree anymore.
Update configure options. Change legacy_level to 7. This gets rid of
backwards compatibility with version 0.1 and bumps it to 0.7.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 24 Oct 2021 18:52:06 +0000 (11:52 -0700)]
fuse-overlayfs: update to 1.7.1
Rearrange Makefile for consistency between packages.
Add m4 patch to fix compilation under some systems.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 24 Oct 2021 20:57:40 +0000 (13:57 -0700)]
grilo-plugins: update to 0.3.14
Fix wrong option names. Removed vimeo following upstream.
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 24 Oct 2021 20:53:36 +0000 (13:53 -0700)]
grilo: update to 0.3.14
Signed-off-by: Rosen Penev <rosenp@gmail.com>
David Bauer [Mon, 11 Oct 2021 21:55:07 +0000 (23:55 +0200)]
usteer: add package
This commits adds the new usteer package to the packages feed.
usteer is a daemon for steering wireless clients across frequency
bands as well as between multiple access points on a network.
Signed-off-by: David Bauer <mail@david-bauer.net>
Michael Heimpold [Sun, 24 Oct 2021 20:06:09 +0000 (22:06 +0200)]
Merge pull request #16960 from neheb/3
libxml2: don't build host shared libraries
Nick Hainke [Wed, 20 Oct 2021 12:27:12 +0000 (14:27 +0200)]
bossa: add bossa
Based on the work of Hirokazu MORIKAWA (nxhack):
https://github.com/nxhack/openwrt-arduino-packages/tree/master/bossa
BOSSA is a flash programming utility for Atmel's SAM family of
flash-based ARM microcontrollers. The motivation behind BOSSA is to
create a simple, easy-to-use, open source utility to replace Atmel's
SAM-BA software.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Mon, 18 Oct 2021 08:30:55 +0000 (01:30 -0700)]
libxml2: don't build host shared libraries
Avoids having to add
HOST_LDFLAGS: -Wl,-rpath,$(STAGING_DIR_HOSTPKG)/lib
for packages that rely on shared libraries.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Bjørn Mork [Fri, 22 Oct 2021 12:34:48 +0000 (14:34 +0200)]
dosfstools: fix AM_ICONV triggered build error
Fix this build error:
gcc -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers \
-Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -O2 \
-I/usr/local/src/openwrt/staging_dir/host/include \
-L/usr/local/src/openwrt/staging_dir/host/lib \
-o fsck.fat check.o file.o fsck.fat.o lfn.o boot.o common.o fat.o io.o \
charconv.o @LIBICONV@
gcc: error: LIBICONV@: No such file or directory
make[4]: *** [Makefile:449: fsck.fat] Error 1
Suggested-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Nikos Mavrogiannopoulos [Sat, 23 Oct 2021 18:31:06 +0000 (20:31 +0200)]
Merge pull request #16949 from neheb/10
libtasn1: don't build host shared libs
Michael Heimpold [Sat, 23 Oct 2021 10:54:22 +0000 (12:54 +0200)]
Merge pull request #16958 from mhei/php7-update
php7: update to 7.4.25
Michael Heimpold [Sat, 23 Oct 2021 10:54:08 +0000 (12:54 +0200)]
Merge pull request #16957 from mhei/php8-update
php8: update to 8.0.12
Florian Eckert [Sat, 23 Oct 2021 06:10:02 +0000 (08:10 +0200)]
Merge pull request #12175 from jekkos/collectd-ltq-dsl
collectd: Add collector for lantiq dsl metrics
Rosen Penev [Sat, 23 Oct 2021 05:27:00 +0000 (22:27 -0700)]
libnpupnp: update to 4.1.5
Add libmicrohttpd to PKG_BUILD_DEPENDS as it doesn't get added for some
reason.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 23 Oct 2021 00:27:41 +0000 (17:27 -0700)]
mpd: update to 0.23.2
Switch to libnpupnp for full builds. Also update arguments.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 18 Oct 2021 23:39:19 +0000 (16:39 -0700)]
glib2: update to 2.70
Remove various outdated patches. No more uClibc and distutils is a
requirement.
Compile host libraries statically. Size is not a concern there. Also
avoids rpath hacks. Disable NLS as well. Avoids gettext dependencies.
Add libpcre dependency. Seems to be a requirement now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Lucian Cristian [Thu, 21 Oct 2021 16:30:04 +0000 (19:30 +0300)]
frr: fixes and update to latest
ospf running in instance mod will keep cpu to 100% so revert offending commit
if daemon is disabled in the file while running also close that daemon
also add the pythontools to support reload
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Rosen Penev [Wed, 20 Oct 2021 06:26:00 +0000 (23:26 -0700)]
gnunet: fix compilation with big endian
if is in the wrong spot.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 21 Oct 2021 20:37:36 +0000 (13:37 -0700)]
wsdd: update to 2021-10-22
Fixes another segfault.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 18 Oct 2021 08:00:07 +0000 (01:00 -0700)]
libffi: don't build host shared libs
Avoids rpath hacks.
Add --with-pic. Needed for static library.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Fri, 22 Oct 2021 20:28:27 +0000 (22:28 +0200)]
php7: update to 7.4.25
This fixes:
- CVE-2021-21703
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Jeroen Peelaerts [Fri, 15 May 2020 17:42:48 +0000 (19:42 +0200)]
collectd: Add lua and exec collectors for lantiq dsl metrics
Signed-off-by: Jeroen Peelaerts <jeroen.peelaerts@gmail.com>
Michael Heimpold [Fri, 22 Oct 2021 19:04:15 +0000 (21:04 +0200)]
php8: update to 8.0.12
This fixes:
- CVE-2021-21703
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Olivier Poitrey [Fri, 22 Oct 2021 13:29:24 +0000 (13:29 +0000)]
nextdns: Update to version 1.37.3
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Tianling Shen [Fri, 22 Oct 2021 16:24:12 +0000 (00:24 +0800)]
yq: Update to 4.13.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Rosen Penev [Sun, 17 Oct 2021 20:16:03 +0000 (13:16 -0700)]
apparmor: update to 3.0.3
Fix compilation under Fedora. There's some weird systemd target. Just
remove it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 18 Oct 2021 08:19:20 +0000 (01:19 -0700)]
libtasn1: don't build host shared libs
Avoids rpath hacks.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 19 Oct 2021 07:47:16 +0000 (00:47 -0700)]
protobuf-c: don't build shared host library
No point and can avoid rpath hacks.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 18 Oct 2021 01:57:46 +0000 (18:57 -0700)]
poco: switch to building with cmake
Faster and works with mips64 targets.
Removed all options as the defaults are updated. Added new dependencies.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michal Vasilek [Mon, 4 Oct 2021 15:32:33 +0000 (17:32 +0200)]
miniflux: new package
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Nick Hainke [Wed, 20 Oct 2021 08:26:54 +0000 (10:26 +0200)]
dawn: respawn dawn in case of crash
Some users report that DAWN sometimes crashes after a while. Mostly
this happens after the new update has been rolled out.
Since I would not like to go back to the older version, I add as
a workaround for now that DAWN automatically respawned.
Workaround for:
https://github.com/berlin-open-wireless-lab/DAWN/issues/151
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Wed, 20 Oct 2021 20:53:04 +0000 (13:53 -0700)]
wsdd2: update to 2021-10-14
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tianling Shen [Tue, 19 Oct 2021 09:10:06 +0000 (17:10 +0800)]
cloudreve: add new package
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Fri, 28 May 2021 12:53:45 +0000 (20:53 +0800)]
statik: add new packages
This is required by cloudreve.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Jonathan Pagel [Wed, 20 Oct 2021 18:11:58 +0000 (20:11 +0200)]
telegraf: Upgrade package telegraf to version 1.20.2
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
Jonathan Pagel [Wed, 28 Jul 2021 07:33:15 +0000 (09:33 +0200)]
telegraf: Add package for telegraf
Telegraf is a plugin-driven agent for collecting and sending metrics
and events. It supports various inputs (including prometheus
endpoints) and is able to send data into InfluxDB.
https://www.influxdata.com/time-series-platform/telegraf/
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
Josef Schlehofer [Tue, 19 Oct 2021 11:25:55 +0000 (13:25 +0200)]
tvheadend: add patch to update hdhomerun
Tarball with libhdhomerun_20171221 [1] was removed from upstream repository
and as it can not be found.
[1] http://download.silicondust.com/hdhomerun/libhdhomerun_20171221.tgz
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Alexandru Ardelean [Mon, 18 Oct 2021 08:18:28 +0000 (11:18 +0300)]
django: bump to version 3.2.8
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 18 Oct 2021 07:20:36 +0000 (10:20 +0300)]
python-cffi: bump to version 1.15.0
And use AUTORELEASE for PKG_RELEASE.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 18 Oct 2021 07:20:08 +0000 (10:20 +0300)]
python-idna: bump to version 3.3
And use AUTORELEASE for PKG_RELEASE.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 18 Oct 2021 07:18:58 +0000 (10:18 +0300)]
pillow: bump to version 8.4.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Rosen Penev [Mon, 18 Oct 2021 23:10:33 +0000 (16:10 -0700)]
expat: don't build host libs
tools/expat is actually what's used by the various packages that
supposedly depend on expat/host.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Aleksander Morgado [Mon, 4 Oct 2021 19:40:22 +0000 (21:40 +0200)]
modemmanager: add support for wwan subsystem in hotplug
WWAN devices may now be exposed in the new 'wwan' subsystem in the
kernel (since 5.13), initially applicable to devices exposed in PCIe
(no USB), but at some point may also apply to USB devices that until
now were exposed via other subsystems (e.g. usbmisc, tty).
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Rosen Penev [Tue, 19 Oct 2021 05:50:31 +0000 (22:50 -0700)]
vala: update to 0.54.2
Remove shared libraries. Allows removing rpath hacks.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Stan Grishin [Tue, 19 Oct 2021 06:12:28 +0000 (23:12 -0700)]
Merge pull request #16929 from stangri/master-vpn-policy-routing
vpn-policy-routing: bugfixes: killall and tmpfs params
Stan Grishin [Tue, 19 Oct 2021 05:24:34 +0000 (05:24 +0000)]
vpn-policy-routing: bugfixes: killall and tmpfs params
* bugfix: change killall param from -HUP to -s HUP
* bugfix: change tmpfs param from status to gateway
Signed-off-by: Stan Grishin <stangri@melmac.net>
Bruno Randolf [Mon, 18 Oct 2021 08:57:53 +0000 (09:57 +0100)]
dfu-util: Upgrade to version 0.11
Tested on RAMIPS with STM32 L1 and STM32 L4
Signed-off-by: Bruno Randolf <br1@einfach.org>
Jan Pavlinec [Mon, 18 Oct 2021 21:24:33 +0000 (23:24 +0200)]
checksec: update to version 2.5.0
Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
Stan Grishin [Tue, 19 Oct 2021 02:32:07 +0000 (19:32 -0700)]
Merge pull request #16911 from stangri/master-vpn-policy-routing
vpn-policy-routing: revert to 0.3.4-8
Vladimir Ulrich [Mon, 18 Oct 2021 00:40:13 +0000 (03:40 +0300)]
zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Josef Schlehofer [Mon, 18 Oct 2021 01:23:25 +0000 (03:23 +0200)]
dnscrypt-proxy2: update to version 2.1.1
Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Marcos Del Sol Vives [Sun, 17 Oct 2021 14:49:23 +0000 (16:49 +0200)]
ksmbd-tools: update to 3.4.2
Signed-off-by: Marcos Del Sol Vives <marcos@orca.pet>
Marcos Del Sol Vives [Sun, 17 Oct 2021 11:28:51 +0000 (13:28 +0200)]
ksmbd: update to 3.4.2
Signed-off-by: Marcos Del Sol Vives <marcos@orca.pet>
Josef Schlehofer [Sun, 17 Oct 2021 07:24:29 +0000 (09:24 +0200)]
msmtp: update to version 1.8.17
- Use AUTORELEASE fce
It helps when someone forgets to bump PKG_RELEASE
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Sat, 16 Oct 2021 20:45:27 +0000 (22:45 +0200)]
syslog-ng: update to version 3.34.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Stan Grishin [Sun, 17 Oct 2021 15:08:31 +0000 (15:08 +0000)]
vpn-policy-routing: revert to 0.3.4-8
* there are reports that 0.3.5-x versions do not work on some configs
* the development of the new features moved to the new package (pbr)
* revert to the last known good version of vpn-policy-routing
Signed-off-by: Stan Grishin <stangri@melmac.net>
tripolar [Sun, 17 Oct 2021 13:26:11 +0000 (15:26 +0200)]
Merge pull request #16908 from turris-cz/git
git: update to version 2.33.1
Josef Schlehofer [Sun, 17 Oct 2021 08:01:24 +0000 (10:01 +0200)]
git: update to version 2.33.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Sat, 16 Oct 2021 12:12:47 +0000 (14:12 +0200)]
Merge pull request #16890 from paper42/knot-resolver-5.4.2
knot-resolver: update to 5.4.2
Tianling Shen [Fri, 15 Oct 2021 08:20:09 +0000 (16:20 +0800)]
rclone: add test script
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Fri, 15 Oct 2021 07:59:50 +0000 (15:59 +0800)]
rclone: fix logic err in service file
- Corrected `enable` detection.
- Granted config/log write permission for `rclone` user.
Fixes: d51823988847fc ("rclone: initial package")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Eneas U de Queiroz [Fri, 15 Oct 2021 19:29:06 +0000 (16:29 -0300)]
lua-wsapi: build each variant in its own dir
This avoids unnecessary package rebuilds, when running make back to
back.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Stan Grishin [Fri, 15 Oct 2021 21:48:29 +0000 (14:48 -0700)]
Merge pull request #16898 from stangri/master-simple-adblock
simple-adblock: update to 1.8.8-1
Stan Grishin [Fri, 15 Oct 2021 21:25:08 +0000 (21:25 +0000)]
simple-adblock: update to 1.8.8-1
* update 'check' function
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Fri, 15 Oct 2021 06:51:14 +0000 (23:51 -0700)]
lua-openssl: update to 0.8.0-6
Remove upstreamed patches and backport cmake fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Matthias Schiffer [Fri, 15 Oct 2021 14:09:34 +0000 (16:09 +0200)]
Merge pull request #16628 from mwarning/uradvd
uradvd: add new package
Nuno Goncalves [Tue, 12 Oct 2021 16:30:13 +0000 (18:30 +0200)]
gl-puli-mcu: add GL.iNet GL-XE300 (Puli) power monitoring daemon
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Elon Huang [Sun, 10 Oct 2021 06:42:16 +0000 (14:42 +0800)]
rclone-ng: initial package
Signed-off-by: Elon Huang <elonh@immortalwrt.org>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Elon Huang [Sun, 10 Oct 2021 06:42:00 +0000 (14:42 +0800)]
rclone-webui-react: initial package
Signed-off-by: Elon Huang <elonh@immortalwrt.org>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Elon Huang [Sun, 10 Oct 2021 06:41:36 +0000 (14:41 +0800)]
rclone: initial package
Signed-off-by: Elon Huang <elonh@immortalwrt.org>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Rosen Penev [Thu, 14 Oct 2021 21:45:08 +0000 (14:45 -0700)]
wsdd2: fix usage with musl 1.2.0
This package uses a wrong format string for time_t. Cast to long long to
fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Phil Eichinger [Thu, 14 Oct 2021 11:26:37 +0000 (13:26 +0200)]
at: bump to version 3.2.2
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
Hirokazu MORIKAWA [Tue, 12 Oct 2021 23:10:57 +0000 (08:10 +0900)]
node: bump to 14.18.1 / October 12th 2021 Security Releases
October 12th 2021 Security Releases:
HTTP Request Smuggling due to spaced in headers (Medium)(CVE-2021-22959)
HTTP Request Smuggling when parsing the body (Medium)(CVE-2021-22960)
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Tianling Shen [Tue, 12 Oct 2021 07:42:36 +0000 (15:42 +0800)]
msgpack-c: Update to 4.0.0
- Fixed typo error in PKG_LICENSE_FILES.
- Updated CMAKE_OPTIONS.
- Refreshed the patch.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Michal Vasilek [Thu, 14 Oct 2021 22:27:35 +0000 (00:27 +0200)]
knot-resolver: update to 5.4.2
* refresh patches
* disabling kres_gen_test is not required anymore for cross compilation, it was fixed upstream with the 5.4.1 release
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Moritz Warning [Mon, 13 Sep 2021 19:36:47 +0000 (21:36 +0200)]
uradvd: add new package
Send IPv6 router advertisments.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Co-authored-by: Matthias Schiffer <mschiffer@universe-factory.net>
Michael Heimpold [Tue, 5 Oct 2021 21:27:04 +0000 (23:27 +0200)]
hs20: switch dependencies to php8
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Thu, 14 Oct 2021 01:34:52 +0000 (18:34 -0700)]
transmission: build with wolfSSL again
The problem was discovered and is now patched with an upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Ivan Pavlov [Sun, 10 Oct 2021 04:48:50 +0000 (07:48 +0300)]
openvpn: update to 2.5.4
Include a number of small improvements and bug fixes.
Improve compatibility on Windows systems
Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>