diff options
author | Kristian Fiskerstrand <k_f@gentoo.org> | 2014-12-17 19:05:55 +0000 |
---|---|---|
committer | Kristian Fiskerstrand <k_f@gentoo.org> | 2014-12-17 19:05:55 +0000 |
commit | 2b3ef7d5d3026868aee92ea73179f30bccd65c16 (patch) | |
tree | 397d2abfec2bde751bac8a1e5e0de3ad85849f2c /app-crypt | |
parent | Remove bogus dependency. (diff) | |
download | gentoo-2-2b3ef7d5d3026868aee92ea73179f30bccd65c16.tar.gz gentoo-2-2b3ef7d5d3026868aee92ea73179f30bccd65c16.tar.bz2 gentoo-2-2b3ef7d5d3026868aee92ea73179f30bccd65c16.zip |
Version bump to GnuPG 2.1.1
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xFC3B17DE05E136A0!)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-2.1.1.ebuild (renamed from app-crypt/gnupg/gnupg-2.1.0-r1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog index 6656a486f96c..8d922fef821f 100644 --- a/app-crypt/gnupg/ChangeLog +++ b/app-crypt/gnupg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/gnupg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.560 2014/11/24 16:05:28 k_f Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.561 2014/12/17 19:05:55 k_f Exp $ + +*gnupg-2.1.1 (17 Dec 2014) + + 17 Dec 2014; Kristian Fiskerstrand <k_f@gentoo.org> +gnupg-2.1.1.ebuild, + -gnupg-2.1.0-r1.ebuild: + Version bump to GnuPG 2.1.1 *gnupg-2.1.0-r1 (24 Nov 2014) diff --git a/app-crypt/gnupg/gnupg-2.1.0-r1.ebuild b/app-crypt/gnupg/gnupg-2.1.1.ebuild index ae4b45c2f384..7b1b48931b32 100644 --- a/app-crypt/gnupg/gnupg-2.1.0-r1.ebuild +++ b/app-crypt/gnupg/gnupg-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.1.0-r1.ebuild,v 1.1 2014/11/24 16:05:28 k_f Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.1.1.ebuild,v 1.1 2014/12/17 19:05:55 k_f Exp $ EAPI="5" @@ -158,7 +158,7 @@ pkg_postinst() { ewarn "and to start a fresh daemon just run 'gpg-agent --daemon'." if [[ -n ${REPLACING_VERSIONS} ]]; then - elog "If upgrading from a version prior than 2.1 you will have to re-import" + elog "If upgrading from a version prior than 2.1 you might have to re-import" elog "secret keys after restarting the gpg-agent as the new version is using" elog "a new storage mechanism." elog "You can migrate the keys using gpg --import \$HOME/.gnupg/secring.gpg" |