Commit graph

22791 commits

Author SHA1 Message Date
Rosen Penev
461dc2f5fa
Merge pull request #14276 from 1715173329/yq
yq: Update to 4.0.0
2020-12-19 21:39:28 -08:00
Tianling Shen
4a0cacb955
yq: Update to 4.0.0
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
2020-12-20 12:12:44 +08:00
Rosen Penev
6866a68471
Merge pull request #14275 from tofurky/elektra_disable_gpgme
elektra: explicitly disable gpgme plugin
2020-12-19 15:46:20 -08:00
Matt Merhar
fb96fb3e4a 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>
2020-12-19 17:39:39 -05:00
Dirk Brenken
aa80d082e6
adblock: update 4.0.8
* source changes:
  - add new source 'games_tracking' (https://www.gameindustry.eu)
  - change malwaredomains source mirror
  - remove malwarelist source (source is empty)
  - remove youtube source (does not work at all)
* support multiple firewall zones for dns redirects
* add firewall zone/port housekeeping
* fix dns backend detection in TurrisOS (LuCI change)
* add check for gnu-sort

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-12-19 21:19:14 +01:00
Vincent JARDIN
776f4be36a 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>
2020-12-19 18:52:46 +00:00
Rosen Penev
93549ae1a1
Merge pull request #14270 from stangri/master-simple-adblock
simple-adblock: config update
2020-12-19 02:29:42 -08:00
Stan Grishin
95586689f5 simple-adblock: config update
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-12-18 22:04:59 -06:00
Rosen Penev
764d10b74d
Merge pull request #14260 from neheb/mon
monit: add libtool fixup
2020-12-18 18:10:47 -08:00
Philip Prindeville
a8918ba140
Merge pull request #14268 from pprindeville/fix-isc-dhcp-reload-typo
isc-dhcp: fix regression in reloading
2020-12-18 18:32:56 -07:00
Rosen Penev
a930e34204
Merge pull request #14267 from vjardin/pcsc-lite_path
pcscd: default /var/run path instead of /run
2020-12-18 17:15:12 -08:00
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