Commit Graph

215675 Commits

Author SHA1 Message Date
Martin Weinelt
dbff9b5479
borgbackup: 1.1.10 → 1.1.11
Version 1.1.11 (2020-03-08)

Compatibility notes:

    When upgrading from borg 1.0.x to 1.1.x, please note:
        read all the compatibility notes for 1.1.0*, starting from 1.1.0b1.
        borg upgrade: you do not need to and you also should not run it.
        borg might ask some security-related questions once after upgrading. You can answer them either manually or via environment variable. One known case is if you use unencrypted repositories, then it will ask about a unknown unencrypted repository one time.
        your first backup with 1.1.x might be significantly slower (it might completely read, chunk, hash a lot files) - this is due to the --files-cache mode change (and happens every time you change mode). You can avoid the one-time slowdown by using the pre-1.1.0rc4-compatible mode (but that is less safe for detecting changed files than the default). See the --files-cache docs for details.
    1.1.11 removes WSL autodetection (Windows 10 Subsystem for Linux). If WSL still has a problem with sync_file_range, you need to set BORG_WORKAROUNDS=basesyncfile in the borg process environment to work around the WSL issue.

Fixes:

    fixed potential index corruption / data loss issue due to bug in hashindex_set, #4829 Please read and follow the more detailled notes close to the top of this document.
    upgrade bundled xxhash to 0.7.3, #4891 0.7.2 is the minimum requirement for correct operations on ARMv6 in non-fixup mode, where unaligned memory accesses cause bus errors. 0.7.3 adds some speedups and libxxhash 0.7.3 even has a pkg-config file now.
    upgrade bundled lz4 to 1.9.2
    upgrade bundled zstd to 1.4.4
    fix crash when upgrading erroneous hints file, #4922
    extract:
        fix KeyError for "partial" extraction, #4607
        fix "partial" extract for hardlinked contentless file types, #4725
        fix preloading for old (0.xx) remote servers, #4652
        fix confusing output of borg extract --list --strip-components, #4934
    delete: after double-force delete, warn about necessary repair, #4704
    create: give invalid repo error msg if repo config not found, #4411
    mount: fix FUSE mount missing st_birthtime, #4763 #4767
    check: do not stumble over invalid item key, #4845
    info: if the archive doesn't exist, print a pretty message, #4793
    SecurityManager.known(): check all files, #4614
    Repository.open: use stat() to check for repo dir, #4695
    Repository.check_can_create_repository: use stat() to check, #4695
    fix invalid archive error message
    fix optional/non-optional location arg, #4541
    commit-time free space calc: ignore bad compact map entries, #4796
    ignore EACCES (errno 13) when hardlinking the old config, #4730
    --prefix / -P: fix processing, avoid argparse issue, #4769

New features:

    enable placeholder usage in all extra archive arguments
    new BORG_WORKAROUNDS mechanism, basesyncfile, #4710
    recreate: support --timestamp option, #4745
    support platforms without os.link (e.g. Android with Termux), #4901 if we don't have os.link, we just extract another copy instead of making a hardlink.
    support linux platforms without sync_file_range (e.g. Android 7 with Termux), #4905

Other:

    ignore --stats when given with --dry-run, but continue, #4373
    add some ProgressIndicator msgids to code / fix docs, #4935
    elaborate on "Calculating size" message
    argparser: always use REPOSITORY in metavar, also use more consistent help phrasing.
    check: improve error output for matching index size, see #4829
    docs:
        changelog: add advisory about hashindex_set bug #4829
        better describe BORG_SECURITY_DIR, BORG_CACHE_DIR, #4919
        infos about cache security assumptions, #4900
        add FAQ describing difference between a local repo vs. repo on a server.
        document how to test exclusion patterns without performing an actual backup
        timestamps in the files cache are now usually ctime, #4583
        fix bad reference to borg compact (does not exist in 1.1), #4660
        create: borg 1.1 is not future any more
        extract: document limitation "needs empty destination", #4598
        how to supply a passphrase, use crypto devices, #4549
        fix osxfuse github link in installation docs
        add example of exclude-norecurse rule in help patterns
        update macOS Brew link
        add note about software for automating backups, #4581
        AUTHORS: mention copyright+license for bundled msgpack
        fix various code blocks in the docs, #4708
        updated docs to cover use of temp directory on remote, #4545
        add restore docs, #4670
        add a pull backup / push restore how-to, #1552
        add FAQ how to retain original paths, #4532
        explain difference between --exclude and --pattern, #4118
        add FAQs for SSH connection issues, #3866
        improve password FAQ, #4591
        reiterate that 'file cache names are absolute' in FAQ
    tests:
        cope with ANY error when importing pytest into borg.testsuite, #4652
        fix broken test that relied on improper zlib assumptions
        test_fuse: filter out selinux xattrs, #4574
    travis / vagrant:
        misc python versions removed / changed (due to openssl 1.1 compatibility) or added (3.7 and 3.8, for better borg compatibility testing)
        binary building is on python 3.5.9 now
    vagrant:
        add new boxes: ubuntu 18.04 and 20.04, debian 10
        update boxes: openindiana, darwin, netbsd
        remove old boxes: centos 6
        darwin: updated osxfuse to 3.10.4
        use debian/ubuntu pip/virtualenv packages
        rather use python 3.6.2 than 3.6.0, fixes coverage/sqlite3 issue
        use requirements.d/development.lock.txt to avoid compat issues
    travis:
        darwin: backport some install code / order from master
        remove deprecated keyword "sudo" from travis config
        allow osx builds to fail, #4955 this is due to travis-ci frequently being so slow that the OS X builds just fail because they exceed 50 minutes and get killed by travis.
