Emilio Pozuelo Monfort pushed to branch master at Debian Security Tracker / security-tracker
Commits: 73649cb3 by Salvatore Bonaccorso at 2022-07-01T19:26:19+02:00 config.json: Drop stretch as supported release This moves effectively buster to the LTS team via the supported releases moving and ends support for stretch LTS. Debian buster will remain in the hands of the Security Team until August. This is basically though not a problem as it affects only LTS triage scripts like bin/lts-cve-triage.py and the LTS team will make clear that buster is not LTS until the handover around August (excate date is still to be defined). [Salvatore Bonaccorso: Rewrite slightly the original commit from the "end of life regular security support for buster merge request.] Link: https://salsa.debian.org/security-tracker-team/security-tracker/-/merge_requests/108 Link: https://salsa.debian.org/security-tracker-team/security-tracker/-/merge_requests/105 Signed-off-by: Salvatore Bonaccorso <[email protected]> - - - - - 45cd9858 by Salvatore Bonaccorso at 2022-07-01T19:26:19+02:00 distributions.json: Drop contact information for stretch Additionally following the scheme from 12e3a22b6a78 ("distributions.json: Introduce 'end-of-life' for support attribute") mark stretch with the "end-of-life" for support. Link: https://salsa.debian.org/qa/distro-tracker/-/issues/58 Signed-off-by: Salvatore Bonaccorso <[email protected]> - - - - - 2 changed files: - data/config.json - static/distributions.json Changes: ===================================== data/config.json ===================================== @@ -69,9 +69,7 @@ "optional": [ "stretch-proposed-updates" ] - }, - "architectures": [ "amd64", "arm64", "armel", "armhf", "i386" ], - "release": "oldoldstable" + } }, "buster": { "members": { ===================================== static/distributions.json ===================================== @@ -11,8 +11,8 @@ }, "stretch": { "major-version": "9", - "support": "lts", - "contact": "[email protected]" + "support": "end-of-life", + "contact": "" }, "buster": { "major-version": "10", View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/75d5e5ea1920cdcef650bf3c82015e902bdaca5d...45cd9858179e7fc331b17903549c7f6f088ef277 -- View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/75d5e5ea1920cdcef650bf3c82015e902bdaca5d...45cd9858179e7fc331b17903549c7f6f088ef277 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-security-tracker-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits
