-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 62b2bf3f8e8c
head repository: NixOS/nixpkgs-channels
compare: da92e0566d13
Commits on Mar 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0a5ec49 - Browse repository at this point
Copy the full SHA 0a5ec49View commit details
Commits on Mar 8, 2020
-
fetchmail: update from version 6.3.26 to 6.4.2
The new version supports OpenSSL 1.x. Should be back-ported to release-20.03. See https://sourceforge.net/projects/fetchmail/files/branch_6.4/ for the changelog. (cherry picked from commit 85befe9)
Configuration menu - View commit details
-
Copy full SHA for 9226f82 - Browse repository at this point
Copy the full SHA 9226f82View 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. (cherry picked from commit dbff9b5)
Configuration menu - View commit details
-
Copy full SHA for 9e85946 - Browse repository at this point
Copy the full SHA 9e85946View commit details -
(cherry picked from commit 0a545f6) cc #81283
Configuration menu - View commit details
-
Copy full SHA for 55cbe7d - Browse repository at this point
Copy the full SHA 55cbe7dView commit details -
buildbot: 2.6.0 -> 2.7.0 (#81406)
(cherry picked from commit 07727db) cc #81406
Configuration menu - View commit details
-
Copy full SHA for 645522a - Browse repository at this point
Copy the full SHA 645522aView commit details -
nixosTests.docker-tools: add bulk-layer test
A regression test for NixOS/nixpkgs#78744. (cherry picked from commit baa78de) Signed-off-by: Domen Kožar <domen@dev.si>
Configuration menu - View commit details
-
Copy full SHA for c34efec - Browse repository at this point
Copy the full SHA c34efecView commit details -
Configuration menu - View commit details
-
Copy full SHA for f85b4f1 - Browse repository at this point
Copy the full SHA f85b4f1View commit details -
buildLayeredImage: Allow empty store, no paths to add
This is useful when buildLayeredImage is called in a generic way that should allow simple (base) images to be built, which may not reference any store paths. (cherry picked from commit 6dab1b5) Signed-off-by: Domen Kožar <domen@dev.si>
Configuration menu - View commit details
-
Copy full SHA for 6b21029 - Browse repository at this point
Copy the full SHA 6b21029View commit details -
Merge pull request #82054 from mweinelt/pr/20.03/borgbackup/1.1.11
[20.03] borgbackup: 1.1.10 → 1.1.11
Configuration menu - View commit details
-
Copy full SHA for 30cd233 - Browse repository at this point
Copy the full SHA 30cd233View commit details
Commits on Mar 9, 2020
-
Dependencies in the Cargo.lock fail to build due to mutable self borrows. Backport of NixOS/nixpkgs#82018 ZHF: NixOS/nixpkgs#80379 (cherry picked from commit a2514c2)
Configuration menu - View commit details
-
Copy full SHA for a81880d - Browse repository at this point
Copy the full SHA a81880dView commit details -
[ZHF][20.03] heatseeker: 1.5.1 -> 1.7.1
Backport of NixOS/nixpkgs#82017 ZHF: #80379 (cherry picked from commit 9044bde)
Configuration menu - View commit details
-
Copy full SHA for da79582 - Browse repository at this point
Copy the full SHA da79582View commit details -
Merge pull request #82106 from bhipple/bp/sit
[20.03] sit: mark as broken
Configuration menu - View commit details
-
Copy full SHA for 45138d3 - Browse repository at this point
Copy the full SHA 45138d3View commit details -
Backport of NixOS/nixpkgs#82016 ZHF: #80379 (cherry picked from commit d5d648b)
Configuration menu - View commit details
-
Copy full SHA for dde4748 - Browse repository at this point
Copy the full SHA dde4748View commit details -
Merge pull request #82108 from bhipple/bp/heatseeker
[20.03] heatseeker: 1.5.1 -> 1.7.1
Configuration menu - View commit details
-
Copy full SHA for d02d2b0 - Browse repository at this point
Copy the full SHA d02d2b0View commit details -
Merge pull request #82113 from bhipple/bp/ion
[20.03] ion: mark as broken
Configuration menu - View commit details
-
Copy full SHA for 9c26d79 - Browse repository at this point
Copy the full SHA 9c26d79View commit details -
Configuration menu - View commit details
-
Copy full SHA for e76d4a0 - Browse repository at this point
Copy the full SHA e76d4a0View commit details -
youtube-dl: 2020.03.06 -> 2020.03.08
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.08 (cherry picked from commit 134f8cc)
Configuration menu - View commit details
-
Copy full SHA for 3bc2b97 - Browse repository at this point
Copy the full SHA 3bc2b97View commit details -
https://www.twistlock.com/labs-blog/breaking-out-of-coresos-rkt-3-new-cves/ (cherry picked from commit c4c936f)
Configuration menu - View commit details
-
Copy full SHA for 58fa229 - Browse repository at this point
Copy the full SHA 58fa229View commit details -
notable: update license to unfree
Notable used to be released under AGPL-v3 until v1.5.x but is is now nonfree. See https://github.com/notable/notable/blob/master/SOURCE_CODE.md (cherry picked from commit 08edf7f)
Configuration menu - View commit details
-
Copy full SHA for cd5d243 - Browse repository at this point
Copy the full SHA cd5d243View commit details -
Merge pull request #82048 from tokudan/20.03/fetchmail642
fetchmail: 6.3.26 -> 6.4.2 [security] [20.03]
Configuration menu - View commit details
-
Copy full SHA for 7010635 - Browse repository at this point
Copy the full SHA 7010635View commit details -
Merge pull request #82126 from bhipple/bp/procs
[20.03] procs: 0.9.6 -> 0.9.18
Configuration menu - View commit details
-
Copy full SHA for 0b5f073 - Browse repository at this point
Copy the full SHA 0b5f073View commit details -
python3Packages.acoustics: 0.2.3 -> 0.2.4
(cherry picked from commit 634ab6f)
Configuration menu - View commit details
-
Copy full SHA for d95513b - Browse repository at this point
Copy the full SHA d95513bView commit details -
gitlab: 12.8.2 -> 12.8.5 (#82142)
https://about.gitlab.com/releases/2020/03/09/gitlab-12-8-5-released/ (cherry-picked from f391999)
Milan committedMar 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 7f2658b - Browse repository at this point
Copy the full SHA 7f2658bView commit details -
Merge pull request #81772 from dylex/tensorflow
tensorflow: 1.15.1 -> 1.15.2
Configuration menu - View commit details
-
Copy full SHA for 6a662cb - Browse repository at this point
Copy the full SHA 6a662cbView commit details -
* The 'arm.patch' patch doesn't apply anymore. * The 'build-arm-libopus.patch' patch isn't required anymore. * See the mozilla phabricator link for the added patch. Additionally, we are now *always* undconditionally applying all patches to all architectures. That is, unless they have undesirable side-effects, but those might not be fit for inclusion. By applying all patches all the time, they'll be removed or replaced when they stop applying. (cherry picked from commit d4446c5)
Configuration menu - View commit details
-
Copy full SHA for 6291285 - Browse repository at this point
Copy the full SHA 6291285View commit details -
Merge pull request #82173 from samueldr/20.03/aarch64/firefox
[20.03] firefox: Fix AArch64 build
Configuration menu - View commit details
-
Copy full SHA for da92e05 - Browse repository at this point
Copy the full SHA da92e05View commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.