Vladimír Čunát
ef41fc7f51
Merge branch 'master' into staging
...
Hydra: ?compare=1399476
2017-10-07 10:17:42 +02:00
Franz Pletz
7d9ee29f24
btrbk: 0.24.0 -> 0.25.1
2017-10-07 04:04:20 +02:00
Jan Tojnar
1713479f85
duplicity: Fix gio backend
2017-10-05 13:37:40 +02:00
Robin Gloster
6b05651c20
Revert "postgresql: Add dev output"
...
Firstly this creates a cycle in 9.6 .out <-> .dev after fixing the PGXS
path.
Secondly this breaks extension handling and the pg_config as it
resolves a lot of paths relatively resulting in the following bogus
output:
BINDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/bin
DOCDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/doc
HTMLDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/doc
INCLUDEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include
PKGINCLUDEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include
INCLUDEDIR-SERVER = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include/server
LIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib
PKGLIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib
LOCALEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/locale
MANDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/man
SHAREDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share
SYSCONFDIR = /etc/postgresql
PGXS = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/lib/pgxs/src/makefiles/pgxs.mk
CONFIGURE = '--prefix=/nix/store/irqqq4g173g9xrk1mh12kxv0s1d8dbyh-postgresql-9.5.9' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib' '--with-ossp-uuid' 'CC=gcc'
CC = gcc
CPPFLAGS = -D_GNU_SOURCE -I/nix/store/z6r0j2b4bcdfw3pck2x6ay0vvx0qzb92-libxml2-2.9.5-dev/include/libxml2
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2
CFLAGS_SL = -fPIC
LDFLAGS = -L../../../src/common -L/nix/store/ighspl5sa3qi1zy7nkih0c9p73xjfqa6-libxml2-2.9.5/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib',--enable-new-dtags
LDFLAGS_EX =
LDFLAGS_SL =
LIBS = -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm
VERSION = PostgreSQL 9.5.9
This can probably only be properly fixed by rewriting pg_config in large
parts as it does not in any way respect splitting the postgres tree and
assumes it can simply resolve paths relative to its location. This does
not even handle symlinks:
$ result-dev/bin/pg_config
BINDIR = /home/robin/dev/nixpkgs-upstream/result-dev/bin
DOCDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/doc
HTMLDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/doc
INCLUDEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/include
PKGINCLUDEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/include
INCLUDEDIR-SERVER = /home/robin/dev/nixpkgs-upstream/result-dev/include/server
LIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib
PKGLIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib
LOCALEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/locale
MANDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/man
SHAREDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share
SYSCONFDIR = /etc/postgresql
PGXS = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/lib/pgxs/src/makefiles/pgxs.mk
CONFIGURE = '--prefix=/nix/store/irqqq4g173g9xrk1mh12kxv0s1d8dbyh-postgresql-9.5.9' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib' '--with-ossp-uuid' 'CC=gcc'
CC = gcc
CPPFLAGS = -D_GNU_SOURCE -I/nix/store/z6r0j2b4bcdfw3pck2x6ay0vvx0qzb92-libxml2-2.9.5-dev/include/libxml2
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2
CFLAGS_SL = -fPIC
LDFLAGS = -L../../../src/common -L/nix/store/ighspl5sa3qi1zy7nkih0c9p73xjfqa6-libxml2-2.9.5/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib',--enable-new-dtags
LDFLAGS_EX =
LDFLAGS_SL =
LIBS = -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm
VERSION = PostgreSQL 9.5.9
cc @edolstra
Revert "bacula: fix after postgresql output splitting"
This reverts commit 13c9cbacdd
.
Revert "postgresql: fix pgxs dir in pg_config"
This reverts commit 21998d597b
.
Revert "rubyGems.pg: fix postgresql path"
This reverts commit e253ae7d3a
.
Revert "kea: fix path to pg_config"
This reverts commit 086c636eb7
.
Revert "php: fix build wrt. new postgres.dev build output"
This reverts commit 2f23a83920
.
Revert "gdal: fix path to pg_config"
This reverts commit 032c50d45b
.
Revert "postgresql: Add dev output"
This reverts commit b0280f598e
.
2017-09-27 21:58:44 +02:00
Robin Gloster
13c9cbacdd
bacula: fix after postgresql output splitting
2017-09-27 20:09:40 +02:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
John Mercier
90e572f40a
obnam: 1.21 -> 1.22
2017-09-17 11:52:48 -04:00
Franz Pletz
4a810fb31d
borgbackup: fix build with python36
...
cffi fails to build with python34.
2017-09-10 16:27:12 +02:00
Peter Hoeg
8988f8589a
httraqt: init at 1.4.9
2017-08-30 15:02:39 +08:00
Peter Hoeg
b50309a5b5
httrack: 3.48.22 -> 3.49.2
2017-08-30 14:26:51 +08:00
Robin Gloster
28cc2642f0
treewide: use less phases
if not necessary
...
This removes some skipping of e.g. fixupPhase and cleans up occurences
where this led to duplicating code
2017-08-11 11:40:36 +02:00
Tim Steinbach
74998657c7
Merge pull request #27902 from LumiGuide/flockit
...
flockit: init at 2012-08-11
2017-08-05 18:54:27 -04:00
Bas van Dijk
872d8fc5c9
flockit: init at 2012-08-11
...
The flockit library and tool exists solely because rsync doesn't have file
locking.
It's not used like a normal library; you don't link against it, and you don't
have to patch your source code to use it. It's inserted between your program and
its libraries by use of LD_PRELOAD.
For example:
$ env LD_PRELOAD=$(nix-build -A pkgs.flockit)/lib/libflockit.so FLOCKIT_FILE_PREFIX=test rsync SRC DEST
Besides the library a handy executable is provided which can simplify the above to:
$ $(nix-build -A pkgs.flockit)/bin/flockit test rsync SRC DEST
Also see the following blog post:
https://www.swiftstack.com/blog/2012/08/15/old-school-monkeypatching/
2017-08-06 00:38:29 +02:00
davidak
31870ae18d
restic: enable darwin builds
2017-08-03 16:37:04 +02:00
Marius Bergmann
42d93e9724
restic: 0.7.0 -> 0.7.1
2017-08-02 08:16:47 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Russell O'Connor
f0ff1224f7
tarsnap: 1.0.38 -> 1.0.39
2017-07-30 20:58:07 +02:00
Tobias Geerinckx-Rice
275059c34a
Merge pull request #27616 from jfrankenau/update-borg
...
borgbackup: 1.0.10 -> 1.0.11
2017-07-24 18:44:21 +00:00
Johannes Frankenau
c6e52bc430
borgbackup: 1.0.10 -> 1.0.11
2017-07-24 19:04:07 +02:00
Silvan Mosberger
f4a8e6ab7f
znapzend: 0.15.7 -> 0.17.0
2017-07-24 05:01:08 +02:00
Jörg Thalheim
f31773b852
tarsnapper: 0.2.1 -> 0.4
...
- project is not a python library -> move out of pythonPackages.
- also enable tests
2017-07-16 11:12:38 +01:00
Russell O'Connor
dca801fbb7
tarsnap: 1.0.37 -> 1.0.38
2017-07-15 22:58:07 -04:00
Marius Bergmann
3006919a0b
restic: 0.6.1 -> 0.7.0
2017-07-15 01:36:09 +02:00
Franz Pletz
1a7f330335
burp_1_3: remove
2017-06-26 03:48:41 +02:00
Franz Pletz
356bac704a
burp: 1.4.40 -> 2.0.54
2017-06-26 03:48:41 +02:00
Jörg Thalheim
3a15cdea6f
amazon-glacier-cmd-interface: fix missing argparse dep
2017-06-18 10:27:13 +01:00
Marius Bergmann
41efae4500
restic: 0.6.0 -> 0.6.1
2017-06-01 17:41:56 +02:00
Marius Bergmann
a49eb2f3b8
restic: 0.5.0 -> 0.6.0
2017-05-29 23:58:59 +02:00
Lukasz Czyzykowski
4a9b30028d
bup: enable darwin build
...
This package builds fine on macOS.
2017-05-19 13:54:28 +02:00
Frederik Rietdijk
ef4442e827
Python: replace requests2 with requests tree-wide
...
See f63eb58573
The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Frederik Rietdijk
e75096142c
pythonPackages.llfuse-0-41: move into attic
...
because that's the only expression using this older version.
2017-05-07 08:50:14 +02:00
Aristid Breitkreuz
3f00bce59b
Merge pull request #24723 from edanaher/update-bup
...
bup: 0.29 -> 0.29.1
2017-04-08 11:04:37 +02:00
Aristid Breitkreuz
65be0b3a4b
bup: enable par2 by default
...
The par2 closure is <300 KB, so having it enabled by default seems
reasonable.
2017-04-07 21:47:03 +02:00
Evan Danaher
82a63385fb
bup: 0.29 -> 0.29.1
...
This pretty much only has a single fix for gc --threshold 0:
https://github.com/bup/bup/blob/master/note/0.29.1-from-0.29.md
2017-04-07 15:44:10 -04:00
Peter Hoeg
f38c4ee775
duplicity: 0.7.07.1 -> 0.7.12
2017-03-24 18:08:05 +08:00
Michael Raskin
4707ac31f1
Merge pull request #23942 from mbrgm/restic
...
restic: init at 0.5.0
2017-03-18 20:01:14 +01:00
Peter Hoeg
99c7aa45e7
s3ql: 2.17.1 -> 2.21
2017-03-16 18:19:57 +08:00
Marius Bergmann
2a65628826
restic: init at 0.5.0
2017-03-15 23:45:42 +01:00
edanaher
77b7b7df33
bup: 0.28.1 -> 0.29 ( #23876 )
2017-03-15 21:20:25 +01:00
Bjørn Forsman
5f1398ce13
borgbackup: 1.0.9 -> 1.0.10
2017-03-05 21:14:59 +01:00
Emery Hemingway
9cd3e57cc6
obname: 1.20.2 -> 1.21
2017-02-09 15:45:04 +01:00
Kirill Elagin
2d1d8394e0
tarsnap: macOS
2017-02-06 05:21:19 +03:00
Jörg Thalheim
53cd750ec6
backup: use gemdir
2017-01-18 00:52:48 +01:00
Joachim Fasting
5195e0d70f
borgbackup: cleanup inputs
...
tox/detox are removed; they are used to test multiple python
implementations in parallel, which isn't really appropriate for a Nix
install check. Also, because these were added to the propagated build
inputs, lots of unnecessary stuff ended up in the resulting closure.
Note that removing tox does not imply tests are not run; they never were
to begin with; this is a separate issue.
This fixes https://github.com/NixOS/nixpkgs/issues/16171
Also, for "correctness" ordinary build-time dependencies are added to
`buildInputs`; only inputs that are to be added to the python path are
added to `propagatedBuildInputs`.
2016-12-31 21:58:41 +01:00
Mitch Tishmack
e898a50325
duply: refactor allow builds on non linux
2016-12-26 15:04:40 -06:00
Mitch Tishmack
124f81785a
duplicity: refactor allow builds on non linux
2016-12-26 15:04:35 -06:00
Bjørn Forsman
7fda8db891
borgbackup: 1.0.8 -> 1.0.9 (security fixes)
...
And bug fixes. Changelog:
https://github.com/borgbackup/borg/blob/1.0.9/docs/changes.rst#version-109-2016-12-20
2016-12-24 13:36:04 +01:00
Christian Kampka
a1d9d7efc0
btrbk: 0.22.2 -> 0.24.0
2016-12-10 14:08:28 +01:00
Frederik Rietdijk
f3c8692232
rdiff-backup: use python2 and buildPythonApplication
2016-11-24 22:28:03 +01:00
Frederik Rietdijk
90d0bde89a
bareos: use python2
2016-11-24 22:28:02 +01:00
Vladimír Čunát
b5e89fe9bf
Merge branch 'master' into staging
2016-11-15 00:20:19 +01:00
Frederik Rietdijk
0674ed1b6b
bup: use python2
2016-11-08 22:48:54 +01:00
Frederik Rietdijk
bb35828d97
Merge pull request #19925 from FRidh/dup
...
duplicity: use buildPythonApplication
2016-11-07 11:41:32 +01:00
Maciek Starzyk
70bf493185
obnam: 1.19.1 -> 1.20.2
2016-11-01 13:00:52 +01:00
Bjørn Forsman
ee40829097
borgbackup: 1.0.7 -> 1.0.8
2016-10-31 22:25:50 +01:00
Frederik Rietdijk
cbc25e5506
duplicity: use buildPythonApplication
2016-10-27 17:16:40 +02:00
Manuel Reinhardt
8f6470f33a
duplicity: updated dependencies
...
fixes #18112
https://github.com/NixOS/nixpkgs/issues/18112
2016-10-27 08:36:02 +01:00
Frederik Rietdijk
7077a270bf
Merge remote-tracking branch 'upstream/master' into HEAD
2016-10-26 13:06:43 +02:00
Domen Kožar
5e28dcc502
amazon-glacier-cmd-interface: init at 2016-09-01
2016-10-22 21:51:25 +02:00
Frederik Rietdijk
9475510027
duplicity: use python2
2016-10-22 16:47:22 +02:00
derchris
9624080e86
bareos: 15.2.1 -> 15.2.4
2016-10-15 11:46:57 +02:00
sternenseemann
3fb2993cb3
maintainers: rename lukasepple according to github account name
2016-10-09 22:04:22 +02:00
jhhuh
89cbb88d26
bup-0.28.1: fix on darwin, upstream released patch removed
2016-10-09 16:54:51 +02:00
sternenseemann
c96ddb6433
bup: 0.26 -> 0.28.1 ( #18531 )
2016-09-13 07:01:16 +02:00
Russell O'Connor
8df0bb7aac
duplicity: add dependency on rsync
...
When using the rsync:// protocol, duplicity expects to find the rsync binary in the path.
Without rsync in the path, duplicity fails with the following error
Attempt 1 failed. AttributeError: 'NoneType' object has no attribute 'rfind'
Adding rsync to the path enables the rsync:// protocol to work correctly.
2016-09-09 18:37:25 +02:00
Michael Alan Dorman
739b058779
Fix borgbackup dependency on lz4
2016-09-09 11:24:15 -04:00
Robert Helgesson
d0c2c99571
ugarit: bump aes input from 1.3 to 1.5
2016-09-06 19:30:01 +02:00
Frederik Rietdijk
db1d965ae6
Revert "duply: add pythonPackages.cryptography"
...
This reverts commit 400d1d5c89
.
Didn't fix https://github.com/NixOS/nixpkgs/issues/18112
2016-08-30 12:54:59 +02:00
Frederik Rietdijk
400d1d5c89
duply: add pythonPackages.cryptography
2016-08-30 12:20:25 +02:00
obadz
57ddc155fc
Merge branch 'master' into staging
...
Conflicts:
pkgs/games/scummvm/default.nix
2016-08-28 12:20:59 +01:00
Bjørn Forsman
1ba0ef1c73
borgbackup: 1.0.6 -> 1.0.7
2016-08-28 10:50:42 +02:00
Robin Gloster
eddc0a5549
treewide: fix darwin builds by using getOutput
...
This fixes eval for pkgs referring to optional static output
2016-08-25 08:44:20 +00:00
Franz Pletz
df275f5b85
treewide: fix darwin builds by referring to stdenv's libc
2016-08-25 02:56:25 +02:00
Franz Pletz
6be25ae545
partclone: stable -> 0.2.89, cleanups
2016-08-24 21:31:02 +02:00
Tuomas Tynkkynen
1c761150f7
treewide: Make explicit that 'dev' output of libmysql is used
2016-08-23 03:52:06 +03:00
Tuomas Tynkkynen
74a3a2cd7e
treewide: Use makeBinPath
2016-08-23 01:18:10 +03:00
Franz Pletz
cfb930c985
znapzend: 0.15.5 -> 0.15.7
2016-08-17 13:17:46 +02:00
Frederik Rietdijk
e4b47de694
Remove top-level pycrypto
...
See #11567 .
2016-08-14 14:28:26 +02:00
Frederik Rietdijk
eb3e23c49e
Remove top-level setuptools
...
See #11567 .
2016-08-14 13:07:26 +02:00
Tobias Geerinckx-Rice
0e003d39bc
borgbackup: 1.0.5 -> 1.0.6
2016-08-04 00:25:20 +02:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
1bf5ded193
treewide: Lots of meta.hydraPlatforms -> meta.platforms
...
In all of these files, there is no meta.platforms but only
meta.hydraPlatforms, which doesn't seem to have any purpose except being
inconsistent.
2016-08-02 21:17:44 +03:00
lukasepple
bd14e4242e
rdup: init at 1.1.15
2016-08-01 19:43:05 +02:00
Tobias Geerinckx-Rice
3970c6da5e
borgbackup: 1.0.4 -> 1.0.5
...
This update slipped in between 1.0.4 and me pushing 276448a
. Upstream says:
This is a critical bugfix release - upgrading to it is strongly recommended!
Please read https://github.com/borgbackup/borg/blob/1.0.5/docs/changes.rst .
2016-07-08 20:52:39 +02:00
Tobias Geerinckx-Rice
276448a477
borgbackup: 1.0.3 -> 1.0.4
...
Take Pypi's hint and switch to GitHub.
2016-07-08 20:39:46 +02:00
Bjørn Forsman
de0264ce17
attic: unbreak "attic mount" by using old llfuse 0.41
...
llfuse >= 0.42 has breaking changes, causing "attic mount" to fail:
TypeError: main() got an unexpected keyword argument 'single'
Side note: borgbackup, a fork of attic, has been updated to work with
newer llfuse.
2016-06-24 20:16:41 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
zimbatm
0571c2e95e
httrack: 3.48.21 -> 3.48.22
2016-05-30 21:08:42 +01:00
Peter Simons
9cc9c0694e
Merge pull request #15792 from mbakke/duplicity
...
duplicity: 0.7.06 -> 0.7.07.1
2016-05-30 18:40:53 +02:00
Joachim Fasting
73e0c95288
Merge pull request #15778 from joachifm/bup-refactor
...
bup: refactorings
2016-05-28 23:03:46 +02:00
Marius Bakke
80ab61219b
duplicity: 0.7.06 -> 0.7.07.1
2016-05-28 19:54:47 +01:00
Redvers Davies
0af8c1f8b8
mt-st: init at 1.3
...
Closes #15787
2016-05-28 19:33:14 +02:00
Redvers Davies
2745b5a652
mtx: init at 1.3.12
2016-05-28 10:43:03 -04:00
Joachim Fasting
5e1bea1ec2
bup: refactorings
...
- Use `fetchFromGitHub`
- Apply patches standard patch phase
- Use `pythonPackages`
- Use `stdenv.is{Darwin,Linux}`
- meta fixups
- Enable support for the web front-end
2016-05-28 15:32:49 +02:00
Florent Becker
d7749f27f3
bup: add ${git} to the $PATH of the wrapper
...
Otherwise, bup tries to run git from the user's PATH, which may or may not
exist.
Closes #15691
2016-05-28 02:08:41 +02:00
Vladimír Čunát
0b192a0976
Merge branch 'master' into staging
...
That's to get mesa rebuild from master, as it's nontrivial.
2016-05-23 09:02:10 +02:00
Vladimír Čunát
c4661e9643
Merge: make dev output references explicit
...
This is a rebase of most commits from #14766 ,
resolving conflicts and a few other evaluation problems.
2016-05-22 12:09:23 +02:00
Tobias Geerinckx-Rice
b1f6a10e1e
borgbackup: 1.0.2 -> 1.0.3
...
Changes: https://github.com/borgbackup/borg/blob/1.0.3/docs/changes.rst
2016-05-21 14:23:27 +02:00
Tuomas Tynkkynen
7fb29bfa73
treewide: Make explicit that 'dev' output of zlib is used
2016-05-19 10:04:38 +02:00