Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2024 15:22:40 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8a5936ed301e - main - security/vuxml: fix firefox version
Message-ID:  <202409041522.484FMef4068841@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8a5936ed301ec363fd7e80762e74bacf0d69fd05

commit 8a5936ed301ec363fd7e80762e74bacf0d69fd05
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-09-04 15:19:31 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-09-04 15:19:31 +0000

    security/vuxml: fix firefox version
    
    portepoch should be specified otherwise the version won't ever match the
    installed version
---
 security/vuxml/vuln/2024.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml
index f304ad6bc6a7..0258b868759d 100644
--- a/security/vuxml/vuln/2024.xml
+++ b/security/vuxml/vuln/2024.xml
@@ -155,7 +155,7 @@
     <affects>
       <package>
 	<name>firefox</name>
-	<range><lt>129.0</lt></range>
+	<range><lt>129.0,1</lt></range>
       </package>
     </affects>
     <description>
@@ -310,7 +310,7 @@
     <affects>
       <package>
 	<name>firefox</name>
-	<range><lt>127</lt></range>
+	<range><lt>127,1</lt></range>
       </package>
     </affects>
     <description>
@@ -546,7 +546,7 @@
     <affects>
       <package>
 	<name>firefox</name>
-	<range><lt>129</lt></range>
+	<range><lt>129,1</lt></range>
       </package>
     </affects>
     <description>
@@ -757,7 +757,7 @@
     <affects>
       <package>
 	<name>mozilla</name>
-	<range><lt>129.0</lt></range>
+	<range><lt>129.0,1</lt></range>
       </package>
     </affects>
     <description>
@@ -998,7 +998,7 @@ All of these are related to the CometVisu add-on for openHAB - if you are a user
     <affects>
       <package>
 	<name>firefox</name>
-	<range><lt>127.0</lt></range>
+	<range><lt>127.0,1</lt></range>
       </package>
     </affects>
     <description>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409041522.484FMef4068841>