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:   bsiegert
Date:           Mon Feb 11 18:40:37 UTC 2019

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

Log Message:
Update py-borgbackup to 1.1.9.

Version 1.1.9 (2019-02-10)
--------------------------

Fixes:

- security fix: configure FUSE with "default_permissions", #3903
  "default_permissions" is now enforced by borg by default to let the
  kernel check uid/gid/mode based permissions.
  "ignore_permissions" can be given to not enforce "default_permissions".
- make "hostname" short, even on misconfigured systems, #4262
- fix free space calculation on macOS (and others?), #4289
- config: quit with error message when no key is provided, #4223
- recover_segment: handle too small segment files correctly, #4272
- correctly release memoryview, #4243
- avoid diaper pattern in configparser by opening files, #4263
- add "# cython: language_level=3" directive to .pyx files, #4214
- info: consider part files for "This archive" stats, #3522
- work around Microsoft WSL issue #645 (sync_file_range), #1961

New features:

- add --rsh command line option to complement BORG_RSH env var, #1701
- init: --make-parent-dirs parent1/parent2/repo_dir, #4235

Other:

- add archive name to check --repair output, #3447
- check for unsupported msgpack versions
- shell completions:

  - new shell completions for borg 1.1.9
  - more complete shell completions for borg mount -o
  - added shell completions for borg help
  - option arguments for zsh tab completion
- docs:

  - add FAQ regarding free disk space check, #3905
  - update BORG_PASSCOMMAND example and clarify variable expansion, #4249
  - FAQ regarding change of compression settings, #4222
  - add note about BSD flags to changelog, #4246
  - improve logging in example automation script
  - add note about files changing during backup, #4081
  - work around the backslash issue, #4280
  - update release workflow using twine (docs, scripts), #4213
  - add warnings on repository copies to avoid future problems, #4272
- tests:

  - fix the homebrew 1.9 issues on travis-ci, #4254
  - fix duplicate test method name, #4311


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/py-borgbackup/Makefile
cvs rdiff -u -r1.15 -r1.16 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.21 pkgsrc/sysutils/py-borgbackup/Makefile:1.22
--- pkgsrc/sysutils/py-borgbackup/Makefile:1.21 Fri Jan 18 21:39:43 2019
+++ pkgsrc/sysutils/py-borgbackup/Makefile      Mon Feb 11 18:40:37 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2019/01/18 21:39:43 bsiegert Exp $
+# $NetBSD: Makefile,v 1.22 2019/02/11 18:40:37 bsiegert Exp $
 
-DISTNAME=      borgbackup-1.1.8
+DISTNAME=      borgbackup-1.1.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/borgbackup/}

Index: pkgsrc/sysutils/py-borgbackup/distinfo
diff -u pkgsrc/sysutils/py-borgbackup/distinfo:1.15 pkgsrc/sysutils/py-borgbackup/distinfo:1.16
--- pkgsrc/sysutils/py-borgbackup/distinfo:1.15 Fri Jan 18 21:39:43 2019
+++ pkgsrc/sysutils/py-borgbackup/distinfo      Mon Feb 11 18:40:37 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2019/01/18 21:39:43 bsiegert Exp $
+$NetBSD: distinfo,v 1.16 2019/02/11 18:40:37 bsiegert Exp $
 
-SHA1 (borgbackup-1.1.8.tar.gz) = 36eae09f29de4bd79e10c5e130c9d5bfa5909575
-RMD160 (borgbackup-1.1.8.tar.gz) = af458a7b4191375c997c0d8e9627757375ce65d8
-SHA512 (borgbackup-1.1.8.tar.gz) = 1455e68bcedab8f35f9426dc73958c6a6565ad1f1cc274ce59d34a12e3a7bfa1d12fa2b8e8dd3e71824e1cd0927babf79f4e99d4e516454ed12dbd3970d0e921
-Size (borgbackup-1.1.8.tar.gz) = 3456058 bytes
+SHA1 (borgbackup-1.1.9.tar.gz) = 6028a5b867b0a7d87e1ca67b1e4f60a15e048bfd
+RMD160 (borgbackup-1.1.9.tar.gz) = b40a6bf068d557bd7359ca77da53417fe403092e
+SHA512 (borgbackup-1.1.9.tar.gz) = 466288258700fb0b3dae936c79fd423d26bea2d721dd70112b3cfd0f8e2bb335144a00de76743c31d336f6c19793775260d154326ec70d6d6d0a4e5ad6a59e59
+Size (borgbackup-1.1.9.tar.gz) = 3468259 bytes
 SHA1 (patch-setup.py) = 00e64219203374efccc2b0260b5d2fde482d61dc



Home | Main Index | Thread Index | Old Index