Commit Graph

35748 Commits

Author SHA1 Message Date
Tobias Mayer
9e0b75eaf7
arrow-cpp: 0.17.1 -> 1.0.0 2020-08-19 22:14:16 +02:00
Tobias Mayer
020a212127
utf8proc: switch to cmake 2020-08-19 22:12:32 +02:00
Daniël de Kok
1474bfe27d
Merge pull request #93653 from danieldk/mkl-2020.2.254
mkl: 2020.1.217 -> 2020.2.254
2020-08-05 08:08:08 +02:00
OPNA2608
ce846253ca libsidplayfp: 1.8.7 -> 2.0.4 2020-08-04 13:05:26 -07:00
Vladimír Čunát
8bbc202208
Merge branch 'master' into staging-next 2020-08-04 21:37:39 +02:00
Ryan Mulligan
e60301b583
Merge pull request #94589 from r-ryantm/auto-update/gensio
gensio: 2.0.5 -> 2.1.3
2020-08-04 06:20:42 -07:00
markuskowa
f2997db610
Merge pull request #92813 from markuskowa/add-ganesha
nfs-ganesha: init at 3.3
2020-08-04 14:01:05 +02:00
Frederik Rietdijk
26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
Jaka Hudoklin
38dc94bcf0
Merge pull request #94606 from r-ryantm/auto-update/hivex
hivex: 1.3.18 -> 1.3.19
2020-08-04 10:21:02 +02:00
R. RyanTM
812e19f842 hivex: 1.3.18 -> 1.3.19 2020-08-03 11:25:10 +00:00
R. RyanTM
6a7c161625 gensio: 2.0.5 -> 2.1.3 2020-08-03 04:46:42 +00:00
worldofpeace
705bbdbd9a
Merge pull request #84545 from mkg20001/pkg/timezonemap
timezonemap: init at 0.4.5
2020-08-02 08:36:00 -04:00
Jon
7ff54682d5
libplacebo: allow for latest glslang (#94510) 2020-08-02 13:27:05 +02:00
R. RyanTM
2dee11d4de gloox: 1.0.23 -> 1.0.24 2020-08-01 23:17:47 +02:00
Ryan Mulligan
6c03156a7f
Merge pull request #94290 from r-ryantm/auto-update/openxr-loader
openxr-loader: 1.0.9 -> 1.0.10
2020-08-01 13:56:18 -07:00
Martin Weinelt
ab5af376cc
Merge pull request #94465 from Mic92/rhasspy-upstream
opengrm-ngram: init at 1.3.11, phonetisaurus: init at 2020-07-31
2020-08-01 21:44:43 +02:00
Jörg Thalheim
d29b7d91d9
phonetisaurus: init at 2020-07-31
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2020-08-01 19:56:25 +01:00
Jörg Thalheim
59c0d1f3ad
opengrm-ngram: init at 1.3.11 2020-08-01 19:56:14 +01:00
Frederik Rietdijk
50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
Daniël de Kok
153c7852df
Merge pull request #94365 from danieldk/liblinear-2.41
liblinear: 2.40 -> 2.41
2020-08-01 17:47:47 +02:00
Daniël de Kok
e78bdc29cd
Merge pull request #94409 from r-ryantm/auto-update/intel-gmmlib
intel-gmmlib: 20.2.2 -> 20.2.3
2020-08-01 08:36:42 +02:00
Daniël de Kok
84a8b4d461
Merge pull request #94220 from danieldk/onednn-disable-tests
oneDNN: disable tests to avoid illegal instructions
2020-08-01 08:17:39 +02:00
R. RyanTM
fe4fc3791b intel-gmmlib: 20.2.2 -> 20.2.3 2020-08-01 05:43:32 +00:00
Daniël de Kok
97e899d154 liblinear: 2.40 -> 2.41
According the website:

Version 2.41 released on July 29, 2020 (some bug fixes of version 2.40).
2020-07-31 20:34:37 +02:00
Daniël de Kok
c31de496b5
Merge pull request #93759 from danieldk/liblinear-2.40
liblinear: 2.30 -> 2.40
2020-07-31 20:32:20 +02:00
Peter Simons
2d5fb8c503
Merge pull request #94294 from bbigras/ndi
ndi: 4.5.1 -> 4.5.3
2020-07-31 18:06:17 +02:00
Emery Hemingway
f153d9f855 mimetic: patch for aarch64 2020-07-31 13:30:18 +02:00
Matthew Bauer
d0677e6d45 treewide: add warning comment to “boot” packages
This adds a warning to the top of each “boot” package that reads:

  Note: this package is used for bootstrapping fetchurl, and thus cannot
  use fetchpatch! All mutable patches (generated by GitHub or cgit) that
  are needed here should be included directly in Nixpkgs as files.

This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
Matthew Bauer
f36899e118 attr: inline syscall patch
Unfortunately the output of git.savannah.nongnu.org changes with each
gitweb update. This means that the current has
“0gja54fz79a9ma6b4mprnjxq77l5yg2z9xknlwhmkcrfnam02qxp” is no longer
correct:

$ nix-prefetch-url
https://git.savannah.nongnu.org/cgit/attr.git/patch/\?id=14adc898a36948267bfe5c63b399996879e94c98
1g8sky52rjg9fpmrddza1af89s9qd4bzsbxqb7mc5bv8gyh10s1k

Normally, we use fetchpatch to strip this out, but unfortunately attr
cannot use fetchpatch due to being used in bootstrapping fetchurl.
That is, it can’t use a custom postFetch since <nix/fetchurl.nix>
doesn’t support that.

To solve this problem, just inline the patch for now.
2020-07-31 08:56:53 +02:00
Lancelot SIX
a29d2795ac libidn: 1.35 -> 1.36
See https://lists.gnu.org/archive/html/info-gnu/2020-07/msg00004.html
for release announcement.
2020-07-31 08:51:08 +02:00
R. RyanTM
dc87c8a17a libglvnd: 1.3.1 -> 1.3.2 2020-07-31 08:37:55 +02:00
R. RyanTM
a89e225550 libmicrohttpd: 0.9.70 -> 0.9.71 2020-07-31 08:37:44 +02:00
Bruno Bigras
13164f7352 ndi: 4.5.1 -> 4.5.3 2020-07-31 02:05:04 -04:00
R. RyanTM
cf6e8ac128 openxr-loader: 1.0.9 -> 1.0.10 2020-07-31 05:45:17 +00:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Maciej Krüger
903f310795
timezonemap: init at 0.4.5 2020-07-30 20:47:13 +02:00
Louis Tim Larsen
526c859664
libhdhomerun: git -> 20200521 2020-07-30 19:14:33 +02:00
Frederik Rietdijk
cee7df4846 Merge staging-next into staging 2020-07-30 18:28:15 +02:00
Daniël de Kok
2598f0e607 oneDNN: disable tests to avoid illegal instructions
oneDNN tests fail on some Hydra builders because they do not support SSE
4.2. Unfortunately, oneDNN does not seem to work without SSE 4.2, see
issues #93692 and #93747.
2020-07-30 10:26:41 +02:00
Vladimír Čunát
a45f68ccac
Merge #94188: nss: enable libpkix build
This fixes connection issues in various packages.
2020-07-30 09:22:40 +02:00
Jörg Thalheim
16a63d0207
Merge pull request #93927 from kristoff3r/pwntools-update 2020-07-30 05:18:46 +01:00
Mario Rodas
a54d63e569
Merge pull request #94119 from marsam/update-lxd
lxd: 4.2 -> 4.3
2020-07-29 21:45:26 -05:00
Florian Klink
84bb019048
Merge pull request #93910 from helsinki-systems/upd/nss-3.55
nss: 3.54 -> 3.55
2020-07-30 01:07:13 +02:00
Matthew Bauer
c2ea7318be
Merge pull request #68488 from B4dM4n/xmlsec-dlsearchdir
xmlsec: add library path to lt_dladdsearchdir
2020-07-29 18:02:22 -05:00
Louis Tim Larsen
f609fa60c4
hunspell-dicts: add support for Danish dictionary
PR #93651
2020-07-30 00:51:58 +02:00
ajs124
93a3c37128 nss: enable libpkix build
this was enabled by default with the old build system, but requires this flag with the new one

fixes ##93955
2020-07-29 20:31:14 +02:00
worldofpeace
0697d84006
Merge pull request #94181 from worldofpeace/my-updates
treewide: use nix-update updateScript for packages I maintain
2020-07-29 14:05:01 -04:00
Vladimír Čunát
60d89e5793
Merge branch 'master' into staging 2020-07-29 18:40:28 +02:00
worldofpeace
d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
Mario Rodas
d807152c69
Merge pull request #94161 from r-ryantm/auto-update/openfst
openfst: 1.7.7 -> 1.7.9
2020-07-29 11:22:53 -05:00