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: Sat Dec 27 08:52:29 UTC 2025
Modified Files:
pkgsrc/archivers/par2: Makefile distinfo
Log Message:
par2: updated to 1.0.0
1.0.0
Support:
* build fails in Cygwin
* A potential Data Race
* Understanding par2cmdline performance
* Understanding The Par2 Spec and par2cmdline
* performance with hundreds of small files
* A better error correcting code
* Recover impossible without a .par2 "main" file?
* Thread count option not shown on Arm based Mac version
* Increase block count limit 32768
* Behaviour with insufficient read permissions
* Help to create a compatible implementation!
* Flag for automatic Blocksize in commandline
* Repair-Files created amount to size twice as high as expected from redundancy
* New release?
Issues:
* syntax error in tests
* test failure in unit_tests on s390x, powerpc
* Core dump on single letter file name
* prepare code and header files for libpar2
* Windows version always recurse into subdirectories
* config.guess timestamp = 2015-03-04 ... time for a newer version?
* Cannot recover one-bit flip
* exit codes from par2 executable not documented?
* Problem with PACKED little-endian structs
* Recurse option (-R) does not include files in current directory (more documenation)
* Problem with empty (0 Bytes) files.
* Fail earlier during creation if the .par2 file already exists
* Hang with -n=256
* Could not create "./Disk 1 (a-m)/.PAR2 (Recovery Disk 1)/disk1.vol34529+00000.par2": File already exists.
* Properly handle UTF8 and long-paths on Windows
* It would be nice if permissions were checked eariler when creating parchive.
* need option to disable following symlinks on "-R"
* Version 1.0.0
PRs:
* fix: enforce -qq silent
* Install relative symlinks instead of absolute ones
* Allow Creating Files With Over 100% Redundancy
* Minor cleanup
* fix win32 directory recursion
* Avoid copying back memory in FileChecksummer when data is valid
* CRC32/MD5 optimisations
* enable Recurse flag on Windows OS
* add exitcodes to manfile
* Issue 150 recursive no files from rootpath
* Updates from turbo
* Issue 128
* Quick bail if the base par2 file already exists
* Issue 113
* github workflows
* When number of recovery files is set, you get "File already exists"
* Issue 189 windows utf8
* Workflow release
* Add simple "permissions" check while creating
* diskfile, replace stat use with lstat
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/archivers/par2/Makefile
cvs rdiff -u -r1.25 -r1.26 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.33 pkgsrc/archivers/par2/Makefile:1.34
--- pkgsrc/archivers/par2/Makefile:1.33 Mon May 4 18:41:22 2020
+++ pkgsrc/archivers/par2/Makefile Sat Dec 27 08:52:28 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2020/05/04 18:41:22 adam Exp $
+# $NetBSD: Makefile,v 1.34 2025/12/27 08:52:28 adam Exp $
-DISTNAME= par2cmdline-0.8.1
+DISTNAME= par2cmdline-1.0.0
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.25 pkgsrc/archivers/par2/distinfo:1.26
--- pkgsrc/archivers/par2/distinfo:1.25 Sun Mar 27 14:08:33 2022
+++ pkgsrc/archivers/par2/distinfo Sat Dec 27 08:52:28 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2022/03/27 14:08:33 tnn Exp $
+$NetBSD: distinfo,v 1.26 2025/12/27 08:52:28 adam Exp $
-BLAKE2s (par2cmdline-0.8.1.tar.gz) = 8e15aa6653864e799aab404cabfb9af091bf41756a26ae6750802212b94bb4f6
-SHA512 (par2cmdline-0.8.1.tar.gz) = b0032639353d869ffa449c8b5f27fe1deec0e5e4326ba90aae5c8a03f82441c69ba40f2032c4cbda98f415c3d100136beed8285d099ffbf32329451e719478d9
-Size (par2cmdline-0.8.1.tar.gz) = 3654317 bytes
+BLAKE2s (par2cmdline-1.0.0.tar.gz) = 88b5ff8aafa1a100b780369148cc59a4e31f45eaca8e92d6bbe8ee91eb32293e
+SHA512 (par2cmdline-1.0.0.tar.gz) = 0037e7ab21e1125645f985ba1096cf2f2b9f282b8e5ea386d8a87cc35485e12f2c0e2158d3222eb4dc384ae0ce61cc63f6d160292636277547b24d580cb2b658
+Size (par2cmdline-1.0.0.tar.gz) = 3785736 bytes
SHA1 (patch-src_commandline.cpp) = 1b44178599dbc9b8e6321063bbf23c5c14ce25cd
Home |
Main Index |
Thread Index |
Old Index