diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-09-10 07:41:21 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-09-10 07:41:21 +0000 |
commit | ca77928f005ec3739c73fd7b3d6c1d9e461a1094 (patch) | |
tree | 5c8db2eeef5899cc8fa0e3beebea51ade5b6a272 | |
parent | - Add a new port: graphics/R-cran-diagram (diff) |
Re-revise emacs vulnerability to limit with >= 22 and < 22.2_1 instead of
>21.* and <22.2_1 which didn't work as expected
-rw-r--r-- | security/vuxml/vuln.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index cf5ca75bc148..e40426891214 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -19036,7 +19036,7 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>emacs</name> - <range><gt>21.*</gt><le>22.2_1</le></range> + <range><ge>22</ge><le>22.2_1</le></range> </package> </affects> <description> |