]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop FreeBSD 11
authorMichal Nowak <mnowak@isc.org>
Tue, 30 Nov 2021 14:45:39 +0000 (15:45 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 17 Dec 2021 11:53:21 +0000 (12:53 +0100)
Support for FreeBSD 11.4, the last FreeBSD 11.x release, ended on
September 30, 2021.

The "--with-readline" ./configure option has been added to gcc:sid:amd64
CI job; otherwise, it would be lost with the FreeBSD 11 removal.

Link: https://www.freebsd.org/security/unsupported/
(cherry picked from commit 981579f379f11c025ef8e5d7c5cd6e940138388b)

.gitlab-ci.yml
PLATFORMS
PLATFORMS.md

index d08ea3d89346705fdf644cb0006a77e2468ee6e8..d847a5a73db194957f7ea089eadc16c1cf530401 100644 (file)
@@ -176,10 +176,6 @@ stages:
 
 ### QCOW2 Image Templates
 
-.freebsd-11-amd64: &freebsd_11_amd64_image
-  image: "freebsd-11.4-x86_64"
-  <<: *libvirt_amd64
-
 .freebsd-12-amd64: &freebsd_12_amd64_image
   image: "freebsd-12.2-x86_64"
   <<: *libvirt_amd64
@@ -1097,35 +1093,6 @@ unit:gcc:softhsm2.6:
     - job: gcc:softhsm2.6
       artifacts: true
 
-# Jobs for Clang builds on FreeBSD 11 (amd64)
-
-clang:freebsd11:amd64:
-  variables:
-    CFLAGS: "${CFLAGS_COMMON}"
-    USER: gitlab-runner
-  <<: *freebsd_11_amd64_image
-  <<: *build_job
-  <<: *schedules_tags_web_triggering_rules
-
-system:clang:freebsd11:amd64:
-  <<: *freebsd_11_amd64_image
-  <<: *system_test_job
-  <<: *schedules_tags_web_triggering_rules
-  variables:
-    USER: gitlab-runner
-    TEST_PARALLEL_JOBS: 4
-  needs:
-    - job: clang:freebsd11:amd64
-      artifacts: true
-
-unit:clang:freebsd11:amd64:
-  <<: *freebsd_11_amd64_image
-  <<: *unit_test_job
-  <<: *schedules_tags_web_triggering_rules
-  needs:
-    - job: clang:freebsd11:amd64
-      artifacts: true
-
 # Jobs for Clang builds on FreeBSD 12 (amd64)
 
 clang:freebsd12:amd64:
index 5a32708a03bb9e5eea3a8942d14c980bc35dc2a2..d7adfcf7b15f6f17519c2f9768fed9be848a3624 100644 (file)
--- a/PLATFORMS
+++ b/PLATFORMS
@@ -41,7 +41,7 @@ following systems:
   * Ubuntu LTS 18.04, 20.04
   * Fedora 34
   * Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
-  * FreeBSD 11.4, 12.2, 13.0
+  * FreeBSD 12.2, 13.0
   * OpenBSD 7.0
   * Alpine Linux 3.15
 
@@ -82,7 +82,7 @@ platforms.
       + Ubuntu 14.04, 16.04 (Ubuntu ESM releases are not supported)
       + CentOS 6
       + Debian Jessie
-      + FreeBSD 10.x
+      + FreeBSD 10.x, 11.x
 
 Unsupported platforms
 
index 3f672fbab78eb04ce81c2dedeb4485a6252d14ec..7869ee2b079f003dcd46a6362c6978bba98136d2 100644 (file)
@@ -49,7 +49,7 @@ following systems:
 * Ubuntu LTS 18.04, 20.04
 * Fedora 34
 * Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
-* FreeBSD 11.4, 12.2, 13.0
+* FreeBSD 12.2, 13.0
 * OpenBSD 7.0
 * Alpine Linux 3.15
 
@@ -89,7 +89,7 @@ platforms.
     * Ubuntu 14.04, 16.04 (Ubuntu ESM releases are not supported)
     * CentOS 6
     * Debian Jessie
-    * FreeBSD 10.x
+    * FreeBSD 10.x, 11.x
 
 ## Unsupported platforms