Is there a way to get security updates for wheezy after EOL












3















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?










share|improve this question




















  • 1





    wiki.debian.org/LTS/Extended, raphaelhertzog.com/2018/02/20/…?

    – muru
    Dec 17 '18 at 3:21


















3















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?










share|improve this question




















  • 1





    wiki.debian.org/LTS/Extended, raphaelhertzog.com/2018/02/20/…?

    – muru
    Dec 17 '18 at 3:21
















3












3








3








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?










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 17 '18 at 7:48









GAD3R

27.1k1858113




27.1k1858113










asked Dec 17 '18 at 1:59









rubo77rubo77

7,8022573136




7,8022573136








  • 1





    wiki.debian.org/LTS/Extended, raphaelhertzog.com/2018/02/20/…?

    – muru
    Dec 17 '18 at 3:21
















  • 1





    wiki.debian.org/LTS/Extended, raphaelhertzog.com/2018/02/20/…?

    – muru
    Dec 17 '18 at 3:21










1




1





wiki.debian.org/LTS/Extended, raphaelhertzog.com/2018/02/20/…?

– muru
Dec 17 '18 at 3:21







wiki.debian.org/LTS/Extended, raphaelhertzog.com/2018/02/20/…?

– muru
Dec 17 '18 at 3:21












1 Answer
1






active

oldest

votes


















7














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.)






share|improve this answer

























    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',
    autoActivateHeartbeat: false,
    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    7














    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.)






    share|improve this answer






























      7














      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.)






      share|improve this answer




























        7












        7








        7







        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.)






        share|improve this answer















        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.)







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Dec 17 '18 at 6:03

























        answered Dec 17 '18 at 5:49









        Stephen KittStephen Kitt

        176k24401479




        176k24401479






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Plaza Victoria

            Puebla de Zaragoza

            Musa