The branch stable/13 has been updated by dim:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=3811bd9cf8ff8a4de65c894cfe466ccdeb5fb1da

commit 3811bd9cf8ff8a4de65c894cfe466ccdeb5fb1da
Author:     John Baldwin <[email protected]>
AuthorDate: 2022-01-13 22:49:14 +0000
Commit:     Dimitry Andric <[email protected]>
CommitDate: 2022-06-21 17:54:47 +0000

    Remove usr/lib/libssp.a.
    
    GNU's libssp installed this (in addition to libssp_nonshared.a), but
    the libc-based libssp does not.
    
    Reviewed by:    kevans, emaste
    Fixes:          cd0d51baaa45 Provide libssp based on libc
    Sponsored by:   The University of Cambridge, Google Inc.
    Differential Revision:  https://reviews.freebsd.org/D33852
    
    (cherry picked from commit 900a792250c2e8824ce7ebc49fef59ba6e82c9a4)
---
 ObsoleteFiles.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 7cd4ed25d01f..8086d4f22447 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -4199,6 +4199,7 @@ OLD_FILES+=usr/include/ssp/stdio.h
 OLD_FILES+=usr/include/ssp/string.h
 OLD_FILES+=usr/include/ssp/unistd.h
 OLD_DIRS+=usr/include/ssp
+OLD_FILES+=usr/lib/libssp.a
 
 # 20191229: GEOM_SCHED class and gsched tool removed
 OLD_FILES+=sbin/gsched

Reply via email to