The following commit has been merged in the openafs-stable-1_8_x branch:
commit 7159be738388c6e8f3239539aca81c861ad9f533
Author: Andrew Deason <[email protected]>
Date:   Sun Dec 1 15:27:01 2019 -0600

    FBSD: Remove support for 8.x and 9.x
    
    According to <https://www.freebsd.org/security/unsupported.html>,
    FreeBSD 8.x EoL was on August 1, 2015, and FreeBSD 9.x EoL was on
    December 31, 2016. Remove our support for these versions, since they
    haven't been supported by FreeBSD itself for a while.
    
    FreeBSD 10.x EoL was on October 31, 2018, which has passed, but was
    less than a year ago. So keep 10.x in for now.
    
    Adjust our preprocessor checks accordingly:
    
    - In FBSD-specific dirs, assume AFS_FBSD100_ENV and lower is always
      true. Assume __FreeBSD_version is always at least 1000000.
    
    - In non-FBSD dirs, convert AFS_FBSD100_ENV and lower to AFS_FBSD_ENV.
    
    Reviewed-on: https://gerrit.openafs.org/13842
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit a4e9365fff2b0e3daf7e9cf2b40e6027b7dd3a15)
    
    Change-Id: If92991dead88bf8d18b837ef4661731c7fc2edbb
    Reviewed-on: https://gerrit.openafs.org/14782
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Tim Creech <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>
    Tested-by: Stephan Wiesand <[email protected]>

 INSTALL                                      |  9 +++---
 src/afs/FBSD/osi_file.c                      |  4 +--
 src/afs/FBSD/osi_groups.c                    | 13 --------
 src/afs/FBSD/osi_vfsops.c                    | 34 +++-----------------
 src/afs/FBSD/osi_vnodeops.c                  |  7 ----
 src/afs/afs_pioctl.c                         |  6 +---
 src/afs/afs_prototypes.h                     |  3 --
 src/afsweb/apache_includes/1.2/conf.h        |  3 +-
 src/afsweb/apache_includes/1.3.1/ap_config.h |  3 +-
 src/afsweb/apache_includes/1.3.6/ap_config.h |  3 +-
 src/afsweb/apache_includes/conf.h            |  3 +-
 src/config/param.amd64_fbsd_100.h            | 30 -----------------
 src/config/param.amd64_fbsd_101.h            | 27 ----------------
 src/config/param.amd64_fbsd_102.h            | 27 ----------------
 src/config/param.amd64_fbsd_103.h            | 27 ----------------
 src/config/param.amd64_fbsd_104.h            | 27 ----------------
 src/config/param.amd64_fbsd_110.h            | 27 ----------------
 src/config/param.amd64_fbsd_111.h            | 27 ----------------
 src/config/param.amd64_fbsd_112.h            | 27 ----------------
 src/config/param.amd64_fbsd_120.h            | 27 ----------------
 src/config/param.amd64_fbsd_80.h             | 21 ------------
 src/config/param.amd64_fbsd_81.h             | 27 ----------------
 src/config/param.amd64_fbsd_82.h             | 30 -----------------
 src/config/param.amd64_fbsd_83.h             | 33 -------------------
 src/config/param.amd64_fbsd_84.h             | 36 ---------------------
 src/config/param.amd64_fbsd_90.h             | 39 ----------------------
 src/config/param.amd64_fbsd_91.h             | 42 ------------------------
 src/config/param.amd64_fbsd_92.h             | 45 --------------------------
 src/config/param.amd64_fbsd_93.h             | 48 ----------------------------
 src/config/param.i386_fbsd_100.h             | 30 -----------------
 src/config/param.i386_fbsd_101.h             | 27 ----------------
 src/config/param.i386_fbsd_102.h             | 27 ----------------
 src/config/param.i386_fbsd_103.h             | 27 ----------------
 src/config/param.i386_fbsd_104.h             | 27 ----------------
 src/config/param.i386_fbsd_110.h             | 27 ----------------
 src/config/param.i386_fbsd_111.h             | 27 ----------------
 src/config/param.i386_fbsd_112.h             | 27 ----------------
 src/config/param.i386_fbsd_120.h             | 27 ----------------
 src/config/param.i386_fbsd_80.h              | 19 -----------
 src/config/param.i386_fbsd_81.h              | 25 ---------------
 src/config/param.i386_fbsd_82.h              | 28 ----------------
 src/config/param.i386_fbsd_83.h              | 31 ------------------
 src/config/param.i386_fbsd_84.h              | 34 --------------------
 src/config/param.i386_fbsd_90.h              | 37 ---------------------
 src/config/param.i386_fbsd_91.h              | 40 -----------------------
 src/config/param.i386_fbsd_92.h              | 43 -------------------------
 src/config/param.i386_fbsd_93.h              | 46 --------------------------
 src/rx/FBSD/rx_knet.c                        |  4 ---
 src/rx/rx_kernel.h                           |  2 +-
 49 files changed, 16 insertions(+), 1194 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to