Commit Graph

25293 Commits

Author SHA1 Message Date
Benjamin Hipple
3dcdededf6 rav1e: upgrade cargo fetcher and cargoSha256 2020-03-08 22:27:42 -04:00
Benjamin Hipple
ab0c847d8c
eva: upgrade cargo fetcher and cargoSha256 () 2020-03-08 22:16:06 -04:00
Mario Rodas
791a24da1b
Merge pull request from helsinki-systems/fix/bitwarden_rs-vault
bitwarden_rs-vault: fix directory structure
2020-03-08 20:26:45 -05:00
Mario Rodas
e54d71c96f
Merge pull request from bhipple/u/heatseeker
heatseeker: 1.5.1 -> 1.7.1
2020-03-08 20:08:37 -05:00
Benjamin Hipple
6331093673
b3sum: upgrade cargo fetcher and cargoSha256 () 2020-03-08 21:06:25 -04:00
Benjamin Hipple
a67fbc1562
cargo-license: upgrade cargo fetcher and cargoSha256 () 2020-03-08 21:06:00 -04:00
Aaron Andersen
2c61263fb3
Merge pull request from bignaux/romdirfs
romdirfs: init at 1.2
2020-03-08 20:39:34 -04:00
Florian Klink
a2aacb6989
Merge pull request from mweinelt/pr/borgbackup/1.1.11
borgbackup: 1.1.10 → 1.1.11
2020-03-08 16:26:36 -07:00
Benjamin Hipple
d1cdeb7aae
ripasso-cursive: upgrade cargo fetcher and cargoSha256 () 2020-03-08 19:18:40 -04:00
Benjamin Hipple
df4ec15453
intecture-cli: upgrade cargo fetcher and cargoSha256 () 2020-03-08 19:18:22 -04:00
Benjamin Hipple
c1a78b7928
intecture-agent: upgrade cargo fetcher and cargoSha256 () 2020-03-08 19:17:12 -04:00
Benjamin Hipple
e9d492a896
intecture-auth: upgrade cargo fetcher and cargoSha256 () 2020-03-08 19:16:56 -04:00
Ryan Mulligan
5e8c897901
Merge pull request from r-ryantm/auto-update/java-service-wrapper
java-service-wrapper: 3.5.42 -> 3.5.43
2020-03-08 12:18:55 -07:00
ajs124
bc21f7a0ce bitwarden_rs-vault: fix directory structure 2020-03-08 16:41:00 +01:00
R. RyanTM
ff54badc61 java-service-wrapper: 3.5.42 -> 3.5.43 2020-03-08 13:11:20 +00:00
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,  Please read and follow the more detailled notes close to the top of this document.
    upgrade bundled xxhash to 0.7.3,  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, 
    extract:
        fix KeyError for "partial" extraction, 
        fix "partial" extract for hardlinked contentless file types, 
        fix preloading for old (0.xx) remote servers, 
        fix confusing output of borg extract --list --strip-components, 
    delete: after double-force delete, warn about necessary repair, 
    create: give invalid repo error msg if repo config not found, 
    mount: fix FUSE mount missing st_birthtime,  
    check: do not stumble over invalid item key, 
    info: if the archive doesn't exist, print a pretty message, 
    SecurityManager.known(): check all files, 
    Repository.open: use stat() to check for repo dir, 
    Repository.check_can_create_repository: use stat() to check, 
    fix invalid archive error message
    fix optional/non-optional location arg, 
    commit-time free space calc: ignore bad compact map entries, 
    ignore EACCES (errno 13) when hardlinking the old config, 
    --prefix / -P: fix processing, avoid argparse issue, 

New features:

    enable placeholder usage in all extra archive arguments
    new BORG_WORKAROUNDS mechanism, basesyncfile, 
    recreate: support --timestamp option, 
    support platforms without os.link (e.g. Android with Termux),  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), 

Other:

    ignore --stats when given with --dry-run, but continue, 
    add some ProgressIndicator msgids to code / fix docs, 
    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 
    docs:
        changelog: add advisory about hashindex_set bug 
        better describe BORG_SECURITY_DIR, BORG_CACHE_DIR, 
        infos about cache security assumptions, 
        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, 
        fix bad reference to borg compact (does not exist in 1.1), 
        create: borg 1.1 is not future any more
        extract: document limitation "needs empty destination", 
        how to supply a passphrase, use crypto devices, 
        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, 
        AUTHORS: mention copyright+license for bundled msgpack
        fix various code blocks in the docs, 
        updated docs to cover use of temp directory on remote, 
        add restore docs, 
        add a pull backup / push restore how-to, 
        add FAQ how to retain original paths, 
        explain difference between --exclude and --pattern, 
        add FAQs for SSH connection issues, 
        improve password FAQ, 
        reiterate that 'file cache names are absolute' in FAQ
    tests:
        cope with ANY error when importing pytest into borg.testsuite, 
        fix broken test that relied on improper zlib assumptions
        test_fuse: filter out selinux xattrs, 
    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,  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
