aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | elektra: explicitly disable gpgme pluginMatt Merhar2020-12-19
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* / / / acsccid: add packageVincent JARDIN2020-12-19
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #14270 from stangri/master-simple-adblockRosen Penev2020-12-19
|\ \ \ | | | | | | | | simple-adblock: config update
| * | | simple-adblock: config updateStan Grishin2020-12-18
|/ / / | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | Merge pull request #14260 from neheb/monRosen Penev2020-12-18
|\ \ \ | | | | | | | | monit: add libtool fixup
| * | | monit: add libtool fixupRosen Penev2020-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #14268 from pprindeville/fix-isc-dhcp-reload-typoPhilip Prindeville2020-12-18
|\ \ \ \ | | | | | | | | | | isc-dhcp: fix regression in reloading
| * | | | isc-dhcp: fix regression in reloadingPhilip Prindeville2020-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced in "isc-dhcp: improve startup performance" Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #14267 from vjardin/pcsc-lite_pathRosen Penev2020-12-18
|\ \ \ \ \ | | | | | | | | | | | | pcscd: default /var/run path instead of /run
| * | | | | pcscd: default /var/run path instead of /runVincent JARDIN2020-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #14223 from tofurky/fwknop_gpgme_depsRosen Penev2020-12-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | fwknop: gpgme: fix build of fwknop with gpg enabled
| * | | | | | fwknop: fix build with gpg support enabledMatt Merhar2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | gpgme: install gpgme-config to host binMatt Merhar2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #14264 from neheb/ntfs2Rosen Penev2020-12-18
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | ntfs-3g: make symlinks relative
| * | | | | | ntfs-3g: make symlinks relativeRosen Penev2020-12-17
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes dead symlinks in InstallDev. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14233 from pprindeville/issue#14232Philip Prindeville2020-12-18
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | bind: start named early enough to be present when isc-dhcp starts
| * | | | | bind: start named early enough to be present when isc-dhcp startsPhilip Prindeville2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #14263 from neheb/easyRosen Penev2020-12-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | openvpn-easy-rsa: use relative symlinks
| * | | | | | openvpn-easy-rsa: use relative symlinksRosen Penev2020-12-17
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes dead symlinks under InstallDev. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | qemu: remove ref to now non-existent TARGET_arm64Yousong Zhou2020-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #14265 from neheb/olapRosen Penev2020-12-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | protobuf: fix bad CFLAGS in pkgconfig
| * | | | | | ola: fix compilation with older clangRosen Penev2020-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Werror is normally passed with pkgconfig headers. Remove it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | protobuf: fix bad CFLAGS in pkgconfigRosen Penev2020-12-17
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue shows itself when using clang. Refreshed other patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14261 from neheb/cifs2Rosen Penev2020-12-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | cifs-utils: link mount utility relative instead of absolute
| * | | | | | cifs-utils: link mount utility relative instead of absoluteRosen Penev2020-12-17
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes InstallDev dead link. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14262 from neheb/kadRosen Penev2020-12-17
|\ \ \ \ \ \ | |/ / / / / |/| | | | | kadnode: link binary relative
| * | | | | kadnode: link binary relativeRosen Penev2020-12-17
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes dead symlink in InstallDev Clean up Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14257 from zhanhb/alternatives-libexecRosen Penev2020-12-17
|\ \ \ \ \ | | | | | | | | | | | | treewide: move binaries of alternatives to /usr/libexec
| * | | | | xz: move alternatives to /usr/libexecHuangbin Zhan2020-11-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | | | treewide: move binary of alternatives to libexec, rename as suggestedHuangbin Zhan2020-10-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | | | coreutils: move alternatives to /usr/libexecHuangbin Zhan2020-06-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | open2300: link library to relative path instead of absoluteRosen Penev2020-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an InstallDev dead link. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | mdnsresponder: bring back LN hackRosen Penev2020-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #14250 from zhaojh329/libuhttpdRosen Penev2020-12-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | libuhttpd: Update to 3.5.0
| * | | | | | libuhttpd: Update to 3.5.0Jianhui Zhao2020-12-17
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | | Merge pull request #14247 from gstrauss/lighttpd-1.4.57Rosen Penev2020-12-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | lighttpd: update to lighttpd 1.4.57
| * | | | | | lighttpd: update to lighttpd 1.4.57 release hashGlenn Strauss2020-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to lighttpd 1.4.57 release hash * remove patches incorporated upstream Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | | | lighttpd: cleaner TLS dependency logic in MakefileGlenn Strauss2020-12-17
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #14254 from dbermond/miniupnpc-add-installdevRosen Penev2020-12-17
|\ \ \ \ \ \ | |/ / / / / |/| | | | | miniupnpc: add InstallDev
| * | | | | miniupnpc: add InstallDevDaniel Bermond2020-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit ef388ff1f3f2 removed 'CMAKE_INSTALL:=1', and this makes the development files to be not installed anymore on 'staging_dir'. Being such, packages that needs to link against libminiupnpc fails to build, because it cannot find the headers and the library. Adding an InstallDev fixes this. Build-tested on: ipq806x (R7800) Run-tested on: ipq806x (R7800) Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* | | | | | qemu: add patch for qga guest-shutdown commandYousong Zhou2020-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref: https://github.com/openwrt/packages/issues/14244 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | Merge pull request #14243 from Payne-X6/masterJosef Schlehofer2020-12-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | knot: update to version 3.0.3
| * | | | | | knot: update to 3.0.3Jan Hak2020-12-16
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | | mwan3: update versionAaron Goodman2020-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de> - Changed version string Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | | | mwan3: add more error logging to routing functionsAaron Goodman2020-12-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | | | mwan3: improve route flushing on mwan3 stopAaron Goodman2020-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only attempt to flush routes for the relevant family Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | | | mwan3: fix race condition in route loadingAaron Goodman2020-12-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | | | mwan3: fix linkdown routes not being addedAaron Goodman2020-12-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | | | Merge pull request #14241 from neheb/mdnsRosen Penev2020-12-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | mdnsreponder: use install paths instead of build ones
| * | | | | | mdnsreponder: use install paths instead of build onesRosen Penev2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>