Add a list of checksums of packages that were removed from ftp.FreeBSD.org
after the recent security incident. Note that none of these packages are klnown to be in any way compromised, however we cannot verify that they have *not* been compromised. They are being listed here in order to allow people who may have downloaded packages to verify that their local copies are not on the "unverifiable package" list. Approved by: core (implicit)
This commit is contained in:
parent
240a0e80f0
commit
401bb56d52
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40086
4 changed files with 45200 additions and 0 deletions
en_US.ISO8859-1/htdocs/news
13
en_US.ISO8859-1/htdocs/news/2012-compromise/Makefile
Normal file
13
en_US.ISO8859-1/htdocs/news/2012-compromise/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DATA= md5.sums.20121118.txt
|
||||
DATA+= sha256.sums.20121118.txt
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
22593
en_US.ISO8859-1/htdocs/news/2012-compromise/md5.sums.20121118.txt
Normal file
22593
en_US.ISO8859-1/htdocs/news/2012-compromise/md5.sums.20121118.txt
Normal file
File diff suppressed because it is too large
Load diff
22593
en_US.ISO8859-1/htdocs/news/2012-compromise/sha256.sums.20121118.txt
Normal file
22593
en_US.ISO8859-1/htdocs/news/2012-compromise/sha256.sums.20121118.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -53,5 +53,6 @@ SUBDIR+= 2007
|
|||
SUBDIR+= 2008
|
||||
SUBDIR+= 2009
|
||||
SUBDIR+= status
|
||||
SUBDIR+= 2012-compromise
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
Loading…
Reference in a new issue