Bignaux Ronan
a201e3dbc4 romdirfs: init at 1.2 2020-03-08 13:45:06 +01:00
Frederik Rietdijk
0eb0ddc4db Merge staging-next into master 2020-03-08 08:11:01 +01:00
Ryan Mulligan
6b6f9d769a
Merge pull request from r-ryantm/auto-update/dpic
dpic: 2019.11.30 -> 2020.03.01
2020-03-07 21:23:09 -08:00
Benjamin Hipple
9044bdef6a heatseeker: 1.5.1 -> 1.7.1
The build is currently broken on master; upgrading fixes it.
2020-03-07 15:22:11 -05:00
Ryan Mulligan
32a7992874
Merge pull request from r-ryantm/auto-update/profile-sync-daemon
profile-sync-daemon: 6.35 -> 6.36
2020-03-07 09:10:22 -08:00
markuskowa
98b3523f04
Merge pull request from r-ryantm/auto-update/phoronix-test-suite
phoronix-test-suite: 9.4.0 -> 9.4.1
2020-03-07 16:02:14 +01:00
Silvan Mosberger
a0d2bed383
Merge pull request from Infinisil/fix/du-dust-name
du-dust: Change derivation name from dust to du-dust
2020-03-07 13:41:09 +01:00
Daiderd Jordan
82e27330cb
Merge pull request from marsam/update-vault
vault: 1.3.2 -> 1.3.3
2020-03-07 12:31:51 +01:00
Silvan Mosberger
ad126ee28e
du-dust: Change derivation name from dust to du-dust
This prevents confusion by nix-env when installing packages by
derivation name, since there is another package named dust already
2020-03-07 12:27:33 +01:00
R. RyanTM
5a0bbfa7f2 par2cmdline: 0.8.0 -> 0.8.1 2020-03-07 09:00:05 +01:00
R. RyanTM
c062681530 moosefs: 3.0.109 -> 3.0.110 2020-03-07 08:58:56 +01:00
R. RyanTM
ad450e99b9 profile-sync-daemon: 6.35 -> 6.36 2020-03-07 07:13:29 +00:00
R. RyanTM
6609c367ee phoronix-test-suite: 9.4.0 -> 9.4.1 2020-03-07 04:42:46 +00:00
Ryan Mulligan
a985982db6
Merge pull request from r-ryantm/auto-update/byobu
byobu: 5.131 -> 5.133
2020-03-06 18:00:23 -08:00
Lancelot SIX
95bb029bb5
Merge pull request from doronbehar/update-sequoia
sequoia: 0.14.0 -> 0.15.0
2020-03-06 23:11:37 +01:00
Lancelot SIX
389f5ce9f1
Merge pull request from r-ryantm/auto-update/libreswan
libreswan: 3.30 -> 3.31
2020-03-06 22:58:13 +01:00
R. RyanTM
40877c81a5 vector: 0.8.0 -> 0.8.1 2020-03-06 15:27:26 -06:00
R. RyanTM
bce33c5d74 libreswan: 3.30 -> 3.31 2020-03-06 19:37:20 +00:00
Doron Behar
25151bcbb6 sequoia: 0.14.0 -> 0.15.0 2020-03-06 20:03:05 +02:00
Pascal Wittmann
d3f3e83c47
Merge pull request from peterhoeg/u/pdf2djvu
pdf2djvu: 0.9.14 -> 0.9.17
2020-03-06 16:53:55 +01:00
Ryan Mulligan
d055db280a
Merge pull request from r-ryantm/auto-update/ibus-table
ibus-engines.table: 1.9.22 -> 1.9.25
2020-03-06 05:58:16 -08:00
Jörg Thalheim
4afc287a06
Merge pull request from dmeijboom/feature/update-and-fix-pulumi
Feature/update and fix pulumi
2020-03-06 10:13:54 +00:00
Maximilian Bosch
5d4fba7f43
Merge pull request from zowoq/youtube-dl
youtube-dl: 2020.03.01 -> 2020.03.06
2020-03-06 10:30:01 +01:00
Mario Rodas
ef4b914b11
vault: 1.3.2 -> 1.3.3 2020-03-06 04:20:00 -05:00
Mario Rodas
b11c5e5436
Merge pull request from r-ryantm/auto-update/topgrade
topgrade: 4.0.2 -> 4.2.0
2020-03-06 04:19:26 -05:00
Dillen Meijboom
c4f5f95d8d
Updated and fixed libstdc++ issue 2020-03-06 10:05:27 +01:00
R. RyanTM
450f8fa9b2 dpic: 2019.11.30 -> 2020.03.01 2020-03-06 08:21:15 +00:00
R. RyanTM
2f863c721e byobu: 5.131 -> 5.133 2020-03-06 07:12:15 +00:00
R. RyanTM
d34475c91b facter: 3.14.7 -> 3.14.8 2020-03-06 07:21:40 +01:00
Frederik Rietdijk
188c3a4d03 Merge staging-next into staging 2020-03-06 07:09:30 +01:00
Felix Tenley
efc1e24565 vdpauinfo: 1.0 -> 1.3 2020-03-06 07:01:06 +01:00
Vincent Breitmoser
7cc68a961d gnupg: apply patch to allow import of key updates without user ids
This adds a patch series which allows GnuPG to import updates
(revocations and subkeys) from certificates that contain no user ids.
This is relevant for refreshing keys from the default keyserver
keys.openpgp.org, where only user ids that contain verified email
addresses will be distributed, and revoked keys never contain any user
ids.

This patch series was originally authored and submitted to upstream half
a year ago (by me), but now comes from Debian packaging where it's been
included since then.

Relates to the following upstream issue: https://dev.gnupg.org/T4393
2020-03-06 06:58:56 +01:00
Peter Hoeg
d05f8b3a95 pdf2djvu: 0.9.14 -> 0.9.17 2020-03-06 11:49:52 +08:00
Mario Rodas
93ba4ecd58
Merge pull request from r-ryantm/auto-update/broot
broot: 0.13.1 -> 0.13.2
2020-03-05 21:21:44 -05:00