diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-04-22 20:57:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-04-22 20:57:03 +0000 |
commit | 210b7af2b2c07fe942289e4b1cf6147102c9b718 (patch) | |
tree | db600980d54ce1da94502344e20c11e5c5e24f46 | |
parent | cc71ebcc0e1e9ed2db88cda18f0baa6ffa5e4a85 (diff) | |
download | ports-210b7af2b2c07fe942289e4b1cf6147102c9b718.tar.gz ports-210b7af2b2c07fe942289e4b1cf6147102c9b718.zip |
Notes
-rw-r--r-- | security/tinc/Makefile | 2 | ||||
-rw-r--r-- | security/tinc/distinfo | 4 | ||||
-rw-r--r-- | security/vuxml/vuln.xml | 25 |
3 files changed, 28 insertions, 3 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile index c8148f29b4ec..3e882905f095 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinc -PORTVERSION= 1.0.20 +PORTVERSION= 1.0.21 CATEGORIES= security MASTER_SITES= http://www.tinc-vpn.org/packages/ \ ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \ diff --git a/security/tinc/distinfo b/security/tinc/distinfo index 31727dccc5cd..cfc6528d1629 100644 --- a/security/tinc/distinfo +++ b/security/tinc/distinfo @@ -1,2 +1,2 @@ -SHA256 (tinc-1.0.20.tar.gz) = 62230cdfcb9c3218df0be53b2e3a268a595d28b25dcb1ba190d25db91ae3d132 -SIZE (tinc-1.0.20.tar.gz) = 466906 +SHA256 (tinc-1.0.21.tar.gz) = 6ac15eab766c021629992053aa1a23f31a0c429eb0f3eb8f49c923476eea618b +SIZE (tinc-1.0.21.tar.gz) = 467114 diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 407410e561d7..0616943b682a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,31 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="aeb962f6-ab8d-11e2-b3f5-003067c2616f"> + <topic>tinc -- Buffer overflow</topic> + <affects> + <package> + <name>tinc</name> + <range><lt>1.0.21</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>tinc-vpn.org reports:</p> + <blockquote cite="http://www.tinc-vpn.org/news/"> + <p>Drop packets forwarded via TCP if they are too big.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2013-1428</cvename> + </references> + <dates> + <discovery>2013-01-26</discovery> + <entry>2013-04-22</entry> + </dates> + </vuln> + <vuln vid="7280c3f6-a99a-11e2-8cef-6805ca0b3d42"> <topic>phpMyAdmin -- XSS due to unescaped HTML output in GIS visualisation page</topic> <affects> |