Skip to content

Commit e642e53

Browse files
committed
Remove support for Debian 9
Debian 9 (stretch) is now beyond LTS support and on to ELTS support, which means that the typical Debian infrastructure is no longer involved and updates are no longer available from Debian. As a result, it's not really appropriate for us to continue to build packages on stretch since we can't be certain our dependencies or build environment are secure. It is the case that some of the OSes that use Debian 9 packages, such as some versions of Ubuntu, do still receive security updates, but since we don't build specifically for those OSes, we'll need to drop support for them as well. Of the OSes receiving mainline (non-extended) security support, only Ubuntu bionic is affected.
1 parent 9ef46f8 commit e642e53

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

docker/run_dockers.bsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ done
5959

6060
if [[ ${#IMAGES[@]} == 0 ]]; then
6161
# If you change this list, change script/upload as well.
62-
IMAGES=(centos_7 centos_8 rocky_9 debian_9 debian_10 debian_11)
62+
IMAGES=(centos_7 centos_8 rocky_9 debian_10 debian_11)
6363
fi
6464

6565
mkdir -p "${PACKAGE_DIR}"

script/packagecloud.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,6 @@
5353
# Debian EOL https://wiki.debian.org/LTS/
5454
# Ubuntu EOL https://wiki.ubuntu.com/Releases
5555
# Mint EOL https://linuxmint.com/download_all.php
56-
"debian/9" => [
57-
"debian/stretch", # EOL June 2022
58-
"linuxmint/tara", # EOL April 2023
59-
"linuxmint/tessa", # EOL April 2023
60-
"linuxmint/tina", # EOL April 2023
61-
"linuxmint/tricia", # EOL April 2023
62-
"ubuntu/xenial", # ESM April 2024
63-
"ubuntu/bionic", # ESM April 2028
64-
],
6556
"debian/10" => [
6657
"debian/buster", # EOL June 2024
6758
"linuxmint/ulyana", # EOL April 2025

script/upload

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ Up to date packages are available on [PackageCloud](https://packagecloud.io/gith
197197
[RPM RHEL 7/CentOS 7](https://packagecloud.io/github/git-lfs/packages/el/7/git-lfs-VERSION-1.el7.x86_64.rpm/download)
198198
[RPM RHEL 8/Rocky Linux 8](https://packagecloud.io/github/git-lfs/packages/el/8/git-lfs-VERSION-1.el8.x86_64.rpm/download)
199199
[RPM RHEL 9/Rocky Linux 9](https://packagecloud.io/github/git-lfs/packages/el/9/git-lfs-VERSION-1.el9.x86_64.rpm/download)
200-
[Debian 9](https://packagecloud.io/github/git-lfs/packages/debian/stretch/git-lfs_VERSION_amd64.deb/download)
201200
[Debian 10](https://packagecloud.io/github/git-lfs/packages/debian/buster/git-lfs_VERSION_amd64.deb/download)
202201
[Debian 11](https://packagecloud.io/github/git-lfs/packages/debian/bullseye/git-lfs_VERSION_amd64.deb/download)
203202

0 commit comments

Comments
 (0)