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:   wiz
Date:           Wed Sep 30 09:54:15 UTC 2020

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

Log Message:
py-borgbackup: update to 1.1.13.

Version 1.1.13 (2020-06-06)
---------------------------

Fixes:

- rebuilt using a current Cython version, compatible with python 3.8, #5214

Version 1.1.12 (2020-06-06)
---------------------------

Fixes:

- fix preload-related memory leak, #5202.
- mount / borgfs (FUSE filesystem):

  - fix FUSE low linear read speed on large files, #5067
  - fix crash on old llfuse without birthtime attrs, #5064 - accidentally
    we required llfuse >= 1.3. Now also old llfuse works again.
  - set f_namemax in statfs result, #2684
- update precedence of env vars to set config and cache paths, #4894
- correctly calculate compression ratio, taking header size into account, too

New features:

- --bypass-lock option to bypass locking with read-only repositories

Other changes:

- upgrade bundled zstd to 1.4.5
- travis: adding comments and explanations to Travis config / install script,
  improve macOS builds.
- tests: test_delete_force: avoid sporadic test setup issues, #5196
- misc. vagrant fixes
- the binary for macOS is now built on macOS 10.12
- the binaries for Linux are now built on Debian 8 "Jessie", #3761
- docs:

  - PlaceholderError not printed as JSON, #4073
  - "How important is Borg config?", #4941
  - make Sphinx warnings break docs build, #4587
  - some markup / warning fixes
  - add "updating borgbackup.org/releases" to release checklist, #4999
  - add "rendering docs" to release checklist, #5000
  - clarify borg init's encryption modes
  - add note about patterns and stored paths, #4160
  - add upgrade of tools to pip installation how-to
  - document one cause of orphaned chunks in check command, #2295
  - linked recommended restrictions to ssh public keys on borg servers in faq, #4946


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/py-borgbackup/Makefile
cvs rdiff -u -r1.19 -r1.20 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.27 pkgsrc/sysutils/py-borgbackup/Makefile:1.28
--- pkgsrc/sysutils/py-borgbackup/Makefile:1.27 Wed Apr 15 09:52:48 2020
+++ pkgsrc/sysutils/py-borgbackup/Makefile      Wed Sep 30 09:54:14 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2020/04/15 09:52:48 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2020/09/30 09:54:14 wiz Exp $
 
-DISTNAME=      borgbackup-1.1.11
+DISTNAME=      borgbackup-1.1.13
 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.19 pkgsrc/sysutils/py-borgbackup/distinfo:1.20
--- pkgsrc/sysutils/py-borgbackup/distinfo:1.19 Wed Apr 15 09:52:48 2020
+++ pkgsrc/sysutils/py-borgbackup/distinfo      Wed Sep 30 09:54:14 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2020/04/15 09:52:48 wiz Exp $
+$NetBSD: distinfo,v 1.20 2020/09/30 09:54:14 wiz Exp $
 
-SHA1 (borgbackup-1.1.11.tar.gz) = 57a0cd49a31499b6d1307c671827e429c6dc2be8
-RMD160 (borgbackup-1.1.11.tar.gz) = 4956f0f74ceacab68fb16d583dbb99913371ef4f
-SHA512 (borgbackup-1.1.11.tar.gz) = cf629f31d38d27ce6350670ff27b4937f2f30eddf9e0cd9209cd9d57a4ffa653f5a291ea1e1c79614dd2c08bcf5c50bc3e4e0f222e0d3cd1bbfb2d756b4a4573
-Size (borgbackup-1.1.11.tar.gz) = 3718055 bytes
+SHA1 (borgbackup-1.1.13.tar.gz) = 030d6acb0a6a28aa3469b32896c51d964362d245
+RMD160 (borgbackup-1.1.13.tar.gz) = b761bb42ce8ec5574317b04440d8ca930851dd5e
+SHA512 (borgbackup-1.1.13.tar.gz) = 2480dba6c842659a248361b35b478120e50df3525b8f07d89dac4e78369bb1dad2679b9efa6a4d6f38637759666095dc2dcbb7750edccd97972e2c8980a51b84
+Size (borgbackup-1.1.13.tar.gz) = 3754457 bytes



Home | Main Index | Thread Index | Old Index