2020-03-08 14:00:40 +01:00
Andreas Rammhold
c70840206a
Merge pull request #81601 from andir/gsasl
gsasl: export LOCALDOMAIN before running tests
2020-03-03 16:12:56 +01:00
Vincent Laporte
2240e6aa2c
Merge pull request #81160 from bcdarwin/update-owl
ocamlPackages.owl: 0.7.2 -> 0.8.0
2020-03-03 15:42:55 +01:00
Cyril Cohen
66a7f5d4e2 elpi: 1.7.0 -> 1.10.2; coq-elpi: 1.1 -> 1.3 2020-03-03 14:57:42 +01:00
Andreas Rammhold
4c00e6f654 bazel-remote: fix fixed output derivation hash 2020-03-03 14:35:24 +01:00
Gabriel Ebner
f29c0e4526
Merge pull request #81313 from veprbl/pr/blender_numpy_fix
blender: fix enableNumpy option
2020-03-03 14:31:11 +01:00
Robert Hensing
6734e58da3
Merge pull request #81292 from hercules-ci/fix-service-runner-quotes
nixos/service-runner.nix: Allow quotes in commands + test
2020-03-03 14:31:00 +01:00
Mario Rodas
df444c855e
Merge pull request #81582 from magnetophon/dragonfly-reverb
dragonfly-reverb: 2.0.0 -> 3.0.0
2020-03-03 08:14:56 -05:00
Mario Rodas
111afd285c
Merge pull request #81596 from r-ryantm/auto-update/python2.7-ipdb
python27Packages.ipdb: 0.12.3 -> 0.13.0
2020-03-03 08:14:09 -05:00
Mario Rodas
e9375934de
Merge pull request #81592 from zowoq/kepubify
kepubify: 3.0.0 -> 3.1.0
2020-03-03 08:03:03 -05:00
Mario Rodas
eb53f1cc74
Merge pull request #81603 from davidtwco/pastel-0.7.1
pastel: 0.7.0 -> 0.7.1
2020-03-03 08:01:10 -05:00
Tim Steinbach
1e40843616
oh-my-zsh: 2020-03-02 -> 2020-03-03 2020-03-03 07:47:47 -05:00
markuskowa
dbb9fab27f
Merge pull request #81604 from markuskowa/upd-octopus
octopus: 9.1 -> 9.2
2020-03-03 12:45:16 +01:00
Jörg Thalheim
ab86bf9db9
Merge pull request #81497 from gila/terraform-provider-libvirt
terraform-providers.libvirt: 0.5.1 -> 0.6.1
2020-03-03 11:30:47 +00:00
Aaron Andersen
aca5d04f3e
Merge pull request #81179 from aanderse/zabbix
zabbix: 3.0.29 -> 3.0.30, 4.0.17 -> 4.0.18, 4.4.5 -> 4.4.6
2020-03-03 05:36:58 -05:00
Lancelot SIX
88088645d2
Merge pull request #81599 from matthiasbeyer/timewarrior-fix-url
timewarrior: Fix homepage
2020-03-03 11:32:40 +01:00
Vladimír Čunát
29a7464115 knot-dns: 2.9.2 -> 2.9.3
https://gitlab.labs.nic.cz/knot/knot-dns/-/tags/v2.9.3
2020-03-03 11:18:02 +01:00
Andreas Rammhold
f8325b6ce6
Merge pull request #81060 from andir/opensmtpd-timeout
nixos/tests/opensmtpd: bump test (&build) timeout to 30m from 30s
2020-03-03 11:14:49 +01:00
markuskowa
4822d61252
Merge pull request #80977 from r-ryantm/auto-update/quantum-espresso
quantum-espresso: 6.4.1 -> 6.5
2020-03-03 11:09:30 +01:00
Anderson Torres
5a8c89406a
Merge pull request #81507 from AndersonTorres/update/mgba
mgba: 0.8.0 -> 0.8.1
2020-03-03 06:56:54 -03:00
Markus Kowalewski
eebd6fe75a
octopus: 9.1 -> 9.2 2020-03-03 10:54:23 +01:00
David Wood
478bf130e2
pastel: 0.7.0 -> 0.7.1 2020-03-03 09:50:10 +00:00
R. RyanTM
b35abf2478 python27Packages.jupytext: 1.3.2 -> 1.3.4 2020-03-03 10:48:16 +01:00
R. RyanTM
fad94709ce python27Packages.bayesian-optimization: 1.0.1 -> 1.1.0 2020-03-03 10:47:55 +01:00
Andreas Rammhold
846f300511
Merge pull request #80953 from andir/bazel-poison
buildBazelPackage: poison all the fixed output derivations
2020-03-03 10:39:05 +01:00
Andreas Rammhold
6eb3154ff6
gsasl: export LOCALDOMAIN before running tests
Recently kerberos added a code path that relies ont he local domain part
to be available. See [hydra] for the recent build failure and [github]
for a brief analysis of the error.

