Commit graph

22780 commits

Author SHA1 Message Date
Philip Prindeville
7fbcaa75e2 isc-dhcp: fix regression in reloading
Introduced in "isc-dhcp: improve startup performance"

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-12-18 18:11:41 -07:00
Vincent JARDIN
85d53837f7 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>
2020-12-19 01:03:36 +00:00
Rosen Penev
5b2a507b6b
Merge pull request #14223 from tofurky/fwknop_gpgme_deps
fwknop: gpgme: fix build of fwknop with gpg enabled
2020-12-18 15:04:55 -08:00
Rosen Penev
8e9d6f9459
Merge pull request #14264 from neheb/ntfs2
ntfs-3g: make symlinks relative
2020-12-18 13:22:13 -08:00
Philip Prindeville
743f6c84a2
Merge pull request #14233 from pprindeville/issue#14232
bind: start named early enough to be present when isc-dhcp starts
2020-12-18 10:58:21 -07:00
Rosen Penev
22e2968c56
Merge pull request #14263 from neheb/easy
openvpn-easy-rsa: use relative symlinks
2020-12-18 04:41:34 -08:00
Yousong Zhou
31abcf26de 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>
2020-12-18 20:29:06 +08:00
Rosen Penev
aa438f550b
Merge pull request #14265 from neheb/olap
protobuf: fix bad CFLAGS in pkgconfig
2020-12-18 01:17:41 -08:00
Rosen Penev
e72192ce2d
Merge pull request #14261 from neheb/cifs2
cifs-utils: link mount utility relative instead of absolute
2020-12-17 23:15:16 -08:00
Rosen Penev
b11bbbd400
Merge pull request #14262 from neheb/kad
kadnode: link binary relative
2020-12-17 23:09:14 -08:00
Rosen Penev
b2989d1c1d
ola: fix compilation with older clang
Werror is normally passed with pkgconfig headers. Remove it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-17 22:02:44 -08:00
Rosen Penev
457dcc5d5b
protobuf: fix bad CFLAGS in pkgconfig
Issue shows itself when using clang.

Refreshed other patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-17 22:02:30 -08:00
Rosen Penev
b9c8f9def6
ntfs-3g: make symlinks relative
Fixes dead symlinks in InstallDev.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-17 22:01:23 -08:00
Rosen Penev
2756e72598
openvpn-easy-rsa: use relative symlinks
Fixes dead symlinks under InstallDev.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-17 22:00:20 -08:00
Rosen Penev
35ead3995f
kadnode: link binary relative
Fixes dead symlink in InstallDev

Clean up Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-17 21:59:42 -08:00
Rosen Penev
3d5902838c
cifs-utils: link mount utility relative instead of absolute
Fixes InstallDev dead link.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-17 21:59:00 -08:00
Rosen Penev
03115b0cde
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>
2020-12-17 21:58:10 -08:00
Rosen Penev
c12f6762ef
Merge pull request #14257 from zhanhb/alternatives-libexec
treewide: move binaries of alternatives to /usr/libexec
2020-12-17 21:41:04 -08:00
Rosen Penev
b2ba75c1c1
open2300: link library to relative path instead of absolute
Fixes an InstallDev dead link.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-17 16:01:48 -08:00
Rosen Penev
d424c2c662
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>
2020-12-17 15:57:57 -08:00
Rosen Penev
a567a7d214
Merge pull request #14250 from zhaojh329/libuhttpd
libuhttpd: Update to 3.5.0
2020-12-17 14:37:20 -08:00
Rosen Penev
1af05c13a2
Merge pull request #14247 from gstrauss/lighttpd-1.4.57
lighttpd: update to lighttpd 1.4.57
2020-12-17 14:36:33 -08:00
Rosen Penev
17d803e3b3
Merge pull request #14254 from dbermond/miniupnpc-add-installdev
miniupnpc: add InstallDev
2020-12-17 14:35:21 -08:00
Jianhui Zhao
3a25e7a3ec libuhttpd: Update to 3.5.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-12-17 23:53:57 +08:00
Glenn Strauss
a6ca009422 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>
2020-12-17 05:22:06 -05:00
Glenn Strauss
8f46b79c20 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>
2020-12-17 05:22:06 -05:00
Yousong Zhou
33bbeceaa7 qemu: add patch for qga guest-shutdown command
Ref: https://github.com/openwrt/packages/issues/14244
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-12-17 17:08:40 +08:00
Josef Schlehofer
d6ca3cff56
Merge pull request #14243 from Payne-X6/master
knot: update to version 3.0.3
2020-12-16 20:06:07 +01:00
Jan Hak
5cd9378653 knot: update to 3.0.3
Signed-off-by: Jan Hak <jan.hak@nic.cz>
2020-12-16 14:02:40 +01:00
Aaron Goodman
85dbb48201 mwan3: update version
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
- Changed version string

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-12-16 09:35:06 +01:00
Aaron Goodman
c6fce89bf7 mwan3: add more error logging to routing functions
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-12-16 09:32:44 +01:00
Aaron Goodman
24e1504b0b mwan3: improve route flushing on mwan3 stop
only attempt to flush routes for the relevant family

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-12-16 09:32:33 +01:00
Aaron Goodman
21ac1b2c3e mwan3: fix race condition in route loading
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-12-16 09:32:13 +01:00
Aaron Goodman
5691ff247f mwan3: fix linkdown routes not being added
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-12-16 09:32:02 +01:00
Rosen Penev
6ccb14a379
Merge pull request #14241 from neheb/mdns
mdnsreponder: use install paths instead of build ones
2020-12-16 00:02:56 -08:00
Rosen Penev
35d5de17d6
Merge pull request #14242 from neheb/nss2
nss: update to 3.60
2020-12-16 00:02:27 -08:00
Rosen Penev
7c25ff82a9
Merge pull request #14236 from commodo/python-updates1
python-chardet,cryptography: bump versions
2020-12-15 23:29:43 -08:00
Alexandru Ardelean
e4303a3d28 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>
2020-12-16 08:45:36 +02:00
Alexandru Ardelean
a03ce5bc72 python-chardet: bump to version 4.0.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-16 08:44:28 +02:00
Rosen Penev
beac69b7a5
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>
2020-12-15 20:06:13 -08:00
Rosen Penev
24002cdc38
Merge pull request #10643 from kmcopper/openssh
OpenSSH: Add failsafe support
2020-12-15 19:04:32 -08:00
Rosen Penev
1c573c76c6
Merge pull request #13884 from neheb/conn
conntrack-tools: update to 1.4.6
2020-12-15 18:41:20 -08:00
Rosen Penev
856e23cbab
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>
2020-12-15 18:18:47 -08:00
Rosen Penev
74937474e3
Merge pull request #14238 from commodo/sudo
sudo: change maintainer to myself
2020-12-15 14:06:51 -08:00
Rosen Penev
ea1b99b22a
Merge pull request #14234 from neheb/ksmbd
ksmbd: update to 3.3.2
2020-12-15 14:06:17 -08:00
Philip Prindeville
52c4c84700 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>
2020-12-15 14:03:25 -07:00
Paul Spooren
bd3320e8de 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>
2020-12-15 08:25:31 -10:00
Daniel Golle
58449afd38 podman: update to version 2.2.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-12-15 18:23:18 +00:00
Daniel Golle
363222c289 cni-plugins: update to version 0.9.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-12-15 18:23:18 +00:00
Philip Prindeville
51b7040ab0
Merge pull request #14184 from pprindeville/issue#14183
bind: add support for the 'rndc' utility
2020-12-15 10:55:47 -07:00