aboutsummaryrefslogtreecommitdiff
path: root/utils/gnupg
Commit message (Collapse)AuthorAge
* 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>