[hydra] https://hydra.nixos.org/build/113717403
[github]:
  - https://github.com/NixOS/nixpkgs/pull/81531#issuecomment-593840860
  - https://github.com/NixOS/nixpkgs/pull/81531#issuecomment-593853565
2020-03-03 10:36:52 +01:00
Orivej Desh
a8e06a8e89 clickhouse: link with lld
lld buildInput is still needed for the library.

Related: #24744
2020-03-03 09:22:14 +00:00
ccellado
0da63e8af2
deadbeef: 1.8.0 -> 1.8.2 2020-03-03 10:02:04 +01:00
Matthias Beyer
1b5ae92f0f timewarrior: Fix homepage
Thanks to repology.org

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-03-03 09:50:56 +01:00
Orivej Desh
24c765c744 clickhouse: fix rpath
ClickHouse sets LINKER_NAME to lld which is not yet wrapped with ld-wrapper.sh
and the results lack rpath needed to use the programs and libraries.
2020-03-03 08:38:19 +00:00
R. RyanTM
774324ae76 plantuml: 1.2020.1 -> 1.2020.2 2020-03-03 09:21:16 +01:00
R. RyanTM
6e686dd681 python27Packages.ipdb: 0.12.3 -> 0.13.0 2020-03-03 07:23:48 +00:00
R. RyanTM
d07158447e python27Packages.localzone: 0.9.5 -> 0.9.6 2020-03-02 22:51:23 -08:00
R. RyanTM
c27a87e288 python27Packages.identify: 1.4.10 -> 1.4.11 2020-03-02 22:50:56 -08:00
R. RyanTM
4c23487951 python27Packages.phonenumbers: 8.11.3 -> 8.11.4 2020-03-02 22:50:27 -08:00
Aiken Cairncross
2148a154c6 python3Packages.monosat: Fix Python 3.8 build 2020-03-03 07:40:57 +01:00
zowoq
3c7eb6f1be kepubify: 3.0.0 -> 3.1.0
https://github.com/geek1011/kepubify/releases/tag/v3.1.0
2020-03-03 16:25:05 +10:00
Vincent Laporte
3fe7a65e23 ocaml-ng.ocamlPackages_4_10.ocaml: 4.10.0+rc2 → 4.10.0 2020-03-03 06:49:08 +01:00
Bart Brouns
44fb029ff8 dragonfly-reverb: 2.0.0 -> 3.0.0 2020-03-03 04:57:26 +01:00
Dennis Gosnell
bd2c1d72c5
Merge pull request #80845 from obsidiansystems/work-on-multi-shellFor
haskell shellFor: Fix hoogle
2020-03-03 11:22:52 +09:00
Yegor Timoshenko
c16f2218da
Merge pull request #80900 from emilazy/acme-must-staple
nixos/acme: Must-Staple and extra flags
2020-03-03 03:57:40 +03:00
Yegor Timoshenko
31aefc74c5
Merge pull request #80856 from emilazy/adjust-acme
nixos/acme: adjust renewal timer options
2020-03-03 03:49:33 +03:00
Andreas Rammhold
642bea6cec
tensorflow: update fixed output hashes 2020-03-03 01:12:27 +01:00
Andreas Rammhold
c539f937c5
pythonPackages.tensorflow-estimator_1_15_1: init at 1.15.1
TF 1.15 still needs an older version of the tensorflow-estimator
package.
2020-03-03 01:12:27 +01:00
Andreas Rammhold
84b3678072
pythonPackages.dm-sonned: update fixed output hash 2020-03-03 01:12:27 +01:00
Andreas Rammhold
0ff376c03f
bazel-remote: update fixed output hash 2020-03-03 01:12:27 +01:00
Andreas Rammhold
fa7b4d513c
tensorflow-probabilit: update fixed output hash 2020-03-03 01:12:26 +01:00
Andreas Rammhold
9683826ffa
bazel-watcher: update fixed output hash 2020-03-03 01:12:26 +01:00
Andreas Rammhold
abd312b6b1
gvisor: update fixed output hash 2020-03-03 01:12:26 +01:00
Andreas Rammhold
fa6c5c3dc7
buildBazelPackage: prime fixed output derivations
All bazel fixed output derivations should be specific to the bazel
version that was used to generate them. There is not guarantee that the
build will still succeed or reproduces (without the cached fixed output)
if the fetch phase wasn't rerun with a different bazel version.

In the past bazel had been bumped but not all those packages that have
fixed outputs from bazel builds. This lead to compiling and somewhat
working TF versions that couldn't be reproduced without the cached fixed
outputs.
2020-03-03 01:12:26 +01:00