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: Sat May 9 19:57:22 UTC 2026
Modified Files:
pkgsrc/textproc/uriparser: Makefile PLIST distinfo
Log Message:
uriparser: update to 1.0.2.
2026-05-09 -- 1.0.2
>>>>>>>>>>>>> SECURITY >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
* Fixed: [CVE-2026-44927]
Stop truncating `ptrdiff_t` to `int`
Thanks for the report to Ilia Alshanetsky and Joshua W. Windle!
(GitHub #304)
* Fixed: [CVE-2026-44928]
Fix `EqualsUri` with regard to `.absolutePath`
Thanks for the report to Ilia Alshanetsky! (GitHub #305)
>>>>>>>>>>>>> SECURITY >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
* Fixed: Fix OOM related memory leak in `CopyUriMm`
Thanks for the report to Ilia Alshanetsky! (GitHub #306)
* Improved: Simplify internal function `CompareRange` into `RangeEquals`
(GitHub #303)
* Improved: Make function `RangeEquals` use size_t` internally
(GitHub #307)
* Soname: 3:2:2 — see https://verbump.de/ for what these numbers do
(liburiparser.so.1.2.2)
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/uriparser/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/uriparser/PLIST
cvs rdiff -u -r1.21 -r1.22 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.23 pkgsrc/textproc/uriparser/Makefile:1.24
--- pkgsrc/textproc/uriparser/Makefile:1.23 Mon Apr 27 13:30:57 2026
+++ pkgsrc/textproc/uriparser/Makefile Sat May 9 19:57:22 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2026/04/27 13:30:57 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/05/09 19:57:22 wiz Exp $
-DISTNAME= uriparser-1.0.1
+DISTNAME= uriparser-1.0.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=uriparser/}
GITHUB_RELEASE= ${DISTNAME}
Index: pkgsrc/textproc/uriparser/PLIST
diff -u pkgsrc/textproc/uriparser/PLIST:1.12 pkgsrc/textproc/uriparser/PLIST:1.13
--- pkgsrc/textproc/uriparser/PLIST:1.12 Mon Apr 27 13:30:57 2026
+++ pkgsrc/textproc/uriparser/PLIST Sat May 9 19:57:22 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2026/04/27 13:30:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2026/05/09 19:57:22 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.1
+lib/liburiparser.so.1.2.2
lib/pkgconfig/liburiparser.pc
Index: pkgsrc/textproc/uriparser/distinfo
diff -u pkgsrc/textproc/uriparser/distinfo:1.21 pkgsrc/textproc/uriparser/distinfo:1.22
--- pkgsrc/textproc/uriparser/distinfo:1.21 Mon Apr 27 13:30:57 2026
+++ pkgsrc/textproc/uriparser/distinfo Sat May 9 19:57:22 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2026/04/27 13:30:57 wiz Exp $
+$NetBSD: distinfo,v 1.22 2026/05/09 19:57:22 wiz Exp $
-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
+BLAKE2s (uriparser-1.0.2.tar.xz) = ea41b02287fffd7273e8e16be40f06f01e583abde0326c4f347e05e68637effa
+SHA512 (uriparser-1.0.2.tar.xz) = be5849bdb6da4e71159a3ce2c12dd3ac08e6a0f755cc5ea93dc6842e70cd39fb0d8d91800b5d48d29e945eeffb5f94cd2ef4503236c7dea30c640274ff4dc7db
+Size (uriparser-1.0.2.tar.xz) = 202048 bytes
Home |
Main Index |
Thread Index |
Old Index