aboutsummaryrefslogtreecommitdiffstats
path: root/security/vuxml
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2006-10-08 15:17:50 +0800
committersimon <simon@FreeBSD.org>2006-10-08 15:17:50 +0800
commit5236525a866200f4d1877bf97ab2f6442f7e77ad (patch)
tree3a1b16f5eadd86bb940f8e430853db4c595047bf /security/vuxml
parent057cf63b764974b095a8e087dc97dc0dab512fff (diff)
downloadfreebsd-ports-gnome-5236525a866200f4d1877bf97ab2f6442f7e77ad.tar.gz
freebsd-ports-gnome-5236525a866200f4d1877bf97ab2f6442f7e77ad.tar.zst
freebsd-ports-gnome-5236525a866200f4d1877bf97ab2f6442f7e77ad.zip
Update versions affected by python -- buffer overrun in repr() for
unicode strings: - Python 2.5.c2 was already fixed (verified in upstream SVN). - Python 2.4 port just got the fix. - I can't find any trace of python23, python22, and python-devel ever having existed as package names, so I removed them. - Add python+ipv6. I don't really know if it contained the problematic unicode code, but better safe than sorry.
Diffstat (limited to 'security/vuxml')
-rw-r--r--security/vuxml/vuln.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 86f74e28d811..9f081e12f7a7 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -65,12 +65,14 @@ Note: Please add new entries to the beginning of this file.
<topic>python -- buffer overrun in repr() for unicode strings</topic>
<affects>
<package>
- <name>python</name>
- <name>python23</name>
- <name>python22</name>
- <name>python-devel</name>
+ <name>python+ipv6</name>
<range><ge>0</ge></range>
</package>
+ <package>
+ <name>python</name>
+ <range><lt>2.4.3_1</lt></range>
+ <range><gt>2.5.*</gt><lt>2.5.c2</lt></range>
+ </package>
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
@@ -97,6 +99,7 @@ Note: Please add new entries to the beginning of this file.
<dates>
<discovery>2006-08-15</discovery>
<entry>2006-10-07</entry>
+ <modified>2006-10-08</modified>
</dates>
</vuln>