Is there a way to get security updates for wheezy after EOL
up vote
2
down vote
favorite
I know the best solution would be to upgrade the server after Debian wheezy has reached End Of LIfe in May 2018, but is there a way to continue running an old wheezy instance and get some minimal updates still?
Maybe some external apt-sources, that still are getting maintained somewhere?
debian security backports
add a comment |
up vote
2
down vote
favorite
I know the best solution would be to upgrade the server after Debian wheezy has reached End Of LIfe in May 2018, but is there a way to continue running an old wheezy instance and get some minimal updates still?
Maybe some external apt-sources, that still are getting maintained somewhere?
debian security backports
1
wiki.debian.org/LTS/Extended, raphaelhertzog.com/2018/02/20/…?
– muru
9 hours ago
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I know the best solution would be to upgrade the server after Debian wheezy has reached End Of LIfe in May 2018, but is there a way to continue running an old wheezy instance and get some minimal updates still?
Maybe some external apt-sources, that still are getting maintained somewhere?
debian security backports
I know the best solution would be to upgrade the server after Debian wheezy has reached End Of LIfe in May 2018, but is there a way to continue running an old wheezy instance and get some minimal updates still?
Maybe some external apt-sources, that still are getting maintained somewhere?
debian security backports
debian security backports
edited 4 hours ago
GAD3R
25.1k1749106
25.1k1749106
asked 10 hours ago
rubo77
7,3702469130
7,3702469130
1
wiki.debian.org/LTS/Extended, raphaelhertzog.com/2018/02/20/…?
– muru
9 hours ago
add a comment |
1
wiki.debian.org/LTS/Extended, raphaelhertzog.com/2018/02/20/…?
– muru
9 hours ago
1
1
wiki.debian.org/LTS/Extended, raphaelhertzog.com/2018/02/20/…?
– muru
9 hours ago
wiki.debian.org/LTS/Extended, raphaelhertzog.com/2018/02/20/…?
– muru
9 hours ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
6
down vote
accepted
As indicated by muru, there is a way to get updated packages for Debian 7, through Freexian’s Extended LTS. See also Raphaël Hertzog’s blog post introducing it.
This is a continuation of the Debian 7 LTS, which stopped in May 2018. In the extended LTS, a subset of Debian 7 packages continue to receive support, on amd64
and possibly i386
. The subset is determined by the sponsors of the project; to be an extended LTS sponsor, you also have to be a regular LTS sponsor. It is however possible to hitch a ride and use the extended LTS without sponsoring it, the instructions and repository are freely available:
wget https://deb.freexian.com/extended-lts/pool/main/f/freexian-archive-keyring/freexian-archive-keyring_2018.05.29_all.deb && sudo dpkg -i freexian-archive-keyring_2018.05.29_all.deb
echo deb http://deb.freexian.com/extended-lts wheezy-lts main contrib non-free | sudo tee /etc/apt/sources.list.d/extended-lts.list
echo deb http://deb.freexian.com/extended-lts wheezy-lts-kernel main | sudo tee -a /etc/apt/sources.list.d/extended-lts.list
Remember to upgrade the kernel too, and set up a local package mirror.
Without becoming a sponsor, this can only be a band-aid and the resulting feeling of security will be misleading. For example, Ghostscript was dropped at the start of September...
(Freexian handles sponsorship and payments. The package maintenance is carried out by Debian developers whose time is paid for by the Extended LTS project.)
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f489394%2fis-there-a-way-to-get-security-updates-for-wheezy-after-eol%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
accepted
As indicated by muru, there is a way to get updated packages for Debian 7, through Freexian’s Extended LTS. See also Raphaël Hertzog’s blog post introducing it.
This is a continuation of the Debian 7 LTS, which stopped in May 2018. In the extended LTS, a subset of Debian 7 packages continue to receive support, on amd64
and possibly i386
. The subset is determined by the sponsors of the project; to be an extended LTS sponsor, you also have to be a regular LTS sponsor. It is however possible to hitch a ride and use the extended LTS without sponsoring it, the instructions and repository are freely available:
wget https://deb.freexian.com/extended-lts/pool/main/f/freexian-archive-keyring/freexian-archive-keyring_2018.05.29_all.deb && sudo dpkg -i freexian-archive-keyring_2018.05.29_all.deb
echo deb http://deb.freexian.com/extended-lts wheezy-lts main contrib non-free | sudo tee /etc/apt/sources.list.d/extended-lts.list
echo deb http://deb.freexian.com/extended-lts wheezy-lts-kernel main | sudo tee -a /etc/apt/sources.list.d/extended-lts.list
Remember to upgrade the kernel too, and set up a local package mirror.
Without becoming a sponsor, this can only be a band-aid and the resulting feeling of security will be misleading. For example, Ghostscript was dropped at the start of September...
(Freexian handles sponsorship and payments. The package maintenance is carried out by Debian developers whose time is paid for by the Extended LTS project.)
add a comment |
up vote
6
down vote
accepted
As indicated by muru, there is a way to get updated packages for Debian 7, through Freexian’s Extended LTS. See also Raphaël Hertzog’s blog post introducing it.
This is a continuation of the Debian 7 LTS, which stopped in May 2018. In the extended LTS, a subset of Debian 7 packages continue to receive support, on amd64
and possibly i386
. The subset is determined by the sponsors of the project; to be an extended LTS sponsor, you also have to be a regular LTS sponsor. It is however possible to hitch a ride and use the extended LTS without sponsoring it, the instructions and repository are freely available:
wget https://deb.freexian.com/extended-lts/pool/main/f/freexian-archive-keyring/freexian-archive-keyring_2018.05.29_all.deb && sudo dpkg -i freexian-archive-keyring_2018.05.29_all.deb
echo deb http://deb.freexian.com/extended-lts wheezy-lts main contrib non-free | sudo tee /etc/apt/sources.list.d/extended-lts.list
echo deb http://deb.freexian.com/extended-lts wheezy-lts-kernel main | sudo tee -a /etc/apt/sources.list.d/extended-lts.list
Remember to upgrade the kernel too, and set up a local package mirror.
Without becoming a sponsor, this can only be a band-aid and the resulting feeling of security will be misleading. For example, Ghostscript was dropped at the start of September...
(Freexian handles sponsorship and payments. The package maintenance is carried out by Debian developers whose time is paid for by the Extended LTS project.)
add a comment |
up vote
6
down vote
accepted
up vote
6
down vote
accepted
As indicated by muru, there is a way to get updated packages for Debian 7, through Freexian’s Extended LTS. See also Raphaël Hertzog’s blog post introducing it.
This is a continuation of the Debian 7 LTS, which stopped in May 2018. In the extended LTS, a subset of Debian 7 packages continue to receive support, on amd64
and possibly i386
. The subset is determined by the sponsors of the project; to be an extended LTS sponsor, you also have to be a regular LTS sponsor. It is however possible to hitch a ride and use the extended LTS without sponsoring it, the instructions and repository are freely available:
wget https://deb.freexian.com/extended-lts/pool/main/f/freexian-archive-keyring/freexian-archive-keyring_2018.05.29_all.deb && sudo dpkg -i freexian-archive-keyring_2018.05.29_all.deb
echo deb http://deb.freexian.com/extended-lts wheezy-lts main contrib non-free | sudo tee /etc/apt/sources.list.d/extended-lts.list
echo deb http://deb.freexian.com/extended-lts wheezy-lts-kernel main | sudo tee -a /etc/apt/sources.list.d/extended-lts.list
Remember to upgrade the kernel too, and set up a local package mirror.
Without becoming a sponsor, this can only be a band-aid and the resulting feeling of security will be misleading. For example, Ghostscript was dropped at the start of September...
(Freexian handles sponsorship and payments. The package maintenance is carried out by Debian developers whose time is paid for by the Extended LTS project.)
As indicated by muru, there is a way to get updated packages for Debian 7, through Freexian’s Extended LTS. See also Raphaël Hertzog’s blog post introducing it.
This is a continuation of the Debian 7 LTS, which stopped in May 2018. In the extended LTS, a subset of Debian 7 packages continue to receive support, on amd64
and possibly i386
. The subset is determined by the sponsors of the project; to be an extended LTS sponsor, you also have to be a regular LTS sponsor. It is however possible to hitch a ride and use the extended LTS without sponsoring it, the instructions and repository are freely available:
wget https://deb.freexian.com/extended-lts/pool/main/f/freexian-archive-keyring/freexian-archive-keyring_2018.05.29_all.deb && sudo dpkg -i freexian-archive-keyring_2018.05.29_all.deb
echo deb http://deb.freexian.com/extended-lts wheezy-lts main contrib non-free | sudo tee /etc/apt/sources.list.d/extended-lts.list
echo deb http://deb.freexian.com/extended-lts wheezy-lts-kernel main | sudo tee -a /etc/apt/sources.list.d/extended-lts.list
Remember to upgrade the kernel too, and set up a local package mirror.
Without becoming a sponsor, this can only be a band-aid and the resulting feeling of security will be misleading. For example, Ghostscript was dropped at the start of September...
(Freexian handles sponsorship and payments. The package maintenance is carried out by Debian developers whose time is paid for by the Extended LTS project.)
edited 6 hours ago
answered 6 hours ago
Stephen Kitt
162k24358436
162k24358436
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f489394%2fis-there-a-way-to-get-security-updates-for-wheezy-after-eol%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
wiki.debian.org/LTS/Extended, raphaelhertzog.com/2018/02/20/…?
– muru
9 hours ago