diff options
| author | Sascha Paunovic <azarus@posteo.net> | 2018-06-11 14:52:21 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-11 20:54:31 +0000 |
| commit | 1de7c3fe01229be4fd7c81157d3518158abb3833 (patch) | |
| tree | f4d8cad7d7e5da9e1efc8c73226d7b76a282d0e9 /community/borgbackup/msgpack-fix.patch | |
| parent | fbac3e7a720b30f11254738671db49f7de827675 (diff) | |
| download | aports-1de7c3fe01229be4fd7c81157d3518158abb3833.tar.bz2 aports-1de7c3fe01229be4fd7c81157d3518158abb3833.tar.xz | |
community/borgbackup: upgrade to 1.1.6
Also, remove no longer needed patch
Diffstat (limited to 'community/borgbackup/msgpack-fix.patch')
| -rw-r--r-- | community/borgbackup/msgpack-fix.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/community/borgbackup/msgpack-fix.patch b/community/borgbackup/msgpack-fix.patch deleted file mode 100644 index 67a44204c4..0000000000 --- a/community/borgbackup/msgpack-fix.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- borgbackup-1.1.5/setup.py.orig -+++ borgbackup-1.1.5/setup.py -@@ -36,10 +36,15 @@ - on_rtd = os.environ.get('READTHEDOCS') - - install_requires = [ -- # msgpack pure python data corruption was fixed in 0.4.6. -- # msgpack 0.5.0 was a bit of a troublemaker. -- # also, msgpack dropped py34 support at 0.5.0. -- 'msgpack-python>=0.4.6,<0.5.0', -+ # we are rather picky about msgpack versions, because a good working msgpack is -+ # very important for borg, see https://github.com/borgbackup/borg/issues/3753 -+ # best versions seem to be 0.4.6, 0.4.7, 0.4.8 and 0.5.6: -+ 'msgpack-python >=0.4.6, <=0.5.6, !=0.5.0, !=0.5.1, !=0.5.2, !=0.5.3, !=0.5.4, !=0.5.5', -+ # if you can't satisfy the above requirement, these are versions that might -+ # also work ok, IF you make sure to use the COMPILED version of msgpack-python, -+ # NOT the PURE PYTHON fallback implementation: ==0.5.1, ==0.5.4 -+ # using any other version is not supported by borg development, feel free to -+ # do it on your own risk (and after own testing). - ] - - # note for package maintainers: if you package borgbackup for distribution, |
