Dobroslaw Kijowski [Mon, 7 Dec 2020 11:10:47 +0000 (12:10 +0100)]
adguardhome: upstream upgrade to v0.104.3
Full changelog available at:
* https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.2
* https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.3
Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
Etienne Champetier [Sun, 3 Jan 2021 10:47:51 +0000 (05:47 -0500)]
Merge pull request #14413 from aaronjg/bugfix/mwan3-ipv6-regression
mwan3: fix regression in ipv6 routing tables
Rosen Penev [Sun, 3 Jan 2021 09:20:18 +0000 (01:20 -0800)]
Merge pull request #14412 from mstorchak/rsync-iconv
rsync: enable iconv if NLS support is enabled globally
Rosen Penev [Sun, 3 Jan 2021 06:03:56 +0000 (22:03 -0800)]
Merge pull request #14370 from garikello3d/libpqxx-new-package
libpqxx: adding Makefile, Config.in and patch
Aaron Goodman [Tue, 29 Dec 2020 01:09:08 +0000 (20:09 -0500)]
mwan3: fix regression in ipv6 routing tables
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Daniel Golle [Sat, 26 Dec 2020 03:11:17 +0000 (03:11 +0000)]
exim: add package
Add Exim MTA variants:
* exim
plain variant without any TLS library which hence comes
without TLS, DANE and DKIM.
* exim-openssl
linked against libopenssl
* exim-gnutls
linked against libgnutls
* exim-ldap
linked against libopenssl, libopenldap and libsasl2
Provide packages for lookup modules
* cdb
* dbmdb
* dnsdb
* json (depends on jansson)
* mysql (depends on libmariadb)
* passwd
* pgsql (depends on libpq)
* redis (depends on libhiredis)
* sqlite (depends on libsqlite3)
Note:
As gnutls requires libunbound which depends on libopenssl to provide
libgnutls-dane, disable DANE by default when building with gnutls.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sat, 26 Dec 2020 17:56:54 +0000 (17:56 +0000)]
gnutls: package libdane
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 25 Dec 2020 22:07:23 +0000 (22:07 +0000)]
SpamAssassin: add packages
Add spamc and spamc-ssl SpamAssassin client packages.
Also package SpamAssassin Perl backend, but that still lacks many
features due to Perl packages missing in OpenWrt.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 25 Dec 2020 22:06:46 +0000 (22:06 +0000)]
perl: add Net::DNS package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 25 Dec 2020 22:05:05 +0000 (22:05 +0000)]
perl: add NetAddr::IP package
Disable native code for now as it fails due to the package's
build-system not considering STAGING_DIR.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 25 Dec 2020 22:03:12 +0000 (22:03 +0000)]
perl-html-parser: add HostBuild
It's required to make SpamAssassin's build system happy.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Maxim Storchak [Sat, 2 Jan 2021 20:15:58 +0000 (22:15 +0200)]
rsync: enable iconv if NLS support is enabled globally
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Rosen Penev [Sat, 2 Jan 2021 20:38:07 +0000 (12:38 -0800)]
Merge pull request #14411 from paulfertser/openocd-update-to-0.11.0-rc1
openocd: update to 0.11.0-rc1; add libgpiod dep; always depend on USB…
Rosen Penev [Sat, 2 Jan 2021 20:36:25 +0000 (12:36 -0800)]
Merge pull request #14407 from mstorchak/smartmontools
smartmontools: update to 7.2
Paul Fertser [Wed, 16 Dec 2020 11:14:15 +0000 (12:14 +0100)]
openocd: update to 0.11.0-rc1; add libgpiod dep; always depend on USB libs
The first release candidate with plenty of changes needs wider testing,
so package it.
Since Linux 4.8 new more efficient GPIO manipulation API is available
and sysfs class gpio is deprecated. Enable OpenOCD support for both for
now to avoid breaking existing user configs.
Due to low user demand and packaging difficulties require USB libraries
unconditionally from now on. Their sizes are not significant compared to
the OpenOCD package itself.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Igor Bezzubchenko [Sat, 2 Jan 2021 19:08:18 +0000 (22:08 +0300)]
libpqxx: fixed review comments
Removed PKG_INSTALL
Capitalized options
Use inline `if` instead of blocks
Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
Michael Heimpold [Sat, 2 Jan 2021 12:20:41 +0000 (13:20 +0100)]
php7-pecl-redis: update to 5.3.2
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Maxim Storchak [Fri, 1 Jan 2021 21:54:39 +0000 (23:54 +0200)]
smartmontools: update to 7.2
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Michael Heimpold [Sat, 2 Jan 2021 09:03:30 +0000 (10:03 +0100)]
Merge pull request #14404 from mhei/php7-pecl-mcrypt-version-bump
php7-pecl-mcrypt: update to 1.0.4
Rosen Penev [Sat, 2 Jan 2021 02:19:23 +0000 (18:19 -0800)]
Merge pull request #14398 from neheb/vp
libvpx: update hash
Rosen Penev [Sat, 2 Jan 2021 01:39:57 +0000 (17:39 -0800)]
Merge pull request #14405 from neheb/fo
fontconfig: update to 2.13.93
Rosen Penev [Sat, 2 Jan 2021 01:09:41 +0000 (17:09 -0800)]
fontconfig: update to 2.13.93
Fixes compilation with glibc.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Fri, 1 Jan 2021 21:54:43 +0000 (22:54 +0100)]
php7-pecl-mcrypt: update to 1.0.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Fri, 1 Jan 2021 20:48:28 +0000 (12:48 -0800)]
Merge pull request #14384 from neheb/posf
postfix: update to 3.5.8
Rosen Penev [Fri, 1 Jan 2021 19:28:32 +0000 (11:28 -0800)]
Merge pull request #14402 from wongsyrone/update-miniupnpc
net/miniupnpc: update to 2.2.1
Rosen Penev [Fri, 1 Jan 2021 19:28:17 +0000 (11:28 -0800)]
Merge pull request #14401 from wongsyrone/update-miniupnpd
net/miniupnpd: update to 2.2.1
Josef Schlehofer [Fri, 1 Jan 2021 18:47:59 +0000 (19:47 +0100)]
Merge pull request #14331 from BKPepe/update-x264
x264: update to commit from 2020-10-26
Syrone Wong [Fri, 1 Jan 2021 14:16:42 +0000 (22:16 +0800)]
net/miniupnpc: update to 2.2.1
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
Syrone Wong [Fri, 1 Jan 2021 14:15:37 +0000 (22:15 +0800)]
net/miniupnpd: update to 2.2.1
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
Nikos Mavrogiannopoulos [Fri, 1 Jan 2021 10:51:56 +0000 (11:51 +0100)]
Merge pull request #14400 from FrederickGeek8/fix-14287
openconnect: Fix secondary password script overwriting primary
Tianling Shen [Thu, 31 Dec 2020 11:34:46 +0000 (19:34 +0800)]
yq: Update to 4.2.0
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Frederick Morlock [Wed, 23 Dec 2020 16:48:52 +0000 (00:48 +0800)]
openconnect: Fix secondary password script overwriting primary
When specifying a secondary password script, the output should be appended to the temporary password file and shouldn't overwrite it. If you refer to the case where there is a static secondary password, you can see that the secondary password is appended. Without this fix, only the secondary password is passed to the `openconnect` session.
Signed-off-by: Frederick Morlock <FrederickGeek8@gmail.com>
Rosen Penev [Fri, 1 Jan 2021 06:21:40 +0000 (22:21 -0800)]
Merge pull request #14342 from neheb/transmis
transmission: do not use wolfSSL
Rosen Penev [Fri, 1 Jan 2021 03:11:43 +0000 (19:11 -0800)]
Merge pull request #14399 from neheb/e
erlang: disable PGO on host
Rosen Penev [Fri, 1 Jan 2021 03:11:27 +0000 (19:11 -0800)]
Merge pull request #14397 from neheb/gi
gitolite: change symlink from absolute to relative
Rosen Penev [Fri, 1 Jan 2021 02:26:23 +0000 (18:26 -0800)]
Merge pull request #14396 from neheb/xr
xr_usb_serial_common: update to 2017-08-01
Rosen Penev [Sat, 19 Dec 2020 01:13:32 +0000 (17:13 -0800)]
erlang: disable PGO on host
Fixes compilation with clang. The make system misidentifies clang as
GCC for some reason.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 20 Dec 2020 09:22:06 +0000 (01:22 -0800)]
libvpx: update hash
Hash was wrong.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 23 Dec 2020 07:58:24 +0000 (23:58 -0800)]
gitolite: change symlink from absolute to relative
Fixes bad symlink under InstallDev.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 20 Dec 2020 09:21:27 +0000 (01:21 -0800)]
xr_usb_serial_common: update to 2017-08-01
Cleaned up Makefile to modern standards.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 29 Dec 2020 02:42:29 +0000 (18:42 -0800)]
transmission: do not use wolfSSL
There's some kind of crash internally in wolfSSL. It doesn't seem like
anyone knows how to fix it. Just disable it for now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 1 Jan 2021 01:03:23 +0000 (17:03 -0800)]
Merge pull request #14392 from neheb/con
conmon: add host build dependency on go
Rosen Penev [Fri, 1 Jan 2021 00:53:03 +0000 (16:53 -0800)]
Merge pull request #14393 from neheb/w
whois: fix compilation with glibc
Rosen Penev [Fri, 1 Jan 2021 00:52:21 +0000 (16:52 -0800)]
Merge pull request #14394 from neheb/fr
freeradius3: add missing libbsd dependency to glibc
Rosen Penev [Thu, 31 Dec 2020 23:16:58 +0000 (15:16 -0800)]
conmon: add host build dependency on go
It seems to be needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 31 Dec 2020 23:37:08 +0000 (15:37 -0800)]
freeradius3: add missing libbsd dependency to glibc
Fixes packages generation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 31 Dec 2020 23:12:36 +0000 (15:12 -0800)]
whois: fix compilation with glibc
Just don't install mkpasswd at all. It's not used and causes problems.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 31 Dec 2020 22:21:25 +0000 (14:21 -0800)]
Merge pull request #14386 from neheb/o
opendkim: fix compilation with glibc
Etienne Champetier [Thu, 31 Dec 2020 20:11:04 +0000 (15:11 -0500)]
Merge pull request #14388 from Bloup1net/phantapresolv
phantap: Update to latest commit
Diana Dragusin [Thu, 31 Dec 2020 16:30:02 +0000 (11:30 -0500)]
phantap: Update to latest commit
a717723 Get resolvfile from configuration
Signed-off-by: Diana Dragusin <diana.dragusin@nccgroup.com>
Toke Høiland-Jørgensen [Thu, 31 Dec 2020 16:28:15 +0000 (17:28 +0100)]
sqm-scripts: Update PKG_MIRROR_HASH
Forgot to update the MIRROR_HASH
Fixes: 2c652128c52e: ("sqm-scripts: Bump to v1.5.0")
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Toke Høiland-Jørgensen [Thu, 31 Dec 2020 15:18:02 +0000 (16:18 +0100)]
sqm-scripts: Bump to v1.5.0
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Rosen Penev [Thu, 31 Dec 2020 10:39:55 +0000 (02:39 -0800)]
opendkim: fix compilation with glibc
Add libbsd dependency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 31 Dec 2020 10:27:25 +0000 (02:27 -0800)]
postfix: update to 3.5.8
Pass TARGET_[C/LD]FLAGS to reduce filesize.
Fix glibc compilation by adding lresolv.
Remove uClibc-ng patch as that's now gone.
Refreshed other patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 31 Dec 2020 08:20:10 +0000 (00:20 -0800)]
Merge pull request #14377 from neheb/bfd
bfdd: fix compilation with glibc
Rosen Penev [Thu, 31 Dec 2020 02:35:15 +0000 (18:35 -0800)]
Merge pull request #14378 from neheb/a
auc: link to libdl when needed
Rosen Penev [Thu, 31 Dec 2020 02:34:17 +0000 (18:34 -0800)]
Merge pull request #14383 from neheb/hf
hfsprogs: fix compilation under glibc
Rosen Penev [Thu, 31 Dec 2020 02:34:03 +0000 (18:34 -0800)]
Merge pull request #14368 from zhanhb/bash
bash: import upstream patches for 5.1
Rosen Penev [Thu, 31 Dec 2020 01:41:58 +0000 (17:41 -0800)]
hfsprogs: fix compilation under glibc
Seems sys/sysctl.h was removed.
Refresh patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 31 Dec 2020 01:37:42 +0000 (17:37 -0800)]
Merge pull request #14296 from neheb/rtl4
rtl_433: update to 20.11
Rosen Penev [Thu, 31 Dec 2020 01:37:14 +0000 (17:37 -0800)]
Merge pull request #14312 from neheb/tt
ttyd: update to 1.6.2
Rosen Penev [Thu, 31 Dec 2020 01:36:33 +0000 (17:36 -0800)]
Merge pull request #14381 from neheb/u
unrar: update to 6.0.3
Rosen Penev [Thu, 31 Dec 2020 01:36:15 +0000 (17:36 -0800)]
Merge pull request #14382 from neheb/t
tcp_wrappers: fix compilation under glibc
Rosen Penev [Thu, 31 Dec 2020 01:35:24 +0000 (17:35 -0800)]
Merge pull request #14374 from neheb/ksmbdt
ksmbd-tools: fix compilation with glibc
Rosen Penev [Thu, 31 Dec 2020 01:23:21 +0000 (17:23 -0800)]
tcp_wrappers: fix compilation under glibc
libnsl seems to not be a library that comes with glibc.
Remove excess whitespace.
Refresh patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 31 Dec 2020 01:24:38 +0000 (17:24 -0800)]
Merge pull request #14375 from neheb/c
coova-chili: fix compilation with glibc
Rosen Penev [Thu, 31 Dec 2020 01:07:59 +0000 (17:07 -0800)]
Merge pull request #14380 from neheb/x
xfsprogs: fix compilation under glibc
Rosen Penev [Thu, 31 Dec 2020 01:03:37 +0000 (17:03 -0800)]
unrar: update to 6.0.3
Fix compilation with glibc by adding pthread linker flag.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 31 Dec 2020 00:57:51 +0000 (16:57 -0800)]
Merge pull request #14379 from neheb/atft
atftp: fix compilation with glibc
Rosen Penev [Wed, 30 Dec 2020 23:28:49 +0000 (15:28 -0800)]
bfdd: fix compilation with glibc
Remove uClibc-ng patch as it's not in the tree anymore.
Also remove the _GNU_SOURCE CFLAG for the same reason.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 31 Dec 2020 00:51:39 +0000 (16:51 -0800)]
xfsprogs: fix compilation under glibc
Missing link to librt.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 31 Dec 2020 00:40:24 +0000 (16:40 -0800)]
Merge pull request #14373 from PolynomialDivision/dawn-fix-glibc
dawn: bump to latest version
Rosen Penev [Thu, 31 Dec 2020 00:39:31 +0000 (16:39 -0800)]
Merge pull request #14376 from neheb/b
bonnie++: fix compilation with glibc
Rosen Penev [Wed, 30 Dec 2020 22:58:08 +0000 (14:58 -0800)]
CI: switch back to ARCHS
Upstream wants to remove ARC700. That and currently, ARC700 is not
compiling with glibc.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 30 Dec 2020 23:11:09 +0000 (15:11 -0800)]
atftp: fix compilation with glibc
It's defining two functions twice for some reason.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 30 Dec 2020 23:17:49 +0000 (15:17 -0800)]
auc: link to libdl when needed
Fixes compilation under glibc.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 30 Dec 2020 23:34:07 +0000 (15:34 -0800)]
bonnie++: fix compilation with glibc
link to pthreads was missing
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 30 Dec 2020 23:40:44 +0000 (15:40 -0800)]
coova-chili: fix compilation with glibc
Disable Werror as it errors on pointless stuff.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 31 Dec 2020 00:24:56 +0000 (16:24 -0800)]
ksmbd-tools: fix compilation with glibc
Needs to be linked to lpthread.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Maxim Storchak [Sun, 18 Oct 2020 20:13:01 +0000 (23:13 +0300)]
lvm2: provide selinux and non-selinux build variants
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Nick Hainke [Wed, 30 Dec 2020 23:14:25 +0000 (00:14 +0100)]
dawn: bump to latest version
Includes:
CMakeList: fix compiling with glibc
Signed-off-by: Nick Hainke <vincent@systemli.org>
Igor Bezzubchenko [Wed, 30 Dec 2020 21:46:09 +0000 (00:46 +0300)]
libpqxx: adding Makefile, Config.in and patch
Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
Dirk Brenken [Wed, 30 Dec 2020 20:00:27 +0000 (21:00 +0100)]
Merge pull request #14367 from dibdot/banip-fix
banip: DHCPv6 bugfix
Dirk Brenken [Wed, 30 Dec 2020 15:13:58 +0000 (16:13 +0100)]
banip: DHCPv6 bugfix
* ignore local DHCPv6 related and local icmpv6 traffic in banIP chain
Signed-off-by: Dirk Brenken <dev@brenken.org>
Huangbin Zhan [Wed, 30 Dec 2020 15:09:41 +0000 (23:09 +0800)]
bash: import upstream patches for 5.1
Source:
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-001
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-002
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-003
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-004
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Vladimir Ulrich [Thu, 24 Dec 2020 03:31:14 +0000 (06:31 +0300)]
zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
Rosen Penev [Tue, 29 Dec 2020 02:07:31 +0000 (18:07 -0800)]
Merge pull request #14345 from lucize/frrup
frr: update stable to 2020-12-22
Paul Spooren [Sun, 27 Dec 2020 23:13:45 +0000 (13:13 -1000)]
CI: use SDK depending on destination branch
Not only use snapshot SDKs for master test but whatever destination
branch is used.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Rosen Penev [Tue, 29 Dec 2020 00:18:28 +0000 (16:18 -0800)]
Merge pull request #14354 from nxhack/sp_904
node-serialport: update to 9.0.4
Rosen Penev [Tue, 29 Dec 2020 00:18:24 +0000 (16:18 -0800)]
Merge pull request #14353 from nxhack/spb_904
node-serialport-bindings: update to 9.0.4
Rosen Penev [Tue, 29 Dec 2020 00:18:18 +0000 (16:18 -0800)]
Merge pull request #14352 from nxhack/hb_124
node-homebridge: update to 1.2.4
Rosen Penev [Tue, 29 Dec 2020 00:18:14 +0000 (16:18 -0800)]
Merge pull request #14351 from nxhack/hid_211
node-hid: update to 2.1.1
Rosen Penev [Tue, 29 Dec 2020 00:18:07 +0000 (16:18 -0800)]
Merge pull request #14355 from gstrauss/lighttpd-1.4.58
lighttpd: update to lighttpd 1.4.58 release hash
Rosen Penev [Mon, 28 Dec 2020 21:06:19 +0000 (13:06 -0800)]
Merge pull request #14350 from neheb/im
imobiledevice: backport iOS 14 backup patch.
Glenn Strauss [Mon, 28 Dec 2020 04:52:00 +0000 (23:52 -0500)]
lighttpd: update to lighttpd 1.4.58 release hash
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Hirokazu MORIKAWA [Mon, 28 Dec 2020 04:34:34 +0000 (13:34 +0900)]
node-serialport-bindings: update to 9.0.4
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Hirokazu MORIKAWA [Mon, 28 Dec 2020 04:33:28 +0000 (13:33 +0900)]
node-serialport: update to 9.0.4
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Hirokazu MORIKAWA [Mon, 28 Dec 2020 04:32:09 +0000 (13:32 +0900)]
node-homebridge: update to 1.2.4
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Hirokazu MORIKAWA [Mon, 28 Dec 2020 04:30:49 +0000 (13:30 +0900)]
node-hid: update to 2.1.1
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Rosen Penev [Mon, 28 Dec 2020 00:54:13 +0000 (16:54 -0800)]
imobiledevice: backport iOS 14 backup patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>