aboutsummaryrefslogtreecommitdiff
path: root/utils/gnupg
Commit message (Collapse)AuthorAge
* gnupg: remove the GCC ifRosen Penev2021-08-19
| | | | | | Doesn't seem to work without advanced toolchain settings. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gnupg: prepare for gnupg2Daniel Golle2020-11-07
| | | | | | | Use ALTERNATIVES for /usr/bin/gpg and /usr/bin/gpgv, so upcoming gnupg2 variants can be selected instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnupg: fix compilation with GCC10Rosen Penev2020-07-17
| | | | | | | | | | | | A bit ugly but it works. Added PKG_BUILD_PARALLEL for faster compilation. Fix license information. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gnupg: Remove myself as maintainerDaniel F. Dickinson2018-07-04
| | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* gnupg: Update to 1.4.23Rosen Penev2018-06-26
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gnupg: Update to 1.4.22Rosen Penev2018-06-08
| | | | | | Switched URLs to official HTTPS. More reliable and more secure. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* utils/gnupg: Bump version; use both PKG_HASH (sha256) and PKG_MD5SUM (md5sum)Daniel Dickinson2017-01-12
| | | | | | | | Bump the version of gnupg and use new PKG_HASH for sha256sum and PKG_MD5SUM for md5sum (for backwards compatibility). Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* utils/gnupg: Add myself as maintainerDaniel Dickinson2017-01-12
| | | | | | | @Nico seems MIA; @hnyman asked if I'd be interested in taking over. I'm willing so adding myself. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* utils/gnupg: Add build of gpgvDaniel Dickinson2017-01-12
| | | | | | | | gpgv is a stripped down gnupg useful for only verifying signatures. Having this package can save space when all you need is signature verification. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* gnupg: move to Encryption submenuAlberto Bursi2016-10-23
| | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* gnupg: fix dependency error concerning libcurlHeinrich Schuchardt2016-02-10
| | | | | | | | | | | | | libcurl is added as dependency for gnupg-util to avoid a dependency error. The following invalid configuration options are removed: --disable-ftp --enable-fake-curl Fixes: 0a61d56eb3ab ("utils/gnupg: add new package gnupg-utils") Reported-by: Hannu Nyman <hannu.nyman@iki.fi> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* utils/gnupg: add new package gnupg-utilsHeinrich Schuchardt2015-12-30
| | | | | | | | | | | | The current package gnupg does not allow to receive keys due to disable-exec, disable-hkp configuration. The patch removes these switches. To avoid unduely increasing the package size the helper executables are put into a new package gnupg-utils. The version is bumped to 1.4.20 to avoid an error when receiving keys. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* gnupg: update to 1.4.19Nicolas Thill2015-03-07
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* gnupg: import from old packages feedNicolas Thill2014-08-20
- update to latest version (v1.4.18) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>