diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-11-12 21:04:37 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-11-12 21:04:37 +0800 |
commit | 73d8054a1ab866efcdd20b4784be43e5ed468ad0 (patch) | |
tree | f265239a1171787245b66bca3aedef6a5d50f592 /security | |
parent | 6866efcacce42132fc9bc7334d8a22b965d1aabe (diff) | |
download | freebsd-ports-gnome-73d8054a1ab866efcdd20b4784be43e5ed468ad0.tar.gz freebsd-ports-gnome-73d8054a1ab866efcdd20b4784be43e5ed468ad0.tar.zst freebsd-ports-gnome-73d8054a1ab866efcdd20b4784be43e5ed468ad0.zip |
- Update to 2.7.1
- Convert to new options framework
- Document US-CERT VU#268267
- Trim Makefile headers
PR: ports/173226
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 16449a95be7f..90eb88f32cd3 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,33 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="a537b449-2b19-11e2-b339-90e6ba652cce"> + <topic>DomainKeys Identified Mail (DKIM) Verifiers may inappropriately convey message trust</topic> + <affects> + <package> + <name>opendkim</name> + <range><lt>2.7.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>US-CERT reports:</p> + <blockquote cite="http://www.kb.cert.org/vuls/id/268267"> + <p>DomainKeys Identified Mail (DKIM) Verifiers may + inappropriately convey message trust when messages are + signed using test or small bit signing keys.</p> + </blockquote> + </body> + </description> + <references> + <certvu>268267</certvu> + </references> + <dates> + <discovery>2012-11-24</discovery> + <entry>2012-11-12</entry> + </dates> + </vuln> + <vuln vid="e02c572f-2af0-11e2-bb44-003067b2972c"> <topic>weechat -- Crash or freeze when decoding IRC colors in strings</topic> <affects> |