guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Borg: Update to 1.1.8.


From: guix-commits
Subject: 01/01: gnu: Borg: Update to 1.1.8.
Date: Mon, 10 Dec 2018 13:24:08 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit fec2c8532d238f75b2d33e2281509d101bd45171
Author: Leo Famulari <address@hidden>
Date:   Mon Dec 10 10:07:44 2018 -0500

    gnu: Borg: Update to 1.1.8.
    
    * gnu/packages/backup.scm (borg): Update to 1.1.8.
    [source]: Remove obsolete patch.
    * gnu/packages/patches/borg-respect-storage-quota.patch: Delete file.
    * gnu/local.mk (dist_patch_DATA): Remove it.
---
 gnu/local.mk                                       |  1 -
 gnu/packages/backup.scm                            |  5 ++--
 .../patches/borg-respect-storage-quota.patch       | 32 ----------------------
 3 files changed, 2 insertions(+), 36 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 50fc084..4f2437b 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -607,7 +607,6 @@ dist_patch_DATA =                                           
\
   %D%/packages/patches/blast+-fix-makefile.patch               \
   %D%/packages/patches/blender-newer-ffmpeg.patch              \
   %D%/packages/patches/boost-fix-icu-build.patch               \
-  %D%/packages/patches/borg-respect-storage-quota.patch                \
   %D%/packages/patches/byobu-writable-status.patch             \
   %D%/packages/patches/cairo-CVE-2016-9082.patch                       \
   %D%/packages/patches/cairo-setjmp-wrapper.patch              \
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index c927a14..a9d8286 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -491,15 +491,14 @@ detection, and lossless compression.")
 (define-public borg
   (package
     (name "borg")
-    (version "1.1.7")
+    (version "1.1.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "borgbackup" version))
-       (patches (search-patches "borg-respect-storage-quota.patch"))
        (sha256
         (base32
-         "1p3zia62vyg9vadkdjzzkzbj4dmgijr7ix5lmhfbxpwy5q9imdgp"))
+         "0qqvcscn1l4y83x4sh3izdpmr8zq38j8chjkpfq4q4d01i470hqb"))
        (modules '((guix build utils)))
        (snippet
         '(begin
diff --git a/gnu/packages/patches/borg-respect-storage-quota.patch 
b/gnu/packages/patches/borg-respect-storage-quota.patch
deleted file mode 100644
index d23d1ff..0000000
--- a/gnu/packages/patches/borg-respect-storage-quota.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Make sure the client respects the storage quota set by the server:
-
-https://github.com/borgbackup/borg/issues/4093
-
-Patch copied from upstream source repository:
-
-https://github.com/borgbackup/borg/commit/975cc33206e0e3644626fb7204c34d2157715b61
-
-From 975cc33206e0e3644626fb7204c34d2157715b61 Mon Sep 17 00:00:00 2001
-From: Manu <address@hidden>
-Date: Wed, 3 Oct 2018 23:47:36 +0800
-Subject: [PATCH] Add storage_quota for forced_result if set by serve command.
-
----
- src/borg/archiver.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/borg/archiver.py b/src/borg/archiver.py
-index 916725e7..279194c1 100644
---- a/src/borg/archiver.py
-+++ b/src/borg/archiver.py
-@@ -4276,6 +4276,7 @@ def get_args(self, argv, cmd):
-             result.restrict_to_paths = forced_result.restrict_to_paths
-             result.restrict_to_repositories = 
forced_result.restrict_to_repositories
-             result.append_only = forced_result.append_only
-+            result.storage_quota = forced_result.storage_quota
-         return result
- 
-     def parse_args(self, args=None):
--- 
-2.19.1
-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]