Renaud
299cb17f39
Merge pull request #57281 from r-ryantm/auto-update/liblcf
...
{easyrpg-player,liblcf}: 0.5.4 -> 0.6.0
2019-05-05 20:14:48 +02:00
ryan4729
280edf52b7
qscintilla: add qtmacextras to propagatedBuildInputs on darwin
2019-05-05 11:07:49 -07:00
c0bw3b
e82c74be5e
libwmf: 0.2.8.4 -> 0.2.12
...
Includes the previous security fixes:
- CVE-2006-3376
- CVE-2009-1364
- CVE-2015-0848+4588+4695+4696
+ fixes CVE-2019-6978 (in libgd)
2019-05-05 17:14:14 +02:00
R. RyanTM
480f86ea6d
libiio: 0.17 -> 0.18
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libiio/versions
2019-05-05 06:12:17 -07:00
Aaron Andersen
9d4fb6c927
Merge pull request #60970 from r-ryantm/auto-update/freetds
...
freetds: 1.00.111 -> 1.1.6
2019-05-05 08:12:44 -04:00
Renaud
435c76208b
Merge pull request #60625 from r-ryantm/auto-update/mbedtls
...
mbedtls: 2.16.0 -> 2.17.0
2019-05-05 12:42:58 +02:00
R. RyanTM
458f58698d
gssdp: 1.2.0 -> 1.2.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/gssdp/versions
2019-05-05 02:42:35 -07:00
R. RyanTM
97bed5c787
geos: 3.7.1 -> 3.7.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/geos/versions
2019-05-05 01:26:40 -07:00
Renaud
a83115c630
Merge pull request #60470 from r-ryantm/auto-update/aws-sdk-cpp
...
aws-sdk-cpp: 1.7.56 -> 1.7.90
2019-05-05 10:01:05 +02:00
R. RyanTM
4beb8e24b6
freetds: 1.00.111 -> 1.1.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freetds/versions
2019-05-05 00:58:20 -07:00
c0bw3b
9cb260d091
[treewide] delete unused patches
2019-05-04 19:52:24 +02:00
R. RyanTM
a5062a2807
xmlsec: 1.2.26 -> 1.2.28
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xmlsec/versions
2019-05-04 10:42:55 -07:00
Ruud van Asseldonk
5f594be463
libressl: ensure we can link against libtls
...
Without setting BUILD_SHARED_LIBS, the package would build file, but
when linking it into acme-client or nginx, I got the following error:
libressl-2.9.1/lib/libtls.a(tls.c.o): undefined reference to symbol 'pthread_once@@GLIBC_2.2.5'
binutils-2.31.1/bin/ld: glibc-2.27/lib/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
After looking at the CMakeLists.txt in libressl/tls, I noticed the
BUILD_SHARED_LIBS option, and setting it resolves the linking error.
2019-05-04 18:40:21 +02:00
volth
a134f9cb01
libuv: blacklist "tcp_writealot" test
...
sometimes it times out https://logs.nix.ci/?key=nixos/nixpkgs.59849&attempt_id=5efe1166-4a32-4a3d-976c-45b3a34f0441
2019-05-04 18:12:52 +02:00
volth
8062ef595c
libuv: disable "get_passwd" test
2019-05-04 18:12:52 +02:00
R. RyanTM
9955f6301a
pixman: 0.38.0 -> 0.38.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pixman/versions
2019-05-04 17:56:22 +02:00
R. RyanTM
8eb0dd1cb1
libcdio: 2.0.0 -> 2.1.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libcdio/versions
2019-05-04 17:55:24 +02:00
R. RyanTM
dafc45800a
pcre2: 10.32 -> 10.33
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pcre2/versions
2019-05-04 17:53:34 +02:00
Frederik Rietdijk
b7b3b3f967
Merge staging-next into staging
2019-05-04 17:34:35 +02:00
Frederik Rietdijk
193b899af2
Merge master into staging-next
2019-05-04 17:34:04 +02:00
volth
091de095c9
-mno-fma is x86_64 only; it hinders aarch64 compilation
2019-05-04 15:31:02 +00:00
Ruud van Asseldonk
8c7cde5df2
libressl: build with cmake
...
LibreSSL 2.9.1 no longer builds with the default autotools configuration.
When I searched for the error, I noticed that Buildroot ran into the
same issue, and they resolved the problem by building with CMake rather
than autotools. [1] I followed the same approach here.
[1]: e783d60473
2019-05-04 15:55:14 +02:00
Ruud van Asseldonk
3415872fe4
libressl_2_9: 2.9.0 -> 2.9.1
...
This new version does not build as-is, it will need to be patched.
2019-05-04 15:07:34 +02:00
Ryan Mulligan
2c89c24015
Merge pull request #60770 from r-ryantm/auto-update/rtaudio
...
rtaudio: 5.0.0 -> 5.1.0
2019-05-03 18:55:09 -07:00
Renaud
bf0fa371b9
frei0r-plugins: enable on Darwin ( #60896 )
...
* frei0r-plugins: enable on Darwin
Upstream support Darwin platform
+ brew formula for this is pretty straightforward
* frei0r: Darwin dlopen will look for *.dylib
2019-05-04 02:10:42 +02:00
Renaud
a254bd0fb4
Merge pull request #60884 from strager/gsl
...
microsoft_gsl: 2017-02-13 -> 2.0.0
2019-05-04 01:50:30 +02:00
Ryan Mulligan
64ddbc8431
Merge pull request #60603 from r-ryantm/auto-update/libx86emu
...
libx86emu: 2.2 -> 2.3
2019-05-03 15:26:43 -07:00
Matthew Glazar
4c305b73b6
microsoft_gsl: use fetchFromGitHub
...
fetchFromGitHub has friendlier ways to download sources. Use it instead
of fetchgit for microsoft_gsl.
2019-05-03 12:29:37 -07:00
strager
21112a7c16
libgcrypt: fix 1.5 build on macOS ( #59507 )
...
libgcrypt-1.5's configure script incorrectly detects x86_64-apple-darwin
(macOS) as an ELF platform. This causes failures when compiling assembly
sources. Backport libgcrypt's fix for this issue, fixing libgcrypt-1.5's
build on macOS.
2019-05-03 14:14:17 -04:00
Matthew Glazar
cda148062a
microsoft_gsl: 2017-02-13 -> 2.0.0
...
GSL now has an official release. Upgrade microsoft_gsl to the latest
release (made August 20, 2018).
2019-05-03 11:11:40 -07:00
Frederik Rietdijk
0f10b72b5f
Merge master into staging-next
2019-05-03 19:56:31 +02:00
Renaud
1aa996679f
Merge pull request #60652 from r-ryantm/auto-update/opencascade-occt
...
opencascade-occt: 7.3.0p2 -> 7.3.0p3
2019-05-03 18:18:43 +02:00
Robert Schütz
56b560942c
Merge branch 'master' into staging
2019-05-03 16:01:49 +02:00
Michael Raskin
9dd83eb657
Merge pull request #60780 from c0bw3b/pkg/mdds
...
mdds: 1.3.1 -> 1.4.3
2019-05-03 07:55:31 +00:00
Matthew Bauer
efd44a3a7a
libseccomp: mark bad platforms
...
taken from https://github.com/seccomp/libseccomp#supported-architectures
2019-05-02 21:29:12 -04:00
R. RyanTM
0df09b0947
vte: 0.56.1 -> 0.56.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vte/versions
2019-05-02 17:35:49 -07:00
Austin Seipp
0d2b66dff2
liburing: bump, fix version (1.0.0pre92_7b989f3)
...
I accidentally got the number of commits wrong in the previous
prerelease version string. This is now fixed.
Generally, this would result in functions like builtins.compareVersions
to give incorrect results, so 'nix-env -u' doesn't work. But I'm
justifying it here, because: most people use it as a library, so the
hash change is all that matters. Plus, I only authored this a week or
so ago in upstream, so this change is fast enough that I think people
will be fine with it and can work around, especially since it's
unreleased in any stable channel.
This also bumps the library to the newest version, which contains some
bugfixes, and now installs the manpages into the $man output for us.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-02 19:32:05 -05:00
Matthew Bauer
296e8fef61
Merge branch 'staging' into mesa_3
2019-05-02 17:37:20 -04:00
R. RyanTM
c6e9b16078
qpdf: 8.4.0 -> 8.4.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/qpdf/versions
2019-05-02 21:46:48 +02:00
c0bw3b
c82b7fdd5e
mdds: 1.3.1 -> 1.4.3
...
Changelog: https://gitlab.com/mdds/mdds/blob/1.4.3/CHANGELOG
2019-05-02 19:04:38 +02:00
adisbladis
88e5ccd16d
ffmpeg_4: 4.1.2 -> 4.1.3
2019-05-02 16:44:34 +01:00
R. RyanTM
ec2fb52b43
rtmidi: 2.1.1 -> 4.0.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rtmidi/versions
2019-05-02 08:00:20 -07:00
R. RyanTM
d9e9d72e81
rtaudio: 5.0.0 -> 5.1.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rtaudio/versions
2019-05-02 07:49:04 -07:00
Frederik Rietdijk
155c9d8e18
Merge master into staging-next
2019-05-02 08:43:14 +02:00
Silvan Mosberger
b6a6162919
Merge pull request #55422 from nand0p/ethminer
...
ethminer: init at 0.18.0-rc.0
2019-05-02 01:29:09 +02:00
R. RyanTM
a3af5be304
opencascade-occt: 7.3.0p2 -> 7.3.0p3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opencascade-occt/versions
2019-05-01 09:48:06 -07:00
Renaud
eb1d290b01
Merge pull request #60608 from r-ryantm/auto-update/log4cplus
...
log4cplus: 2.0.3 -> 2.0.4
2019-05-01 18:28:33 +02:00
Gabriel Ebner
7f1a4eb5d2
pythonPackages.pythonocc-core: init at 0.18.1 ( #60643 )
...
pythonPackages.pythonocc-core: init at 0.18.1
2019-05-01 18:28:18 +02:00
Vladimír Čunát
211e0b57ca
Merge #58611 : gnutls: respect NIX_SSL_CERT_FILE
...
... and remove 3.5.10 on darwin (into staging branch)
2019-05-01 18:10:37 +02:00
R. RyanTM
e1b3aacd8d
libmbim: 1.18.0 -> 1.18.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmbim/versions
2019-05-01 18:02:08 +02:00
Daniël de Kok
16e5ce4058
liblinear: 2.21 -> 2.30 ( #60277 )
...
This release adds parameter search for l2-regularized l2-loss SVR.
2019-05-01 15:51:43 +02:00
Gabriel Ebner
01ee9c8dd4
smesh: init at 6.7.6
2019-05-01 13:00:47 +02:00
R. RyanTM
ba3b9c0eb8
mbedtls: 2.16.0 -> 2.17.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mbedtls/versions
2019-05-01 03:52:16 -07:00
Frederik Rietdijk
bd9e44fce3
Merge staging-next into staging
2019-05-01 11:46:16 +02:00
Frederik Rietdijk
f137783927
Merge master into staging-next
2019-05-01 11:45:46 +02:00
R. RyanTM
1413e049b2
cogl: 1.22.2 -> 1.22.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cogl/versions
2019-05-01 11:34:20 +02:00
R. RyanTM
5d8fd1b606
live555: 2019.03.06 -> 2019.04.24
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/live555/versions
2019-05-01 11:29:36 +02:00
R. RyanTM
458d4c5608
at-spi2-core: 2.32.0 -> 2.32.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/at-spi2-core/versions
2019-05-01 11:26:03 +02:00
R. RyanTM
3669d88ca1
aravis: 0.6.1 -> 0.6.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aravis/versions
2019-05-01 11:24:51 +02:00
R. RyanTM
ca316545b4
c-blosc: 1.16.2 -> 1.16.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/c-blosc/versions
2019-05-01 11:16:27 +02:00
R. RyanTM
f75c68c449
folly: 2019.03.18.00 -> 2019.04.22.00
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/folly/versions
2019-05-01 11:15:49 +02:00
R. RyanTM
7d9998eb2f
itk: 4.13.1 -> 4.13.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/itk/versions
2019-05-01 11:11:52 +02:00
R. RyanTM
16e1d009e0
ipopt: 3.12.12 -> 3.12.13
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipopt/versions
2019-05-01 11:11:28 +02:00
R. RyanTM
4dac7d5440
libbluray: 1.1.0 -> 1.1.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/libbluray/versions
2019-05-01 11:09:05 +02:00
R. RyanTM
6edac7fbcd
libdrm: 2.4.97 -> 2.4.98
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdrm/versions
2019-05-01 11:08:24 +02:00
R. RyanTM
f164227c31
libgit2-glib: 0.27.8 -> 0.28.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/libgit2-glib/versions
2019-05-01 11:08:09 +02:00
R. RyanTM
499ede8065
libiconvReal: 1.15 -> 1.16
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libiconv/versions
2019-05-01 11:07:24 +02:00
R. RyanTM
4ccea406a8
libmediainfo: 18.12 -> 19.04
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmediainfo/versions
2019-05-01 11:07:08 +02:00
R. RyanTM
19bb6aa907
libmwaw: 0.3.14 -> 0.3.15
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmwaw/versions
2019-05-01 11:06:21 +02:00
R. RyanTM
c3eee5d301
libpst: 0.6.71 -> 0.6.72
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libpst/versions
2019-05-01 11:06:08 +02:00
R. RyanTM
acc954fa69
libqmi: 1.22.2 -> 1.22.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libqmi/versions
2019-05-01 11:05:50 +02:00
R. RyanTM
9cda08dcd0
librealsense: 2.20.0 -> 2.21.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librealsense/versions
2019-05-01 11:05:21 +02:00
R. RyanTM
3efe52b947
libxmlb: 0.1.7 -> 0.1.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libxmlb/versions
2019-05-01 11:04:59 +02:00
R. RyanTM
306eebea33
log4cplus: 2.0.3 -> 2.0.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/log4cplus/versions
2019-05-01 02:01:34 -07:00
R. RyanTM
88b63650ca
libx86emu: 2.2 -> 2.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libx86emu/versions
2019-05-01 01:30:37 -07:00
Gabriel Ebner
e62576817f
Merge branch 'auto-update/libqalculate'
2019-05-01 10:28:38 +02:00
R. RyanTM
12c773d27f
libqalculate: 3.0.0 -> 3.1.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libqalculate/versions
2019-05-01 00:25:28 -07:00
Will Dietz
a7b673a85b
openblas: 0.3.5 -> 0.3.6
2019-04-30 22:17:03 -05:00
Renaud
9db70b6a2a
Merge pull request #60461 from r-ryantm/auto-update/aws-c-common
...
aws-c-common: 0.3.3 -> 0.3.4
2019-05-01 00:01:08 +02:00
Ryan Mulligan
fa4496b2fe
Merge pull request #60486 from r-ryantm/auto-update/cimg
...
cimg: 2.5.6 -> 2.5.7
2019-04-30 12:02:46 -07:00
worldofpeace
bc757ff4f2
Merge pull request #59074 from dtzWill/update/libnotify-0.7.8
...
libnotify: 0.7.7 -> 0.7.8
2019-04-30 14:01:26 -04:00
worldofpeace
f1ad53b267
libnotify: fix darwin build
...
Patch is upstream MR courtesy of jtojnar.
2019-04-30 13:59:01 -04:00
Will Dietz
83f104a73e
libnotify: 0.7.7 -> 0.7.8
...
* cleanup a bit using new helpers
* move to meson to avoid need for gtk_doc and such
* NEWS: https://gitlab.gnome.org/GNOME/libnotify/blob/0.7.8/NEWS
* tag: https://gitlab.gnome.org/GNOME/libnotify/tags/0.7.8
2019-04-30 13:59:01 -04:00
volth
3d3f83dc51
gsl: remove disable-fma.patch
...
`NIX_CFLAGS_COMPILE = [ "-mno-fma" ];` disables FMA in a more reliable way.
`platform.gcc.arch = "skylake"` resulting in gcc command line flag -march=skylake was able to enable FMA even with disable-fma.patch applied
2019-04-30 14:39:18 +00:00
volth
5ad79dc4bb
compilation for particular x86_64 architecture
2019-04-30 14:28:04 +00:00
Matthew Bauer
a3990c9f6d
Merge pull request #60447 from matthewbauer/macos-10-12-fixups
...
Fixup from macos-10-12 branch
2019-04-30 10:06:45 -04:00
Frederik Rietdijk
3462fe27d9
Merge staging-next into staging
2019-04-30 15:52:19 +02:00
Frederik Rietdijk
fd2bd6e433
Merge staging-next into master
2019-04-30 15:50:24 +02:00
R. RyanTM
ff37f7c541
cimg: 2.5.6 -> 2.5.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cimg/versions
2019-04-30 06:02:02 -07:00
R. RyanTM
f518935018
aws-sdk-cpp: 1.7.56 -> 1.7.90
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-sdk-cpp/versions
2019-04-30 03:08:30 -07:00
Michael Weiss
141d6930fa
dav1d: 0.2.2 -> 0.3.0
2019-04-30 11:24:26 +02:00
R. RyanTM
184700b5a5
aws-c-common: 0.3.3 -> 0.3.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-c-common/versions
2019-04-29 22:42:15 -07:00
Matthew Bauer
74c784a79c
treewide: make -Wno-error flags clang-only
...
In 724e833ea2
, I was a little too aggressive in enabling these flags.
Many don’t work in gcc, and we should probably avoid settings them
widely. This makes those flags optional on isclang
2019-04-29 21:34:24 -04:00
Frederik Rietdijk
2f936f85d8
Merge master into staging-next
2019-04-29 13:46:20 +02:00
Peter Hoeg
f92191e397
Merge pull request #34756 from peterhoeg/p/discover
...
discover: init at 5.15.3
2019-04-29 15:40:09 +08:00
Jan Tojnar
98922fecef
libsForQt5.qtkeychain: add libsecret support ( #60327 )
...
libsForQt5.qtkeychain: add libsecret support
2019-04-29 08:57:13 +02:00
Will Dietz
51492262b8
leptonica: 1.74.1 -> 1.78.0
...
Multiple CVE's, see 1.77.0 notes.
http://www.leptonica.com/source/version-notes.html
2019-04-28 16:09:56 -05:00
Peter Hoeg
78bcc59d59
Merge pull request #59256 from peterhoeg/u/quaternion
...
quaternion-git: init at 0.0.9.4-rc3
2019-04-28 21:51:48 +08:00
Will Dietz
754639669e
Merge pull request #60050 from dtzWill/update/kexi-3.2.0
...
kproperty,kreport,kexi: 3.1.0 -> 3.2.0
2019-04-27 22:22:27 -05:00
Will Dietz
afebfeca44
Merge pull request #60293 from dtzWill/update/accountsservice-0.6.55
...
accountsservice: 0.6.54 -> 0.6.55
2019-04-27 19:55:46 -05:00
Will Dietz
6eaf73868b
Merge pull request #60043 from dtzWill/update/qca-qt5-2.2.0
...
libsForQt5.qca-qt5: 2.1.3 -> 2.2.1
2019-04-27 19:36:04 -05:00
Jan Tojnar
48316aeec1
libsForQt5.qtkeychain: add libsecret support
...
qtkeychain uses pkg-config to detect whether libsecret is available,
otherwise it just builds a stub object file.
We need libsecret support to allow nextcloud-client storing passwords
on Freedesktop platforms.
I also fixed the Darwin dependencies not being used with Qt5,
even though the build did not complain.
2019-04-28 01:28:26 +02:00
Will Dietz
fde69b6821
qca-qt5: tweak patch to apply, will see if works
2019-04-27 16:56:50 -05:00
Will Dietz
65d7b10250
Revert "libsForQt5.qca-qt5: remove darwin patch, no longer needed"
...
This reverts commit 1ff3763ffad43ba66f31dabed9f2e8140f3381c0.
2019-04-27 16:56:50 -05:00
Will Dietz
a55efcb389
libsForQt5.qca-qt5: remove darwin patch, no longer needed
2019-04-27 16:56:50 -05:00
Will Dietz
507d47bc30
libsForQt5.qca-qt5: 2.2.0 -> 2.2.1
2019-04-27 16:56:49 -05:00
Dmitry Kalinkin
d15be447c4
Merge pull request #59046 from veprbl/pr/arrow_1_13_0
...
arrow-cpp: 0.12.0 -> 0.13.0
2019-04-27 10:15:51 -04:00
Renaud
5c5b887f1e
nlopt: 2.6.0 -> 2.6.1
...
Changelog: https://github.com/stevengj/nlopt/releases/tag/v2.6.1
Build is not broken anymore with Octave 4.x since
https://github.com/stevengj/nlopt/pull/245
2019-04-27 08:32:49 +02:00
R. RyanTM
fea6499091
nlopt: 2.5.0 -> 2.6.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nlopt/versions
2019-04-27 08:32:49 +02:00
R. RyanTM
362eb6daa8
armadillo: 9.200.8 -> 9.300.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/armadillo/versions
2019-04-27 07:41:48 +02:00
R. RyanTM
24ab7ff3e0
libmysofa: 0.6 -> 0.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmysofa/versions
2019-04-27 07:39:53 +02:00
Tor Hedin Brønner
d747f1602d
gobject-introspection: 1.60.0 -> 1.60.1
...
Updated the shlib patches:
- Upstream now forces basename in sanitize_shlib_path(lib) if the system isn't
darwin. We patch the function to always prefer absolute paths
- Due to the above we no longer need the macos patch
- `sanitize_shlib_path` is applied after `resolve_from_ldd_output` so we need to
apply `fallback_libpath` afterwards too (else we get stuff like
`/nix/store/...@rpath/foo.dylib` on darwin)
- Note that the `fallback_path` no longer have any unit tests
https://gitlab.gnome.org/GNOME/gobject-introspection/blob/1.60.1/NEWS
2019-04-27 07:09:47 +02:00
Tor Hedin Brønner
ee3729938d
libsoup: 2.66.0 → 2.66.1
...
https://gitlab.gnome.org/GNOME/libsoup/blob/2.66.1/NEWS
2019-04-27 07:09:33 +02:00
Tor Hedin Brønner
54c2f9ac47
libcroco: 0.6.12 → 0.6.13
...
Patches are now upstream
https://gitlab.gnome.org/GNOME/libcroco/blob/0.6.13/NEWS
2019-04-27 07:09:33 +02:00
Tor Hedin Brønner
94153e96ee
glib: 2.60.0 → 2.60.1
...
https://gitlab.gnome.org/GNOME/glib/blob/2.60.1/NEWS
2019-04-27 07:09:33 +02:00
c0bw3b
3ee1b52371
tcl/tk: 8.6.6 -> 8.6.9
...
Changelog for Tcl: https://github.com/tcltk/tcl/blob/core-8-6-9/changes#L8797
Changelog for Tk: https://github.com/tcltk/tk/blob/master/changes#L7417
Tk release is actually v8.6.9.1 while Tcl is v8.6.9
2019-04-27 07:09:05 +02:00
Markus Kowalewski
6968c4f305
openblas: turn off AVX512 optimizations
...
The AVX512 optimization has a bug in openblas-0.3.5
and can also lead to slower code on Xeon Silver CPUs.
See https://github.com/xianyi/OpenBLAS/issues/1955
and https://github.com/xianyi/OpenBLAS/issues/2029
2019-04-27 07:07:49 +02:00
Will Dietz
cf2f927010
libva: 2.4.0 -> 2.4.1
2019-04-27 07:04:12 +02:00
Will Dietz
eeff4eda14
polkit: 0.115 -> 0.116
...
* now uses mozjs60
* drop CVE patches included in release
* pname-ify
* use flag arrays and placeholder
2019-04-27 07:02:36 +02:00
Frederik Rietdijk
883232c00d
Merge master into staging-next
2019-04-27 07:01:38 +02:00
c0bw3b
84b810f8e3
libxslt: add patch for CVE-2019-11068
...
References:
https://nvd.nist.gov/vuln/detail/CVE-2019-11068
e03553605b
2019-04-27 07:00:29 +02:00
c0bw3b
fba13b5253
sqlite: 3.27.2 -> 3.28.0
...
Changelog: https://www.sqlite.org/releaselog/3_28_0.html
Security: includes fixes for CVE-2019-9936 and CVE-2019-9937
2019-04-27 07:00:29 +02:00
Matthew Bauer
87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
...
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer
c1f1a0ea15
qt5: use llvm5 for all modules
...
This avoids some issues encountered with qt5 not working libcxx 7. We
can remove this at some point when qt5 has addressed all of their issues.
2019-04-26 21:55:12 -04:00
Matthew Bauer
da38a49a24
treewide: mark bad packages
...
Some old stuff is known not to work.
2019-04-26 21:55:11 -04:00
Matthew Bauer
63831c398a
python-fenics: put pytest in nativeBuildInputs
2019-04-26 21:55:10 -04:00
Matthew Bauer
f4d9adff9a
libtins: fix test on darwin
2019-04-26 21:55:08 -04:00
Matthew Bauer
724e833ea2
treewide: disable -Werror for llvm 7
...
Some of these have errors on newest llvm. It’s easiest to just add
-Wno-error in these cases.
2019-04-26 21:55:04 -04:00
Matthew Bauer
d1f988ca3c
darwin: correct framework dependency
...
AudioUnit depends on AudioToolbox now, so use that to keep
compatibility.
2019-04-26 21:55:03 -04:00
Matthew Bauer
66a3a7b303
tk: propagate macos dependencies
2019-04-26 21:55:00 -04:00
Matthew Bauer
e95ec0da29
libao: fix on 10.12 sdk
2019-04-26 21:54:59 -04:00
Matthew Bauer
32acda1b4d
libcdio: disable checks on darwin
...
Broken on macos 10.12 stuff
2019-04-26 21:54:57 -04:00
Dmitry Kalinkin
a2e8e6ffc9
boost167: patch for macOS 10.12
2019-04-26 21:54:57 -04:00
Matthew Bauer
0e9da4c958
libproxy: add libc++ patch
2019-04-26 21:54:54 -04:00
Matthew Bauer
0fe315c9b6
treewide: remove old patches for macOS
...
These shouldn’t be needed now that we are on macOS 10.12.
2019-04-26 21:54:32 -04:00
Will Dietz
7a499ccc96
accountsservice: 0.6.54 -> 0.6.55
...
https://cgit.freedesktop.org/accountsservice/tag/?h=0.6.55
2019-04-26 17:37:35 -05:00
Jan Tojnar
89a150355b
Merge branch 'master' into staging
2019-04-26 16:35:54 +02:00
Renaud
ef0174873a
Merge pull request #59467 from r-ryantm/auto-update/cmark
...
cmark: 0.28.3 -> 0.29.0
2019-04-26 08:57:40 +02:00
Will Dietz
c09726cd7d
kproperty: 3.1.0 -> 3.2.0
2019-04-26 00:50:26 -05:00
Will Dietz
a79844e0cf
kreport: 3.1.0 -> 3.2.0
2019-04-26 00:50:26 -05:00
Will Dietz
8f9b5d2f2a
Merge pull request #59552 from r-ryantm/auto-update/kdb
...
libsForQt5.kdb: 3.1.0 -> 3.2.0
2019-04-26 00:19:45 -05:00
Will Dietz
b6309d6930
Merge pull request #58546 from dtzWill/update/intel-media-2019q1
...
intel-{gmmlib,media-{driver,sdk}}: 18.4.1 -> ~19.1
2019-04-25 23:43:44 -05:00
Will Dietz
5340c05e04
Merge pull request #60130 from lo1tuma/nodejs-12_staging
...
nodejs-12_x: init at 12.0.0
2019-04-25 23:08:20 -05:00
Renaud
2024421f04
Merge pull request #59457 from r-ryantm/auto-update/cctz
...
cctz: 2.2 -> 2.3
2019-04-26 00:34:32 +02:00
Peter Hoeg
1011fae581
Merge pull request #60142 from peterhoeg/u/rng
...
rng-tools: 6.6 -> 6.7 and libp11: 0.4.9 -> 0.4.10
2019-04-25 13:19:24 +08:00
Will Dietz
a777e8d45a
intel-media-sdk: 18.4.1 -> 19.1.0
2019-04-24 16:53:27 -05:00
Will Dietz
6fdb8aaedb
intel-media-driver: 18.4.1 -> 19.1.0
2019-04-24 16:53:26 -05:00
Will Dietz
64b5073c99
intel-gmmlib: 18.4.1 -> 19.1.2
...
First step towards 2019Q1
2019-04-24 16:53:16 -05:00
Renaud
6186a6f012
Merge pull request #58484 from sveitser/cudnn-v7.4.2
...
cudnn_cudatoolkit_10: 7.3.1 -> 7.4.2
2019-04-24 22:40:17 +02:00
R. RyanTM
a10b1551c8
catch2: 2.7.0 -> 2.7.2 ( #59455 )
...
* catch2: 2.7.0 -> 2.7.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/catch2/versions
* catch2: 2.7.1 -> 2.7.2
2019-04-24 22:21:01 +02:00