Commit Graph

192255 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
Bignaux Ronan
95dc1ef1f0 appimageTools: fix appimage-exec.sh passing arguments 2020-03-08 13:53:48 +01:00
Bignaux Ronan
a201e3dbc4 romdirfs: init at 1.2 2020-03-08 13:45:06 +01:00
Bignaux Ronan
2a6cd0e6c0 appimageTools: fix appimage-exec.sh according to shellcheck 2020-03-08 13:38:32 +01:00
royneary
1cd54c9f36
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.
2020-03-08 13:31:07 +01:00
Gabriel Ebner
d7a68e9bce
Merge pull request #82028 from r-ryantm/auto-update/qalculate-gtk
qalculate-gtk: 3.7.0 -> 3.8.0
2020-03-08 13:31:00 +01:00
R. RyanTM
ef03ff7c1f hopper: 4.5.19 -> 4.5.21 2020-03-08 11:45:01 +00:00
Maximilian Bosch
e0a5d34664
brutespray: init at 1.6.6 2020-03-08 10:52:13 +01:00
Maximilian Bosch
3d6908bca1
medusa-unstable: init at 2018-12-16 2020-03-08 10:52:13 +01:00
Mario Rodas
88efa8b1ae
flow: 0.119.1 -> 0.120.1
Changelog: https://github.com/facebook/flow/releases/tag/v0.120.1
2020-03-08 04:20:00 -05:00
Daniël de Kok
44085e3501 freeoffice: 973 -> 974
Changelog:

