pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/par2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb  9 13:58:37 UTC 2026

Modified Files:
        pkgsrc/archivers/par2: Makefile distinfo

Log Message:
par2: updated to 1.1.1

1.1.1

Issues:
* When repairing a file, if there is not enough disk space, the final error message displays garbled characters.
* Why does running par2 in the command line environment forcibly switch the code page to CP65001?
PRs:
* Cleanup/std namespace search replace oops (https://github.com/Parchive/par2cmdline/pull/242#pullrequestreview-3731414581)
* Migrate Windows unit tests to Visual C++ projects (https://github.com/Parchive/par2cmdline/pull/256#issuecomment-3827352914)
* add .clangd file for additional editor lsp support
* Integer definitions consistency


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/archivers/par2/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/archivers/par2/distinfo

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

Modified files:

Index: pkgsrc/archivers/par2/Makefile
diff -u pkgsrc/archivers/par2/Makefile:1.35 pkgsrc/archivers/par2/Makefile:1.36
--- pkgsrc/archivers/par2/Makefile:1.35 Wed Jan 28 17:36:46 2026
+++ pkgsrc/archivers/par2/Makefile      Mon Feb  9 13:58:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2026/01/28 17:36:46 rhialto Exp $
+# $NetBSD: Makefile,v 1.36 2026/02/09 13:58:37 adam Exp $
 
-DISTNAME=      par2cmdline-1.1.0
+DISTNAME=      par2cmdline-1.1.1
 PKGNAME=       ${DISTNAME:S/cmdline//}
 CATEGORIES=    archivers misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Parchive/}

Index: pkgsrc/archivers/par2/distinfo
diff -u pkgsrc/archivers/par2/distinfo:1.27 pkgsrc/archivers/par2/distinfo:1.28
--- pkgsrc/archivers/par2/distinfo:1.27 Wed Jan 28 17:36:46 2026
+++ pkgsrc/archivers/par2/distinfo      Mon Feb  9 13:58:37 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2026/01/28 17:36:46 rhialto Exp $
+$NetBSD: distinfo,v 1.28 2026/02/09 13:58:37 adam Exp $
 
-BLAKE2s (par2cmdline-1.1.0.tar.gz) = 0c8648de24fd44edb52ff06a2e1c03303ca90cc0fd65d4e8be839eb991a73105
-SHA512 (par2cmdline-1.1.0.tar.gz) = b880d5db2b2c32301a3081788a09d82fc89f5538238162ba5cc9a01b900eec623d310c2934753daa5d197fb235858076e19467f1820e8b2daa13034aec293cb9
-Size (par2cmdline-1.1.0.tar.gz) = 3737587 bytes
+BLAKE2s (par2cmdline-1.1.1.tar.gz) = 0825262013a2a09991d97af8474c043810fe281b380e2e55ec36be1ed0557268
+SHA512 (par2cmdline-1.1.1.tar.gz) = d97f5bb5f3e8351d5baf2e8ab553a328b9e4705613623bb7dc8273526374a79a4987819852652dd59e90c26c864a84b9e7d7aafc83784068c3cac1a81fb129a3
+Size (par2cmdline-1.1.1.tar.gz) = 3736021 bytes
 SHA1 (patch-src_commandline.cpp) = e12dee96e21486c5064d22a3b5e58bb889539fab



Home | Main Index | Thread Index | Old Index