Commit Graph

28462 Commits

Author SHA1 Message Date
Tor Hedin Brønner
7cadf5f76c libcouchbase: tests can't run in parallel
70e2b0bef0 turned on parallel checking for cmake
by default. This doesn't work for libcouchebase.
2018-12-11 09:51:04 +01:00
markuskowa
07b5b553c6
Merge pull request #51811 from veprbl/pr/cernlib_fix
cernlib: fix build
2018-12-10 15:30:05 +01:00
Dmitry Kalinkin
a1ef7fd877 cernlib: restrict supported arches 2018-12-10 17:05:22 +03:00
Dmitry Kalinkin
357f6a8b7e cernlib: fix build
The imake rules contain a comment line that looks like a pragma. Recently imake
in nixpkgs was switched to use tradcpp, which is a bit more strict about
interpreting unknown pragmas. To fix the build, the comments is changed to use
C++ style comments.
2018-12-10 06:38:45 +03:00
Jörg Thalheim
48e49d01b6
Merge pull request #51781 from Mic92/openssl-11-docs
openssl_1_1: Add "doc" output to contain HTML documentation
2018-12-10 00:43:20 +00:00
Andrew Dunham
14087abe6a
openssl_1_1: Add "doc" output to contain HTML documentation
This prevents cluttering up openssl_1_1.out with many megabytes of
documentation.

Fixes #51659
2018-12-09 14:49:00 +00:00
Jörg Thalheim
3fc03e52c0
Merge pull request #51762 from r-ryantm/auto-update/Vc
vc: 1.4.0 -> 1.4.1
2018-12-09 11:00:17 +00:00
Michael Raskin
6dad52ebf6 Revert "spice: add kerberos dependency"
Already fixed by #51769

This reverts commit a9779bdfc4.
2018-12-09 11:09:27 +01:00
Michael Raskin
a9779bdfc4 spice: add kerberos dependency 2018-12-09 10:55:32 +01:00
Piotr Bogdan
ee09eacc35 cyrus_sasl: merge PR #51651 into master 2018-12-09 02:15:50 +00:00
R. RyanTM
a8c7bbaa69 vc: 1.4.0 -> 1.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/vc/versions
2018-12-08 15:30:18 -08:00
Jörg Thalheim
950d552360
Merge pull request #51741 from florianjacob/libsass
libsass: 3.5.4 -> 3.5.5
2018-12-08 18:20:33 +00:00
Jörg Thalheim
ab984d24b0
cyrus-sasl: remove not-needed libtool fixup
since pruneLibtoolFiles is used openssl is no longer referenced
2018-12-08 17:10:09 +00:00
Jörg Thalheim
f92943932d cyrus-sasl: remove non-existing freebsd patch 2018-12-08 17:52:17 +01:00
Tor Hedin Brønner
a00c862e97 cyrus_sasl: prune .la files
Version 2.1.27 adds `-lkrb5` etc. to `dependency_libs` in all the .la files,
which in turn breaks spice's build. Prune .la's dependency_libs with
pruneLibtoolFiles.
2018-12-08 17:52:17 +01:00
Renaud
8fcb406459
Merge pull request #51371 from dtzWill/update/live555-20181126
live555: 2018.10.17 -> 2018.11.26
2018-12-08 17:11:16 +01:00
Florian Jacob
60532db0d3 libsass: 3.5.4 -> 3.5.5 2018-12-08 16:34:13 +01:00
Frederik Rietdijk
3e950d584c Merge staging-next into master 2018-12-08 16:29:21 +01:00
markuskowa
c057861375
Merge pull request #51410 from jfrankenau/init-intel-media
intel-media-driver: init at 18.3.0
2018-12-08 15:43:42 +01:00
Johannes Frankenau
e48b9b5d0e intel-media-driver: init at 18.3.0 2018-12-08 14:58:33 +01:00
Periklis Tsirakidis
a4700aa526
openjpeg: fix for CVE-2018-18088 2018-12-08 20:59:36 +09:00
Frederik Rietdijk
5f554279ec Merge master into staging-next 2018-12-07 15:22:35 +01:00
Philipp Middendorf
bf050b13b0 libopusenc: init at 0.2.1 2018-12-07 13:19:04 +01:00
Renaud
61bb42b990
Merge pull request #51572 from georgewhewell/qmltermwidget-fix-darwin
qmltermwidget: add missing utmp lib on darwin
2018-12-06 22:52:50 +01:00
Orivej Desh
0c1a4e808a libpqxx: fix license 2018-12-06 16:35:08 +00:00
George Whewell
5205aaa655 qmltermwidget: add missing utmp lib on darwin 2018-12-05 15:43:25 +00:00
Joe Hermaszewski
33e7330440
libgpiod: init at 2018-10-07
Co-Authored-By: expipiplus1 <github@sub.monoid.al>
2018-12-05 11:18:31 +00:00
Matthew Bauer
53a67891ab ncurses: make shared linking optinoal
when enableShared = false, we set --without-shared flag.
2018-12-04 21:16:43 -06:00
Matthew Bauer
e999def159 zlib: clean up static/shared distincion
This is kind of a mess, but basically:

