pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-borgbackup



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 28 19:34:53 UTC 2025

Modified Files:
        pkgsrc/sysutils/py-borgbackup: Makefile distinfo

Log Message:
py-borgbackup: updated to 1.4.1

1.4.1

New features:

prune: add 13weekly and 3monthly quarterly pruning strategies,

add BORG_USE_CHUNKS_ARCHIVE env var as a cleaner way to control whether borg shall use chunks.archive.d/ cache directory. the previous “hack” to create a non-directory file at that place is still 
supported.

compact: support --dry-run (do nothing) to simplify scripting,

add {unixtime} placeholder,

macOS: retrieve birthtime in nanosecond precision via system call,

implement padme chunk size obfuscation (SPEC 250),

Fixes:

borg exits when assertions are disabled with Python optimizations,

fix remote repository exception handling / modern exit codes,

config: fix acceptance of storage_quota 0,

config: reject additional_free_space < 10M (but accept 0),

check: more consistent messaging considering --repair,

yes: deal with UnicodeDecodeError in input(),

fix WORKAROUNDS=authenticated_no_key support for archive TAM authentication,

diff: do not assert on diff if hard link sources are not found due to exclusions,

diff:

suppress modified changes for files which weren’t actually modified in JSON output,

ensure that 0B changes are hidden from text diffs, too.

remove 0-added,0-removed modified entries from JSON output.

try to rebuild cache if an exception is raised,

freebsd: fix nfs4 acl processing,


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/sysutils/py-borgbackup/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/py-borgbackup/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/py-borgbackup/Makefile
diff -u pkgsrc/sysutils/py-borgbackup/Makefile:1.55 pkgsrc/sysutils/py-borgbackup/Makefile:1.56
--- pkgsrc/sysutils/py-borgbackup/Makefile:1.55 Mon Apr 14 07:36:11 2025
+++ pkgsrc/sysutils/py-borgbackup/Makefile      Mon Apr 28 19:34:53 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2025/04/14 07:36:11 adam Exp $
+# $NetBSD: Makefile,v 1.56 2025/04/28 19:34:53 adam Exp $
 
-DISTNAME=      borgbackup-1.4.0
+DISTNAME=      borgbackup-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/borgbackup/}
 

Index: pkgsrc/sysutils/py-borgbackup/distinfo
diff -u pkgsrc/sysutils/py-borgbackup/distinfo:1.37 pkgsrc/sysutils/py-borgbackup/distinfo:1.38
--- pkgsrc/sysutils/py-borgbackup/distinfo:1.37 Fri Feb  7 15:17:24 2025
+++ pkgsrc/sysutils/py-borgbackup/distinfo      Mon Apr 28 19:34:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2025/02/07 15:17:24 adam Exp $
+$NetBSD: distinfo,v 1.38 2025/04/28 19:34:53 adam Exp $
 
-BLAKE2s (borgbackup-1.4.0.tar.gz) = 897b90fcb993dc600ca308b386487a802cad62703606c786bf8f234d3be27474
-SHA512 (borgbackup-1.4.0.tar.gz) = f5866ece2d153d1e43127a04fd288a09403a9ea2ae4c981cb9ff855bd303b53c133c006f0b1a77541edc4f64940431e9c4d49ec45a3646784a29fe3b8828237a
-Size (borgbackup-1.4.0.tar.gz) = 3798511 bytes
+BLAKE2s (borgbackup-1.4.1.tar.gz) = 83b9dc79715247e3547b6f654b647aeab01da4d8f4ba6dd888584c1c215eefad
+SHA512 (borgbackup-1.4.1.tar.gz) = 83ce8fcefa4e4099922e1f3894aba41d8d83ccff3e554b4b5ee0f0b9b8b18b18bcbf7f566e36aea4214e0d9d427cb66d63d2e1933b773e3338fd5814fd80e3a4
+Size (borgbackup-1.4.1.tar.gz) = 3817197 bytes



Home | Main Index | Thread Index | Old Index