Module Name: src
Committed By: wiz
Date: Fri Mar 14 21:28:06 UTC 2025
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
doc: note expat 2.7.0 update
To generate a diff of this commit:
cvs rdiff -u -r1.2088 -r1.2089 src/doc/3RDPARTY
cvs rdiff -u -r1.3143 -r1.3144 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.2088 src/doc/3RDPARTY:1.2089
--- src/doc/3RDPARTY:1.2088 Fri Mar 14 18:50:03 2025
+++ src/doc/3RDPARTY Fri Mar 14 21:28:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.2088 2025/03/14 18:50:03 wiz Exp $
+# $NetBSD: 3RDPARTY,v 1.2089 2025/03/14 21:28:06 wiz Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -417,18 +417,19 @@ Location: external/bsd/ekermit
Notes:
Package: expat
-Version: 2.4.6
+Version: 2.7.0
Current Vers: 2.7.0
Maintainer: Expat Project
Archive Site: https://github.com/libexpat/libexpat/releases
Home Page: http://www.libexpat.org/
-Date: 2024-03-14
+Date: 2025-03-14
Mailing List: [email protected]
Responsible: mrg
License: MIT
Location: src/external/mit/expat/dist
+Vendor tag: expat
+Release tag: expat-X-Y-Z for expat-X.Y.Z
Notes:
-Please use "expat" as the vendor tag for CVS imports.
Package: file
Version: 5.45
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3143 src/doc/CHANGES:1.3144
--- src/doc/CHANGES:1.3143 Tue Mar 11 14:06:07 2025
+++ src/doc/CHANGES Fri Mar 14 21:28:06 2025
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3143 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3144 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -697,3 +697,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
emcfan(4) and emcfanctl(8): Kernel driver and userland utility
for the Microchip Technology / SMSC EMC210X and EMC230X
fan controllers. [brad 20250311]
+ expat: Import 2.7.0 (security fixes). [wiz 20250314]