diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-06-06 10:55:10 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-06-06 10:55:10 +0000 |
commit | 9fb355fc8b83a22952c0a5c6dfdb4ee3e9931924 (patch) | |
tree | e80fab72689afc2b3ad510e19d447dddfc188a70 /security/vuxml | |
parent | 6ebb546ade88ab20a9dd54734358e1bd081f55aa (diff) |
Notes
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/Makefile | 6 | ||||
-rw-r--r-- | security/vuxml/vuln.xml | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile index 172dd2123393..d7ebbfc75cbe 100644 --- a/security/vuxml/Makefile +++ b/security/vuxml/Makefile @@ -83,4 +83,10 @@ tidy: newentry: @${SH} ${FILESDIR}/newentry.sh "${VUXML_FILE}" +scp: + rsync -zv ${VUXML_FILE} freefall.freebsd.org:vuxml/vuln.xml + +web: scp + ssh freefall.freebsd.org make -C priv/vuxml-web/freebsd all install + .include <bsd.port.mk> diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 6788710972f7..d2d70eb80ff9 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -40,7 +40,7 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>squirrelmail</name> - <range><lt>1.4.7</lt></range> + <range><lt>1.4.6_1</lt></range> </package> </affects> <description> @@ -62,6 +62,7 @@ Note: Please add new entries to the beginning of this file. <dates> <discovery>2006-06-01</discovery> <entry>2006-06-05</entry> + <modified>2006-06-06</modified> </dates> </vuln> |