Commit Graph

33533 Commits

Author SHA1 Message Date
Mario Rodas
4eea075f1f
Merge pull request #78224 from r-ryantm/auto-update/libuv
libuv: 1.34.0 -> 1.34.1
2020-01-24 19:14:05 -05:00
Mario Rodas
cc7e392c0e
Merge pull request #78221 from r-ryantm/auto-update/libpst
libpst: 0.6.72 -> 0.6.74
2020-01-24 18:49:54 -05:00
Benjamin Hipple
d4119389bd dnnl: init at 1.1.2
This commit continues the work proposed in #68014, and provides an entirely FOSS
variant of the `dnnl` package. Updates to add an `mkl` flavor will be added
later, pending discussion about the cleanest way to overlay this consistently.

Fixes #67982, closes #68014

Co-authored-by: Alex Rice <alexrice999@hotmail.co.uk>
2020-01-24 02:01:18 -08:00
Tor Hedin Brønner
554d3a239a
webkitgtk: 2.26.2 -> 2.26.3 (#78303)
https://webkitgtk.org/2020/01/22/webkitgtk2.26.3-released.html
2020-01-24 04:42:59 +01:00
Ryan Mulligan
385b9aee08
Merge pull request #78338 from r-ryantm/auto-update/qtutilities
libsForQt5.qtutilities: 6.0.2 -> 6.0.3
2020-01-23 17:54:29 -08:00
Jan Tojnar
589044a71c
Merge pull request #78269 from jtojnar/gimp-deps
gegl_0_4: 0.4.18 → 0.4.20
2020-01-23 22:48:27 +01:00
Dmitry Kalinkin
f4131d260d
cernlib: add src mirror url 2020-01-23 15:03:34 -05:00
Profpatsch
acdb256910 at-spi2-core: propagate glib and dbus
Both libraries are in the pkgconfig `Requires` field and are needed by
all downstream dependencies of this library.
2020-01-23 19:31:34 +01:00
Michael Weiss
5a4b93e33c
Merge pull request #76787 from primeos/sway
sway: 1.2 -> 1.4, wlroots: 0.8.1 -> 0.10.0
2020-01-23 14:19:59 +01:00
Mario Rodas
fb0bfba560
Merge pull request #78093 from magnetophon/serd
serd: 0.30.0 -> 0.30.2
2020-01-22 20:03:01 -05:00
Mario Rodas
bec48a7980
Merge pull request #78095 from magnetophon/sratom
sratom: 0.6.2 -> 0.6.4
2020-01-22 20:02:42 -05:00
R. RyanTM
c78d8aaeaa libsForQt5.qtutilities: 6.0.2 -> 6.0.3 2020-01-23 00:20:25 +00:00
Michael Weiss
0c9428188c
wlroots: 0.9.0 -> 0.10.0
Changelog: https://github.com/swaywm/wlroots/releases/tag/0.10.0
2020-01-22 21:36:31 +01:00
Michael Weiss
ce6dd5eda2
wlroots: 0.9.0 -> 0.9.1
Changelog: https://github.com/swaywm/wlroots/releases/tag/0.9.1
2020-01-22 21:36:30 +01:00
Timo Kaufmann
d62e410ccd
Merge pull request #78222 from r-ryantm/auto-update/m4ri
m4ri: 20140914 -> 20200115
2020-01-22 17:43:44 +01:00
Jörg Thalheim
8db08a9529
pyotherside: 1.5.8 -> 1.5.9 (#78292)
pyotherside: 1.5.8 -> 1.5.9
2020-01-22 16:06:38 +00:00
Rouven Czerwinski
8b3715608c gensio: init at 1.3.3 2020-01-22 16:42:27 +01:00
R. RyanTM
ac0226301d pyotherside: 1.5.8 -> 1.5.9 2020-01-22 14:38:31 +00:00
Will Dietz
f0c8696a74
kdeFrameworks: 5.65.0 -> 5.66.0
https://kde.org/announcements/kde-frameworks-5.66.0.php
2020-01-22 07:24:26 -06:00
Jan Tojnar
ee9d4c521d
gegl_0_4: 0.4.18 → 0.4.20
https://gitlab.gnome.org/GNOME/gegl/blob/GEGL_0_4_20/docs/NEWS.txt#L1-36
2020-01-22 12:23:42 +01:00
Jan Tojnar
208e761fb0
babl: 0.1.72 → 0.1.74
https://gitlab.gnome.org/GNOME/babl/blob/BABL_0_1_74/NEWS#L6-7
2020-01-22 12:23:42 +01: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
R. RyanTM
94de21577e cppzmq: 4.5.0 -> 4.6.0 2020-01-22 01:02:38 -08:00
Timo Kaufmann
e8531b8ed4
Merge pull request #78220 from r-ryantm/auto-update/m4rie
m4rie: 20150908 -> 20200115
2020-01-22 09:57:07 +01:00
R. RyanTM
6a6ba8fbf9 libuv: 1.34.0 -> 1.34.1 2020-01-22 00:34:18 +00:00
R. RyanTM
813678058f m4ri: 20140914 -> 20200115 2020-01-21 23:46:57 +00:00
R. RyanTM
51b26d4eaf libpst: 0.6.72 -> 0.6.74 2020-01-21 23:31:35 +00:00
R. RyanTM
3937313195 m4rie: 20150908 -> 20200115 2020-01-21 23:24:43 +00:00
Will Dietz
3bf9cc3154
Merge pull request #76767 from dtzWill/update/spectral-2019-12-23
spectral: unstable 2019-08-30 -> 817, olm: cmake+clean
2020-01-21 16:25:49 -06:00
worldofpeace
352c7112aa
Merge pull request #78179 from r-ryantm/auto-update/gcab
gcab: 1.3 -> 1.4
2020-01-21 15:58:08 -05:00
R. RyanTM
beb1b9f28e libjpeg_original: 9c -> 9d 2020-01-21 18:59:49 +00:00
Timo Kaufmann
79f86d75d4
Merge pull request #78176 from r-ryantm/auto-update/fplll
fplll: 5.3.1 -> 5.3.2
2020-01-21 17:39:41 +01:00
R. RyanTM
a055d4d4a4 gjs: 1.58.3 -> 1.58.4 (#78163) 2020-01-21 17:05:05 +01:00
R. RyanTM
a38ff8120d assimp: 5.0.0 -> 5.0.1 2020-01-21 16:54:45 +01:00
R. RyanTM
fd3c6042f3 gcab: 1.3 -> 1.4 2020-01-21 15:51:08 +00:00
R. RyanTM
17eb447f42 fplll: 5.3.1 -> 5.3.2 2020-01-21 15:39:59 +00:00
José Romildo Malaquias
1dfb57fb58 libieee1284: init at 0.2.11 2020-01-21 12:29:50 -03:00
Will Dietz
f37db11fa7
Merge pull request #77750 from r-ryantm/auto-update/dyncall
dyncall: 1.0 -> 1.1
2020-01-21 00:06:28 -06:00
Robert Scott
4a0f54c176 libvpx: add patches for CVE-2019-9232, CVE-2019-9325, CVE-2019-9371, CVE-2019-9433
backports sourced from debian package 1.7.0-3+deb10u1, included in-repo
as file is not available on sources.debian.org or salsa.debian.org

(cherry picked from commit 9bcc7608f26afaf5505146ae5a3be6907f7e3db1)
2020-01-20 20:39:36 +00:00
Bart Brouns
50c3ac29ac suil: 0.10.0 -> 0.10.6 2020-01-20 16:53:05 +01:00
Bart Brouns
bb04c6dc07 raul: unstable-2017-07-23 -> unstable-2019-12-09 2020-01-20 16:29:57 +01:00
Bart Brouns
a6ecbc4443 ingen: unstable-2017-07-22 unstable-2019-12-09 2020-01-20 16:22:48 +01:00
Bart Brouns
7450bb75c0 ganv: unstable-2016-10-15 -> unstable-2019-12-30 2020-01-20 16:11:45 +01:00
Bart Brouns
6803c951a7 lilv: 0.24.4 -> 0.24.6 2020-01-20 15:55:57 +01:00
Mario Rodas
414591344e
Merge pull request #77150 from r-ryantm/auto-update/libmysofa
libmysofa: 0.9 -> 0.9.1
2020-01-20 07:59:27 -05:00
Mario Rodas
e1ea2646c4
Merge pull request #77875 from r-ryantm/auto-update/hpx
hpx: 1.3.0 -> 1.4.0
2020-01-20 07:42:51 -05:00
Bart Brouns
02e892c48d sratom: 0.6.2 -> 0.6.4 2020-01-20 12:42:17 +01:00
Bart Brouns
0a1460f639 serd: 0.30.0 -> 0.30.2 2020-01-20 12:37:59 +01:00
Mario Rodas
dcfddbc34b
Merge pull request #77879 from r-ryantm/auto-update/leatherman
leatherman: 1.9.1 -> 1.10.0
2020-01-19 09:09:14 -05:00
Mario Rodas
5547e92195
Merge pull request #77880 from r-ryantm/auto-update/libamqpcpp
libamqpcpp: 4.1.3 -> 4.1.5
2020-01-19 09:08:03 -05:00
Mario Rodas
1769a7c91e
Merge pull request #77901 from r-ryantm/auto-update/sentencepiece
sentencepiece: 0.1.84 -> 0.1.85
2020-01-19 08:30:01 -05:00
Michael Weiss
1db77e58d0
wlroots: 0.8.1 -> 0.9.0
Changelog: https://github.com/swaywm/wlroots/releases/tag/0.9.0
2020-01-18 23:19:53 +01:00
Niklas Hambüchen
5b78ca49f2
Merge pull request #77186 from r-ryantm/auto-update/poppler-glib
poppler: 0.83.0 -> 0.84.0
2020-01-18 17:03:47 +01:00
R. RyanTM
ba889bdcbe libdvdnav: 6.0.0 -> 6.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdvdnav/versions
2020-01-18 06:34:51 -05:00
worldofpeace
d165c28984
Merge pull request #77923 from Synthetica9/version-formats
various: fix version formatting
2020-01-17 14:04:19 -05:00
Gabriel Ebner
3ca5fedbd6
libde265: 1.0.4 -> 1.0.5 (#77881)
libde265: 1.0.4 -> 1.0.5
2020-01-17 11:33:19 -05:00
Frederik Rietdijk
bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
R. RyanTM
787510d88f trompeloeil: 35 -> 36 2020-01-17 16:13:48 +01:00
Ryan Mulligan
98ca8ee97d
Merge pull request #77871 from r-ryantm/auto-update/cpp-utilities
cpp-utilities: 5.0.1 -> 5.1.0
2020-01-17 05:44:03 -08:00
Tor Hedin Brønner
8842125720 gtk3: fix missing header file on darwin 2020-01-17 13:19:52 +01:00
R. RyanTM
f8a5d63357 sentencepiece: 0.1.84 -> 0.1.85 2020-01-17 10:41:53 +00:00
R. RyanTM
ad3a040bcf quickder: 1.2-6 -> 1.3.0 2020-01-17 10:12:57 +00:00
Marek Mahut
4a49a784c1
Merge pull request #77657 from bhipple/remove/blitz
blitz: remove package
2020-01-17 10:56:24 +01:00
R. RyanTM
4b7c0ce54d libde265: 1.0.4 -> 1.0.5 2020-01-17 08:09:53 +00:00
R. RyanTM
6508d14a23 libamqpcpp: 4.1.3 -> 4.1.5 2020-01-17 07:59:59 +00:00
R. RyanTM
99929939b2 leatherman: 1.9.1 -> 1.10.0 2020-01-17 07:53:26 +00:00
R. RyanTM
ad115deaf5 hpx: 1.3.0 -> 1.4.0 2020-01-17 06:42:40 +00:00
R. RyanTM
9789c3d636 cpp-utilities: 5.0.1 -> 5.1.0 2020-01-17 05:29:31 +00:00
Jan Tojnar
a245f21314
Merge pull request #77765 from r-ryantm/auto-update/grilo
grilo: 0.3.10 -> 0.3.11
2020-01-16 23:36:37 +01:00
Will Dietz
b4958185d9
wavpack: 5.1.0 -> 5.2.0, cve-patches-included edition
http://www.wavpack.com/changelog.txt
2020-01-16 13:53:34 -06:00
Patrick Hilhorst
14dd35ed30
libevdevplus: correctly format version 2020-01-16 20:16:40 +01:00
Antonio Nuno Monteiro
4b34c18e31 pkgsStatic: make OpenSSL 1.1 compile (#77542)
* pkgsStatic: make OpenSSL 1.1 compile
2020-01-16 20:02:38 +01:00
Tor Hedin Brønner
0e6a290842 libnotify: add dev output for propagation 2020-01-16 19:09:20 +01:00
Tor Hedin Brønner
5bec4f2022 clutter-gst: add dev output for propagation
Also remove obsolete `let .. in ..`
2020-01-16 19:09:20 +01:00
Tor Hedin Brønner
4f235caeba libgnomekbd: add dev output for propagation 2020-01-16 19:09:20 +01:00
Tor Hedin Brønner
5d753c6e32 gtkd: add dev output for propagation 2020-01-16 19:09:20 +01:00
Tor Hedin Brønner
213da733c3 liboauth: add dev output for propagation 2020-01-16 18:17:01 +01:00
Tor Hedin Brønner
4c55d7d462 libpeas: add dev output for propagation 2020-01-16 18:17:01 +01:00
Tor Hedin Brønner
f5742d6592 libappindicator: add dev output for propagation 2020-01-16 18:17:01 +01:00
Thomas Tuegel
6b5edcb71f
Merge pull request #77352 from dtzWill/update/kdeframeworks-5.65
kdeFrameworks: 5.64.0 -> 5.65.0
2020-01-16 09:38:59 -06:00
Jörg Thalheim
68bcd4af59
openssl: don’t separate debug info on useLLVM (#77780)
openssl: don’t separate debug info on useLLVM
2020-01-16 10:42:50 +00:00
Ryan Mulligan
060ca369e0
Merge pull request #77048 from r-ryantm/auto-update/faudio
faudio: 19.12 -> 20.01
2020-01-15 21:18:16 -08:00
Will Dietz
e881d0c527
Merge pull request #77121 from r-ryantm/auto-update/libinput
libinput: 1.14.3 -> 1.15.0
2020-01-15 20:40:47 -06:00
Niklas Hambüchen
b2787a67a6
Merge pull request #76329 from r-ryantm/auto-update/libsixel
libsixel: 1.8.2 -> 1.8.4
2020-01-16 03:12:30 +01:00
Niklas Hambüchen
575f9552cc libsixel: Enable tests.
The 1.8.2 -> 1.8.4 upgrade actually made the tests compile.
2020-01-16 02:52:21 +01:00
Matthew Bauer
f23ad86d6f openssl: don’t separate debug info on useLLVM
fixes #77779
2020-01-15 13:16:10 -05:00
Silvan Mosberger
fbbe3f9b7e
Merge pull request #75172 from ivan/libimobiledevice-bump
libimobiledevice: 2019-04-04 -> 2019-11-29, usbmuxd: 2019-03-05 -> 2019-11-11
2020-01-15 18:31:41 +01:00
Will Dietz
0285a20b48
editline: patch for improved handling of multiline input
Minor but observable in `nix repl` when history contains
expression that wraps and one that doesn't and using up/down
arrows to toggle between (for example).
2020-01-15 09:49:56 -06:00
markuskowa
f5e30e2107
Merge pull request #76225 from r-ryantm/auto-update/cppunit
cppunit: 1.14.0 -> 1.15.0
2020-01-15 16:28:50 +01:00
R. RyanTM
bab1e3fe65 grilo: 0.3.10 -> 0.3.11 2020-01-15 13:47:37 +00:00
Jörg Thalheim
05a507e597
liblinear: fix soname path names on linux 2020-01-15 13:20:25 +00:00
Will Dietz
6b11639a2d
dyncall: https, use upstream-provided SHA256 2020-01-15 06:45:44 -06:00
R. RyanTM
b37b32e98a dyncall: 1.0 -> 1.1 2020-01-15 10:48:23 +00: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
Daniel Fullmer
2e5051e223 x264: fix cross compilation 2020-01-15 09:46:30 +01:00
R. RyanTM
155fad6625 libarchive: 3.4.0 -> 3.4.1 2020-01-15 09:41:52 +01:00
Frederik Rietdijk
2a88c3c302 Merge staging-next into staging 2020-01-15 09:23:28 +01:00
Will Dietz
ad4f0ffc79
libsecret: fix build, upstream commit 2020-01-14 17:30:28 -06:00
Will Dietz
12be3fc711
libsecret: 0.19.1 -> 0.20.0
https://gitlab.gnome.org/GNOME/libsecret/-/tags/0.20.0
2020-01-14 17:29:59 -06:00
Jörg Thalheim
00a2084a40 openssl: fix build linux with clangStdenv 2020-01-14 22:08:15 +01:00
Tobias Mayer
d48a99346c glog: remove static flag 2020-01-14 15:56:19 +01:00
Frederik Rietdijk
05a965896d
Merge pull request #77047 from NixOS/staging-next
Staging next
2020-01-14 15:44:15 +01:00
adisbladis
b2f6aa631e
libvterm-neovim: 2019-10-08 -> 0.1.3 2020-01-14 12:23:37 +00:00
Jonathan Ringer
e306ee4a56 onnxruntime: 1.0.0 -> 1.1.0 2020-01-14 01:50:51 -08:00
Benjamin Hipple
fd7ae52d53 blitz: remove package
This is very out of date, is pinned to an old version of boost, and the last
update was 2.5 years ago marking it as broken. Since no one has fixed it or
upgraded to the least version, it seems a strong indication it's no longer
used/wanted/maintained and should be removed.
2020-01-14 00:40:13 -05:00
Niklas Hambüchen
748c42b4f3
Merge pull request #77142 from r-ryantm/auto-update/libsrtp
srtp: 2.2.0 -> 2.3.0
2020-01-14 02:16:25 +01:00
Luka Blaskovic
81d778466c qtwebkit: build with bison3 2020-01-13 21:35:19 +00:00
Luka Blaskovic
731275872c gstreamer legacy: build with bison3 2020-01-13 21:35:19 +00:00
Will Dietz
55fc8e128b
Merge pull request #77621 from hedning/gtk3-3.24.13
gtk3:  3.24.12 -> 3.24.13
2020-01-13 14:18:16 -06:00
Alyssa Ross
863fc6574d libxml2: don't propagate Python bindings 2020-01-13 16:46:02 +00:00
Frederik Rietdijk
ed1b0d0bac Merge master into staging-next 2020-01-13 16:08:59 +01:00
Tor Hedin Brønner
5b37141946 gtk3: 3.24.12 -> 3.24.13 2020-01-13 15:18:11 +01:00
Jörg Thalheim
bf91434c13
Merge pull request #77595 from veprbl/pr/rivet_patch_url_fix
rivet: fix patch url
2020-01-13 10:32:59 +00:00
Jörg Thalheim
2c962821f2
Merge pull request #77568 from bhipple/fix/cpp-netlib-openssl
cpp-netlib: remove insecure openssl dependency and unnecessary asio
2020-01-13 10:03:12 +00:00
Dmitry Kalinkin
592e750e2e
rivet: fix patch url
The old url is now broken. The new patch uses the new git repository.
2020-01-13 01:01:17 -05:00
Florian Klink
d08c6c7380
Merge pull request #77525 from thefloweringash/fixup-backport
glibc: fix cross compilation build failure (again)
2020-01-13 06:18:43 +01:00
Will Dietz
7d52215f14
olm: build w/cmake, simplify expression (somewhat optimistically) 2020-01-12 21:26:48 -06:00
Niklas Hambüchen
de1e61f34d
Merge pull request #77104 from r-ryantm/auto-update/htslib
htslib: 1.9 -> 1.10.2
2020-01-13 01:51:32 +01:00
Franz Pletz
5f01d21fbb
Merge pull request #77582 from andir/fix-libvirtd
libvirtd: fix path to ebtables
2020-01-13 00:29:42 +00:00
Niklas Hambüchen
30ea02a6ad
Merge pull request #77072 from r-ryantm/auto-update/glfw
glfw: 3.3 -> 3.3.1
2020-01-13 00:24:01 +01:00
Andreas Rammhold
22388a56c2
libvirtd: fix path to ebtables
With the bump of iptables (#75026) ebtables was renamed from `ebtables`
to `ebtables-legacy`. libvirtd requires this binary to be availabe to
configure the host networking.

fixes #75878
2020-01-12 23:28:15 +01:00
tobim
2ac7d8f887 glog: fix on darwin, provide gflags (#77451) 2020-01-12 16:53:27 -05:00
markuskowa
39096c5871
Merge pull request #76229 from r-ryantm/auto-update/cln
cln: 1.3.5 -> 1.3.6
2020-01-12 20:51:37 +01:00
Benjamin Hipple
3a22c75809 cpp-netlib: remove insecure openssl dependency and unnecessary asio
Upstream openssl has dropped support for 1.0.2; see #77503 for details. This
also cleans up the old `asio` dependency, which now comes from `boost`, and
documents why the test driver fails.
2020-01-12 11:59:07 -05:00
Aaron Andersen
cac169ed9e
Merge pull request #76635 from McSinyx/alure2
alure2: init at unstable-2020-01-09
2020-01-12 10:11:56 -05:00
markuskowa
a23a985594
Merge pull request #77128 from r-ryantm/auto-update/libdeflate
libdeflate: 1.3 -> 1.5
2020-01-12 14:11:27 +01:00
markuskowa
fee468fcab
Merge pull request #77134 from r-ryantm/auto-update/leptonica
leptonica: 1.78.0 -> 1.79.0
2020-01-12 14:10:11 +01:00
Frederik Rietdijk
b3245241d8 Merge staging-next into staging 2020-01-12 09:47:43 +01:00
Frederik Rietdijk
960f062825 Merge master into staging-next 2020-01-12 09:47:19 +01:00
Nguyễn Gia Phong
86c0e79add alure2: init at unstable-2020-01-09 2020-01-12 10:53:06 +07:00
Niklas Hambüchen
fda97757a0
Merge pull request #77141 from r-ryantm/auto-update/libre
libre: 0.6.0 -> 0.6.1
2020-01-12 04:32:52 +01:00
Andrew Childs
b5a45106ae glibc: backport fix for out of bounds access in IBM-1390 converter 2020-01-12 07:08:19 +09:00
Andrew Childs
22a8e7f13d glibc: fix cross compilation build failure (again) 2020-01-12 06:04:42 +09:00
Florian Klink
cd827f2209 Revert "glibc: fix cross compilation build failure"
This reverts commit 51014768d2.
2020-01-11 21:53:02 +01:00
Florian Klink
5e51524293
Merge pull request #76972 from thefloweringash/cross-glibc-warnings
glibc: fix cross compilation build failure
2020-01-11 20:28:29 +01:00
Andrew Childs
51014768d2 glibc: fix cross compilation build failure 2020-01-12 03:37:07 +09:00
Andrew Childs
569f05222c glibc: remove TODO that is now done
This was preventing a mass-rebuild by returning null. As of
5f2d96ba2e it always returns a string.
2020-01-12 03:28:33 +09:00
Mario Rodas
a62f02f2a7
Merge pull request #76319 from r-ryantm/auto-update/libsolv
libsolv: 0.7.9 -> 0.7.10
2020-01-11 05:25:18 -05:00
Mario Rodas
ce4e9a3327
Merge pull request #76320 from r-ryantm/auto-update/libxl
libxl: 3.8.7 -> 3.8.8
2020-01-11 05:20:08 -05:00
Mario Rodas
79a9c9dd7a
Merge pull request #77159 from r-ryantm/auto-update/microsoft_gsl
microsoft_gsl: 2.0.0 -> 2.1.0
2020-01-11 05:07:09 -05:00
Vladimír Čunát
e4c89a66fe
openssl_1_0_2: 1.0.2t -> 1.0.2u (low-severity security)
Fixes #77266: CVE-2019-1551
https://www.openssl.org/news/secadv/20191206.txt

(cherry picked from commit 961d0cf9f5)
Oops - I realized too late that the rebuild amount is minimal,
so why not have it immediately in master.
2020-01-11 10:25:38 +01:00
Mario Rodas
2170b1eac5
libdeflate: enable on darwin 2020-01-11 04:20:00 -05:00
Vladimír Čunát
961d0cf9f5
openssl_1_0_2: 1.0.2t -> 1.0.2u (low-severity security)
Fixes #77266: CVE-2019-1551
https://www.openssl.org/news/secadv/20191206.txt
2020-01-11 10:14:10 +01:00
Frederik Rietdijk
263bc67bda Merge staging-next into staging 2020-01-11 09:33:08 +01:00
Frederik Rietdijk
1a654573b0 Merge master into staging-next 2020-01-11 09:32:41 +01:00
Dmitry Kalinkin
ef1a86592b
thrift: fix checkPhase on darwin 2020-01-10 15:41:35 -05:00
Frederik Rietdijk
5ad16cb27f Merge master into staging-next 2020-01-10 10:34:04 +01:00
adisbladis
a6298636a6
mesa: 19.3.1 -> 19.3.2 2020-01-10 09:01:07 +00:00
Ryan Mulligan
55adc491f0
Merge pull request #77180 from anmonteiro/anmonteiro/libev-static
libev: Add statically linked `libev` to `pkgsStatic`
2020-01-09 21:28:29 -08:00
Taran Lynn
441a181498 SDL2_mixer: add opusfile dependency for opus support (#68767) 2020-01-09 17:28:34 -05:00