diff options
author | pav <pav@FreeBSD.org> | 2004-06-22 04:04:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-22 04:04:18 +0800 |
commit | 8110f745efc64fd1a6727283fd9aef8765de0920 (patch) | |
tree | 188dd66a5709bee5d7dbdcabe0f79cba3885628f /security | |
parent | 429b15bcf965da8fc41b0e2b37b7f27a6dae1e39 (diff) | |
download | freebsd-ports-gnome-8110f745efc64fd1a6727283fd9aef8765de0920.tar.gz freebsd-ports-gnome-8110f745efc64fd1a6727283fd9aef8765de0920.tar.zst freebsd-ports-gnome-8110f745efc64fd1a6727283fd9aef8765de0920.zip |
- Extend png entry to cover it's linux-png variant
Requested by: eik
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 6beaf2a2a414..d326be767744 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -1039,6 +1039,10 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <topic>libpng denial-of-service</topic> <affects> <package> + <name>linux-png</name> + <range><lt>1.2.2</lt></range> + </package> + <package> <name>png</name> <range><lt>1.2.5_4</lt></range> </package> @@ -1059,7 +1063,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <dates> <discovery>2004-04-29</discovery> <entry>2004-05-02</entry> - <modified>2004-05-03</modified> + <modified>2004-05-21</modified> </dates> </vuln> |