Commit graph

2768 commits

Author SHA1 Message Date
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Ben Darwin 1112bcc75e c3d: unbreak via stdenv -> gcc8Stdenv 2020-02-13 17:45:18 -05:00
Francesco Gazzetta 6932a75d9c
drawpile,drawpile-server-headless: 2.1.15 -> 2.1.16 (#79760) 2020-02-10 18:16:23 -05:00
Ben Darwin c79d6d0430 c3d: 2018-10-04 -> unstable-2019-10-22; mark unbroken 2020-02-10 20:58:35 +01:00
Thomas Tuegel b78092a551
Merge pull request #78773 from layus/sane-override
sane module: support overriding config files
2020-02-10 10:53:57 -06:00
Guillaume Maudoux 4979541cad sane module: make warning more explicit 2020-02-10 17:28:37 +01:00
R. RyanTM 4006c66d08 rapid-photo-downloader: 0.9.17 -> 0.9.18 2020-02-09 09:48:40 +01:00
Maximilian Bosch fde7ffab6b
Merge pull request #79427 from r-ryantm/auto-update/drawio
drawio: 12.5.3 -> 12.6.5
2020-02-07 10:51:30 +01:00
R. RyanTM 92444e1f3b drawio: 12.5.3 -> 12.6.5 2020-02-07 08:27:56 +00:00
Michael Weiss 4ffe245420
tev: 1.13 -> 1.14 2020-02-06 22:56:14 +01:00
Frederik Rietdijk 419bc0a4cd Revert "Revert "Merge master into staging-next""
In 87a19e9048 I merged staging-next into master using the GitHub gui as intended.
In ac241fb7a5 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master.
Thinking this may cause trouble, I reverted it in 0be87c7979. This was however wrong, as it "removed" master.

This reverts commit 0be87c7979.
2020-02-05 19:41:25 +01:00
Frederik Rietdijk 0be87c7979 Revert "Merge master into staging-next"
I merged master into staging-next but accidentally pushed it to master.
This should get us back to 87a19e9048.

This reverts commit ac241fb7a5, reversing
changes made to 76a439239e.
2020-02-05 19:18:35 +01:00
worldofpeace d7b56dda7f
Merge pull request #79166 from wucke13/master
paraview: add wrapQtAppsHook
2020-02-05 07:08:32 -05:00
wucke13 b020b0153d paraview: add wrapQtAppsHook
Also reformatted meta and arguments
2020-02-04 11:14:20 +01:00
Nikolay Korotkiy eeaa67de86
xournalpp: 1.0.16 -> 1.0.17 2020-02-03 20:32:54 +03:00
worldofpeace 0138064092 fondo: 1.3.2 -> 1.3.8
https://github.com/calo001/fondo/releases/tag/1.3.8
2020-01-30 21:46:30 -08:00
Guillaume Maudoux 6c651604f4 sane module: support overriding config files 2020-01-29 15:15:04 +01:00
David Guibert 8754b61147
Merge pull request #78602 from jobojeha/feature/paraview-pythonpath-prefix
paraview: prefix PYTHONPATH
2020-01-28 17:25:37 +01:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
jobojeha f4e87eb2da paraview: prefix PYTHONPATH
--prefix gives the possibility to add additional python modules to path
2020-01-27 13:08:18 +01:00
Peter Simons ba8fbd5352
Merge pull request #78198 from romildo/upd.sane
sane-backends: 1.0.27 -> 1.0.28
2020-01-26 10:30:33 +01:00
Mario Rodas c4f1e93514
Merge pull request #78264 from brainrape/init-fluxus
fluxus: init at 0.19
2020-01-25 17:43:00 -05:00
José Romildo Malaquias 58a26351c9 sane-backends: 1.0.27 -> 1.0.28 2020-01-25 18:18:16 -03:00
Márton Boros 57092f7ef1
fluxus: init at 0.19 2020-01-25 20:41:04 +00:00
Ryan Mulligan cb0843898b
Merge pull request #78334 from r-ryantm/auto-update/qview
qview: 2.0 -> 3.0
2020-01-23 10:17:05 -08:00
R. RyanTM 5a4afd2cc4 qview: 2.0 -> 3.0 2020-01-22 23:33:25 +00:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Pavol Rusnak 5bd4028bdc runwayml: 0.10.11 -> 0.10.20 2020-01-22 01:05:18 -08:00
Nikolay Korotkiy d24a439d92 imgp: init at 2.7 2020-01-22 00:39:03 -08:00
Ryan Mulligan 53c681d7e2
Merge pull request #78147 from dwarfmaster/rename
Renamed maintainer lucas8 -> dwarfmaster
2020-01-21 07:47:20 -08:00
Ryan Mulligan 9db50dc97f
Merge pull request #78075 from r-ryantm/auto-update/drawio
drawio: 12.4.2 -> 12.5.3
2020-01-21 05:26:06 -08:00
DwarfMaster 227a3f4383 Renamed maintainer lucas8 -> dwarfmaster 2020-01-21 16:39:52 +10:00
Orivej Desh ff708504cd apngasm_2: init at 2.91
This is the original apngasm which has not been updated since 2017 but it has
diverged from its fork with support for LZMA and ZOPFLI compression and TGA
input.
2020-01-21 01:44:53 +00:00
Orivej Desh e902495a51 apngasm: init at 3.1.9 2020-01-21 01:39:41 +00:00
R. RyanTM 33f55c4c74 drawio: 12.4.2 -> 12.5.3 2020-01-20 06:09:08 +00:00
Vladyslav M 7db4b67267
sxiv: 25 -> 26, minor cleanup (#77861)
sxiv: 25 -> 26, minor cleanup
2020-01-19 13:58:19 +02:00
Mario Rodas 7f2ce879d2
Merge pull request #77725 from r-ryantm/auto-update/avocode
avocode: 4.2.1 -> 4.2.2
2020-01-17 21:41:49 -05:00
Niklas Hambüchen 644fd15a2a
Merge pull request #77084 from r-ryantm/auto-update/gthumb
gthumb: 3.8.2 -> 3.8.3
2020-01-18 02:45:39 +01:00
Frederik Rietdijk bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Erik Arvstedt e6fad86853 tesseract: 4.1.0 -> 4.1.1 2020-01-17 13:19:12 +00:00
Will Dietz 905c707c16
sxiv: 25 -> 26, minor cleanup 2020-01-16 22:31:50 -06:00
Jan Solanti 69cba89f91 renderdoc: 1.5 -> 1.6 2020-01-16 16:42:56 +00:00
Thomas Tuegel 32907db36c
Merge pull request #77356 from moretea/krop-wrapQtAppsHook
krop: Add wrapQtAppsHook.
2020-01-16 10:02:56 -06:00
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
R. RyanTM 869d157cc1 avocode: 4.2.1 -> 4.2.2 2020-01-15 06:40:19 +00:00
Dmitry Kalinkin 4cb3041e49
Merge pull request #77359 from veprbl/pr/blender_darwin_fix
blender: fix on darwin
2020-01-14 20:10:20 -05:00
Flakebi 2ac5fab264 pencil: 3.0.4 -> 3.1.0 2020-01-14 08:04:00 +01:00
Minijackson 865851f003 rx: 0.3.1 -> 0.3.2 2020-01-13 07:29:16 -08:00
Niklas Hambüchen 9aeb9664c8
Merge pull request #77188 from tilpner/goxel-update
goxel: 0.10.0 -> 0.10.5
2020-01-12 04:21:32 +01:00