- static=true, shared=true means to build statically but move it to
  the static output
- static=true, shared=false means to build statically and leave it in
  the main output
- static=false, shared=true means to not build static at all

Confusingly, the old default was static=true, shared=true even though
static=false? Still can’t figure out what was meant by that.
2018-12-04 21:14:41 -06:00
Matthew Bauer
9d8de9ffaa c-ares: don’t set configure flags
These aren’t needed with dontDisableStatic
2018-12-04 20:58:19 -06:00
Travis Athougies
b682e03e12 libgpg-error: enable Aarch32 support for musl
* Add ARM32 musl support for libgpg-error (#51013)
* libgpg-error: link headers instead of copying
2018-12-05 00:25:54 +01:00
Eelco Dolstra
fca4fbeba9
Revert "libgit2: 0.26.6 -> 0.26.8"
This reverts commit 28b4b4b1e4.

Fixes #51416.
2018-12-04 17:50:45 +01:00
Robin Gloster
c846e8dd7f
cyrus-sasl: remove obsolete patch
seems to have been merged incorrectly
2018-12-04 01:25:19 +01:00
Renaud
833ee1809a
Merge pull request #51454 from avnik/mythes-fixup
hunspell: unbreak mythes build, due transient dependencies
2018-12-04 01:02:57 +01:00
Alexander V. Nikolaev
b057ac71ea mythes: fix link error on missed tinfo library (ncurses) 2018-12-04 01:45:50 +02:00
Benjamin Hipple
08c75aaedc libffi: swap src URL from FTP to HTTPS
HTTPS is never worse and often better than FTP, since it's faster, more secure,
and more likely to be accessible through firewalls.

This does not change the tarball sha, as confirmed by `nix-prefetch-url`.
2018-12-03 22:10:29 +00:00
worldofpeace
5198a4c3d4
Merge pull request #51358 from ivan/libtorrent-1.1.11
libtorrentRasterbar: 1.1.10 -> 1.1.11
2018-12-03 08:00:43 -05:00
Tor Hedin Brønner
7aa8b68ab7 geoclue: fix gobject-introspection naming
gobjectIntrospection is now named gobject-introspection.
2018-12-03 12:37:22 +01:00
Frederik Rietdijk
a510aa2672 Merge master into staging-next 2018-12-03 12:18:43 +01:00
Johannes Frankenau
ec21607d14 intel-gmmlib: init at 18.3.0 2018-12-03 10:42:34 +01:00
Will Dietz
fb137c1bcc
Merge pull request #51365 from dtzWill/update/nss-3.40.1
nss: 3.40 -> 3.40.1
2018-12-03 01:05:05 -06:00
Will Dietz
751beff4e0
Merge pull request #51352 from dtzWill/update/sqlite-3.26.0
sqlite: 3.25.3 -> 3.26.0
2018-12-03 00:58:35 -06:00
Will Dietz
1ccfa8fc19
Merge pull request #51190 from dtzWill/update/measa-18.2.6
mesa: 18.2.5 -> 18.2.6
2018-12-03 00:58:02 -06:00
Will Dietz
9d8ce1870e
Merge pull request #51366 from dtzWill/update/webp-1.0.1
libwebp: 1.0.0 -> 1.0.1
2018-12-03 00:57:16 -06:00
Renaud
8a601e2369
Merge pull request #50667 from r-ryantm/auto-update/opencascade-oce
opencascade: 0.17.2 -> 0.18.3
2018-12-03 07:42:36 +01:00
Alexander V. Nikolaev
3e1acb0b44 hyperscan: init at 5.0.0 2018-12-03 00:13:35 +02:00
Matthew Bauer
973781444a Merge branch 'darwin-fixes2' 2018-12-02 14:15:05 -06:00
Matthew Bauer
9ddc2ec27d tsocks: broken on darwin
(cherry picked from commit 83982dc675ecf0fb6860d8077335c39e96d6c739)
2018-12-02 14:12:41 -06:00
markuskowa
506d4c7e44
Merge pull request #51329 from c0bw3b/cleanup/gnu-https
Favor HTTPS URLs - the GNU edition
2018-12-02 16:52:33 +01:00
c0bw3b
0498ccd076 Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00