diff options
author | Nick Clifton <nickc@redhat.com> | 2023-04-20 16:52:11 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-04-20 16:52:11 +0100 |
commit | 8e7785b4bd4fccaafad5c64a30342345e8cc6801 (patch) | |
tree | 0cadb103ceb4f21d5fce6f8a5f2799a4c3291d4f /src-release.sh | |
parent | x86: adjust an ILP32 testcase using .insn (diff) | |
download | binutils-gdb-8e7785b4bd4fccaafad5c64a30342345e8cc6801.tar.gz binutils-gdb-8e7785b4bd4fccaafad5c64a30342345e8cc6801.tar.bz2 binutils-gdb-8e7785b4bd4fccaafad5c64a30342345e8cc6801.zip |
Add a SECURITY.txt file describing the GNU Binutils' project's stance on security related bugs.
Diffstat (limited to 'src-release.sh')
-rwxr-xr-x | src-release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-release.sh b/src-release.sh index ec28f8691c7..c974ea05473 100755 --- a/src-release.sh +++ b/src-release.sh @@ -45,7 +45,7 @@ DEVO_SUPPORT="ar-lib ChangeLog compile config config-ml.in config.guess \ ltmain.sh ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 \ MAINTAINERS Makefile.def Makefile.in Makefile.tpl missing mkdep \ mkinstalldirs move-if-change README README-maintainer-mode \ - src-release.sh symlink-tree test-driver ylwrap" + SECURITY.txt src-release.sh symlink-tree test-driver ylwrap" # Files in devo/etc used in any net release. ETC_SUPPORT="Makefile.in configure configure.in standards.texi \ |