Tianling Shen [Sun, 20 Dec 2020 04:12:44 +0000 (12:12 +0800)]
yq: Update to 4.0.0
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Rosen Penev [Sat, 19 Dec 2020 23:46:20 +0000 (15:46 -0800)]
Merge pull request #14275 from tofurky/elektra_disable_gpgme
elektra: explicitly disable gpgme plugin
Matt Merhar [Sat, 19 Dec 2020 22:30:14 +0000 (17:30 -0500)]
elektra: explicitly disable gpgme plugin
With the addition of gpgme-config per
91a6168, elektra has started
detecting the presence of gpgme and is automatically building the
plugin. Even though it's not being installed, it has broken the build on
CONFIG_ARCH="arc" due to some LFS weirdness with uClibc.
Explicitly disable it since the package in its current form doesn't
expect it to be built.
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
Vincent JARDIN [Thu, 17 Dec 2020 21:26:22 +0000 (21:26 +0000)]
acsccid: add package
First version based on 1.1.8
It is based on the ccid build framework
from Daniel Golle <daniel@makrotopia.org>
Suggested-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Vincent JARDIN <vjardin@free.fr>
Rosen Penev [Sat, 19 Dec 2020 10:29:42 +0000 (02:29 -0800)]
Merge pull request #14270 from stangri/master-simple-adblock
simple-adblock: config update
Stan Grishin [Sat, 19 Dec 2020 04:04:59 +0000 (22:04 -0600)]
simple-adblock: config update
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Sat, 19 Dec 2020 02:10:47 +0000 (18:10 -0800)]
Merge pull request #14260 from neheb/mon
monit: add libtool fixup
Philip Prindeville [Sat, 19 Dec 2020 01:32:56 +0000 (18:32 -0700)]
Merge pull request #14268 from pprindeville/fix-isc-dhcp-reload-typo
isc-dhcp: fix regression in reloading
Rosen Penev [Sat, 19 Dec 2020 01:15:12 +0000 (17:15 -0800)]
Merge pull request #14267 from vjardin/pcsc-lite_path
pcscd: default /var/run path instead of /run
Philip Prindeville [Sat, 19 Dec 2020 01:05:31 +0000 (18:05 -0700)]
isc-dhcp: fix regression in reloading
Introduced in "isc-dhcp: improve startup performance"
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Vincent JARDIN [Fri, 18 Dec 2020 22:53:46 +0000 (22:53 +0000)]
pcscd: default /var/run path instead of /run
Fix start error:
00001221 [
2012634380] pcscdaemon.c:624:main() cannot create /run/pcscd: No such file or directory
Signed-off-by: Vincent JARDIN <vjardin@free.fr>
Rosen Penev [Fri, 18 Dec 2020 23:04:55 +0000 (15:04 -0800)]
Merge pull request #14223 from tofurky/fwknop_gpgme_deps
fwknop: gpgme: fix build of fwknop with gpg enabled
Rosen Penev [Fri, 18 Dec 2020 21:22:13 +0000 (13:22 -0800)]
Merge pull request #14264 from neheb/ntfs2
ntfs-3g: make symlinks relative
Philip Prindeville [Fri, 18 Dec 2020 17:58:21 +0000 (10:58 -0700)]
Merge pull request #14233 from pprindeville/issue#14232
bind: start named early enough to be present when isc-dhcp starts
Rosen Penev [Fri, 18 Dec 2020 12:41:34 +0000 (04:41 -0800)]
Merge pull request #14263 from neheb/easy
openvpn-easy-rsa: use relative symlinks
Yousong Zhou [Fri, 18 Dec 2020 12:26:28 +0000 (20:26 +0800)]
qemu: remove ref to now non-existent TARGET_arm64
It was removed in base system commit
88468f7e ("armvirt: merge arm64 as
subtarget 64") in 2017
No change in packaged content
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Fri, 18 Dec 2020 09:17:41 +0000 (01:17 -0800)]
Merge pull request #14265 from neheb/olap
protobuf: fix bad CFLAGS in pkgconfig
Rosen Penev [Fri, 18 Dec 2020 07:15:16 +0000 (23:15 -0800)]
Merge pull request #14261 from neheb/cifs2
cifs-utils: link mount utility relative instead of absolute
Rosen Penev [Fri, 18 Dec 2020 07:09:14 +0000 (23:09 -0800)]
Merge pull request #14262 from neheb/kad
kadnode: link binary relative
Rosen Penev [Fri, 18 Dec 2020 05:05:02 +0000 (21:05 -0800)]
ola: fix compilation with older clang
Werror is normally passed with pkgconfig headers. Remove it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 18 Dec 2020 05:02:51 +0000 (21:02 -0800)]
protobuf: fix bad CFLAGS in pkgconfig
Issue shows itself when using clang.
Refreshed other patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 18 Dec 2020 00:48:14 +0000 (16:48 -0800)]
ntfs-3g: make symlinks relative
Fixes dead symlinks in InstallDev.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 18 Dec 2020 00:31:29 +0000 (16:31 -0800)]
openvpn-easy-rsa: use relative symlinks
Fixes dead symlinks under InstallDev.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 18 Dec 2020 00:21:50 +0000 (16:21 -0800)]
kadnode: link binary relative
Fixes dead symlink in InstallDev
Clean up Makefile for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 18 Dec 2020 00:19:20 +0000 (16:19 -0800)]
cifs-utils: link mount utility relative instead of absolute
Fixes InstallDev dead link.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 17 Dec 2020 23:27:34 +0000 (15:27 -0800)]
monit: add libtool fixup
It seems to fail locally without it:
Version mismatch error. This is libtool 2.4.6 Debian-2.4.6-2, but the
definition of this LT_INIT comes from libtool 2.4.
You should recreate aclocal.m4 with macros from libtool 2.4.6 Debian-2.4.6-2
and run autoconf again.
Move MAINTAINER up for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 18 Dec 2020 05:41:04 +0000 (21:41 -0800)]
Merge pull request #14257 from zhanhb/alternatives-libexec
treewide: move binaries of alternatives to /usr/libexec
Rosen Penev [Fri, 18 Dec 2020 00:01:48 +0000 (16:01 -0800)]
open2300: link library to relative path instead of absolute
Fixes an InstallDev dead link.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 17 Dec 2020 23:57:57 +0000 (15:57 -0800)]
mdnsresponder: bring back LN hack
It turns out that the Makefile of mdnsreponder links to absolute paths
instead of relative ones. This is an issue when compiling.
Fix for InstallDev as well.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 17 Dec 2020 22:37:20 +0000 (14:37 -0800)]
Merge pull request #14250 from zhaojh329/libuhttpd
libuhttpd: Update to 3.5.0
Rosen Penev [Thu, 17 Dec 2020 22:36:33 +0000 (14:36 -0800)]
Merge pull request #14247 from gstrauss/lighttpd-1.4.57
lighttpd: update to lighttpd 1.4.57
Rosen Penev [Thu, 17 Dec 2020 22:35:21 +0000 (14:35 -0800)]
Merge pull request #14254 from dbermond/miniupnpc-add-installdev
miniupnpc: add InstallDev
Jianhui Zhao [Thu, 17 Dec 2020 15:53:57 +0000 (23:53 +0800)]
libuhttpd: Update to 3.5.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Glenn Strauss [Thu, 17 Dec 2020 10:20:16 +0000 (05:20 -0500)]
lighttpd: update to lighttpd 1.4.57 release hash
* update to lighttpd 1.4.57 release hash
* remove patches incorporated upstream
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Glenn Strauss [Thu, 17 Dec 2020 10:15:43 +0000 (05:15 -0500)]
lighttpd: cleaner TLS dependency logic in Makefile
incorporate suggestion from cotequeiroz (Eneas U de Queiroz)
https://github.com/openwrt/packages/issues/14142#issuecomment-
739583111
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Yousong Zhou [Thu, 17 Dec 2020 08:09:41 +0000 (16:09 +0800)]
qemu: add patch for qga guest-shutdown command
Ref: https://github.com/openwrt/packages/issues/14244
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Josef Schlehofer [Wed, 16 Dec 2020 19:06:07 +0000 (20:06 +0100)]
Merge pull request #14243 from Payne-X6/master
knot: update to version 3.0.3
Jan Hak [Wed, 16 Dec 2020 13:00:40 +0000 (14:00 +0100)]
knot: update to 3.0.3
Signed-off-by: Jan Hak <jan.hak@nic.cz>
Aaron Goodman [Tue, 15 Dec 2020 12:34:27 +0000 (07:34 -0500)]
mwan3: update version
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
- Changed version string
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Sun, 13 Dec 2020 15:20:45 +0000 (10:20 -0500)]
mwan3: add more error logging to routing functions
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Sun, 13 Dec 2020 14:27:42 +0000 (09:27 -0500)]
mwan3: improve route flushing on mwan3 stop
only attempt to flush routes for the relevant family
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Sun, 13 Dec 2020 14:27:03 +0000 (09:27 -0500)]
mwan3: fix race condition in route loading
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Sat, 12 Dec 2020 13:45:53 +0000 (08:45 -0500)]
mwan3: fix linkdown routes not being added
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Rosen Penev [Wed, 16 Dec 2020 08:02:56 +0000 (00:02 -0800)]
Merge pull request #14241 from neheb/mdns
mdnsreponder: use install paths instead of build ones
Rosen Penev [Wed, 16 Dec 2020 08:02:27 +0000 (00:02 -0800)]
Merge pull request #14242 from neheb/nss2
nss: update to 3.60
Rosen Penev [Wed, 16 Dec 2020 07:29:43 +0000 (23:29 -0800)]
Merge pull request #14236 from commodo/python-updates1
python-chardet,cryptography: bump versions
Alexandru Ardelean [Mon, 14 Dec 2020 10:11:11 +0000 (12:11 +0200)]
python-cryptography: bump to version 3.3.1
Regenerated patches from:
https://github.com/pyca/cryptography/pull/4920
The patch names were kept as generated via 'git format-patch 3.3.1..'
And ran through quilt.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 14 Dec 2020 08:54:06 +0000 (10:54 +0200)]
python-chardet: bump to version 4.0.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Rosen Penev [Wed, 16 Dec 2020 03:30:41 +0000 (19:30 -0800)]
nss: update to 3.60
Added patch to fix compilation with musl 1.2.x.
Install nss-config file and fix it up. Might help some packages...
Refreshed others.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 16 Dec 2020 03:04:32 +0000 (19:04 -0800)]
Merge pull request #10643 from kmcopper/openssh
OpenSSH: Add failsafe support
Rosen Penev [Wed, 16 Dec 2020 02:41:20 +0000 (18:41 -0800)]
Merge pull request #13884 from neheb/conn
conntrack-tools: update to 1.4.6
Rosen Penev [Wed, 16 Dec 2020 01:07:38 +0000 (17:07 -0800)]
mdnsreponder: use install paths instead of build ones
For some reason, the build ones do not get generated when compiling in
parallel. PKG_INSTALL_DIR is the correct solution anyway.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 15 Dec 2020 22:06:51 +0000 (14:06 -0800)]
Merge pull request #14238 from commodo/sudo
sudo: change maintainer to myself
Rosen Penev [Tue, 15 Dec 2020 22:06:17 +0000 (14:06 -0800)]
Merge pull request #14234 from neheb/ksmbd
ksmbd: update to 3.3.2
Philip Prindeville [Tue, 15 Dec 2020 04:24:07 +0000 (21:24 -0700)]
bind: start named early enough to be present when isc-dhcp starts
Start named before dhcpd so that dhcpd can prime the local zones at startup.
Restore the empty domain zone for rfc1918 addresses that previously existed.
Create an additional subsidiary named.conf.local file (initially empty)
in /tmp/bind/ that can be seeded with dynamic zones and primed with
"rndc reload", and add it to the watched list of config files for procd.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Paul Spooren [Mon, 14 Dec 2020 21:47:28 +0000 (11:47 -1000)]
CI: test aarch64_cortex-a53 instead of _generic
The aarch64_cortex-a53 architecture is used by more targets and should
therefore be tested rather than the relatively rare _generic one.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Daniel Golle [Tue, 15 Dec 2020 18:22:58 +0000 (18:22 +0000)]
podman: update to version 2.2.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Tue, 15 Dec 2020 18:22:39 +0000 (18:22 +0000)]
cni-plugins: update to version 0.9.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Philip Prindeville [Tue, 15 Dec 2020 17:55:47 +0000 (10:55 -0700)]
Merge pull request #14184 from pprindeville/issue#14183
bind: add support for the 'rndc' utility
Nikos Mavrogiannopoulos [Tue, 15 Dec 2020 17:38:52 +0000 (18:38 +0100)]
Merge pull request #14230 from neheb/p11k
p11-kit: update to 0.23.22
Gerard Ryan [Mon, 9 Nov 2020 08:33:26 +0000 (18:33 +1000)]
docker-compose: Updated `docker-ce` -> `docker`
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Sun, 8 Nov 2020 02:31:38 +0000 (12:31 +1000)]
dockerd: Updated to 20.10.0
* SELinux and Seccomp are now enabled via the kernel options themselves
* Config.in now uses CGroupsV2 by default but optionally allows V1
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Sun, 8 Nov 2020 02:24:23 +0000 (12:24 +1000)]
docker: Split from dockerd and update to v20.10.0
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Sun, 8 Nov 2020 02:14:46 +0000 (12:14 +1000)]
libnetwork: Updated to 2020-11-25 for dockerd
Source Version:
a543cbc4871f904b0efe205708eb45d72e65fd8b
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Sun, 8 Nov 2020 02:09:36 +0000 (12:09 +1000)]
tini: Updated to v0.19.0 for dockerd
* Removed obsolete workaround
* Set Git source hash for executables to display
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Sun, 8 Nov 2020 01:55:31 +0000 (11:55 +1000)]
containerd: Updated to v1.4.3 for dockerd
SELinux and Seccomp are now enabled via the kernel options themselves
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Sat, 31 Oct 2020 08:12:36 +0000 (18:12 +1000)]
docker-ce: docker-ce -> dockerd
The source is being deprecated and split into the CLI and engine/daemon
repositories, So `docker-ce` will now be the `dockerd` and a separate
package will be made for the `docker` CLI.
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Rosen Penev [Tue, 1 Dec 2020 00:44:06 +0000 (16:44 -0800)]
sudo: update to 1.9.3p1
Reorder several things for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Kyle Copperfield [Mon, 11 Nov 2019 12:10:45 +0000 (12:10 +0000)]
openssh: add openwrt failsafe support
Adds failsafe support to the openssh package.
Roughly based on an earlier patch.
Ref: https://github.com/openwrt/openwrt/pull/865
Signed-off-by: Jeff Kletsky <git-commits@allycomm.com>
Signed-off-by: Kyle Copperfield <kmcopper@danwin1210.me>
Alexandru Ardelean [Tue, 19 Mar 2019 09:15:14 +0000 (11:15 +0200)]
sudo: group all install dirs into a single group
Mostly a cosmetic change.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 19 Mar 2019 09:11:23 +0000 (11:11 +0200)]
sudo: change maintainer to myself
This package seems abandoned.
This changes ownership to myself.
It shouldn't be a high-maintenance work to keep it.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Rosen Penev [Tue, 15 Dec 2020 04:55:58 +0000 (20:55 -0800)]
libpng: properly fix zlib issue
The previous commit meant to avoid adding an LDFLAG but it just avoided
the issue. The real issue is PNG_BUILD_ZLIB being turned to ON. This
variable is for specifying a custom zlib location, which is not
necessary. Switching it to OFF calls find_package and links properly.
Backported two zlib related patches. The latter is a somewhat impoarant
fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 15 Dec 2020 04:41:58 +0000 (20:41 -0800)]
ksmbd: update to 3.3.2
The major changes are:
Fix some of xfstests tests failures when actimeo=0 mount option
is not used in local.config of xfstests.
WSL reparse tags support for special files.
Fix several permission issues.
Set O_PATH and O_NONBLOCK flags to open_flags.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 15 Dec 2020 03:19:47 +0000 (19:19 -0800)]
Merge pull request #14228 from neheb/v
vips: do not install libvips-cpp
Rosen Penev [Mon, 9 Nov 2020 07:19:34 +0000 (23:19 -0800)]
conntrack-tools: update to 1.4.6
Removed patch as upstream fixed libtirpc support differently.
Switched to normal tarballs for simplicity.
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 15 Dec 2020 03:03:39 +0000 (19:03 -0800)]
Merge pull request #14229 from neheb/pcr
pcre2: update to 10.36
Rosen Penev [Mon, 14 Dec 2020 00:21:49 +0000 (16:21 -0800)]
p11-kit: update to 0.23.22
Backport upstream patch that fixes compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 14 Dec 2020 00:27:08 +0000 (16:27 -0800)]
pcre2: update to 10.36
Mostly JIT fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 14 Dec 2020 04:52:40 +0000 (20:52 -0800)]
vips: do not install libvips-cpp
Nothing uses it. Allows to slim the package down.
Also made the InstallDev section more explicit.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 15 Dec 2020 00:33:55 +0000 (16:33 -0800)]
Merge pull request #14217 from ClaymorePT/boost_1.75.0
boost: Updates package to version 1.75
Carlos Miguel Ferreira [Mon, 14 Dec 2020 22:18:46 +0000 (22:18 +0000)]
boost: Adds json library
json library can work as header-only, but adding for the
cases where it is necessary.
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
Daniel Golle [Mon, 14 Dec 2020 16:34:08 +0000 (16:34 +0000)]
keyutils: update to 1.6.3 and improve packaging
* switch to kernel.org upstream (most recent versions seem to be
available only there)
* package request-key, key.dns_resolver and their config file into
new package 'keyutils'
* refresh patches
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Mon, 14 Dec 2020 21:37:13 +0000 (13:37 -0800)]
Merge pull request #14212 from stangri/master-simple-adblock
simple-adblock: bugfix - config update
Rosen Penev [Mon, 14 Dec 2020 21:36:15 +0000 (13:36 -0800)]
Merge pull request #14196 from pprindeville/issue#14195
isc-dhcp: seeing crashes when attempting to update dynamic dns
Rosen Penev [Mon, 14 Dec 2020 21:34:35 +0000 (13:34 -0800)]
Merge pull request #14158 from PolynomialDivision/snmpv6-collector
prometheus-node-exporter-lua: add snmp6 exporter
Rosen Penev [Mon, 14 Dec 2020 21:32:59 +0000 (13:32 -0800)]
Merge pull request #14162 from Cynerd/rpcd-mod-lxc-postinst
rpcd-mod-lxc: add postinst to reload rpcd on update/installation
Josef Schlehofer [Mon, 14 Dec 2020 20:44:50 +0000 (21:44 +0100)]
Merge pull request #14224 from commodo/python-bump
python3: bump to version 3.9.1
Karl Palsson [Sun, 13 Dec 2020 21:55:06 +0000 (21:55 +0000)]
mosquitto: bump to 2.0.2
Full changelog: https://mosquitto.org/blog/2020/12/version-2-0-2-released/
* Enables DHE ciphers
* Improved response time with http_dir and websockets
Drops a patch no longer required due to upstream fixes.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Karl Palsson [Mon, 14 Dec 2020 15:09:32 +0000 (15:09 +0000)]
libs: cjson: correctly install to named include paths
Supports the more traditional "#include <cjson/cJSON.h>"
instead of dropping them in the root.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Rosen Penev [Mon, 14 Dec 2020 07:41:01 +0000 (23:41 -0800)]
Merge pull request #14222 from neheb/pngg
libpng: disable building of executables
Rosen Penev [Mon, 14 Dec 2020 07:40:40 +0000 (23:40 -0800)]
Merge pull request #14210 from lucize/libreup
librswan: add xfrm interface depends
Lucian Cristian [Sat, 12 Dec 2020 09:34:53 +0000 (11:34 +0200)]
libreswan: add xfrm interface depends
ipsec needs xfrmi support
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Alexandru Ardelean [Mon, 14 Dec 2020 06:32:23 +0000 (08:32 +0200)]
python3: bump to version 3.9.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Matt Merhar [Mon, 14 Dec 2020 02:27:06 +0000 (21:27 -0500)]
fwknop: fix build with gpg support enabled
Along with the accompanying change to gpgme to install gpgme-config,
since libfko is what is actually linked to gpgme, and not
fwknop/fwknopd, an explicit dependency must be added to that package.
menuconfig now allows enabling gpg support if only fwknop is selected
without also selecting fwknopd.
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
Rosen Penev [Mon, 14 Dec 2020 03:19:54 +0000 (19:19 -0800)]
libpng: disable building of executables
They are not packaged here. Upstream backport.
Speeds up compilation and avoids a zlib hack.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Matt Merhar [Mon, 14 Dec 2020 02:24:54 +0000 (21:24 -0500)]
gpgme: install gpgme-config to host bin
This is necessary for at least fwknop to properly detect the library.
The change was modeled after how gpg-error-config is installed in the
libgpg-error package.
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
Rosen Penev [Mon, 14 Dec 2020 02:50:27 +0000 (18:50 -0800)]
Merge pull request #14221 from neheb/ge
gerbera update
Rosen Penev [Mon, 14 Dec 2020 00:37:32 +0000 (16:37 -0800)]
Merge pull request #14220 from neheb/autoc
autoconf: update to 2.70
Rosen Penev [Mon, 14 Dec 2020 00:37:08 +0000 (16:37 -0800)]
Merge pull request #14218 from neheb/alpp
alpine: update to 2.24
Rosen Penev [Mon, 14 Dec 2020 00:36:16 +0000 (16:36 -0800)]
Merge pull request #14219 from neheb/archi
libarchive: update to 2.5.0