-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 508a2c684964
head repository: NixOS/nixpkgs-channels
compare: 8f15b7065395
Commits on Mar 2, 2020
-
Update GDAL/OGR to 3.0.4 GDAL 3.0.4 includes a fix for build failure due to poppler 0.85.0 upgrade (change to parameters for setErrorCallback). See commit: OSGeo/gdal@6e9e51e
Configuration menu - View commit details
-
Copy full SHA for bb46f89 - Browse repository at this point
Copy the full SHA bb46f89View commit details
Commits on Mar 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4e49c40 - Browse repository at this point
Copy the full SHA 4e49c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6784c98 - Browse repository at this point
Copy the full SHA 6784c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0072d12 - Browse repository at this point
Copy the full SHA 0072d12View commit details
Commits on Mar 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e572b36 - Browse repository at this point
Copy the full SHA e572b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 215e759 - Browse repository at this point
Copy the full SHA 215e759View commit details
Commits on Mar 7, 2020
-
Updated both matomo and matomo-beta to the latest version
Configuration menu - View commit details
-
Copy full SHA for 56a901b - Browse repository at this point
Copy the full SHA 56a901bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b446413 - Browse repository at this point
Copy the full SHA b446413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1068dd3 - Browse repository at this point
Copy the full SHA 1068dd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 609650a - Browse repository at this point
Copy the full SHA 609650aView commit details -
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 68d61b1 - Browse repository at this point
Copy the full SHA 68d61b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8773488 - Browse repository at this point
Copy the full SHA 8773488View commit details -
The build is currently broken on master; upgrading fixes it.
Configuration menu - View commit details
-
Copy full SHA for 9044bde - Browse repository at this point
Copy the full SHA 9044bdeView commit details -
Dependencies in the Cargo.lock fail to build due to mutable self borrows.
Configuration menu - View commit details
-
Copy full SHA for a2514c2 - Browse repository at this point
Copy the full SHA a2514c2View commit details -
The build also happens to be broken on master; this fixes it, along with upgrading the cargoSha256.
Configuration menu - View commit details
-
Copy full SHA for 099b52d - Browse repository at this point
Copy the full SHA 099b52dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c936f - Browse repository at this point
Copy the full SHA c4c936fView commit details
Commits on Mar 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dac3a7e - Browse repository at this point
Copy the full SHA dac3a7eView commit details -
gitAndTools.git-bug: 0.6.0 -> 0.7.0
Update to version 0.7.0. Includes switch to buildGoModule because Gopkg.toml has been removed upstream.
Configuration menu - View commit details
-
Copy full SHA for 1cd54c9 - Browse repository at this point
Copy the full SHA 1cd54c9View commit details -
Bignaux Ronan committed
Mar 8, 2020 Configuration menu - View commit details
-
Copy full SHA for a201e3d - Browse repository at this point
Copy the full SHA a201e3dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for dbff9b5 - Browse repository at this point
Copy the full SHA dbff9b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc21f7a - Browse repository at this point
Copy the full SHA bc21f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4c65bc - Browse repository at this point
Copy the full SHA b4c65bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b99feeb - Browse repository at this point
Copy the full SHA b99feebView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d492a - Browse repository at this point
Copy the full SHA e9d492aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a78b7 - Browse repository at this point
Copy the full SHA c1a78b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for df4ec15 - Browse repository at this point
Copy the full SHA df4ec15View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1cdeb7 - Browse repository at this point
Copy the full SHA d1cdeb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b933b4 - Browse repository at this point
Copy the full SHA 0b933b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa353a0 - Browse repository at this point
Copy the full SHA fa353a0View commit details -
cloudflare-wranger: upgrade cargoSha256 (#82022)
General infrastructure improvement as part of #79975, no functional changes expected.
Configuration menu - View commit details
-
Copy full SHA for a38ad34 - Browse repository at this point
Copy the full SHA a38ad34View commit details -
cargo-make: remove unnecessary attribute (#82071)
The default value when left unspecified is now false, so no need to state this explicitly.
Configuration menu - View commit details
-
Copy full SHA for 1cc9cb7 - Browse repository at this point
Copy the full SHA 1cc9cb7View commit details -
Merge pull request #82052 from mweinelt/pr/borgbackup/1.1.11
borgbackup: 1.1.10 → 1.1.11
Configuration menu - View commit details
-
Copy full SHA for a2aacb6 - Browse repository at this point
Copy the full SHA a2aacb6View commit details
Commits on Mar 9, 2020
-
Merge pull request #82031 from r-ryantm/auto-update/yarn
yarn: 1.22.0 -> 1.22.2
Configuration menu - View commit details
-
Copy full SHA for 858eadd - Browse repository at this point
Copy the full SHA 858eaddView commit details -
Merge pull request #82050 from royneary/git-bug-0.7.0
gitAndTools.git-bug: 0.6.0 -> 0.7.0
Configuration menu - View commit details
-
Copy full SHA for d13fc7a - Browse repository at this point
Copy the full SHA d13fc7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c61263 - Browse repository at this point
Copy the full SHA 2c61263View commit details -
Merge pull request #81962 from marsam/udpate-docker-slim
docker-slim: 1.27.0 -> 1.28.0
Configuration menu - View commit details
-
Copy full SHA for e26941f - Browse repository at this point
Copy the full SHA e26941fView commit details -
Merge pull request #81968 from vdemeester/update-containerd
containerd: 1.2.6 -> 1.2.13
Configuration menu - View commit details
-
Copy full SHA for 0623c70 - Browse repository at this point
Copy the full SHA 0623c70View commit details -
perlPackages.TextBibTeX: fix on darwin
Fixes: 6d8539c ('perl: Enable threading on darwin') cc #73819
Configuration menu - View commit details
-
Copy full SHA for 2873950 - Browse repository at this point
Copy the full SHA 2873950View commit details -
Configuration menu - View commit details
-
Copy full SHA for a67fbc1 - Browse repository at this point
Copy the full SHA a67fbc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6331093 - Browse repository at this point
Copy the full SHA 6331093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0757551 - Browse repository at this point
Copy the full SHA 0757551View commit details -
Merge pull request #81966 from edef1c/git-codereview
git-codereview: init at 2020-01-15
Configuration menu - View commit details
-
Copy full SHA for 77c58e6 - Browse repository at this point
Copy the full SHA 77c58e6View commit details -
Merge pull request #82017 from bhipple/u/heatseeker
heatseeker: 1.5.1 -> 1.7.1
Configuration menu - View commit details
-
Copy full SHA for e54d71c - Browse repository at this point
Copy the full SHA e54d71cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7391412 - Browse repository at this point
Copy the full SHA 7391412View commit details -
Merge pull request #82063 from r-ryantm/auto-update/libzdb
libzdb: 3.1 -> 3.2.1
Configuration menu - View commit details
-
Copy full SHA for f613ff2 - Browse repository at this point
Copy the full SHA f613ff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa084b - Browse repository at this point
Copy the full SHA bfa084bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9760d23 - Browse repository at this point
Copy the full SHA 9760d23View commit details -
Merge pull request #82058 from helsinki-systems/fix/bitwarden_rs-vault
bitwarden_rs-vault: fix directory structure
Configuration menu - View commit details
-
Copy full SHA for 791a24d - Browse repository at this point
Copy the full SHA 791a24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65731ad - Browse repository at this point
Copy the full SHA 65731adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 306d507 - Browse repository at this point
Copy the full SHA 306d507View commit details
There are no files selected for viewing