pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/bup
Module Name: pkgsrc
Committed By: gdt
Date: Mon Aug 26 13:57:02 UTC 2024
Modified Files:
pkgsrc/sysutils/bup: Makefile distinfo
Log Message:
sysutils/bup: Update to 0.33.4
Notable changes in 0.33.4 since 0.33.3 (incomplete)
===================================================
May require attention
---------------------
* The `par2` command (invoked by `bup fsck -g`) may generate empty
recovery files if interrupted (say via C-c). To mitigate this, bup
now runs `par2` in a temporary directory, and only moves the
recovery files into place if the generation succeeds. It will also
look for any empty par2 files, or incomplete sets, associated with
packfiles that it has been asked to examine. If found, they will
provoke an error. See also
https://github.com/Parchive/par2cmdline/issues/84
* Previously, any `bup on REMOTE ...` commands that attempted to read
from standard input (for example `bup on HOST split < something` or
`bup on HOST split --git-ids ...`) would read nothing instead of the
original content of standard input. Now those commands will either
reject the invocation, or just crash when they attempt to read a
closed stream.
* When building bup, if your version of GNU make is not named `make`,
prefer invoking it directly (e.g. `gmake -j4 check`) instead of
relying on the ./Makefile to redirect to GNU make. Some non-GNU
makes now break this redirection. For example, if you include a
`-j` option in your build command one of them adds a `-J` to
`MAKEFLAGS` that GNU make rejects. In future releases, we're likely
to drop the redirection entirely.
Bugs
----
* `bup-config(5)` has been added, and mentions that at the moment `bup
on REMOTE ...` incorrectly reads the `pack.packSizeLimit` from the
`REMOTE` repository.
* `bup fsck` no longer requires a repository via `BUP_DIR`, `-d`,
etc. when paths are provided on the command line.
Thanks to (at least)
====================
Ed Maste, Greg Troxel, Johannes Berg, and Rob Browning
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/sysutils/bup/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/bup/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/bup/Makefile
diff -u pkgsrc/sysutils/bup/Makefile:1.65 pkgsrc/sysutils/bup/Makefile:1.66
--- pkgsrc/sysutils/bup/Makefile:1.65 Mon Aug 12 17:45:52 2024
+++ pkgsrc/sysutils/bup/Makefile Mon Aug 26 13:57:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2024/08/12 17:45:52 gdt Exp $
+# $NetBSD: Makefile,v 1.66 2024/08/26 13:57:02 gdt Exp $
-DISTNAME= bup-0.33.3
+DISTNAME= bup-0.33.4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=bup/}
# bup has two problems that make packaging difficult. One is that
@@ -17,7 +17,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=bup/
# Upstream should have a tag, but doesn't.
# EXTRACT_SUFX default value is set too late, so using it in SITES.* fails.
EXTRACT_SUFX= .tar.gz
-MAN_TAG= a9757d6fe3509130622a636d35e92049f9e20fce
+MAN_TAG= fca676714d8fc3c4c76add0a5d30b4bd951e1c2f
MAN_UNPACK= bup-${MAN_TAG}
MAN_DISTFILE= bup-man-${MAN_TAG}${EXTRACT_SUFX}
SITES.${MAN_DISTFILE}= -${MASTER_SITE_GITHUB:=bup/bup/archive/}${MAN_TAG}${EXTRACT_SUFX}
Index: pkgsrc/sysutils/bup/distinfo
diff -u pkgsrc/sysutils/bup/distinfo:1.25 pkgsrc/sysutils/bup/distinfo:1.26
--- pkgsrc/sysutils/bup/distinfo:1.25 Sat Dec 30 15:35:22 2023
+++ pkgsrc/sysutils/bup/distinfo Mon Aug 26 13:57:02 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.25 2023/12/30 15:35:22 gdt Exp $
+$NetBSD: distinfo,v 1.26 2024/08/26 13:57:02 gdt Exp $
-BLAKE2s (bup-0.33.3.tar.gz) = 9f4e9d8094f5298d9d9eb95cbe06cf7ca4d54b649bdfda89fe74bb5cc1fad3a5
-SHA512 (bup-0.33.3.tar.gz) = 0442210c9874230bc6a0a431f8ba18b81e3f34f3ca1970767c09707440387a3cc76171c9c9b815c8ee8fd4a5282301f40f3e0db9da87f50ab33a25e0650d4fc5
-Size (bup-0.33.3.tar.gz) = 474307 bytes
-BLAKE2s (bup-man-a9757d6fe3509130622a636d35e92049f9e20fce.tar.gz) = 0ceb47259da90d1945ad2b56ba7eb01bcacde989fa6904564f9565f9af800ef5
-SHA512 (bup-man-a9757d6fe3509130622a636d35e92049f9e20fce.tar.gz) = 21e14f6927bd71712d7fe3dc21eb7bb3100215fab89e3c4fcd3c74eefb0d06042643f49f974c8430fcec2f7d7e96d6fdfcdef1972b550ff07d9d61f825780a77
-Size (bup-man-a9757d6fe3509130622a636d35e92049f9e20fce.tar.gz) = 32575 bytes
+BLAKE2s (bup-0.33.4.tar.gz) = 3713e1537fb1eaf15a84ee6260a8e3c27a39557537ac2c1009f89e69f22226ec
+SHA512 (bup-0.33.4.tar.gz) = d416f5e35fa3faa2281fc2382e03d357d4f4166cffe116aa3fb37b43e92d328e8dff4668e75c1e057feb4925c776ca35dfb4c64cb480ae574c3258071f5ff341
+Size (bup-0.33.4.tar.gz) = 478449 bytes
+BLAKE2s (bup-man-fca676714d8fc3c4c76add0a5d30b4bd951e1c2f.tar.gz) = ff01865573777b7c1d408877009a15d6c572c5c0fbb75221d26d6d7aefc093c4
+SHA512 (bup-man-fca676714d8fc3c4c76add0a5d30b4bd951e1c2f.tar.gz) = eb769b860fa3d5444f9b16830e4a125ecd3c5615f682c5199a97ab755500e0217998b8459fd577c85ff95a9a680a7ffe1795ad3cbbc50e4f01af0326eb043a51
+Size (bup-man-fca676714d8fc3c4c76add0a5d30b4bd951e1c2f.tar.gz) = 33213 bytes
Home |
Main Index |
Thread Index |
Old Index