CVS commit: pkgsrc/graphics/zxing-cpp
"Thomas Klausner" <[email protected]> Mon, 3 Aug 2026 18:02:48 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--_----------=_178578016867560
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 3 18:02:48 UTC 2026
Modified Files:
pkgsrc/graphics/zxing-cpp: Makefile distinfo
Log Message:
zxing-cpp: update to 3.1.1.
Patch release
QRCode: improve Version 1 detection rate
QRCode: fix detection regression in 3.1.0
python: fix use of 'None' keyword usage and wrong '**kwargs' tag
MicroPDF417: fix out of bounds access
MultiFormatWriter: fix BarcodeFormat::Aztec and QRCodeModel2 support
Android: make binary a little smaller (hidden symbols)
PDF417: match codewords using integer arithmetic by @nyluke in #1138
ReedSolomon: add missing header for GCC-16 by @parona-source in #1137
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/zxing-cpp/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/zxing-cpp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--_----------=_178578016867560
Content-Disposition: inline
Content-Length: 1989
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii
Modified files:
Index: pkgsrc/graphics/zxing-cpp/Makefile
diff -u pkgsrc/graphics/zxing-cpp/Makefile:1.19 pkgsrc/graphics/zxing-cpp/Makefile:1.20
--- pkgsrc/graphics/zxing-cpp/Makefile:1.19 Mon Jul 13 18:49:21 2026
+++ pkgsrc/graphics/zxing-cpp/Makefile Mon Aug 3 18:02:48 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2026/07/13 18:49:21 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/08/03 18:02:48 wiz Exp $
-DISTNAME= zxing-cpp-3.1.0
+DISTNAME= zxing-cpp-3.1.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=nu-book/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/graphics/zxing-cpp/distinfo
diff -u pkgsrc/graphics/zxing-cpp/distinfo:1.11 pkgsrc/graphics/zxing-cpp/distinfo:1.12
--- pkgsrc/graphics/zxing-cpp/distinfo:1.11 Mon Jul 13 18:49:21 2026
+++ pkgsrc/graphics/zxing-cpp/distinfo Mon Aug 3 18:02:48 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2026/07/13 18:49:21 wiz Exp $
+$NetBSD: distinfo,v 1.12 2026/08/03 18:02:48 wiz Exp $
BLAKE2s (stb-31c1ad37456438565541f4919958214b6e762fb4.tar.gz) = 2daf31ca417eec65e8da23475ead11ca799cc00f38f4e843878e28a951d97d4a
SHA512 (stb-31c1ad37456438565541f4919958214b6e762fb4.tar.gz) = 0cffbd63fbe739af23dd2e36307c2f846b9a91b0bd89007f471abe570aca52edb96d256a361c5677c3227009587aebd680abf56e9ecb50f89327414d4f343542
Size (stb-31c1ad37456438565541f4919958214b6e762fb4.tar.gz) = 1516082 bytes
-BLAKE2s (zxing-cpp-3.1.0.tar.gz) = b176f1589e7643042e3c7929e2f8032cc4bfa7efac1e0418dbac7973e8ee93ef
-SHA512 (zxing-cpp-3.1.0.tar.gz) = 20d467ec2865aa589bb1d3af11a13bdace593df75ebb2f0ecabfe7695c63251ed8117be35f78cfb2fa3c7dd2deea3ffda4450b7265b0e4ec79d02a5c6797ac8c
-Size (zxing-cpp-3.1.0.tar.gz) = 1103210 bytes
+BLAKE2s (zxing-cpp-3.1.1.tar.gz) = 3664408a8bb374db26201518a965b3aebddc58c19494d19b71d511da07930926
+SHA512 (zxing-cpp-3.1.1.tar.gz) = 4e05755e1c509b1c9bc09d733af9131cb0198ff09b514ef2d6504a4ad4f9f3a9d8740f9b50ac0fcc044bb63f2e87bfde9ca4f9f67d3240a238cf99e50799056c
+Size (zxing-cpp-3.1.1.tar.gz) = 1106218 bytes
--_----------=_178578016867560--