Commit graph

33768 commits

Author SHA1 Message Date
worldofpeace 9c1c68a96e tracker: 2.3.1 -> 2.3.2 2020-02-22 18:27:32 -05:00
worldofpeace c6a1e23eb7 libsecret: 0.20.0 -> 0.20.1 2020-02-22 18:27:32 -05:00
worldofpeace 8bf3b33cf2 libpeas: 1.24.0 -> 1.24.1 2020-02-22 18:27:32 -05:00
worldofpeace 7e22c873a2 gtk3: 3.24.13 -> 3.24.14 2020-02-22 18:27:32 -05:00
worldofpeace 1e234806e1 grilo-plugins: 0.3.10 -> 0.3.11 2020-02-22 18:27:31 -05:00
worldofpeace 0def916454 grilo: 0.3.11 -> 0.3.12 2020-02-22 18:27:31 -05:00
worldofpeace 4ac9af7bd3 glib: 2.62.4 -> 2.62.5 2020-02-22 18:27:31 -05:00
worldofpeace df2d5fbad7 gjs: 1.58.4 -> 1.58.5 2020-02-19 21:28:09 -05:00
worldofpeace fede9f643b folks: 0.13.1 -> 0.13.2 2020-02-19 21:28:09 -05:00
worldofpeace 504f8bffaa Merge branch 'staging-next' into staging 2020-02-19 21:27:20 -05:00
Maximilian Bosch 3c0b262cee
Merge pull request #80417 from Ma27/fix-waybar
waybar: 0.9.0 -> 0.9.1, fix build
2020-02-20 01:50:44 +01:00
ajs124 194f3aa4b5 mimalloc: 1.1.0 -> 1.6.1 2020-02-19 10:31:25 -06:00
Mario Rodas f1975e0327
Merge pull request #80510 from r-ryantm/auto-update/libiio
libiio: 0.18 -> 0.19
2020-02-19 09:04:51 -05:00
Florian Klink e6e335eca6
Merge pull request #80463 from doronbehar/update-sundials
sundials: 5.0.0 -> 5.1.0
2020-02-19 14:55:37 +01:00
Mario Rodas 3147beca4a
Merge pull request #80516 from r-ryantm/auto-update/nco
nco: 4.9.1 -> 4.9.2
2020-02-19 08:22:24 -05:00
R. RyanTM 8ae07bfe79 nco: 4.9.1 -> 4.9.2 2020-02-19 09:12:39 +00:00
Martin Milata 1caac6f2dc hunspell: add patch for CVE-2019-16707
Fixes #70098, #73651.
2020-02-19 09:31:01 +01:00
zowoq 4f97819812 pcre: 8.43 -> 8.44
https://lists.exim.org/lurker/message/20200212.174850.6edd8277.en.html
2020-02-19 09:27:39 +01:00
Frederik Rietdijk b1cca61300 Merge staging-next into staging 2020-02-19 09:25:40 +01:00
Frederik Rietdijk c65707bc25
Merge pull request #80252 from NixOS/staging-next
Staging next
2020-02-19 09:18:32 +01:00
R. RyanTM 7b9d9fe076 freenect: 0.5.7 -> 0.6.0 2020-02-19 08:51:29 +01:00
R. RyanTM 01d0bf7dd7 libiio: 0.18 -> 0.19 2020-02-19 07:25:07 +00:00
Jan Tojnar e2b4abe3c8
Merge pull request #54677 from jtojnar/mypaint2
mypaint: 1.2.1 → 2.0.0-beta.0
2020-02-19 01:57:21 +01:00
Ian-Woo Kim bc6c7f648b
ogdf: init at 2020.02 (#80143)
Restricted to i686/x86_64 as it imports cpuid.h on gnu toolchain

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-18 19:49:02 -05:00
worldofpeace a3eef895bb
Merge pull request #80453 from worldofpeace/p11-kit-flatpak
flatpak: use correct p11-kit output
2020-02-18 18:14:28 -05:00
Jan Tojnar eeaad8d225
mypaint-brushes: 1.3.0 → 2.0.2 2020-02-18 22:16:06 +01:00
Doron Behar f37edb5bd1 sundials: 5.0.0 -> 5.1.0 2020-02-18 21:03:21 +02:00
worldofpeace 02213fdff2 flatpak: use correct p11-kit output
Fixes #80452
2020-02-18 12:48:04 -05:00
Frederik Rietdijk 17331278ee Merge staging-next into staging 2020-02-18 16:09:51 +01:00
Frederik Rietdijk 9d88ee08f6 Merge master into staging-next 2020-02-18 16:09:19 +01:00
Maximilian Bosch 9704297c5d
date: init at 2020-01-24
Needed for waybar-0.9.1.
Closes #78458

Co-authored-by: Cole Mickens <cole.mickens@gmail.com>
2020-02-18 13:40:16 +01:00
Vladimír Čunát 03d69128b2
nettle: runtime selection of HW-accelerated code
> Include multiple versions of certain functions in the library,
> and select the ones to use at run-time, depending on available
> processor features. Supported for ARM and x86_64.

The current version seems to accelerate AES and SHA families.

Size increase on x86_64 is <10k in our case.

It can make quite some performance difference; I tried
$ time ./result-dev/bin/nettle-hash -a sha256 /some/file/around/2G
And the total CPU time went down from 8.5s to 2s (single thread).
Now it matches the time of openssl
$ time openssl sha256 /some/file/around/2G
Of course, in real life it will be much harder to notice a difference...

Platforms without support for this (e.g. i686) seem to still build fine,
and ARMv7 cross-build also succeeds for me, so hopefully all is OK.
2020-02-18 12:22:51 +01:00
Michael Raskin ac51e3a63e
Merge pull request #79879 from r-ryantm/auto-update/allegro
allegro5: 5.2.5.0 -> 5.2.6.0
2020-02-18 08:05:21 +00:00
worldofpeace 6f0cb035c2
Merge pull request #80384 from worldofpeace/flatpak-ostree
flatpak: propagate glib and ostree
2020-02-17 19:39:02 -05:00
Jan Tojnar 8fa73be07b
Merge pull request #80386 from zowoq/flatpak
flatpak: 1.6.1 -> 1.6.2
2020-02-18 01:33:01 +01:00
worldofpeace 26f1d1e81b flatpak: add dev output 2020-02-17 19:14:10 -05:00
zowoq d744b4f928 flatpak: 1.6.1 -> 1.6.2
https://github.com/flatpak/flatpak/releases/tag/1.6.2
2020-02-18 09:41:31 +10:00
worldofpeace 461ea02544 flatpak: propagate glib and ostree
Pantheon's sideload broke:
```
meson.build:17:0: ERROR: Could not generate cargs for flatpak:
Package ostree-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `ostree-1.pc'
to the PKG_CONFIG_PATH environment variable
Package 'ostree-1', required by 'flatpak', not found
```

https://hydra.nixos.org/build/113077888

ZHF: #80379
2020-02-17 18:32:35 -05:00
Dylan Simon e25f0b3e3d scalapack: 2.1 -> 2.1.0
2.1 seems to have disappeared
2020-02-17 18:31:13 -05:00
OmnipotentEntity eb40131310
geant4: 10.6.0 -> 10.6.1 (#80365) 2020-02-17 11:31:21 -05:00
Orivej Desh b2492bc444 rnnoise: 0.0.1 (2017-10-10) -> 2019-04-24 2020-02-17 16:04:41 +00:00
Thomas Tuegel 0591e94757
Merge pull request #80356 from ttuegel/bug--kinit-environ-size
kinit: Increase environment size limit
2020-02-17 09:11:03 -06:00
Thomas Tuegel c75860918f
kinit: Increase environment size limit
start_kdeinit reads its environment over a pipe from start_kdeinit_wrapper. For
security, each environment entry must be smaller than 4kb by default. Qt-based
applications in Nixpkgs may have larger environments, and the recent upgrade to
Plasma 5.17 pushed start_kdeinit_wrapper over the limit. The limit is now
extended to 16kb.

This problem was not detected during testing because the failure is silent:
start_kdeinit will continue with an empty environment. In other circumstances,
this strategy might work, but it does not work on NixOS. This failure is now
treated as a fatal error.

Fixes: #79707
2020-02-17 08:21:39 -06:00
Franz Pletz 38ae7d1c6f
luksmeta: init at 9 2020-02-17 15:14:28 +01:00
Franz Pletz a508b6e606
jose: init at 10 2020-02-17 15:14:28 +01:00
Frederik Rietdijk ec1184f461 Merge master into staging-next 2020-02-17 15:12:28 +01:00
goibhniu fc592a52ca
Merge pull request #80318 from vandenoever/sv
sonic-visualiser
2020-02-17 09:51:51 +00:00
R. RyanTM 7996935668 libsixel: 1.8.4 -> 1.8.6 2020-02-16 19:55:15 -08:00
Drew Risinger c71f63a337 ecos: 2.0.6 -> 2.0.7
Bump ecos module.
2020-02-16 19:12:52 -08:00
Jos van den Oever eb1ffda13c libfishsound at 1.0.0 2020-02-16 23:47:44 +01:00