git: dec211c6cf60 - main - Stop removing ssp headers
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 22:46:17 UTC
The branch main has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=dec211c6cf60dcaefcd1bd93eb50825179d3060f
commit dec211c6cf60dcaefcd1bd93eb50825179d3060f
Author: Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2024-05-13 22:43:44 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2024-05-13 22:45:55 +0000
Stop removing ssp headers
These were previously installed by the GCC implementation of libssp, but
now they're installed once again with our implementation of
FORTIFY_SOURCE.
Reported by: jkim
Fixes: be04fec42638 ("Import _FORTIFY_SOURCE implementation [...]")
---
ObsoleteFiles.inc | 5 -----
1 file changed, 5 deletions(-)
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index b84b8d917bf4..8a2c87b20645 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -9491,11 +9491,6 @@ OLD_FILES+=usr/share/man/man4/imm.4.gz
OLD_FILES+=usr/share/man/man4/vpo.4.gz
# 20200104: gcc libssp removed
-OLD_FILES+=usr/include/ssp/ssp.h
-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