pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/uriparser



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 27 13:30:57 UTC 2026

Modified Files:
        pkgsrc/textproc/uriparser: Makefile PLIST distinfo

Log Message:
uriparser: update to 1.0.1.

2026-04-27 -- 1.0.1

>>>>>>>>>>>>> SECURITY >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  * Fixed: [CVE-2026-42371]
      Protect from integer overflow in text range comparison.
      Thanks for the report and pull request to Joshua W. Windle! (GitHub #298)
>>>>>>>>>>>>> SECURITY >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  * Fixed: Fix `reallocarray` preprocessor handling for Illumos (GitHub #289)
  * Improved: Fix an in-code comment typo in src/UriCommon.c;
      Thanks for the report and pull request to Tim Düsterhus! (GitHub #290)
  * Improved: CMake: Start enforcing supported C++ standard (GitHub #295)
  * Improved: Allow use of C++11 to future unit tests (GitHub #296)
  * Infrastructure: Cover compilation with Visual Studio 18 2026 (GitHub #301)
  * Infrastructure: Address warning on CMake <3.10 in CI (GitHub #297)
  * Soname: 3:1:2 — see https://verbump.de/ for what these numbers do
      (liburiparser.so.1.2.1)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/uriparser/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/uriparser/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/uriparser/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/uriparser/Makefile
diff -u pkgsrc/textproc/uriparser/Makefile:1.22 pkgsrc/textproc/uriparser/Makefile:1.23
--- pkgsrc/textproc/uriparser/Makefile:1.22     Fri Dec 19 12:30:04 2025
+++ pkgsrc/textproc/uriparser/Makefile  Mon Apr 27 13:30:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2025/12/19 12:30:04 nia Exp $
+# $NetBSD: Makefile,v 1.23 2026/04/27 13:30:57 wiz Exp $
 
-DISTNAME=      uriparser-1.0.0
+DISTNAME=      uriparser-1.0.1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=uriparser/}
 GITHUB_RELEASE=        ${DISTNAME}

Index: pkgsrc/textproc/uriparser/PLIST
diff -u pkgsrc/textproc/uriparser/PLIST:1.11 pkgsrc/textproc/uriparser/PLIST:1.12
--- pkgsrc/textproc/uriparser/PLIST:1.11        Mon Dec 15 21:10:12 2025
+++ pkgsrc/textproc/uriparser/PLIST     Mon Apr 27 13:30:57 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2025/12/15 21:10:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2026/04/27 13:30:57 wiz Exp $
 bin/uriparse
 include/uriparser/Uri.h
 include/uriparser/UriBase.h
@@ -12,5 +12,5 @@ lib/cmake/${PKGNAME}/uriparser-noconfig.
 lib/cmake/${PKGNAME}/uriparser.cmake
 lib/liburiparser.so
 lib/liburiparser.so.1
-lib/liburiparser.so.1.2.0
+lib/liburiparser.so.1.2.1
 lib/pkgconfig/liburiparser.pc

Index: pkgsrc/textproc/uriparser/distinfo
diff -u pkgsrc/textproc/uriparser/distinfo:1.20 pkgsrc/textproc/uriparser/distinfo:1.21
--- pkgsrc/textproc/uriparser/distinfo:1.20     Mon Dec 15 21:10:12 2025
+++ pkgsrc/textproc/uriparser/distinfo  Mon Apr 27 13:30:57 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2025/12/15 21:10:12 wiz Exp $
+$NetBSD: distinfo,v 1.21 2026/04/27 13:30:57 wiz Exp $
 
-BLAKE2s (uriparser-1.0.0.tar.xz) = 5924e510caa3be515f84970a7921a81be6a50cae2d1f99a77a3f1743110f13cc
-SHA512 (uriparser-1.0.0.tar.xz) = 1b124eb7762af0a0bb39272578a74c745e58d5c23d58fb25b314c34cf7ce3cf679674cd47245d1b6dc9416c97882bdadee6a7a860058275de223974ce35338df
-Size (uriparser-1.0.0.tar.xz) = 200048 bytes
+BLAKE2s (uriparser-1.0.1.tar.xz) = e861ff483e2e5823b4cb771c13ad07de6ee044d519a178b194685a8d22da1d10
+SHA512 (uriparser-1.0.1.tar.xz) = 9613d68bbe0e76967e2319c50bc8da18a4daeff7c610dd4eb1d05cfaf8131b399c10eb856074f4e195085e971a1a9321e6ef6773bc2c0ca94aa684af669e9e2d
+Size (uriparser-1.0.1.tar.xz) = 201260 bytes



Home | Main Index | Thread Index | Old Index