Commit Graph

28467 Commits

Author SHA1 Message Date
Jörg Thalheim
b6e73918a3 clucene: fix cross-build 2018-12-11 18:13:21 +01:00
Jörg Thalheim
2ebe19f330 openldap: fix cross-build 2018-12-11 18:13:21 +01:00
Jörg Thalheim
efa57f8820 glib: fix cross -> inherit devdoc from native build
Glib uses gobject introspection to generate documentation.
If we would want to cross-compile those, we would need native binaries
from the previous build stage. Instead we can simply just copy over
the generated documentation.
2018-12-10 11:36:02 +00:00
Jörg Thalheim
32788120f9 Merge pull request #51779 from Mic92/ncurses
ncurses: fix cross-build by disable stripping
2018-12-09 14:38:55 +00:00
Jörg Thalheim
ceaee84401 ncurses: fix cross-build by disable stripping
Ncurses uses `install -s` to also strip the binaries while installing.
This broke the cross build because the wrong strip command was chosen.
2018-12-09 13:49:41 +00:00
Vladimír Čunát
b9d22d3fe8 Merge #51688: nettle: 3.4 -> 3.4.1 (security) 2018-12-08 20:30:42 +01:00
Vladyslav M
0fa0ce28af Merge pull request #51702 from dtzWill/update/wayland-protocols-1.17
wayland-protocols: 1.16 -> 1.17
2018-12-08 17:14:03 +02:00
Florian Klink
717e5589fb Merge pull request #51697 from dtzWill/update/dbus-1.12.12
dbus: 1.12.10 -> 1.12.12
2018-12-08 15:54:18 +01:00
Will Dietz
273ec1886a libmicrohttpd: 0.9.60 -> 0.9.61
err, changelog:
https://gnunet.org/git/libmicrohttpd.git/commit/?h=v0.9.61&id=a78bc73beb1c34421659258801569128b256f797
2018-12-07 21:29:55 -06:00
Will Dietz
627e135935 wayland-protocols: 1.16 -> 1.17 2018-12-07 21:01:08 -06:00
Will Dietz
4046248c74 dbus: 1.12.10 -> 1.12.12 2018-12-07 20:52:11 -06:00
Will Dietz
ff084c7256 nettle: 3.4 -> 3.4.1 (security)
https://lists.gnu.org/archive/html/info-gnu/2018-12/msg00001.html
2018-12-07 20:27:53 -06:00
c0bw3b
a14af16cfc polkit: add patch for CVE-2018-19788
unprivileged users with UID > INT_MAX can successfully execute any systemctl command
Original issue: https://gitlab.freedesktop.org/polkit/polkit/issues/74
2018-12-07 19:35:43 +01:00
Frederik Rietdijk
747aa4cc93 Merge staging-next into staging 2018-12-07 15:31:52 +01:00
Frederik Rietdijk
5f554279ec Merge master into staging-next 2018-12-07 15:22:35 +01:00
Frederik Rietdijk
4deb04a97a openblas: 0.3.3 -> 0.3.4 2018-12-07 15:21:25 +01:00
Philipp Middendorf
bf050b13b0 libopusenc: init at 0.2.1 2018-12-07 13:19:04 +01:00
Jörg Thalheim
4f87d7e733 Revert "fontconfig: fix cross make-fonts-cache & make-fonts-config"
This reverts commit 508cbf4d25.

This make the function ignore the fontconfig variable
2018-12-07 11:59:38 +00:00
Jörg Thalheim
12f4e081cb Merge pull request #51601 from eburimu/fix/cross-make-fonts-cache-and-conf
fontconfig: fix cross make-fonts-cache & make-fonts-config
2018-12-07 11:55:12 +00: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
eburimu
508cbf4d25 fontconfig: fix cross make-fonts-cache & make-fonts-config 2018-12-06 03:58:19 +03:00
Matthew Bauer
7a00e80329 ghc: don’t add libiconv automatically
ghc needs it to fail to correctly detect it for later.
2018-12-05 13:17:40 -06:00
volth
a9d153633e cyrus_sasl: remove old patch
it was removed with "cyrus_sasl: 2.1.26 -> 2.1.27" b13af1e87b
but reappeared in broken "Merge staging-next into staging" 9b81c7e455
2018-12-05 10:58:05 -06: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
locallycompact
da297ef8aa libpcap: 1.8.1 -> 1.9.0
* libpcap to 1.8.1 -> 1.9.0 (#51216)
Changelog: http://www.tcpdump.org/libpcap-changes.txt

* libpcap: refresh meta.homepage
and fix SHA hash
2018-12-04 14:54:13 +01:00
Renaud
f9a3550777 geoclue: fix gobject-introspection naming
gobjectIntrospection is now named gobject-introspection
2018-12-04 11:45:51 +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
Renaud
38f1913acf Merge pull request #50661 from r-ryantm/auto-update/pcre2
pcre2: 10.31 -> 10.32
2018-12-03 23:42:13 +01: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
Renaud
dad991e63f Merge pull request #50700 from r-ryantm/auto-update/libnftnl
libnftnl: 1.1.1 -> 1.1.2
2018-12-03 21:45:20 +01:00
John Ericson
4112aec98c Merge pull request #51376 from Izorkin/jemalloc
jemalloc: add option disable-initial-exec-tls
2018-12-03 08:03:08 -05: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
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