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:
Gavin Atkinson 2012-11-18 22:49:29 +00:00
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

View 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"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -53,5 +53,6 @@ SUBDIR+= 2007
SUBDIR+= 2008
SUBDIR+= 2009
SUBDIR+= status
SUBDIR+= 2012-compromise
.include "${DOC_PREFIX}/share/mk/web.site.mk"