pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/expat



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Mar  1 06:50:02 UTC 2024

Modified Files:
        pkgsrc/textproc/expat: Makefile distinfo

Log Message:
expat: updated to 2.6.1

Release 2.6.1

Bug fixes:
  Make tests independent of CPU speed, and thus more robust
  Expose billion laughs API with XML_DTD defined and
    XML_GE undefined, regression from 2.6.0

Other changes:
  Hide test-only code behind new internal macro
  Autotools: Reject expat_config.h.in defining SIZEOF_VOID_P
  Address compiler warnings
  Version info bumped from 10:0:9 (libexpat*.so.1.9.0)
     to 10:1:9 (libexpat*.so.1.9.1); see https://verbump.de/
     for what these numbers do

Infrastructure:
  CI: Adapt to breaking changes in clang-format


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/textproc/expat/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/expat/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/expat/Makefile
diff -u pkgsrc/textproc/expat/Makefile:1.55 pkgsrc/textproc/expat/Makefile:1.56
--- pkgsrc/textproc/expat/Makefile:1.55 Wed Feb  7 13:19:26 2024
+++ pkgsrc/textproc/expat/Makefile      Fri Mar  1 06:50:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2024/02/07 13:19:26 adam Exp $
+# $NetBSD: Makefile,v 1.56 2024/03/01 06:50:02 adam Exp $
 
-DISTNAME=      expat-2.6.0
+DISTNAME=      expat-2.6.1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libexpat/}
 GITHUB_PROJECT=        libexpat

Index: pkgsrc/textproc/expat/distinfo
diff -u pkgsrc/textproc/expat/distinfo:1.48 pkgsrc/textproc/expat/distinfo:1.49
--- pkgsrc/textproc/expat/distinfo:1.48 Wed Feb  7 13:19:26 2024
+++ pkgsrc/textproc/expat/distinfo      Fri Mar  1 06:50:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2024/02/07 13:19:26 adam Exp $
+$NetBSD: distinfo,v 1.49 2024/03/01 06:50:02 adam Exp $
 
-BLAKE2s (expat-2.6.0.tar.gz) = 8e980691fe962ab355dc6fbf7c53f92f5d0eacab3e282dc0dc3c0ad09865d6ef
-SHA512 (expat-2.6.0.tar.gz) = ec24bff301eb887232d9e0c9051a7aa5f0461adc0c7918dda3e96fe7a0a9a5b8bdccfb4a82f99643ea1a3a1da28f698a31be1848eacb2ec3eaec6453733e4667
-Size (expat-2.6.0.tar.gz) = 761561 bytes
+BLAKE2s (expat-2.6.1.tar.gz) = 1f00eca4aa1ddc9f7d2d61d41bd12e2483e306c4ee2bed176da1c9bce95d2e66
+SHA512 (expat-2.6.1.tar.gz) = a36447638957c557122fb732d536217f19e7d5d2aef51e0bedd3e74e04f7320bb8fb5ef4155ea3fb2b6808eab5e76227fc1d8058126cad85a797d5485d7836e9
+Size (expat-2.6.1.tar.gz) = 762379 bytes



Home | Main Index | Thread Index | Old Index