pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc
Module Name: pkgsrc
Committed By: leot
Date: Mon Feb 19 09:26:04 UTC 2024
Modified Files:
pkgsrc/doc: pkg-vulnerabilities
Log Message:
Use `<` instead of `<=` for latest py-dns entry
Using `<=` can ends up in "accidentally" mark the vulnerability fixed
due unrelated PKGREVISION bumps and should be always avoided.
2.6.1 was released in the meantime and we can use `<2.6.1` now.
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/doc/pkg-vulnerabilities
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/pkg-vulnerabilities
diff -u pkgsrc/doc/pkg-vulnerabilities:1.132 pkgsrc/doc/pkg-vulnerabilities:1.133
--- pkgsrc/doc/pkg-vulnerabilities:1.132 Sat Feb 17 13:51:03 2024
+++ pkgsrc/doc/pkg-vulnerabilities Mon Feb 19 09:26:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: pkg-vulnerabilities,v 1.132 2024/02/17 13:51:03 wiz Exp $
+# $NetBSD: pkg-vulnerabilities,v 1.133 2024/02/19 09:26:04 leot Exp $
#
#FORMAT 1.0.0
#
@@ -25897,4 +25897,4 @@ dnsmasq<2.90 denial-of-service https://n
powerdns-recursor<4.8.6 denial-of-service https://nvd.nist.gov/vuln/detail/CVE-2023-50387
powerdns-recursor<4.8.6 denial-of-service https://nvd.nist.gov/vuln/detail/CVE-2023-50868
nss<3.98.0 information-leak https://nvd.nist.gov/vuln/detail/CVE-2023-5388
-py{27,37,38,39,310,311,312}-dns<=2.6 denial-of-service https://nvd.nist.gov/vuln/detail/CVE-2023-29483
+py{27,37,38,39,310,311,312}-dns<2.6.1 denial-of-service https://nvd.nist.gov/vuln/detail/CVE-2023-29483
Home |
Main Index |
Thread Index |
Old Index