Can't upgrade GNUPG?
I'm trying to upgrade my 1.4.14 GNUPG to 2.0.26 version and the repository has 1.4.14 version... I tryied removing it and building the lastest version from the official GNUPG website downloading its source code (2.0.26), but I can't do it! it is always 1.4.14! and gpg generates this key:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
It generates v1 keys, that's bad... I wan't the lastest version to generate my keys, is more safe, doesn't it?
How can I repair it?
Thanks in advance!
(I'm using Linux Mint, but this happened in Ubuntu too)
gnupg
add a comment |
I'm trying to upgrade my 1.4.14 GNUPG to 2.0.26 version and the repository has 1.4.14 version... I tryied removing it and building the lastest version from the official GNUPG website downloading its source code (2.0.26), but I can't do it! it is always 1.4.14! and gpg generates this key:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
It generates v1 keys, that's bad... I wan't the lastest version to generate my keys, is more safe, doesn't it?
How can I repair it?
Thanks in advance!
(I'm using Linux Mint, but this happened in Ubuntu too)
gnupg
1
If you're currently doing this on Mint, it would be better if you asked this on Unix & Linux.
– muru
Oct 18 '14 at 5:41
add a comment |
I'm trying to upgrade my 1.4.14 GNUPG to 2.0.26 version and the repository has 1.4.14 version... I tryied removing it and building the lastest version from the official GNUPG website downloading its source code (2.0.26), but I can't do it! it is always 1.4.14! and gpg generates this key:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
It generates v1 keys, that's bad... I wan't the lastest version to generate my keys, is more safe, doesn't it?
How can I repair it?
Thanks in advance!
(I'm using Linux Mint, but this happened in Ubuntu too)
gnupg
I'm trying to upgrade my 1.4.14 GNUPG to 2.0.26 version and the repository has 1.4.14 version... I tryied removing it and building the lastest version from the official GNUPG website downloading its source code (2.0.26), but I can't do it! it is always 1.4.14! and gpg generates this key:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
It generates v1 keys, that's bad... I wan't the lastest version to generate my keys, is more safe, doesn't it?
How can I repair it?
Thanks in advance!
(I'm using Linux Mint, but this happened in Ubuntu too)
gnupg
gnupg
asked Oct 18 '14 at 5:30
Joshua Hales SilvaJoshua Hales Silva
4112
4112
1
If you're currently doing this on Mint, it would be better if you asked this on Unix & Linux.
– muru
Oct 18 '14 at 5:41
add a comment |
1
If you're currently doing this on Mint, it would be better if you asked this on Unix & Linux.
– muru
Oct 18 '14 at 5:41
1
1
If you're currently doing this on Mint, it would be better if you asked this on Unix & Linux.
– muru
Oct 18 '14 at 5:41
If you're currently doing this on Mint, it would be better if you asked this on Unix & Linux.
– muru
Oct 18 '14 at 5:41
add a comment |
3 Answers
3
active
oldest
votes
GnuPG 1 and 2
First of all, GnuPG 1.4.14 is not really outdated, there are two branches of GnuPG developed at the same time. Also see Are gnupg and gnupg2 compatible with each other?
On Debian and derivated distributions, GnuPG 1 is installed as gpg, whereas GnuPG 2 is installed as gpg2 (but you might need to install the gnupg2 package).
Key Versions
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
This is not an OpenPGP v1 key, the comment just indicates that GnuPG 1 created it. Both GnuPG 1 and 2 generate OpenPGP v4 keys. You can see what format is actually used by running (no matter whether using gpg or gpg2)
gpg --export [key-id] | gpg --list-packets | head
which will output something like
:public key packet:
version 4, algo 1, created 1356475387, expires 0
(Not) Building GnuPG on Your own
I strongly recommend not building GnuPG on your own. Apart from verifying sources, you need to regularly recompile to get security updates. Mint Linux already includes a fairly recent version of GnuPG 2 (2.0.22) with all security fixes backported, it should be totally fine sticking with that until a newer distribution will bring a new minor version.
add a comment |
i dont know if this would help but if you use linux mint you can download it here http://community.linuxmint.com/software/view/gnupg2 or if you use ubuntu you can download it here https://apps.ubuntu.com/cat/applications/gnupg2/
add a comment |
Older versions of gnupg are insecure.
GnuPG 1.4.23 released (2018-06-11) important
Although GnuPG 1.4 is of very limited use today we did a maintenance
release to address the critical security bug CVE-2017-7526. See the
download section on how to get this version.
GnuPG 2.2.8 released> (2018-06-08) important
This version fixes a critical security bug. Either this version or a
vendor provided fix should be installed. There are also a few other
changes; see the announcement mail. This is CVE-2018-12020 and our bug #4012.
To update to a safe version, you might have to install a backport explained further here.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f538473%2fcant-upgrade-gnupg%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
GnuPG 1 and 2
First of all, GnuPG 1.4.14 is not really outdated, there are two branches of GnuPG developed at the same time. Also see Are gnupg and gnupg2 compatible with each other?
On Debian and derivated distributions, GnuPG 1 is installed as gpg, whereas GnuPG 2 is installed as gpg2 (but you might need to install the gnupg2 package).
Key Versions
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
This is not an OpenPGP v1 key, the comment just indicates that GnuPG 1 created it. Both GnuPG 1 and 2 generate OpenPGP v4 keys. You can see what format is actually used by running (no matter whether using gpg or gpg2)
gpg --export [key-id] | gpg --list-packets | head
which will output something like
:public key packet:
version 4, algo 1, created 1356475387, expires 0
(Not) Building GnuPG on Your own
I strongly recommend not building GnuPG on your own. Apart from verifying sources, you need to regularly recompile to get security updates. Mint Linux already includes a fairly recent version of GnuPG 2 (2.0.22) with all security fixes backported, it should be totally fine sticking with that until a newer distribution will bring a new minor version.
add a comment |
GnuPG 1 and 2
First of all, GnuPG 1.4.14 is not really outdated, there are two branches of GnuPG developed at the same time. Also see Are gnupg and gnupg2 compatible with each other?
On Debian and derivated distributions, GnuPG 1 is installed as gpg, whereas GnuPG 2 is installed as gpg2 (but you might need to install the gnupg2 package).
Key Versions
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
This is not an OpenPGP v1 key, the comment just indicates that GnuPG 1 created it. Both GnuPG 1 and 2 generate OpenPGP v4 keys. You can see what format is actually used by running (no matter whether using gpg or gpg2)
gpg --export [key-id] | gpg --list-packets | head
which will output something like
:public key packet:
version 4, algo 1, created 1356475387, expires 0
(Not) Building GnuPG on Your own
I strongly recommend not building GnuPG on your own. Apart from verifying sources, you need to regularly recompile to get security updates. Mint Linux already includes a fairly recent version of GnuPG 2 (2.0.22) with all security fixes backported, it should be totally fine sticking with that until a newer distribution will bring a new minor version.
add a comment |
GnuPG 1 and 2
First of all, GnuPG 1.4.14 is not really outdated, there are two branches of GnuPG developed at the same time. Also see Are gnupg and gnupg2 compatible with each other?
On Debian and derivated distributions, GnuPG 1 is installed as gpg, whereas GnuPG 2 is installed as gpg2 (but you might need to install the gnupg2 package).
Key Versions
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
This is not an OpenPGP v1 key, the comment just indicates that GnuPG 1 created it. Both GnuPG 1 and 2 generate OpenPGP v4 keys. You can see what format is actually used by running (no matter whether using gpg or gpg2)
gpg --export [key-id] | gpg --list-packets | head
which will output something like
:public key packet:
version 4, algo 1, created 1356475387, expires 0
(Not) Building GnuPG on Your own
I strongly recommend not building GnuPG on your own. Apart from verifying sources, you need to regularly recompile to get security updates. Mint Linux already includes a fairly recent version of GnuPG 2 (2.0.22) with all security fixes backported, it should be totally fine sticking with that until a newer distribution will bring a new minor version.
GnuPG 1 and 2
First of all, GnuPG 1.4.14 is not really outdated, there are two branches of GnuPG developed at the same time. Also see Are gnupg and gnupg2 compatible with each other?
On Debian and derivated distributions, GnuPG 1 is installed as gpg, whereas GnuPG 2 is installed as gpg2 (but you might need to install the gnupg2 package).
Key Versions
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
This is not an OpenPGP v1 key, the comment just indicates that GnuPG 1 created it. Both GnuPG 1 and 2 generate OpenPGP v4 keys. You can see what format is actually used by running (no matter whether using gpg or gpg2)
gpg --export [key-id] | gpg --list-packets | head
which will output something like
:public key packet:
version 4, algo 1, created 1356475387, expires 0
(Not) Building GnuPG on Your own
I strongly recommend not building GnuPG on your own. Apart from verifying sources, you need to regularly recompile to get security updates. Mint Linux already includes a fairly recent version of GnuPG 2 (2.0.22) with all security fixes backported, it should be totally fine sticking with that until a newer distribution will bring a new minor version.
edited Mar 20 '17 at 10:18
Community♦
1
1
answered Oct 18 '14 at 10:01
Jens EratJens Erat
4,12972031
4,12972031
add a comment |
add a comment |
i dont know if this would help but if you use linux mint you can download it here http://community.linuxmint.com/software/view/gnupg2 or if you use ubuntu you can download it here https://apps.ubuntu.com/cat/applications/gnupg2/
add a comment |
i dont know if this would help but if you use linux mint you can download it here http://community.linuxmint.com/software/view/gnupg2 or if you use ubuntu you can download it here https://apps.ubuntu.com/cat/applications/gnupg2/
add a comment |
i dont know if this would help but if you use linux mint you can download it here http://community.linuxmint.com/software/view/gnupg2 or if you use ubuntu you can download it here https://apps.ubuntu.com/cat/applications/gnupg2/
i dont know if this would help but if you use linux mint you can download it here http://community.linuxmint.com/software/view/gnupg2 or if you use ubuntu you can download it here https://apps.ubuntu.com/cat/applications/gnupg2/
answered Sep 15 '15 at 0:41
jonathanjonathan
1
1
add a comment |
add a comment |
Older versions of gnupg are insecure.
GnuPG 1.4.23 released (2018-06-11) important
Although GnuPG 1.4 is of very limited use today we did a maintenance
release to address the critical security bug CVE-2017-7526. See the
download section on how to get this version.
GnuPG 2.2.8 released> (2018-06-08) important
This version fixes a critical security bug. Either this version or a
vendor provided fix should be installed. There are also a few other
changes; see the announcement mail. This is CVE-2018-12020 and our bug #4012.
To update to a safe version, you might have to install a backport explained further here.
add a comment |
Older versions of gnupg are insecure.
GnuPG 1.4.23 released (2018-06-11) important
Although GnuPG 1.4 is of very limited use today we did a maintenance
release to address the critical security bug CVE-2017-7526. See the
download section on how to get this version.
GnuPG 2.2.8 released> (2018-06-08) important
This version fixes a critical security bug. Either this version or a
vendor provided fix should be installed. There are also a few other
changes; see the announcement mail. This is CVE-2018-12020 and our bug #4012.
To update to a safe version, you might have to install a backport explained further here.
add a comment |
Older versions of gnupg are insecure.
GnuPG 1.4.23 released (2018-06-11) important
Although GnuPG 1.4 is of very limited use today we did a maintenance
release to address the critical security bug CVE-2017-7526. See the
download section on how to get this version.
GnuPG 2.2.8 released> (2018-06-08) important
This version fixes a critical security bug. Either this version or a
vendor provided fix should be installed. There are also a few other
changes; see the announcement mail. This is CVE-2018-12020 and our bug #4012.
To update to a safe version, you might have to install a backport explained further here.
Older versions of gnupg are insecure.
GnuPG 1.4.23 released (2018-06-11) important
Although GnuPG 1.4 is of very limited use today we did a maintenance
release to address the critical security bug CVE-2017-7526. See the
download section on how to get this version.
GnuPG 2.2.8 released> (2018-06-08) important
This version fixes a critical security bug. Either this version or a
vendor provided fix should be installed. There are also a few other
changes; see the announcement mail. This is CVE-2018-12020 and our bug #4012.
To update to a safe version, you might have to install a backport explained further here.
answered 4 mins ago
Elliptical viewElliptical view
402312
402312
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f538473%2fcant-upgrade-gnupg%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
If you're currently doing this on Mint, it would be better if you asked this on Unix & Linux.
– muru
Oct 18 '14 at 5:41