https://www.freeoffice.com/en/download/servicepacks
2020-03-08 08:28:13 +01:00
Frederik Rietdijk
0eb0ddc4db Merge staging-next into master 2020-03-08 08:11:01 +01:00
R. RyanTM
3f02faf825 etesync-dav: 0.14.2 -> 0.15.0 2020-03-08 07:09:51 +00:00
Ryan Mulligan
6b6f9d769a
Merge pull request #81878 from r-ryantm/auto-update/dpic
dpic: 2019.11.30 -> 2020.03.01
2020-03-07 21:23:09 -08:00
R. RyanTM
dac3a7e3f9 yarn: 1.22.0 -> 1.22.2 2020-03-08 02:27:11 +00:00
Dennis Gosnell
25f451a444
Merge pull request #82002 from LnL7/vaultenv
vaultenv: fix build
2020-03-08 11:01:23 +09:00
Michele Guerini Rocco
08cc4cd702
Merge pull request #81932 from lsix/update-notable-license
notable: update license to unfree
2020-03-08 01:52:37 +01:00
R. RyanTM
e6f5bb8dc4 qalculate-gtk: 3.7.0 -> 3.8.0 2020-03-08 00:14:22 +00:00
Léo Gaspard
7d514dab57
Merge pull request #81987 from bhipple/u/rust-cargo-gir-rs
gir-rs: upgrade cargo fetcher and cargoSha256
2020-03-08 00:05:07 +01:00
Graham Christensen
47a7741cb2
Merge pull request #80497 from lopsided98/bootstrap-libssp
make-bootstrap-tools: add libssp to allow stack protector to work
2020-03-07 17:51:09 -05:00
lewo
ae68f39544
Merge pull request #81935 from r-ryantm/auto-update/newlib
newlib: 3.1.0 -> 3.3.0
2020-03-07 23:08:11 +01:00
Maximilian Bosch
88b16119c1
wasm-bindgen-cli: 0.2.58 -> 0.2.59 2020-03-07 23:03:28 +01:00
zowoq
c4c936f2f7 rkt: add CVEs
https://www.twistlock.com/labs-blog/breaking-out-of-coresos-rkt-3-new-cves/
2020-03-08 07:19:44 +10:00
Benjamin Hipple
099b52dabf amp: 0.6.1 -> 0.6.2
The build also happens to be broken on master; this fixes it, along with
upgrading the cargoSha256.
2020-03-07 15:52:34 -05:00
R. RyanTM
b848abe4c6 jdepend: 2.9.1 -> 2.10 2020-03-07 20:52:17 +00:00
Vincent Laporte
db4ccde60d ocamlPackages.ppx_import: 1.5-3 → 1.7.1
Support for OCaml ≥ 4.08
2020-03-07 21:44:03 +01:00
Alvar
b330620054
golangci-lint: 1.23.7 -> 1.23.8 (#82010) 2020-03-07 12:30:23 -08:00
Benjamin Hipple
a2514c22a8 sit: mark as broken
Dependencies in the Cargo.lock fail to build due to mutable self borrows.
2020-03-07 15:28:56 -05: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
Benjamin Hipple
d5d648b0f6 ion: mark as broken
As noted in the comment, its Rust vendor directory no longer compiles. That
said, we can still compute the new `cargoSha256`, and the package fails in
precisely the same way.
2020-03-07 15:17:27 -05:00
Michael Weiss
01db31c4d7
signal-desktop: 1.32.0 -> 1.32.1 2020-03-07 21:06:23 +01:00
Mat Marini
0f9179137c
kubie: init at 0.7.1 2020-03-07 20:56:05 +01:00
Christian Lütke-Stetzkamp
877348836c cvsq: 1.10 -> 1.11 2020-03-07 20:32:01 +01:00
Bignaux Ronan
b36d3f2c4a appimage: replace writeScript to a standalone appimage-exec.sh 2020-03-07 20:24:26 +01:00
Mario Rodas
9d44f2fb55
Merge pull request #81679 from colemickens/nixpkgs-stem
pythonPackages.stem: 1.7.1 -> 1.8.0
2020-03-07 14:19:14 -05:00
Jan Tojnar
065b6d3ce4
Merge pull request #82001 from jtojnar/fwupd-1.3.9
fwupd: 1.3.8 → 1.3.9
2020-03-07 19:58:13 +01:00
Dmitry Kalinkin
a2437c37af
Merge pull request #71251 from hyperfekt/vscode-insiders-extensions
vscode-with-extensions: fix insiders build
2020-03-07 13:33:07 -05:00
Dmitry Kalinkin
93745d243b
Merge pull request #79488 from danielfullmer/zoneminder-1.34.2
zoneminder: 1.32.3 -> 1.34.3
2020-03-07 13:25:17 -05:00
Daiderd Jordan
bdd16df074
vaultenv: fix build
Don't hard fail on warnings, having eg. some redundant imports is fine.
2020-03-07 19:02:58 +01:00
Daniel Fullmer
ce34b927e0 zoneminder: add patch to fix improper caching 2020-03-07 12:59:39 -05:00
Daniel Fullmer
630de551ef zoneminder: fix timezone detection 2020-03-07 12:59:39 -05:00
Daniel Fullmer
2685e457d3 zoneminder: 1.32.3 -> 1.34.3 2020-03-07 12:59:36 -05:00
Jan Tojnar
d6d660d996
fwupd: 1.3.8 → 1.3.9
https://github.com/fwupd/fwupd/blob/1.3.9/data/org.freedesktop.fwupd.metainfo.xml#L38-L63
2020-03-07 18:57:31 +01:00
Mario Rodas
c5e223e120
Merge pull request #80707 from uosis/ammonite
ammonite: fix source reference to allow dynamic binding
2020-03-07 12:13:26 -05:00
Benjamin Hipple
c385ed4d6f wmfocus: 1.1.2 -> 1.1.3 2020-03-07 12:10:26 -05:00
Ryan Mulligan
32a7992874
Merge pull request #81960 from r-ryantm/auto-update/profile-sync-daemon
profile-sync-daemon: 6.35 -> 6.36
2020-03-07 09:10:22 -08:00
Mario Rodas
a287a87e19
Merge pull request #81973 from r-ryantm/auto-update/python3.7-pyftdi
python37Packages.pyftdi: 0.42.2 -> 0.44.2
2020-03-07 12:08:30 -05:00
R. RyanTM
b0ab073145 python27Packages.Quandl: 3.4.6 -> 3.4.8 2020-03-07 16:58:18 +00:00
Benjamin Hipple
4a2f72f7c2 gir-rs: upgrade cargo fetcher and cargoSha256 2020-03-07 11:12:32 -05:00
Benjamin Hipple
072a3bda78 ghc: consistent downloads.haskell.org src URLs
Consistency is good in general and these seem to work just as well as the
others, but it also helps with blacklisting package updates, as in:
https://github.com/ryantm/nixpkgs-update/pull/160
2020-03-07 10:28:06 -05:00
Maximilian Bosch
39fe57fea3
Merge pull request #81977 from bhipple/u/rust-cargo-prometheus-wireguard-exporter
prometheus-wireguard-exporter: upgrade cargo fetcher and cargoSha256
2020-03-07 16:25:08 +01:00
markuskowa
f1c7d10574
Merge pull request #80569 from r-ryantm/auto-update/fava
fava: 1.12 -> 1.13
2020-03-07 16:19:48 +01:00
markuskowa
2100306071
Merge pull request #81756 from r-ryantm/auto-update/clipgrab
clipgrab: 3.8.7 -> 3.8.11
2020-03-07 16:06:18 +01:00
markuskowa
c33bebc6aa
Merge pull request #81892 from r-ryantm/auto-update/recursive
recursive: 1.042 -> 1.043
2020-03-07 16:05:03 +01:00
markuskowa
1ee52aea6a
Merge pull request #81461 from sikmir/gpxsee
gpxsee: 7.22 -> 7.25
2020-03-07 16:04:30 +01:00
markuskowa
98b3523f04
Merge pull request #81953 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
Benjamin Hipple
29000587d4 prometheus-wireguard-exporter: upgrade cargo fetcher and cargoSha256 2020-03-07 09:47:19 -05:00
Michael Weiss
735707ef0c
chromium: Update the VA-API patch (fix #81909) 2020-03-07 15:40:27 +01:00
Jan Tojnar
b0737acd28
Merge pull request #81926 from r-ryantm/auto-update/libqmi
libqmi: 1.24.4 -> 1.24.6
2020-03-07 15:36:49 +01:00
markuskowa
b0dfbb706c
Merge pull request #81948 from r-ryantm/auto-update/openmpi
openmpi: 4.0.2 -> 4.0.3
2020-03-07 15:35:26 +01:00
Benjamin Hipple
37fb7a5568 buildRustPackage: update docstring comment
The inlined readme that we were iterating on has been moved to GitHub
issue #79975, and the default is now the new cargo fetcher, so this
doc comment is out of date.
2020-03-07 09:34:29 -05:00
R. RyanTM
12d1b8fe2d python37Packages.pyftdi: 0.42.2 -> 0.44.2 2020-03-07 14:11:42 +00:00
Silvan Mosberger
a0d2bed383
Merge pull request #81938 from Infinisil/fix/du-dust-name
du-dust: Change derivation name from dust to du-dust
2020-03-07 13:41:09 +01:00
Mario Rodas
ffc5201035
Merge pull request #81947 from marsam/update-terraform
terraform: 0.12.21 -> 0.12.23
2020-03-07 07:34:15 -05:00
Mario Rodas
923882b5af
Merge pull request #81965 from r-ryantm/auto-update/python2.7-atlassian-python-api
python27Packages.atlassian-python-api: 1.14.9 -> 1.15.4
2020-03-07 07:33:06 -05:00
Mario Rodas
37c267bd2e
Merge pull request #81710 from teto/cmd2
python3Packages.cmd2: 0.9.25 -> 1.0.0
2020-03-07 07:32:04 -05:00
Daiderd Jordan
82e27330cb
Merge pull request #81949 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
Vincent Demeester
68d61b1654
containerd: 1.2.6 -> 1.2.13
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-07 12:27:01 +01:00
edef
609650a3e8 git-codereview: init at 2020-01-15 2020-03-07 10:23:37 +00:00
R. RyanTM
427ad73844 python27Packages.atlassian-python-api: 1.14.9 -> 1.15.4 2020-03-07 10:16:32 +00:00
Vincent Laporte
dcfccdfc33
acgtk: 1.5.0 → 1.5.1 (#81539)
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-03-07 09:56:18 +01:00
Maximilian Bosch
d0e0acadbb
grocy: 2.6.0 -> 2.6.1 2020-03-07 09:28:14 +01:00
R. RyanTM
5a0bbfa7f2 par2cmdline: 0.8.0 -> 0.8.1 2020-03-07 09:00:05 +01:00
R. RyanTM
155d9c9be8 suricata: 5.0.1 -> 5.0.2 2020-03-07 08:59:36 +01:00
R. RyanTM
c062681530 moosefs: 3.0.109 -> 3.0.110 2020-03-07 08:58:56 +01:00
Mario Rodas
1068dd3772
docker-slim: 1.27.0 -> 1.28.0
Changelog: https://github.com/docker-slim/docker-slim/releases/tag/1.28.0
2020-03-07 02:34:00 -05:00
Daniël de Kok
b446413aa6 maturin: 0.7.6 -> 0.7.9
Changelog:
https://github.com/PyO3/maturin/blob/master/Changelog.md
2020-03-07 08:21:10 +01:00
R. RyanTM
ad450e99b9 profile-sync-daemon: 6.35 -> 6.36 2020-03-07 07:13:29 +00:00
Rehno Lindeque
b13f8788dc teensyduino: add missing dependencies for teensy-loader 2020-03-07 06:15:02 +01:00
R. RyanTM
6609c367ee phoronix-test-suite: 9.4.0 -> 9.4.1 2020-03-07 04:42:46 +00:00
Robert Djubek
56a901b8d6
matomo: 3.13.2 -> 3.13.3
Updated both matomo and matomo-beta to the latest version
2020-03-07 04:27:18 +00:00
skykanin
8e80908387 gomatrix: init at 101.0.0 2020-03-07 05:14:09 +01:00
R. RyanTM
6528554396 pari: 2.11.2 -> 2.11.3 2020-03-07 02:43:40 +00:00
R. RyanTM
60a94c71c4 openmpi: 4.0.2 -> 4.0.3 2020-03-07 02:26:10 +00:00
Ryan Mulligan
a985982db6
Merge pull request #81871 from r-ryantm/auto-update/byobu
byobu: 5.131 -> 5.133
2020-03-06 18:00:23 -08:00
Silvan Mosberger
d50d46941e
Merge pull request #77469 from paluh/imgproxy
imgproxy: init at 2.8.1
2020-03-07 02:26:41 +01:00
R. RyanTM
c8523fe003 openvswitch: 2.12.0 -> 2.13.0 2020-03-07 00:57:21 +00:00
R. RyanTM
eea3542153 python27Packages.gym: 0.15.6 -> 0.16.0 2020-03-06 16:06:59 -08:00
R. RyanTM
2a9c43dd43 python27Packages.azure-mgmt-storage: 7.1.0 -> 7.2.0 2020-03-06 15:53:52 -08:00
Silvan Mosberger
3982db1894
Merge pull request #78492 from mothsART/feature/new-package-fluxboxlauncher
New package : fluxboxlauncher
2020-03-07 00:48:54 +01:00
R. RyanTM
b65a703823 newlib: 3.1.0 -> 3.3.0 2020-03-06 23:03:33 +00:00
Lancelot SIX
08edf7f27c
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
2020-03-06 23:54:23 +01:00
Jonathan Ringer
efcab647ab onnxruntime: 1.1.1 -> 1.1.2 2020-03-06 14:38:15 -08:00
Lancelot SIX
8ff4f52874
Merge pull request #81912 from helsinki-systems/upd/notable
notable: 1.7 -> 1.8
2020-03-06 23:32:55 +01:00
Lancelot SIX
95bb029bb5
Merge pull request #81914 from doronbehar/update-sequoia
sequoia: 0.14.0 -> 0.15.0
2020-03-06 23:11:37 +01:00
ajs124
0904686bcc notable: 1.7.3 -> 1.8.4 2020-03-06 23:04:20 +01:00
Lancelot SIX
389f5ce9f1
Merge pull request #81916 from r-ryantm/auto-update/libreswan
libreswan: 3.30 -> 3.31
2020-03-06 22:58:13 +01:00
Daiderd Jordan
d5bf022aa6
Merge pull request #81925 from bachp/plex-1.18.7.2457
plex: 1.18.7.2438 -> 1.18.7.2457
2020-03-06 22:38:32 +01:00
R. RyanTM
40877c81a5 vector: 0.8.0 -> 0.8.1 2020-03-06 15:27:26 -06:00
Lancelot SIX
df155637fe
python3Pakcages.django_compat: fix 2020-03-06 22:25:40 +01:00
Lancelot SIX
e8d5bdb7b3
python3akcages.django_compat: improve test fix 2020-03-06 22:23:26 +01:00
Peter Simons
50e7173b95
Merge pull request #81543 from NixOS/haskell-updates
Update Haskell package set to LTS 15.2 (plus other fixes)
2020-03-06 22:18:42 +01:00
Peter Simons
6e2198bd52 haskell-ci: fix the build 2020-03-06 22:15:14 +01:00
Peter Simons
adcd693c2c haskell-cryptonite: disable the test suite to fix the build on older CPUs
Machines without AES-NI support cannot run the binary.
2020-03-06 22:15:14 +01:00
Peter Simons
46a81f9a15 haskell-binary-instances: disable test suite to avoid spurious failures 2020-03-06 22:15:13 +01:00
Peter Simons
4c791cb15a all-cabal-hashes: update to Hackage at 2020-03-06T12:35:04Z 2020-03-06 22:15:13 +01:00
(cdep)illabout
354111dffb haskellPackages.pantry_0_2_0_0: Mark dontCheck 2020-03-06 22:15:13 +01:00
(cdep)illabout
9857e570e9 stack: Get building with old version of pantry 2020-03-06 22:15:13 +01:00
(cdep)illabout
39e8cc9c30 ormolu: remove unneeded override after bump to lts-15 2020-03-06 22:15:12 +01:00
(cdep)illabout
4e3b120db1 spago: unbreak after update to ghc-8.8.2 2020-03-06 22:15:12 +01:00
(cdep)illabout
7b6f436300 haskellPackages.dhall_1_29_0: disable tests since they access the network 2020-03-06 22:15:12 +01:00
(cdep)illabout
6fe6d3b077 haskellPackages.semver-range: disable tests on ghc88x 2020-03-06 22:15:11 +01:00
Peter Simons
71be218584 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-21-ga388e13 from Hackage revision
ed1012ae12.
2020-03-06 22:15:05 +01:00
Peter Simons
e7e936ff13 hackage2nix: disable Hydra builds that don't evaluate or fail 2020-03-06 22:14:51 +01:00
R. RyanTM
596700c870 libqmi: 1.24.4 -> 1.24.6 2020-03-06 21:09:14 +00:00
Pascal Bach
3d61af8e33 plex: 1.18.7.2438 -> 1.18.7.2457 2020-03-06 22:06:47 +01:00
Jan Tojnar
cc0cc392cb
Merge pull request #81920 from r-ryantm/auto-update/libxmlb
libxmlb: 0.1.14 -> 0.1.15
2020-03-06 22:01:41 +01:00
(cdep)illabout
17144b143b haskellPackages.github: mark unbroken 2020-03-06 21:44:29 +01:00
(cdep)illabout
f26fee6218 haskellPackages.binary-instances: mark unbroken 2020-03-06 21:44:29 +01:00
Gabor Greif
2c7128cb41 unbreak lsp-related packages
these work with GHC v8.8.2
2020-03-06 21:44:29 +01:00
Anders Kaseorg
e9f89e0fb6 haskellPackages.nixfmt: Unbreak
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-03-06 21:44:28 +01:00
Peter Simons
3cb572ef29 LTS Haskell 15.2 2020-03-06 21:44:28 +01:00
Ivan Malison
3a986cded9 haskellPackages.taffybar: Fix compilation with ghc882 2020-03-06 21:44:28 +01:00
(cdep)illabout
5682212ae0 haskellPackages.stack: get compiling with ghc882 2020-03-06 21:42:12 +01:00
(cdep)illabout
2610d5e762 haskellPackages.pantry: get building with ghc882 2020-03-06 21:42:11 +01:00
Lancelot SIX
75087d8882 python3Packages.django_compat: fix tests and re-enable 2020-03-06 12:34:54 -08:00
R. RyanTM
0395f441c0 libxmlb: 0.1.14 -> 0.1.15 2020-03-06 20:23:24 +00:00
Michael Weiss
4babdd0bac
dav1d: 0.5.2 -> 0.6.0 (#81900) 2020-03-06 21:21:39 +01: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 #81883 from peterhoeg/u/pdf2djvu
pdf2djvu: 0.9.14 -> 0.9.17
2020-03-06 16:53:55 +01:00
Gabriel Ebner
8428f5bb4a elan: v0.8.0 tag was force-pushed by upstream 2020-03-06 15:35:37 +01:00
Nikolay Korotkiy
2c398a1b9d
gpxsee: 7.22 -> 7.25 2020-03-06 17:17:45 +03:00
Ryan Mulligan
d055db280a
Merge pull request #81795 from r-ryantm/auto-update/ibus-table
ibus-engines.table: 1.9.22 -> 1.9.25
2020-03-06 05:58:16 -08:00
R. RyanTM
1f37499eb4 recursive: 1.042 -> 1.043 2020-03-06 13:32:10 +00:00
Gabriel Ebner
70e5428d66 elan: 0.7.5 -> 0.8.0 2020-03-06 14:28:36 +01:00
Mario Rodas
b6ee012c39
Merge pull request #81640 from Gerschtli/auto-update/teamspeak-server
teamspeak_server: 3.10.2 -> 3.11.0
2020-03-06 07:54:49 -05:00
Tim Steinbach
6fb69d61d9
oh-my-zsh: 2020-03-05 -> 2020-03-05 2020-03-06 07:52:26 -05:00
Tim Steinbach
028bf0f722
linux: 5.5.7 -> 5.5.8 2020-03-06 07:52:25 -05:00
Tim Steinbach
0c9564891c
linux: 5.4.23 -> 5.4.24 2020-03-06 07:52:25 -05:00
Tim Steinbach
2377b03970
linux: 4.19.107 -> 4.19.108 2020-03-06 07:52:19 -05:00
Mario Rodas
7d89f3ca6a
Merge pull request #81672 from lilyball/macvim
macvim: 8.1.2234 -> 8.2.319
2020-03-06 07:50:36 -05:00
Mario Rodas
d3460718d1
Merge pull request #81624 from r-ryantm/auto-update/radarr
radarr: 0.2.0.1450 -> 0.2.0.1480
2020-03-06 07:49:35 -05:00
Mario Rodas
6808974d93
Merge pull request #81832 from r-ryantm/auto-update/cloudflare-wrangler
cloudflare-wrangler: 1.7.0 -> 1.8.1
2020-03-06 07:45:55 -05:00
Jethro Kuan
ee17a6a837 mkdocs: default to Python 3 2020-03-06 13:40:57 +01:00
Aaron Andersen
7218f3a791
Merge pull request #79957 from mirrexagon/godot-3.2
godot: 3.1.2 -> 3.2
2020-03-06 06:21:48 -05:00
Stig Palmquist
0810dc1129
perlPackages.AuthenSCRAM: init at 0.011
dependencies:
perlPackages.CryptURandom: init at 0.36
perlPackages.PBKDF2Tiny: init at 0.005
perlPackages.UnicodeStringprep: init at 1.105
perlPackages.AuthenSASLSASLprep: init at 1.100
2020-03-06 12:07:19 +01:00
Jörg Thalheim
b791e6cbdd
Merge pull request #81884 from r-ryantm/auto-update/focuswriter
focuswriter: 1.7.4 -> 1.7.5
2020-03-06 10:21:14 +00:00
Jörg Thalheim
4afc287a06
Merge pull request #81879 from dmeijboom/feature/update-and-fix-pulumi
Feature/update and fix pulumi
2020-03-06 10:13:54 +00:00
Anderson Torres
0e19c68ff9
Merge pull request #81745 from r-ryantm/auto-update/cherrytree
cherrytree: 0.38.11 -> 0.39.0
2020-03-06 06:56:04 -03:00
R. RyanTM
6e09f8cd3c focuswriter: 1.7.4 -> 1.7.5 2020-03-06 09:52:03 +00:00
Maximilian Bosch
b8d7d4f322
Merge pull request #81877 from Profpatsch/shellcheck-expose-manpage
shellcheck: add manpage and docs
2020-03-06 10:51:44 +01:00
Martin Milata
421a18f42b nixos/prometheus-mikrotik-exporter: init 2020-03-06 10:39:05 +01:00
Martin Milata
ade67bd052 prometheus-mikrotik-exporter: init at 2020-02-10 2020-03-06 10:38:57 +01:00
Maximilian Bosch
5d4fba7f43
Merge pull request #81846 from zowoq/youtube-dl
youtube-dl: 2020.03.01 -> 2020.03.06
2020-03-06 10:30:01 +01:00
Mario Rodas
c4b75f8983
terraform: 0.12.21 -> 0.12.23 2020-03-06 04:20:00 -05: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 #81856 from r-ryantm/auto-update/topgrade
topgrade: 4.0.2 -> 4.2.0
2020-03-06 04:19:26 -05:00
Mario Rodas
462ecfb72a
Merge pull request #81847 from zowoq/crun
crun: 0.12.2.1 -> 0.13
2020-03-06 04:15:22 -05:00
Mario Rodas
dea93efb1e
Merge pull request #81853 from marsam/fix-dbeaver-hash
dbeaver: fix hash
2020-03-06 04:13:29 -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
Profpatsch
0bc0c10a78 shellcheck: add manpage and docs
The shellcheck source code contains a manpage, so let’s add that to
the output. For good measure, also copy the README to the doc output.

The overrideMeta thing is taking care of setting the right position,
so that `nix edit` points to this file instead of to the original
haskellPackages definition.
2020-03-06 09:20:12 +01:00
R. RyanTM
215e759e19 cfr: 0.148 -> 0.149 2020-03-06 07:50:32 +00:00
R. RyanTM
e572b36a29 cimg: 2.8.3 -> 2.8.4 2020-03-06 07:28:31 +00:00
R. RyanTM
2f863c721e byobu: 5.131 -> 5.133 2020-03-06 07:12:15 +00:00
Matthieu Coudron
53ae5f76a2 tree-sitter.builtGrammars: build parser libraries
except for typescript that provokes an error.
These libraries can be used on neovim 0.5 for instance.
2020-03-06 08:01:35 +01:00
Joachim Breitner
2d2a5a9b63
js_of_ocaml: 3.4.0 -> 3.5.2 (#75766)
drive-by contributions, as I was playing around with this (it has better
support for the `num` library, it seems.)

js_of_ocaml: 3.4.0 -> 3.5.2
ocamlPackages.js_of_ocaml-ppx_deriving_json: use ppxlib-0.12.0
ocamlPackages.eliom: 6.8.0 → 6.10.1
ocamlPackages.ocsigen-toolkit: 2.2.0 → 2.5.0
ocamlPackages.ocsigen-start: 2.7.0 → 2.16.1

Co-authored-by: Vincent Laporte <Vincent.Laporte@gmail.com>
2020-03-06 07:42:04 +01:00
Vincent Laporte
e8243467b9 coqPackages_8_10.QuickChick: init at 1.2.0 2020-03-06 07:28:26 +01:00
Vincent Laporte
4f8ea1e02e coqPackages.simple-io: enable for Coq 8.10 2020-03-06 07:28:26 +01:00
R. RyanTM
ec8946ea09 python37Packages.hstspreload: 2020.2.5 -> 2020.2.29 2020-03-06 07:26:48 +01:00
R. RyanTM
77f5b01d38 rednotebook: 2.16 -> 2.18 2020-03-06 07:26:26 +01:00
R. RyanTM
eafe585a71 librealsense: 2.31.0 -> 2.32.1 2020-03-06 07:25:37 +01:00
R. RyanTM
90f0f471c1 metabase: 0.34.2 -> 0.34.3 2020-03-06 07:25:17 +01:00
R. RyanTM
cf230185fe micronaut: 1.3.0 -> 1.3.2 2020-03-06 07:24:26 +01:00
R. RyanTM
698cb681c5 python37Packages.ckcc-protocol: 1.0.0 -> 1.0.1 2020-03-06 07:24:07 +01:00
R. RyanTM
724e4d4acd python27Packages.denonavr: 0.7.10 -> 0.7.12 2020-03-06 07:23:52 +01:00
R. RyanTM
9ce73d1a62 python37Packages.pikepdf: 1.10.0 -> 1.10.2 2020-03-06 07:23:36 +01:00
R. RyanTM
338639e729 python27Packages.pyface: 6.1.1 -> 6.1.2 2020-03-06 07:23:19 +01:00
R. RyanTM
8a21b2f556 python27Packages.traitsui: 6.1.1 -> 6.1.3 2020-03-06 07:23:07 +01:00
R. RyanTM
7703cc22fe python27Packages.uproot: 3.11.2 -> 3.11.3 2020-03-06 07:22:55 +01:00
R. RyanTM
e04fab644f osi: 0.108.4 -> 0.108.6 2020-03-06 07:22:33 +01:00
R. RyanTM
2d1a19dda1 elogind: 243.4 -> 243.7 2020-03-06 07:22:15 +01:00
R. RyanTM
d34475c91b facter: 3.14.7 -> 3.14.8 2020-03-06 07:21:40 +01:00
R. RyanTM
ef1ace9dd2 gdcm: 3.0.4 -> 3.0.5 2020-03-06 07:21:26 +01:00
R. RyanTM
592507780c urh: 2.8.2 -> 2.8.3 2020-03-06 07:21:10 +01:00
R. RyanTM
9a2a995a8f zotero: 5.0.82 -> 5.0.83 2020-03-06 07:20:57 +01:00
R. RyanTM
853bf469bc rawtherapee: 5.7 -> 5.8 2020-03-06 07:20:28 +01:00
R. RyanTM
b6245f5061 intel-graphics-compiler: 1.0.3041 -> 1.0.3151 2020-03-06 07:20:10 +01:00
R. RyanTM
4665c94d0c skypeforlinux: 8.55.0.141 -> 8.56.0.103 2020-03-06 07:19:52 +01:00
Matthew Bauer
8d72e6bd5f util-linux: use $bin output for umount
This wasn’t updated when adding the bin output.
2020-03-06 07:14:20 +01:00
Frederik Rietdijk
188c3a4d03 Merge staging-next into staging 2020-03-06 07:09:30 +01:00
R. RyanTM
43ccb035b9 vim: 8.2.0227 -> 8.2.0343 2020-03-06 07:08:49 +01:00
Cole Mickens
a1f22cb2bf libva: 2.5.0 -> 2.6.1 2020-03-06 07:08:29 +01:00
R. RyanTM
023ef3d1a4 libevdev: 1.8.0 -> 1.9.0 2020-03-06 07:07:16 +01:00
Matthew Bauer
dfbe76a681 waf: move binary to $out/bin/
Originally this was just the executable, but this breaks nix-shell
usage. Instead, just do a normal directory.

Fixes #79909
2020-03-06 07:06:01 +01:00
Lancelot SIX
4e08586690 gdb: 8.3.1 -> 9.1
See https://www.gnu.org/software/gdb/download/ANNOUNCEMENT for release
information
2020-03-06 07:04:07 +01:00
zowoq
bb0d036002 ncurses: 6.1-20190112 -> 6.2
https://invisible-island.net/ncurses/announce-6.2.html
2020-03-06 07:01:42 +01:00
Felix Tenley
efc1e24565 vdpauinfo: 1.0 -> 1.3 2020-03-06 07:01:06 +01:00
Felix Tenley
297f755012 libvdpau: 1.2 -> 1.3
adds support for VP9 decoding
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
Ben Wolsieffer
05fc2a3524 unpack-bootstrap-tools: remove obsolete linker script patching
The linker scripts no longer contain store paths, so this does nothing. More
importantly, libpthread.so is not longer a linker script on ARM, so the patching
would corrupt it.
2020-03-06 06:58:20 +01:00
Ben Wolsieffer
ee39e49b68 stdenv: update ARM bootstrap tarballs
Fixes building glibc 2.30, which requires at least GCC 6.

Picked from the following cross-trunk evaluation:
https://hydra.nixos.org/eval/1568864 based on nixpkgs
commit ac241fb7a5.

armv5tel job: https://hydra.nixos.org/build/111556418
armv6l job: https://hydra.nixos.org/build/111556521
armv7l job: https://hydra.nixos.org/build/111556551
2020-03-06 06:58:20 +01:00
Peter Hoeg
d05f8b3a95 pdf2djvu: 0.9.14 -> 0.9.17 2020-03-06 11:49:52 +08:00
R. RyanTM
ced888aea6 xxHash: 0.7.2 -> 0.7.3 2020-03-06 02:26:57 +00:00
zowoq
66aea3292f crun: 0.12.2.1 -> 0.13
https://github.com/containers/crun/releases/tag/0.13
2020-03-06 12:25:36 +10:00
Mario Rodas
93ba4ecd58
Merge pull request #81830 from r-ryantm/auto-update/broot
broot: 0.13.1 -> 0.13.2
2020-03-05 21:21:44 -05:00
Mario Rodas
68312f64ef
Merge pull request #81852 from r-ryantm/auto-update/pueue
pueue: 0.1.5 -> 0.1.6
2020-03-05 21:13:37 -05:00
Ding Xiang Fei
f9b4b89405
alsa-firmware: enable cross compilation (#63866)
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
2020-03-05 20:58:17 -05:00
Matthew Bauer
b8102aa32e
Merge pull request #81844 from lopsided98/gcc-separate-output-cross
gcc: place cross-compiled target libraries in lib output
2020-03-05 20:30:35 -05:00
R. RyanTM
2106ce07d6 topgrade: 4.0.2 -> 4.2.0 2020-03-06 01:21:51 +00:00
Mario Rodas
d472a32752
Merge pull request #81798 from r-ryantm/auto-update/haproxy
haproxy: 2.1.2 -> 2.1.3
2020-03-05 19:28:08 -05:00
R. RyanTM
6e103b062e xmrig: 5.5.3 -> 5.7.0 2020-03-05 15:46:30 -08:00
R. RyanTM
5db4396b91 debootstrap: 1.0.117 -> 1.0.119 2020-03-05 15:45:32 -08:00
R. RyanTM
3aa3291b20 bitcoin-abc: 0.20.12 -> 0.21.1 2020-03-05 15:42:22 -08:00
Cole Mickens
6c6091a775 azure-storage-azcopy: v10.3.2 -> v10.3.4 2020-03-05 15:38:56 -08:00
R. RyanTM
cd7765c587 pueue: 0.1.5 -> 0.1.6 2020-03-05 23:23:04 +00:00
R. RyanTM
98968b1854 wpgtk: 6.0.12 -> 6.0.13 2020-03-05 15:20:47 -08:00
R. RyanTM
7948c35be6 bitwarden_rs-vault: 2.12.0c -> 2.12.0e 2020-03-05 15:12:09 -08:00
Jonathan Ringer
19f7c641cc pythonPackages.cffi: 1.13.2 -> 1.14.0 2020-03-05 15:11:20 -08:00
R. RyanTM
00c8e2b625 zsh-syntax-highlighting: 0.6.0 -> 0.7.1 2020-03-05 15:10:36 -08:00
R. RyanTM
e17a1a098c codeql: 2.0.2 -> 2.0.4 2020-03-05 15:10:00 -08:00
R. RyanTM
4b4dcda1b1 chafa: 1.2.1 -> 1.2.2 2020-03-05 15:09:11 -08:00
R. RyanTM
ceeaf410be abcmidi: 2019.12.09 -> 2020.02.12 2020-03-05 15:08:03 -08:00
R. RyanTM
10e44571d8 libqalculate: 3.7.0 -> 3.8.0 2020-03-05 15:06:48 -08:00
R. RyanTM
0c0f318685 go-license-detector: 3.0.2 -> 3.1.0 2020-03-05 15:06:03 -08:00
R. RyanTM
9328cff6be gleam: 0.6.0 -> 0.7.1 2020-03-05 15:05:28 -08:00
R. RyanTM
384ed01154 heimer: 1.15.0 -> 1.15.1 2020-03-05 15:04:25 -08:00
Mario Rodas
6486d19139
dbeaver: fix hash 2020-03-05 18:00:00 -05:00
pacien
abc58dc1d0 riot-desktop: 1.5.10 -> 1.5.12 2020-03-05 14:57:21 -08:00
pacien
18848216ea riot-web: 1.5.10 -> 1.5.12 2020-03-05 14:57:21 -08:00
Christoph Hrdinka
0508c93e83
Merge pull request #81628 from tollb/python-mapnik-unstable-2020-02-24
python-mapnik: 3.0.16 -> unstable-2020-02-24
2020-03-05 23:03:30 +01:00
zowoq
815f25daed youtube-dl: 2020.03.01 -> 2020.03.06
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.06
2020-03-06 07:24:04 +10:00
worldofpeace
23aa5ff878
Merge pull request #81845 from r-ryantm/auto-update/khronos
khronos: 1.0.5 -> 1.0.6
2020-03-05 20:55:13 +00:00
R. RyanTM
f730d6da49 khronos: 1.0.5 -> 1.0.6 2020-03-05 20:22:27 +00:00
José Romildo Malaquias
6fd71f3cd1
Merge pull request #81791 from r-ryantm/auto-update/jgmenu
jgmenu: 4.0.2 -> 4.1.0
2020-03-05 17:14:29 -03:00
Michael Reilly
972db874b3 cudnn_cudatoolkit_10_2: init at 7.6.5 2020-03-05 15:14:10 -05:00
R. RyanTM
2b8ccf0c8c jackett: 0.12.1301 -> 0.13.467 2020-03-05 20:01:19 +00:00
Ben Wolsieffer
d9feea58ae gcc: remove unneeded RPATH patching 2020-03-05 14:56:52 -05:00
worldofpeace
08e62cd1aa
Merge pull request #81788 from JeffLabonte/brave_1.4.95_to_1.4.96
brave: 1.4.95 -> 1.4.96
2020-03-05 19:39:42 +00:00
Ryan Mulligan
c0515dad8b
Merge pull request #81831 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 20200121T234305 -> 20200305T151710
2020-03-05 11:23:20 -08:00
Ryan Mulligan
058023b993
Merge pull request #81837 from r-ryantm/auto-update/findomain
findomain: 1.4.1 -> 1.4.2
2020-03-05 11:22:35 -08:00
Ryan Mulligan
440f129b19
Merge pull request #81836 from r-ryantm/auto-update/emplace
emplace: 0.2.10 -> 0.2.12
2020-03-05 11:11:02 -08:00
R. RyanTM
6c20f4def3 findomain: 1.4.1 -> 1.4.2 2020-03-05 18:36:27 +00:00
R. RyanTM
d2bea921e2 emplace: 0.2.10 -> 0.2.12 2020-03-05 18:20:16 +00:00
Tim Steinbach
2467f13f7b
Merge pull request #81828 from Frostman/docker-19.03.7
docker: 19.03.6 -> 19.03.7
2020-03-05 13:04:34 -05:00
Andreas Rammhold
82b54d4906
Merge pull request #81633 from andir/bazel_0_fix_tensorflow
Tensorflow: fix #77626
2020-03-05 18:59:03 +01:00
Marek Mahut
05ee8890bd
python3Packages.sapi-python-client: init at 0.13.1 (#81184)
python3Packages.sapi-python-client: init at 0.13.1
2020-03-05 18:57:23 +01:00
Bignaux Ronan
349e923e00 appimage-run: replace writeScript to a standalone appimage-exec.sh 2020-03-05 18:53:11 +01:00