Elis Hirwing
8f4cb37116
php73: 7.3.14 -> 7.3.15
...
Changelog: https://www.php.net/ChangeLog-7.php#7.3.15
2020-03-11 20:12:34 +01:00
Maximilian Bosch
e2d95203f8
Merge pull request #79377 from Ma27/php-wrapper
...
php: add `buildEnv` function for additional config on the CLI SAPI
2020-03-11 20:00:43 +01:00
Eduardo Quiros
df49c1bdc1
vimPlugins.vim-automkdir: init at 2016-01-17
2020-03-11 12:53:06 -06:00
Maximilian Bosch
9f3ae18145
Merge pull request #82281 from bhipple/u/rust-cargo-licensor
...
licensor: upgrade cargo fetcher and cargoSha256
2020-03-11 19:46:21 +01:00
Eduardo Quiros
9caf1a87a1
vimPlugins: Update
2020-03-11 12:43:45 -06:00
Johannes Schleifenbaum
aac3717ff4
jellyfin-mpv-shim: init at 1.4.1
2020-03-11 10:55:46 -07:00
Johannes Schleifenbaum
e0a0263d44
pythonPackages.pywebview: init at 3.2
2020-03-11 10:55:46 -07:00
Johannes Schleifenbaum
004325edce
pythonPackages.pystray: init at 0.15.0
2020-03-11 10:55:46 -07:00
Johannes Schleifenbaum
fc51ceec8a
pythonPackages.jellyfin-apiclient-python: init at 1.4.0
2020-03-11 10:55:46 -07:00
Johannes Schleifenbaum
57f93c1df8
pythonPackages.python-mpv-jsonipc: 1.1.6 -> 1.1.7
2020-03-11 10:55:46 -07:00
R. RyanTM
dcd85d0023
python27Packages.gphoto2: 2.1.0 -> 2.2.1
2020-03-11 10:16:10 -07:00
zowoq
982b4da76d
gnomeExtensions.paperwm: init at 36.0 ( #81785 )
2020-03-11 17:25:05 +01:00
Cyril Cohen
cf210c082d
coqPackages.hierarchy-builder: init at 0.9.0
2020-03-11 17:15:52 +01:00
Antonio Nuno Monteiro
c9fc7a2a9c
dune: 2.3.1 -> 2.4.0
2020-03-11 17:14:52 +01:00
xaverdh
5ac085c3cc
wxmaxima: 18.02.0 -> 20.02.4 ( #82323 )
...
The commit description is 18.02.0 -> 20.02.4, because in the last version bump (1c6a193b3e
), the version string was changed, but the hash was not.
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-03-11 12:07:53 -04:00
eyjhbb@gmail.com
f88cd71e96
flexget: readd transmissionrpc
2020-03-11 16:30:32 +01:00
Mario Rodas
51dc179535
lazygit: 0.15.7 -> 0.16.2
2020-03-11 16:00:04 +01:00
Mario Rodas
e2212aee7e
ocamlPackages.eigen: fix build on darwin
2020-03-11 15:04:57 +01:00
Maximilian Bosch
569d6d0fb1
Merge pull request #82288 from Luflosi/kitty-man-page-darwin
...
kitty: install man page on Darwin
2020-03-11 14:55:35 +01:00
R. RyanTM
8b0c2cdfa9
postman: 7.19.1 -> 7.20.0
2020-03-11 13:42:33 +00:00
Jan Tojnar
9c4f24a63e
meson: add jtojnar to maintainers
2020-03-11 13:53:15 +01:00
Michele Guerini Rocco
9d59f38030
Merge pull request #82301 from r-ryantm/auto-update/mkvtoolnix
...
mkvtoolnix: 43.0.0 -> 44.0.0
2020-03-11 13:48:58 +01:00
Mario Rodas
ceee3a79f1
Merge pull request #82285 from colemickens/nixpkgs-cfdyndns
...
cfdyndns: v0.0.1 -> v0.0.3
2020-03-11 07:47:49 -05:00
Mario Rodas
8326a91311
Merge pull request #82297 from marsam/update-docker-slim
...
docker-slim: 1.28.0 -> 1.28.1
2020-03-11 07:46:23 -05:00
Mario Rodas
9bff729be7
Merge pull request #82307 from marsam/update-jetbrains-mono
...
jetbrains-mono: 1.0.3 -> 1.0.4
2020-03-11 07:45:10 -05:00
Thomaz Leite
704e60443a
hobbes: init at unstable-2020-03-10
2020-03-11 09:06:09 -03:00
Bas van Dijk
479da57962
Merge pull request #81819 from ggreif/llvm-10
...
llvmPackages_10: rc2 -> rc3
2020-03-11 12:46:06 +01:00
Jörg Thalheim
3ed91d2f60
homeassistant: 0.106.1 -> 0.106.6
2020-03-11 11:02:57 +00:00
Jörg Thalheim
93a0ec6b59
home-assistant: fix parse-requirements.py for newer home-assistant versions
2020-03-11 10:56:24 +00:00
R. RyanTM
8ec473fbc9
pcsctools: 1.5.5 -> 1.5.6
2020-03-11 10:48:17 +00:00
Benjamin Hipple
5f77ff6384
buildGoModule: passthru the modSha256 ( #82027 )
...
The builder does not technically need the modSha256 of the vendor dir, and even
though we pass it the entire vendor dir it makes sense not to risk having an
accidental dependency on that variable.
However, tools like [nixpkgs-update](https://github.com/ryantm/nixpkgs-update )
need to inspect the `modSha256` of a package in order to be able to update them,
and since this is a real part of the package (describes info about its
dependencies) let's add it to `passthru`.
Specifically, this allows us to run a cmd like `nix eval -f . tflint.modSha256`
to get the current value, which is how the bot finds it to replace with the new
version in the Rust ecosystem.
2020-03-11 09:52:07 +00:00
Edward Tjörnhammar
b450c025d1
lightdm-tiny-greeter: init at 1.2
2020-03-11 08:12:35 +00:00
Mario Rodas
63a92927cb
jetbrains-mono: 1.0.3 -> 1.0.4
...
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.4
2020-03-11 02:20:00 -05:00
Vladimír Čunát
f8bf6f087e
sqlite-analyzer: 3.31.0 -> 3.31.1
...
This was forgotten in PR #81648 .
It's a small bump, so I just tested that it builds.
2020-03-11 08:03:54 +01:00
Sarah Brofeldt
9979ce4f1d
Merge pull request #80443 from johanot/kubernetes-1.17-master
...
kubernetes: 1.16.5 -> 1.17.3
2020-03-11 07:34:37 +01:00
R. RyanTM
e3e53adc35
moodle: 3.8.1 -> 3.8.2
2020-03-11 05:46:33 +00:00
R. RyanTM
b310986a9e
mkvtoolnix: 43.0.0 -> 44.0.0
2020-03-11 05:21:25 +00:00
Jan Tojnar
6bba9428d9
Merge pull request #81431 from jtojnar/malcontent-0.6
...
malcontent: 0.4.0 → 0.6.0
2020-03-11 04:08:59 +01:00
R. RyanTM
9e0cfc5099
librelp: 1.4.0 -> 1.5.0
2020-03-11 02:03:33 +00:00
Mario Rodas
10bb154987
Merge pull request #82238 from Synthetica9/vscode1430
...
vscode, vscodium: 1.42.1 -> 1.43.0
2020-03-10 20:28:36 -05:00
Mario Rodas
6d5fddac24
Merge pull request #81992 from marsam/init-git-trim
...
gitAndTools.git-trim: init at 0.2.3
2020-03-10 20:15:12 -05:00
Aaron Andersen
40b9decdc3
Merge pull request #82202 from r-ryantm/auto-update/tome4
...
tome4: 1.6.6 -> 1.6.7
2020-03-10 20:38:18 -04:00
Aaron Andersen
d2ac2ec412
Merge pull request #81807 from r-ryantm/auto-update/logrotate
...
logrotate: 3.15.1 -> 3.16.0
2020-03-10 20:35:14 -04:00
Will Dietz
d847032478
Merge pull request #81613 from prusnak/libfido2
...
libfido2: change dependency from libressl to openssl
2020-03-10 19:31:28 -05:00
Timo Kaufmann
6687d1e638
Merge pull request #82239 from timokau/symmetrica-3.0.1
...
symmetrica: 2.0 -> 3.0.1
2020-03-10 23:57:19 +00:00
Ryan Mulligan
5d6cdc6f3f
Merge pull request #55279 from KAction/libcdb
...
tinycdb: init at 0.7.8
2020-03-10 16:28:46 -07:00
lewo
724650fa90
Merge pull request #82079 from aaronjanse/init-flyctl
...
flyctl: init at 0.0.102
2020-03-11 00:18:08 +01:00
Aaron Andersen
7836b04e12
Merge pull request #77558 from raboof/xmlTwigTools
...
perlPackages.XMLTwig: install xml_grep
2020-03-10 19:03:31 -04:00
Aaron Andersen
dd05b2706e
Merge pull request #79698 from akru/master
...
btcdeb: init at 0.2.19
2020-03-10 18:38:08 -04:00
ajs124
0aec2cdd08
nginxModules.fastcgi-cache-purge: 2.3 -> 2.5
...
switch to a fork that seems sort of alive
2020-03-10 23:35:15 +01:00
Tor Hedin Brønner
82fc5b2eed
flatpak: prevent cycle with malcontent
...
The alternative is having malcontent depend on a flatpak without the
malcontent dependency.
2020-03-10 23:30:20 +01:00
Jan Tojnar
06ca7346e2
malcontent: 0.4.0 → 0.6.0
...
* https://gitlab.freedesktop.org/pwithnall/malcontent/-/tags/0.5.0
* https://gitlab.freedesktop.org/pwithnall/malcontent/-/tags/0.6.0
2020-03-10 23:30:20 +01:00
Luflosi
ae297d5247
kitty: install man page on Darwin
...
On Linux the man page is already being built with `setup.py linux-package` and later copied to the correct location.
2020-03-10 23:23:40 +01:00
Will Dietz
7f1b6576b5
Merge pull request #82262 from equirosa/pfetch
...
pfetch : 0.4.0 -> 0.5.0
2020-03-10 17:13:59 -05:00
Cole Mickens
669fdccf8b
cfdyndns: v0.0.1 -> v0.0.3
2020-03-10 15:09:35 -07:00
Alexander Krupenkin
d23e44893b
btcdeb: init at 0.2.19
2020-03-11 00:58:32 +03:00
Lancelot SIX
32d9e5c27b
Merge pull request #82255 from Frostman/hugo-0.67.0
...
hugo: 0.66.0 -> 0.67.0
2020-03-10 22:53:38 +01:00
Lancelot SIX
0ed88af5d5
Merge pull request #82256 from mmahut/blockbook
...
blockbook: 0.3.1 -> 0.3.2
2020-03-10 22:45:50 +01:00
Arnout Engelen
8ff6ae6823
perlPackages.XMLTwig: install xml_grep tool
2020-03-10 22:32:37 +01:00
Dmitry Bogatov
10de850595
tinycdb: init at 0.7.8
2020-03-10 17:30:36 -04:00
Benjamin Hipple
23f37d2db9
licensor: upgrade cargo fetcher and cargoSha256
2020-03-10 17:07:31 -04:00
R. RyanTM
ac184e3c6b
fselect: 0.6.8 -> 0.6.9
2020-03-10 20:45:39 +00:00
Jan Tojnar
9d22d1d6f3
Merge pull request #81931 from andir/ppp
...
ppp: 2.4.7 -> 2.4.8 & CVE-2020-8597 fix
2020-03-10 21:10:53 +01:00
Jan Tojnar
8515b703cf
Merge pull request #72125 from jtojnar/maintainer-groups
...
lib: Add lib.maintainer-groups
2020-03-10 21:09:33 +01:00
Matt Snider
1968755fff
ankisyncd: init at 2.1.0
2020-03-10 20:37:51 +01:00
R. RyanTM
d0f3de4f23
arping: 2.20 -> 2.21
2020-03-10 20:27:42 +01:00
Ryan Mulligan
bfa78684a0
Merge pull request #82215 from r-ryantm/auto-update/you-get
...
you-get: 0.4.1403 -> 0.4.1410
2020-03-10 12:19:20 -07:00
Ryan Mulligan
a902327db0
Merge pull request #82231 from r-ryantm/auto-update/openxr-loader
...
openxr-loader: 1.0.3 -> 1.0.6
2020-03-10 12:15:42 -07:00
Andreas Rammhold
9727da29b0
firefox-esr-68: 68.5.0esr -> 68.6.0esr
2020-03-10 20:07:29 +01:00
Jason Felice
52068db0a3
elvish: 0.12 -> 0.13
2020-03-10 14:59:48 -04:00
Vladimír Čunát
b693c8c7be
Merge branch 'staging' into staging-next
...
It turned out we additionally need sqlite bump for firefox 74.
2020-03-10 19:35:27 +01:00
Silvan Mosberger
0d8bf86c2d
Merge pull request #74341 from jluttine/nano-wallet-20.0
...
nano-wallet: 19.0 -> 20.0
2020-03-10 19:32:15 +01:00
peelz
3eea746d74
r8125: init at 9.003.02
2020-03-10 10:37:15 -07:00
Andreas Rammhold
4df960191e
Merge pull request #81648 from r-ryantm/auto-update/sqlite
...
sqlite: 3.31.0 -> 3.31.1
2020-03-10 18:24:54 +01:00
Jaakko Luttinen
e1f484fe0e
pythonPackages.ipympl: init at 0.3.3
2020-03-10 10:24:42 -07:00
Jon
a9ee0b3bb8
Merge pull request #82163 from jluttine/pythonPackages.pvlib-0.7.1
...
pythonPackages.pvlib: 0.7.0 -> 0.7.1
2020-03-10 10:24:17 -07:00
Jaakko Luttinen
5b676cf48e
pythonPackages.eth-utils: 1.7.0 -> 1.8.4
2020-03-10 10:21:36 -07:00
Jaakko Luttinen
8c9f06fc14
pythonPackages.eth-typing: 2.1.0 -> 2.2.1
2020-03-10 10:21:36 -07:00
Timo Kaufmann
1a6b1fb32a
symmetrica: add timokau to maintainers
2020-03-10 18:10:28 +01:00
Timo Kaufmann
0c875c28c6
symmetrica: 2.0 -> 3.0.1
...
This switches to the sagemath fork, since the original upstream is no
longer maintained and sagemath has effectively maintained symmetrica
through patches for a while now. The update fixes one bug in particular
that has caused failures in the sagemath test suite:
https://github.com/NixOS/nixpkgs/issues/81449
https://trac.sagemath.org/ticket/15312
https://trac.sagemath.org/ticket/29061
Regarding the licensing change:
7cf91b3800
2020-03-10 18:10:25 +01:00
Martin Milata
970ce2863f
collectd: 5.8.1 -> 5.10.0
2020-03-10 18:05:59 +01:00
Jan Tojnar
91c98f407e
Merge pull request #82260 from knedlsepp/improve-suitesparse-build-speed
...
suitesparse: Enable parallel building
2020-03-10 17:57:31 +01:00
R. RyanTM
f9c4570183
python37Packages.azure-mgmt-appconfiguration: 0.3.0 -> 0.4.0
2020-03-10 09:54:00 -07:00
adisbladis
77a1653ee6
Merge pull request #82261 from heyhabito/fix-skopeo-default-policy
...
Fix missing default-policy.json in skopeo
2020-03-10 16:52:53 +00:00
Vincent Laporte
659e89e21b
coqPackages.dpdgraph: enable for Coq ≥ 8.9
2020-03-10 17:46:15 +01:00
Eduardo Quiros
920639ede3
pfetch : 0.4.0 -> 0.5.0
2020-03-10 10:35:24 -06:00
Profpatsch
967a5b3047
rabbitmq-server: add the VM test to passthru.tests
2020-03-10 17:25:03 +01:00
R. RyanTM
cf2bba74ee
rabbitmq-server: 3.8.2 -> 3.8.3
2020-03-10 17:25:03 +01:00
Vladimír Čunát
f8d4120c52
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1574844
2020-03-10 17:18:44 +01:00
Josef Kemetmüller
1cc9b2501d
suitesparse: Enable parallel building
2020-03-10 17:16:17 +01:00
Antonio Nuno Monteiro
7698d73303
ppx_deriving_yojson: 3.5.1 -> 3.5.2 ( #82085 )
2020-03-10 17:11:49 +01:00
Sergey Lukjanov
d6c5ce7cf8
hugo: 0.66.0 -> 0.67.0
2020-03-10 08:33:06 -07:00
Michael Weiss
1be9d1e8b0
Merge pull request #82251 from primeos/wlroots
...
wlroots: 0.10.0 -> 0.10.1
2020-03-10 16:25:41 +01:00
Timo Kaufmann
e05e219b31
Merge pull request #82240 from timokau/sage-docutils-0.15-fix
...
sage: fix test suite with docutils 0.15
2020-03-10 15:25:22 +00:00
Michael Weiss
c7fb3750cc
tev: 1.14 -> 1.15
2020-03-10 16:17:19 +01:00
Michael Weiss
a65d0d5bf2
androidStudioPackages.{dev,canary}: 4.1.0.1 -> 4.1.0.2
2020-03-10 16:04:57 +01:00
R. RyanTM
8bbae030b3
xob: 0.1.1 -> 0.2 ( #82246 )
2020-03-10 16:03:10 +01:00
Linus Heckemann
dfc70d37f4
Merge pull request #82252 from mayflower/radius-http2
...
FreeRADIUS improvements
2020-03-10 16:01:46 +01:00
Linus Heckemann
cc9a4c8a06
freeradius: do not generate TLS stuff
2020-03-10 15:54:02 +01:00
Linus Heckemann
3f11ceb417
freeradius: add some maintainers
2020-03-10 15:49:44 +01:00
Linus Heckemann
0e474f2d26
freeradius: add patch for HTTP/2 support in rlm_rest module
...
Co-Authored-By: Franz Pletz <franz.pletz@mayflower.de>
Co-Authored-By: Simon Waibl <simon.waibl@mayflower.de>
2020-03-10 15:49:44 +01:00
Michael Weiss
e929b8af46
wlroots: 0.10.0 -> 0.10.1
...
I also added some minor improvements and removed unnecessary code.
2020-03-10 15:46:12 +01:00
Pavol Rusnak
c1d66a5588
libfido2: use upstreamed patches
2020-03-10 15:41:25 +01:00
Daniel Gorin
a646f4b454
Fix missing default-policy.json in skopeo
...
We started having issues with `pkgs.dockerTools.pullImage`, were it
would fail with:
```
FATA[0000] Error loading trust policy: open /etc/containers/policy.json: no such file or directory
```
It turns out that since `skopeo` was bumped to `0.1.40`, it was
accidentally no longer being built with a default policy.
This may happen again, see https://github.com/containers/skopeo/issues/787
2020-03-10 14:33:25 +00:00
Marek Mahut
bb660dd019
blockbook: 0.3.1 -> 0.3.2
2020-03-10 15:22:37 +01:00
Pavol Rusnak
82d7ccfded
libfido2: change dependency from libressl to openssl
...
libressl does not enable EdDSA functionality in libfido2
see https://github.com/Yubico/libfido2/issues/144
2020-03-10 14:55:34 +01:00
John Ericson
320334aee7
Merge pull request #82130 from Ericson2314/fetchsvn-cross
...
fetchsvn: Fix for cross
2020-03-10 09:53:17 -04:00
Marek Mahut
2e402c85db
Merge pull request #82169 from mmahut/trezord-29
...
trezord-go: 2.0.28 -> 2.0.29
2020-03-10 14:52:35 +01:00
Jaakko Luttinen
57930a5f0e
electron-cash: fix build
...
This commit fixes #82221 .
2020-03-10 14:41:50 +01:00
Konrad Borowski
60c646c031
nss: 3.49.2 -> 3.51
2020-03-10 14:36:52 +01:00
Mario Rodas
8cc3a22dd4
Merge pull request #82164 from jluttine/nbstripout-0.3.7
...
nbstripout: 0.3.6 -> 0.3.7
2020-03-10 08:08:37 -05:00
Mario Rodas
14ae699f05
Merge pull request #82136 from r-ryantm/auto-update/python3.7-jupyterlab_server
...
python37Packages.jupyterlab_server: 1.0.6 -> 1.0.7
2020-03-10 08:02:54 -05:00
Peter Hoeg
228ef079bc
Merge pull request #75417 from peterhoeg/u/maestral_0_4_4
...
maestral: 0.4.2 -> 0.6.1
2020-03-10 20:55:36 +08:00
Peter Hoeg
7b87ac3e31
Merge pull request #81499 from NixOS/u/teensy
...
teensy-loader-cli: 2.1 -> 2.1.20191110
2020-03-10 20:55:19 +08:00
Peter Hoeg
a19708af1b
Merge pull request #81498 from peterhoeg/f/vmfs
...
vmfs-tools: minor cleanup
2020-03-10 20:54:41 +08:00
R. RyanTM
660c015aa8
vaultenv: 0.13.0 -> 0.13.1
2020-03-10 12:54:25 +00:00
Andreas Rammhold
e968961d14
Merge pull request #82155 from kolloch/buildRustCrate_findMatchingDir
...
buildRustCrate: Search for matching Cargo.toml in sub directories
2020-03-10 13:27:26 +01:00
Mario Rodas
99722af1d5
Merge pull request #81843 from OmnipotentEntity/cudnn-7.6.5
...
cudnn_cudatoolkit_10_2: init at 7.6.5
2020-03-10 07:19:50 -05:00
Mario Rodas
a8ca52f4f8
Merge pull request #82201 from nyanloutre/jellyfin_10_5_0
...
jellyfin: 10.4.3 -> 10.5.0
2020-03-10 07:16:58 -05:00
Timo Kaufmann
7133577405
sage: fix test suite with docutils 0.15
...
The better way to fix this would be to backport the upstream sphinx
patch:
faedcc48cc
Unfortunately it doesn't apply cleanly and isn't worth the effort
of backporting. Let's hope we can switch to python3 sage and the recent
sphinx version that comes with it before this becomes a problem.
2020-03-10 13:15:41 +01:00
Mario Rodas
26889787fe
Merge pull request #81820 from r-ryantm/auto-update/mercury
...
mercury: 14.01.1 -> 20.01.1
2020-03-10 07:14:07 -05:00
Symphorien Gibol
bcb40a5f04
pythonPackages.pyocr: 0.5.3 -> 0.7.2
2020-03-10 12:00:00 +00:00
Patrick Hilhorst
9be58002ed
vscode, vscodium: 1.42.1 -> 1.43.0
2020-03-10 12:51:22 +01:00
Mario Rodas
890440b027
Merge pull request #81991 from r-ryantm/auto-update/python2.7-quandl
...
python27Packages.Quandl: 3.4.6 -> 3.4.8
2020-03-10 06:39:11 -05:00
Mario Rodas
cad87836ac
Merge pull request #81974 from bhipple/feature/rust-doc
...
buildRustPackage: update docstring comment
2020-03-10 06:38:42 -05:00
Michele Guerini Rocco
b854121e76
Merge pull request #82098 from r-ryantm/auto-update/pdns-recursor
...
pdns-recursor: 4.2.1 -> 4.3.0
2020-03-10 12:36:17 +01:00
Mario Rodas
109cfe1bc7
Merge pull request #82227 from r-ryantm/auto-update/neofetch
...
neofetch: 6.1.0 -> 7.0.0
2020-03-10 06:33:29 -05:00
Jörg Thalheim
62c366f11e
Merge pull request #82218 from r-ryantm/auto-update/devilutionx
...
devilutionx: 1.0.0 -> 1.0.1
2020-03-10 11:25:16 +00:00
Michael Weiss
c3267ac414
Merge pull request #81975 from primeos/chromium-fix-vaapi
...
chromium: Update the VA-API patch (fix #81909 )
2020-03-10 11:27:15 +01:00
Vladimír Čunát
0e3ad60b62
Merge branch 'staging-next' into staging
2020-03-10 11:17:27 +01:00
Vladimír Čunát
1d9c10c8de
stdenv cc-wrapper: deal with edge-case regressions
...
Regression introduced in PR #81191 80729b6787
. The file does not exist
somewhere during bootstrap of pkgsStatic.busybox which is used in nix
(by default).
I tested the builds.
2020-03-10 11:09:26 +01:00
R. RyanTM
1d9e651359
openxr-loader: 1.0.3 -> 1.0.6
2020-03-10 09:43:12 +00:00
Mario Rodas
ea23f5b811
docker-slim: 1.28.0 -> 1.28.1
2020-03-10 04:20:00 -05:00
lewo
ce961fad16
Merge pull request #81841 from r-ryantm/auto-update/jackett
...
jackett: 0.12.1301 -> 0.13.467
2020-03-10 10:14:10 +01:00
lewo
6cf9509024
Merge pull request #82179 from nyanloutre/jacket_disable_macos
...
jackett: disable macos platform
2020-03-10 10:13:08 +01:00
R. RyanTM
3a93ec6f6d
neofetch: 6.1.0 -> 7.0.0
2020-03-10 09:09:46 +00:00
lewo
d426adf150
Merge pull request #82168 from ysengrimm/update-next
...
next: 1.4.0 -> 1.5.0
2020-03-10 10:07:26 +01:00
Jörg Thalheim
922fd551a4
Merge pull request #82216 from r-ryantm/auto-update/vttest
...
vttest: 20190710 -> 20200303
2020-03-10 07:41:29 +00:00
R. RyanTM
af1d333bff
devilutionx: 1.0.0 -> 1.0.1
2020-03-10 05:54:06 +00:00
Jörg Thalheim
ef89f7180a
Merge pull request #81655 from clkamp/licensor-fix-test
...
licensor: Fix test in 2020 from upstream
2020-03-10 05:25:25 +00:00
Silvan Mosberger
bc98978d04
Merge pull request #82156 from rnhmjoj/minecraft
...
minecraft: install missing gsettings schemas
2020-03-10 05:25:59 +01:00
R. RyanTM
3193b639ff
vttest: 20190710 -> 20200303
2020-03-10 03:41:13 +00:00
Mario Rodas
33f32dcced
Merge pull request #82159 from r-ryantm/auto-update/python2.7-stripe
...
python27Packages.stripe: 2.42.0 -> 2.43.0
2020-03-09 22:07:21 -05:00
Mario Rodas
07789d9cc7
Merge pull request #82099 from pacien/alot-0.9-patch-composition
...
alot: add patch for email composition
2020-03-09 22:06:26 -05:00
Matt Layher
13964b07ad
corerad: 0.2.1 -> 0.2.2
2020-03-09 20:01:51 -07:00
Mario Rodas
65a80c30c4
Merge pull request #82135 from Luis-Hebendanz/rmount
...
rmount: 1.0.1 -> 1.1.0
2020-03-09 21:59:47 -05:00
R. RyanTM
714dd394c8
you-get: 0.4.1403 -> 0.4.1410
2020-03-10 02:57:43 +00:00
Mario Rodas
91a084d3d7
Merge pull request #82147 from marsam/init-zz
...
zz: init at 2020-03-02
2020-03-09 21:57:40 -05:00
Mario Rodas
9983c5ebcd
Merge pull request #82186 from r-ryantm/auto-update/python2.7-sqlmap
...
python27Packages.sqlmap: 1.4.2 -> 1.4.3
2020-03-09 20:53:18 -05:00
Mario Rodas
59d3c9118a
sqlmap: use toPythonApplication
2020-03-09 19:42:07 -05:00
José Romildo Malaquias
169fc2eeca
Merge pull request #82038 from danieldk/freeoffice-974
...
freeoffice: 973 -> 974
2020-03-09 21:27:31 -03:00
R. RyanTM
a8f6860ae4
tome4: 1.6.6 -> 1.6.7
2020-03-10 00:03:53 +00:00
nyanloutre
6b943186d3
jellyfin: 10.4.3 -> 10.5.0
2020-03-10 00:54:59 +01:00
caadar
5ee998bbc2
scantailor-advanced: fix startup using wrapQtAppsHook ( #82174 )
2020-03-09 19:40:37 -04:00
Dmitry Kalinkin
edaceeae80
Merge pull request #82184 from Luflosi/kitty-remove-unused-nativeBuildInputs
...
kitty: remove unused nativeBuildInputs on macOS
2020-03-09 19:38:02 -04:00
Orivej Desh
1aeaf9387a
libbpf: 0.0.3pre114 -> 0.0.7
...
Fixes #82153
2020-03-09 23:25:57 +00:00
R. RyanTM
ccc502f07a
syslogng: 3.25.1 -> 3.26.1
2020-03-09 23:09:45 +00:00
R. RyanTM
0d300d42d0
sg3_utils: 1.44 -> 1.45
2020-03-09 22:39:16 +00:00
Jan Tojnar
6301e0af06
Merge pull request #81496 from r-ryantm/auto-update/libgit2
...
libgit2: 0.28.4 -> 0.99.0
2020-03-09 23:11:30 +01:00
Jan Tojnar
b0be93769b
python3.pkgs.pygit2: 1.0.3 → 1.1.1
...
https://github.com/libgit2/pygit2/compare/v1.0.3...v1.1.1#diff-de0a9b67ffe2874a076b5fdb15bad484
2020-03-09 23:09:57 +01:00
R. RyanTM
6a23ca8c85
libgit2-glib: 0.28.0.1 -> 0.99.0.1
...
https://ftp.gnome.org/pub/GNOME/sources/libgit2-glib/0.99/libgit2-glib-0.99.0.1.news
2020-03-09 23:09:51 +01:00
Jan Tojnar
6733ecede5
libgit2: 0.28.4 -> 0.99.0
...
https://github.com/libgit2/libgit2/releases/tag/v0.99.0
2020-03-09 23:09:50 +01:00
R. RyanTM
ab021ffbb9
sdparm: 1.10 -> 1.11
2020-03-09 22:09:17 +00:00
Lancelot SIX
dc55150bff
Merge pull request #82167 from r-ryantm/auto-update/python2.7-ua-parser
...
python27Packages.ua-parser: 0.9.0 -> 0.10.0
2020-03-09 23:02:46 +01:00
Nadrieril
99dfc57bce
python3Packages.pyinsane2: remove
...
It is only used for paperwork and is now unmaintained.
2020-03-09 22:36:55 +01:00
Nadrieril
cb9c6a758b
paperwork: 1.2.4 -> 1.3.1
...
Also install paperwork-shell and desktop file
2020-03-09 22:36:55 +01:00
R. RyanTM
22f578d8c4
python27Packages.sqlmap: 1.4.2 -> 1.4.3
2020-03-09 21:32:53 +00:00
Jan Tojnar
04d6123309
pytrainer: fix missing pkg_resources
2020-03-09 22:30:46 +01:00
Vladyslav M
7483f9fbae
hexyl: 0.6.0 -> 0.7.0
2020-03-09 23:13:11 +02:00
Luflosi
1b74dfcf6d
kitty: remove unused nativeBuildInputs on macOS
...
These two dependencies were used to generate the PNG icons that would later be converted to the icon for the macOS app. The PNGs are now stored in git and are not generated during the build anymore.
2020-03-09 21:58:42 +01:00
nyanloutre
e95f1f32a0
jackett: disable macos platform
2020-03-09 21:49:24 +01:00
Aaron Andersen
39dc0977a4
Merge pull request #81887 from stigtsp/package/perl-authen-scram-init
...
perlPackages.AuthenSCRAM: init at 0.011
2020-03-09 16:45:43 -04:00
Maximilian Bosch
fcc8660d35
Merge pull request #81967 from Ma27/brutespray
...
brutespray: init at 1.6.6
2020-03-09 20:47:06 +01:00
Maximilian Bosch
0bf5619fe0
php: add buildEnv
function for additional config on the CLI SAPI
...
Initially discussed in #55460 .
This patch adds a `buildEnv` function to `php` that has the
following features:
* `php.buildEnv { extraConfig = /* ... */; }` to specify custom
`php.ini` args for the CLI.
* `php.buildEnv { exts = phpPackages: [phpPackages.apcu] }` to
create a PHP interpreter for the CLI with the `apcu` extension.
2020-03-09 20:41:28 +01:00
R. RyanTM
75aec2aae3
datovka: 4.14.1 -> 4.15.0 ( #81874 )
2020-03-09 19:56:30 +01:00
Samuel Dionne-Riel
b97fce768d
Merge pull request #81211 from samueldr/aarch64/firefox-73
...
firefox: Fix AArch64 build
2020-03-09 14:40:20 -04:00
Marek Mahut
6ec025149e
trezord-go: 2.0.28 -> 2.0.29
2020-03-09 19:28:24 +01:00
R. RyanTM
15e8320ccd
extremetuxracer: 0.7.5 -> 0.8.0
2020-03-09 19:19:42 +01:00
R. RyanTM
e04b6ecc64
ocrmypdf: 9.6.0 -> 9.6.1
2020-03-09 19:16:29 +01:00
Jaakko Luttinen
53998cbc58
pythonPackages.XlsxWriter: 1.2.6 -> 1.2.8
2020-03-09 19:09:57 +01:00
Jörg Thalheim
e73596d077
Merge pull request #82140 from Mic92/bcc
...
bcc: 0.12.0 -> 0.13.0
2020-03-09 18:08:32 +00:00
Benjamin Hipple
4e5838132e
vimPlugins.LanguageClient-neovim: upgrade cargo fetcher and cargoSha256
2020-03-09 19:00:48 +01:00
Lancelot SIX
92a8bca0d1
Merge pull request #82150 from r-ryantm/auto-update/python2.7-python-jenkins
...
python27Packages.python-jenkins: 1.6.0 -> 1.7.0
2020-03-09 18:56:43 +01:00
ysengrimm
ed8692b9f5
next: 1.4.0 -> 1.5.0
2020-03-09 18:50:34 +01:00
Linus Heckemann
4eeb6f01e6
Merge pull request #82066 from r-ryantm/auto-update/libgme
...
libgme: 0.6.2 -> 0.6.3
2020-03-09 18:49:44 +01:00
Samuel Dionne-Riel
d4446c563d
firefox: Fix AArch64 build
...
* 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.
2020-03-09 13:37:30 -04:00
Timo Kaufmann
63ed2bf3c3
Merge pull request #81950 from r-ryantm/auto-update/pari
...
pari: 2.11.2 -> 2.11.3
2020-03-09 17:31:14 +00:00
R. RyanTM
a140160314
python27Packages.ua-parser: 0.9.0 -> 0.10.0
2020-03-09 16:49:23 +00:00
Milan
f391999026
gitlab: 12.8.2 -> 12.8.5 ( #82142 )
...
https://about.gitlab.com/releases/2020/03/09/gitlab-12-8-5-released/
2020-03-09 17:23:51 +01:00
R. RyanTM
d9e86f4cea
python27Packages.stripe: 2.42.0 -> 2.43.0
2020-03-09 16:11:26 +00:00
rnhmjoj
018a46ffe8
minecraft: install missing gsettings schemas
2020-03-09 16:15:54 +01:00
Jaakko Luttinen
350f83785d
pythonPackages.pvlib: 0.7.0 -> 0.7.1
2020-03-09 17:03:34 +02:00
Jaakko Luttinen
8074942aed
nbstripout: 0.3.6 -> 0.3.7
2020-03-09 16:47:57 +02:00
Peter Kolloch
8a6638daa9
build-support/rust/buildRustCrate: Search for matching Cargo.toml in sub directories
...
This is what cargo does for git repositories.
See related issues:
* https://github.com/kolloch/crate2nix/issues/53
* https://github.com/kolloch/crate2nix/issues/33
2020-03-09 15:11:50 +01:00
R. RyanTM
504bfe0767
python27Packages.python-jenkins: 1.6.0 -> 1.7.0
2020-03-09 13:54:12 +00:00
Peter Kolloch
04e7462ee6
buildRustCrate: refactor colored logging
...
* Make errors include the crate name and make them much more prominent.
* Move more code into lib.sh
* Already source generated logging code and lib.sh in configure
2020-03-09 14:26:28 +01:00
Ryan Mulligan
e2920d957a
Merge pull request #82045 from r-ryantm/auto-update/hopper
...
hopper: 4.5.19 -> 4.5.21
2020-03-09 06:23:49 -07:00
Frederik Rietdijk
634ab6fc5d
python3Packages.acoustics: 0.2.3 -> 0.2.4
2020-03-09 14:08:49 +01:00
Mario Rodas
38345f6db7
Merge pull request #81944 from r-ryantm/auto-update/openvswitch
...
openvswitch: 2.12.0 -> 2.13.0
2020-03-09 08:06:36 -05:00
Mario Rodas
d3f0943a77
Merge pull request #82122 from bhipple/u/rust-cargo-ja2-stracciatella
...
ja2-stracciatella: upgrade cargo fetcher and cargoSha256
2020-03-09 08:01:38 -05:00
Mario Rodas
066b94a614
Merge pull request #82120 from bhipple/notes/polkadot
...
polkadot: upgrade cargoSha256 and add maintainer note
2020-03-09 08:01:12 -05:00
Mario Rodas
6c9718afbe
Merge pull request #82105 from bhipple/u/rust-cargo-rav1e
...
rav1e: upgrade cargo fetcher and cargoSha256
2020-03-09 07:59:43 -05:00
Mario Rodas
e3e964b857
Merge pull request #82121 from bhipple/u/rust-cargo-rustracer
...
rustracer: upgrade cargo fetcher and cargoSha256
2020-03-09 07:59:12 -05:00
Mario Rodas
5e3a6d7a7e
Merge pull request #82116 from bhipple/u/rust-cargo-rustracerd
...
rustracerd: upgrade cargo fetcher and cargoSha256
2020-03-09 07:58:52 -05:00
Mario Rodas
29b797468c
Merge pull request #82143 from r-ryantm/auto-update/python2.7-sphinxcontrib-plantuml
...
python27Packages.sphinxcontrib_plantuml: 0.17.1 -> 0.18
2020-03-09 07:52:13 -05:00
R. RyanTM
a615615a2d
python27Packages.sphinxcontrib_plantuml: 0.17.1 -> 0.18
2020-03-09 12:12:53 +00:00
Jörg Thalheim
0bfada7dda
bcc: 0.12.0 -> 0.13.0
2020-03-09 11:47:35 +00:00
Mario Rodas
fe08f01f26
Merge pull request #82107 from bhipple/u/rust-cargo-svd2rust
...
svd2rust: upgrade cargo fetcher and cargoSha256
2020-03-09 06:24:04 -05:00
Jörg Thalheim
115a8e8d14
Merge pull request #81833 from bignaux/appimage-run
...
appimage-run: unify appimageTools and appimage-run
2020-03-09 11:18:21 +00:00
Aaron Andersen
92b7df1c19
Merge pull request #81395 from ciil/rstudio-update
...
rstudio: 1.2.1335 -> 1.2.5033
2020-03-09 07:13:32 -04:00
Mario Rodas
6cf5f49b44
Merge pull request #82129 from r-ryantm/auto-update/python2.7-jenkins-job-builder
...
python27Packages.jenkins-job-builder: 3.2.0 -> 3.3.0
2020-03-09 06:13:04 -05:00
Mario Rodas
7a4cb63912
Merge pull request #82133 from r-ryantm/auto-update/python2.7-dominate
...
python27Packages.dominate: 2.4.0 -> 2.5.1
2020-03-09 06:07:31 -05:00
Mario Rodas
dcc72de706
Merge pull request #82134 from r-ryantm/auto-update/python2.7-lark-parser
...
python27Packages.lark-parser: 0.8.1 -> 0.8.2
2020-03-09 06:07:07 -05:00
R. RyanTM
5012d8a36c
python37Packages.jupyterlab_server: 1.0.6 -> 1.0.7
2020-03-09 11:05:00 +00:00
Jörg Thalheim
9f55c5e37c
Merge pull request #48434 from lschuermann/libusb-mirror
...
libusb-compat: 0.1.5 -> 0.1.7 && change libusb source to GitHub
2020-03-09 10:30:33 +00:00
Luis Hebendanz
b074365fd4
rmount: 1.0.1 -> 1.1.0
2020-03-09 11:20:57 +01:00
R. RyanTM
08341c372a
python27Packages.lark-parser: 0.8.1 -> 0.8.2
2020-03-09 09:10:43 +00:00
Michael Raskin
bbab73266d
Merge pull request #80719 from mucaho/feature/clingcon_init
...
clingcon: init at 3.3.0
2020-03-09 07:42:38 +00:00
Michael Raskin
db20939c73
Merge pull request #82112 from bhipple/u/rust-cargo-unpfs
...
unpfs: upgrade cargo fetcher and cargoSha256
2020-03-09 07:41:50 +00:00
Maximilian Bosch
c5f1ea95a6
Merge pull request #82110 from bhipple/u/rust-cargo-wasm-bindgen-cli
...
wasm-bindgen-cli: upgrade cargo fetcher and cargoSha256
2020-03-09 08:40:15 +01:00
R. RyanTM
8e967e8b8d
python27Packages.dominate: 2.4.0 -> 2.5.1
2020-03-09 07:26:18 +00:00
Maximilian Bosch
86a085cd46
Merge pull request #82128 from zowoq/youtube-dl
...
youtube-dl: 2020.03.06 -> 2020.03.08
2020-03-09 07:43:53 +01:00
Peter Hoeg
ddd7d2567a
Merge pull request #81012 from sjau/evdi-2020-02-25
...
EVDI: 2019-01-16 -> 2019-02-25
2020-03-09 14:30:17 +08:00
John Ericson
2607aae93f
fetchsvn: Fix for cross
...
Just use `nativeBuildInputs` at build time.
2020-03-09 02:11:45 -04:00
R. RyanTM
d140b5f8f7
python27Packages.jenkins-job-builder: 3.2.0 -> 3.3.0
2020-03-09 06:02:02 +00:00
zowoq
134f8cc84d
youtube-dl: 2020.03.06 -> 2020.03.08
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.08
2020-03-09 15:58:22 +10:00
R. RyanTM
c7874f018f
python27Packages.azure-mgmt-sql: 0.16.0 -> 0.17.0
2020-03-09 04:35:17 +00:00
Benjamin Hipple
27a0a1376b
btrfs-dedupe: remove broken and abandoned package
...
This package was last released in 2017, and no longer compiles with the latest
Rust compiler. It has just 1 commit from someone other than the original author
and appears to be a dead project.
2020-03-09 00:34:39 -04:00
Benjamin Hipple
81cb6ccb57
ja2-stracciatella: upgrade cargo fetcher and cargoSha256
2020-03-09 00:15:13 -04:00
Benjamin Hipple
6ea0cad714
rustracer: upgrade cargo fetcher and cargoSha256
2020-03-09 00:10:59 -04:00
Mario Rodas
3f22f3a044
Merge pull request #82115 from bhipple/u/rust-cargo-vdirsyncer
...
vdirsyncer: upgrade cargo fetcher and cargoSha256
2020-03-08 23:07:43 -05:00
Mario Rodas
5e3344ef36
Merge pull request #81311 from magnetophon/mma
...
mma: 19.08 -> 20.02
2020-03-08 23:07:06 -05:00
Mario Rodas
00c219ae4a
Merge pull request #81681 from r-ryantm/auto-update/faudio
...
faudio: 20.02 -> 20.03
2020-03-08 23:06:30 -05:00
Benjamin Hipple
a709184ba3
polkadot: upgrade cargoSha256 and add maintainer note
...
While the package is broken and does not build, we can still recompute the
cargoSha256. I attempted to upgrade to the latest release, but that doesn't
build either.
2020-03-09 00:02:24 -04:00
Benjamin Hipple
b20aaf3e7a
rustracerd: upgrade cargo fetcher and cargoSha256
2020-03-08 23:32:15 -04:00
Benjamin Hipple
d4844a1a49
vdirsyncer: upgrade cargo fetcher and cargoSha256
2020-03-08 23:32:01 -04:00
Mario Rodas
3444075cd3
Merge pull request #82104 from bhipple/u/rust-cargo-pax-rs
...
pax-rs: upgrade cargo fetcher and cargoSha256
2020-03-08 22:31:51 -05:00
Mario Rodas
977a5bd038
Merge pull request #82101 from bhipple/u/rust-cargo-httplz
...
httplz: upgrade cargo fetcher and cargoSha256
2020-03-08 22:31:03 -05:00
Mario Rodas
fe7cb218c0
Merge pull request #82100 from bhipple/u/rust-cargo-gnirehtet
...
gnirehtet: upgrade cargo fetcher and cargoSha256
2020-03-08 22:30:49 -05:00
Benjamin Hipple
6bfb702a4d
unpfs: upgrade cargo fetcher and cargoSha256
2020-03-08 23:09:16 -04:00
Benjamin Hipple
aa86eb9261
svgbob: upgrade cargo fetcher and cargoSha256
2020-03-08 23:06:26 -04:00
Benjamin Hipple
7fcbbea654
wasm-bindgen-cli: upgrade cargo fetcher and cargoSha256
2020-03-08 23:06:25 -04:00
Mario Rodas
f32e17d802
Merge pull request #81799 from skykanin/master
...
gomatrix: init at 101.0.0
2020-03-08 21:40:57 -05:00
Mario Rodas
c12893a976
Merge pull request #82073 from dawidsowa/capitaine-cursors
...
capitaine-cursors: 3 -> 4
2020-03-08 21:39:23 -05:00
Mario Rodas
451f8ed267
Merge pull request #82103 from bhipple/u/rust-cargo-onefetch
...
onefetch: upgrade cargo fetcher and cargoSha256
2020-03-08 21:38:09 -05:00
Mario Rodas
7a89a34427
Merge pull request #81993 from bhipple/u/wmfocus
...
wmfocus: 1.1.2 -> 1.1.3
2020-03-08 21:35:32 -05:00
Mario Rodas
e71ea89e9a
Merge pull request #82016 from bhipple/broken/ion
...
ion: mark as broken
2020-03-08 21:35:00 -05:00
Mario Rodas
a7c1c1f4fb
Merge pull request #82095 from marsam/update-flow
...
flow: 0.119.1 -> 0.120.1
2020-03-08 21:33:58 -05:00
Mario Rodas
d3b479860c
Merge pull request #79137 from Kristian-Brucaj/fusee-interfacee-tk
...
fusee-interfacee-tk: init at V1.0.0
2020-03-08 21:29:31 -05:00
Benjamin Hipple
288561cd58
svd2rust: upgrade cargo fetcher and cargoSha256
2020-03-08 22:29:14 -04:00
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 ( #82093 )
2020-03-08 22:16:06 -04:00
Benjamin Hipple
0696641d9f
cargo-raze: upgrade cargo fetcher and cargoSha256 ( #82091 )
2020-03-08 22:15:25 -04:00
Benjamin Hipple
ad5b73c910
pax-rs: upgrade cargo fetcher and cargoSha256
2020-03-08 22:15:19 -04:00
Benjamin Hipple
98493add79
eidolon: upgrade cargo fetcher and cargoSha256 ( #82090 )
2020-03-08 22:14:49 -04:00
Benjamin Hipple
e6180f61b3
diesel-cli: upgrade cargo fetcher and cargoSha256 ( #82089 )
2020-03-08 22:14:17 -04:00
Benjamin Hipple
2fd069c4e5
onefetch: upgrade cargo fetcher and cargoSha256
2020-03-08 22:10:27 -04:00
Mario Rodas
8f15b70653
Merge pull request #81954 from Kiwi/matomo-3.13.3
...
matomo: 3.13.2 -> 3.13.3
2020-03-08 21:08:56 -05:00
Mario Rodas
ec99107633
Merge pull request #81961 from danieldk/maturin-0.7.9
...
maturin: 0.7.6 -> 0.7.9
2020-03-08 21:07:04 -05:00
Benjamin Hipple
5c6081efdf
httplz: upgrade cargo fetcher and cargoSha256
2020-03-08 22:04:15 -04:00
Mario Rodas
824635fa61
Merge pull request #82025 from r-ryantm/auto-update/libseccomp
...
libseccomp: 2.4.2 -> 2.4.3
2020-03-08 21:03:48 -05:00
Mario Rodas
66939096ed
Merge pull request #81804 from bhipple/auto-update/scaff
...
scaff: 0.1.1 -> 0.1.2
2020-03-08 21:01:08 -05:00
Mario Rodas
da31cd5c8a
Merge pull request #81810 from magnetophon/zam-plugins
...
zam-plugins: 3.11 -> 3.12
2020-03-08 20:52:11 -05:00
Mario Rodas
34c55151d0
Merge pull request #81872 from r-ryantm/auto-update/cimg
...
cimg: 2.8.3 -> 2.8.4
2020-03-08 20:50:31 -05:00
Mario Rodas
a895612946
Merge pull request #82070 from r-ryantm/auto-update/lxcfs
...
lxcfs: 3.1.2 -> 4.0.0
2020-03-08 20:48:29 -05:00
Mario Rodas
ec842d4d2f
Merge pull request #81875 from r-ryantm/auto-update/cfr
...
cfr: 0.148 -> 0.149
2020-03-08 20:48:01 -05:00
Mario Rodas
be2b3857ea
Merge pull request #82088 from bhipple/u/rust-cargo-git-series
...
git-series: upgrade cargo fetcher and cargoSha256
2020-03-08 20:45:50 -05:00
Mario Rodas
b93b8a5c8f
Merge pull request #81824 from r-ryantm/auto-update/open-iscsi
...
openiscsi: 2.1.0 -> 2.1.1
2020-03-08 20:44:45 -05:00
pacien
b6d45301de
alot: add patch for email composition
...
This version is not usable without this patch.
See https://github.com/pazz/alot/issues/1468 .
2020-03-09 02:42:17 +01:00
Dmitry Kalinkin
9a00e882f7
Merge pull request #82092 from veprbl/pr/bibtex_darwin_fix
...
perlPackages.TextBibTeX: fix on darwin
2020-03-08 21:38:43 -04:00
Mario Rodas
255651dc89
Merge pull request #82021 from bhipple/u/amp
...
amp: 0.6.1 -> 0.6.2
2020-03-08 20:38:25 -05:00
Mario Rodas
306d5074a5
Merge pull request #82018 from bhipple/broken/sit
...
sit: mark as broken
2020-03-08 20:36:54 -05:00
Mario Rodas
65731ad634
Merge pull request #82023 from zowoq/rkt-cve
...
rkt: add CVEs
2020-03-08 20:29:53 -05:00
Mario Rodas
791a24da1b
Merge pull request #82058 from helsinki-systems/fix/bitwarden_rs-vault
...
bitwarden_rs-vault: fix directory structure
2020-03-08 20:26:45 -05:00
Benjamin Hipple
053e735b3c
gnirehtet: upgrade cargo fetcher and cargoSha256
2020-03-08 21:25:21 -04:00
Mario Rodas
9760d23abd
Merge pull request #81537 from tollb/gdal-3.0.4
...
gdal: 3.0.3 -> 3.0.4
2020-03-08 20:25:03 -05:00
R. RyanTM
2c76b3d8d7
pdns-recursor: 4.2.1 -> 4.3.0
2020-03-09 01:24:14 +00:00
Benjamin Hipple
bfa084b56b
git-series: upgrade cargo fetcher and cargoSha256
2020-03-08 21:15:32 -04:00
Mario Rodas
f613ff282f
Merge pull request #82063 from r-ryantm/auto-update/libzdb
...
libzdb: 3.1 -> 3.2.1
2020-03-08 20:15:24 -05:00
Mario Rodas
73914125eb
Merge pull request #82012 from clkamp/cvsq-1.11
...
cvsq: 1.10 -> 1.11
2020-03-08 20:14:11 -05:00
Mario Rodas
e54d71c96f
Merge pull request #82017 from bhipple/u/heatseeker
...
heatseeker: 1.5.1 -> 1.7.1
2020-03-08 20:08:37 -05:00
Mario Rodas
77c58e6944
Merge pull request #81966 from edef1c/git-codereview
...
git-codereview: init at 2020-01-15
2020-03-08 20:07:50 -05:00
Benjamin Hipple
0757551d3c
cargo-geiger: upgrade cargo fetcher and cargoSha256 ( #82087 )
2020-03-08 21:06:49 -04:00
Benjamin Hipple
6331093673
b3sum: upgrade cargo fetcher and cargoSha256 ( #82086 )
2020-03-08 21:06:25 -04:00
Benjamin Hipple
a67fbc1562
cargo-license: upgrade cargo fetcher and cargoSha256 ( #82084 )
2020-03-08 21:06:00 -04:00
Dmitry Kalinkin
2873950bb7
perlPackages.TextBibTeX: fix on darwin
...
Fixes: 6d8539c1d8
('perl: Enable threading on darwin')
cc #73819
2020-03-08 20:59:06 -04:00
Mario Rodas
0623c70586
Merge pull request #81968 from vdemeester/update-containerd
...
containerd: 1.2.6 -> 1.2.13
2020-03-08 19:56:46 -05:00
Mario Rodas
e26941fdbd
Merge pull request #81962 from marsam/udpate-docker-slim
...
docker-slim: 1.27.0 -> 1.28.0
2020-03-08 19:53:42 -05:00
Aaron Andersen
2c61263fb3
Merge pull request #80013 from bignaux/romdirfs
...
romdirfs: init at 1.2
2020-03-08 20:39:34 -04:00
Mario Rodas
d13fc7a387
Merge pull request #82050 from royneary/git-bug-0.7.0
...
gitAndTools.git-bug: 0.6.0 -> 0.7.0
2020-03-08 19:04:57 -05:00
Mario Rodas
858eadde83
Merge pull request #82031 from r-ryantm/auto-update/yarn
...
yarn: 1.22.0 -> 1.22.2
2020-03-08 19:00:56 -05:00
Florian Klink
a2aacb6989
Merge pull request #82052 from mweinelt/pr/borgbackup/1.1.11
...
borgbackup: 1.1.10 → 1.1.11
2020-03-08 16:26:36 -07:00
Benjamin Hipple
1cc9cb7ea1
cargo-make: remove unnecessary attribute ( #82071 )
...
The default value when left unspecified is now false, so no need to state this explicitly.
2020-03-08 19:26:19 -04:00
Benjamin Hipple
a38ad34271
cloudflare-wranger: upgrade cargoSha256 ( #82022 )
...
General infrastructure improvement as part of #79975 ,
no functional changes expected.
2020-03-08 19:25:13 -04:00
Benjamin Hipple
fa353a0f0a
gnvim: upgrade cargo fetcher and cargoSha256 ( #82015 )
2020-03-08 19:19:41 -04:00
Benjamin Hipple
0b933b4085
dwm-status: upgrade cargo fetcher and cargoSha256 ( #82013 )
2020-03-08 19:19:09 -04:00
Benjamin Hipple
d1cdeb7aae
ripasso-cursive: upgrade cargo fetcher and cargoSha256 ( #81988 )
2020-03-08 19:18:40 -04:00
Benjamin Hipple
df4ec15453
intecture-cli: upgrade cargo fetcher and cargoSha256 ( #81982 )
2020-03-08 19:18:22 -04:00
Benjamin Hipple
c1a78b7928
intecture-agent: upgrade cargo fetcher and cargoSha256 ( #81981 )
2020-03-08 19:17:12 -04:00
Benjamin Hipple
e9d492a896
intecture-auth: upgrade cargo fetcher and cargoSha256 ( #81979 )
2020-03-08 19:16:56 -04:00
Aaron Janse
b862939683
flyctl: init at 0.0.102
2020-03-08 15:39:35 -07:00
Domen Kožar
508a2c6849
Merge pull request #80921 from hercules-ci/buildLayeredImage-allow-empty-store
...
buildLayeredImage: Allow empty store, no paths to add
2020-03-08 23:05:27 +01:00
Jan Tojnar
71a76a4ee5
Merge pull request #82024 from r-ryantm/auto-update/libical
...
libical: 3.0.7 -> 3.0.8
2020-03-08 21:52:45 +01:00
Pascal Wittmann
dd5e9ab4f2
Merge pull request #82020 from r-ryantm/auto-update/jdepend
...
jdepend: 2.9.1 -> 2.10
2020-03-08 21:41:12 +01:00
R. RyanTM
b81f725d07
ocamlPackages.ppx_tools_versioned: 5.2.3 -> 5.3.0
2020-03-08 20:32:58 +00:00
Bignaux Ronan
a3df64c8a7
appimage-exec.sh: simplify and improve getopts options
2020-03-08 20:34:23 +01:00
dawidsowa
14c9441a28
capitaine-cursors: 3 -> 4
2020-03-08 20:21:28 +01:00
Ryan Mulligan
5e8c897901
Merge pull request #82053 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
Leon Schuermann
aa63d51a34
libusb: build from source instead of release tarball
2020-03-08 20:15:03 +01:00
R. RyanTM
b99feeb269
lxcfs: 3.1.2 -> 4.0.0
2020-03-08 18:43:29 +00:00
Leon Schuermann
54bab3faaf
libusb-compat: 0.1.5 -> 0.1.7
...
Also, change the source repository to the GitHub repository pointed to by the
official website.
2020-03-08 19:38:50 +01:00
mucaho
202c2a8eff
clingcon: init at 3.3.0
2020-03-08 19:21:55 +01:00
R. RyanTM
8d612a3b53
libgme: 0.6.2 -> 0.6.3
2020-03-08 17:24:40 +00:00
R. RyanTM
b4c65bccee
libzdb: 3.1 -> 3.2.1
2020-03-08 17:13:31 +00:00
Orivej Desh (NixOS)
d008a348ac
xxHash: 0.7.2 -> 0.7.3 ( #81862 )
2020-03-08 17:10:23 +00:00
Vincent Laporte
5e468ef981
ocsigen-i18n: 3.4.0 → 3.5.0
2020-03-08 18:09:22 +01:00
Bignaux Ronan
49e7871196
appimageTools: wrapType1 = wrapType2;
2020-03-08 18:07:04 +01:00
ajs124
bc21f7a0ce
bitwarden_rs-vault: fix directory structure
2020-03-08 16:41:00 +01:00
Maximilian Bosch
84f862ed91
Merge pull request #81796 from JohnAZoidberg/satallax-gcc9
...
satallax: Fix build with GCC9
2020-03-08 16:12:40 +01:00
Ryan Mulligan
4120419e10
Merge pull request #82037 from r-ryantm/auto-update/etesync-dav
...
etesync-dav: 0.14.2 -> 0.15.0
2020-03-08 07:35:30 -07: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, #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
Thomas Tuegel
65d5cc1499
Merge pull request #81869 from r-ryantm/auto-update/cmake
...
cmake: 3.16.4 -> 3.16.5
2020-03-08 05:32:54 -05: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
R. RyanTM
c7e617f683
pantheon.elementary-music: 5.0.4 -> 5.0.5
2020-03-08 06:56:50 +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
John Ericson
5c4dd08a03
Merge pull request #81191 from clkamp/stdenv-multi-line-libc-cflags
...
stdenv: Fix gcc multi line libc-cflags
2020-03-07 21:28:33 -05: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
R. RyanTM
051637db09
libseccomp: 2.4.2 -> 2.4.3
2020-03-07 21:36:50 +00:00
R. RyanTM
d985dc8e16
libical: 3.0.7 -> 3.0.8
2020-03-07 21:25:02 +00: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