Daniel Peebles
77d1fb94f1
Merge pull request #19470 from copumpkin/fix-sierra
...
Fix Darwin stdenv to work on Sierra
2016-10-12 19:04:03 -04:00
Joachim F
d4a22b4de3
Merge pull request #19479 from sternenseemann/master
...
libhttpseverywhere: build api documentation
2016-10-12 22:37:45 +02:00
Joachim F
71fd469d45
Merge pull request #19385 from taku0/android_sdk_sources
...
androidenv: Add API sources
2016-10-12 22:37:36 +02:00
Dan Peebles
f35ab9c2f8
rpm-ostree: 2016.1 -> 2016.10
...
This also updates a bunch of its dependencies to enable the update,
and gets rid of libhif because upstream stopped maintaining it as
such, instead using it internally in other projects until they can
agree on an interface for it. Nothing seemed to be using libhif so
I'm not too concerned about removing it.
2016-10-12 20:31:02 +00:00
Eelco Dolstra
ed6006790a
libunistring: Do propagate libiconv on non-Linux
...
Fixes #19492 .
2016-10-12 20:26:43 +02:00
Peter Simons
ea1a8cf5f0
git-annex: bump to latest version
2016-10-12 17:50:20 +02:00
Peter Simons
8c95f0ffaf
ghcjs: revert "mark build as broken"
...
This reverts commit 8f07d4bd780a24dcf33be46d8cbfc6163fcdde0e. The build
failure blocking this package has been fixed in the meanwhile. Thanks to
@basvandijk for the heads-up.
(cherry picked from commit 56d033ac1b00a8b29bc29589312d2f5024656bd3)
2016-10-12 16:52:41 +02:00
Peter Simons
5925d14525
haddock-library: fix build with GHC 7.10.x
...
Required by GHCJS.
2016-10-12 16:52:41 +02:00
Peter Simons
7c1d952a56
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-12-g87e23de from Hackage revision
d009766695
.
2016-10-12 16:52:41 +02:00
Peter Simons
8939e2a26b
haskell-nvvm: disable build on Hydra since it depends on unfree cudatoolkit
2016-10-12 16:52:40 +02:00
Peter Simons
c69f058ee2
configuration-hackage2nix.yaml: add old version of haddock-library
...
This is required by haddock-api 2.16.x.
2016-10-12 16:51:47 +02:00
Peter Simons
71e4613e78
LTS Haskell 7.3
2016-10-12 16:51:47 +02:00
Thomas Tuegel
8b7f04c25a
kde5.kcoreaddons: fix HTML injection CVE-2016-7966
...
See https://www.kde.org/info/security/advisory-20161006-1.txt for more
information.
2016-10-12 08:46:43 -05:00
Tim Steinbach
259dcac753
Merge pull request #19484 from peterhoeg/vala
...
vala: unify builders for various versions
2016-10-12 09:32:38 -04:00
Peter Hoeg
a6d1d06a95
vala: unify builders for various versions
...
We are currently carrying a number of vala versions where each version
is essentially just a copy of the earlier version.
This PR gets rid of a ton of duplication and uses a standard builder.
Secondly, we add a definition for the latest vala 0.34.1.
Lastly, we add a generic "vala" that refers to the latest stable
version.
I have tried changing the definitions for "simple-scan" and "valum" to use
the latest vala version and they at least compile OK so I'll try a
massive sed job to replace all the definitions later to simply use the
latest version through "vala" instead of specifying a version directly.
According to upstream:
"Well-maintained packages are expected to always build with the latest
stable Vala version."
Maybe this means that my generic builder is then no longer necessary. Oh well...
I added myself to the maintainer array for vala although I have no
interest in the language - this was purely a nix exercise for me but I
thought it was reasonable to be the one to clean up the mess if this has
side effects...
Cc: @antono and @lethalman
2016-10-12 21:12:05 +08:00
Graham Christensen
8b23c5f332
libdwarf: 20160613 -> 20161001 for CVE-2016-7510, CVE-2016-7410
2016-10-12 09:01:19 -04:00
Robin Gloster
b743ddf8f9
sslscan: enable ssl2 checking
2016-10-12 14:36:41 +02:00
sternenseemann
b004070465
libhttpseverywhere: build api documentation
...
This is a workaround for a bug in meson (https://github.com/mesonbuild/meson/issues/894 )
2016-10-12 12:56:41 +02:00
Frederik Rietdijk
fa6011f401
Merge pull request #19465 from kragniz/python-3.6b2
...
Python 3.6: 3.6b1 -> 3.6b2
2016-10-12 08:45:44 +02:00
Dan Peebles
d8a0307a5d
[darwin.stdenv] Fix to work on Sierra
...
This reinstates the libSystem selective symbol export machinery we used
to have, but locks it to the symbols that were present in 10.11 and skips
the actual compiled code we put into that library in favor of the system
initialization code. That should make it more stable and less likely to
do weird stuff than the last time we did this.
2016-10-12 00:08:13 -04:00
Louis Taylor
39e8623906
Python 3.6: 3.6b1 -> 3.6b2
2016-10-11 22:29:22 +01:00
Peter Simons
2804067fc8
Merge pull request #19462 from dipinhora/pony-stable
...
pony-stable: init at 2016-10-10
2016-10-11 22:43:07 +02:00
Vladimír Čunát
56e9bbfe65
Merge #18130 : llvmPackages_38: 3.8.0 -> 3.8.1
2016-10-11 22:29:59 +02:00
dipinhora
8a7cb597ae
pony-stable: init at 2016-10-10
2016-10-11 16:07:55 -04:00
Graham Christensen
945da0166c
Merge pull request #19432 from sternenseemann/libhttpseverywhere
...
libhttpseverywhere: init at 0.1.0
2016-10-11 14:15:31 -04:00
Alexander Ried
733c706c91
webkitgtk214x: reenable needed fix
...
was disabled for testing but somehow made it into my pr.
From #19081 .
2016-10-11 18:32:26 +02:00
Frederik Rietdijk
67005e3c79
Merge pull request #19230 from nand0p/buildbot-9rc4
...
buildbot: 0.9.0rc3 -> 0.9.0rc4
2016-10-11 17:00:41 +02:00
regnat
048e8dbe8f
ocamlPackages.ppx-variants-conv : add variantslib in propagated buildInputs
2016-10-11 16:53:40 +02:00
Eelco Dolstra
dfc94720b8
libunistring: Don't propagate glibc
...
On Linux, libiconv is an alias of glibc. Propagating glibc breaks
using GCC 6 as an override (not sure why). So let's not do that.
2016-10-11 15:08:52 +02:00
Jörg Thalheim
23274724df
Merge pull request #19441 from NeQuissimus/rust_1_12_0
...
rust: 1.11.0 -> 1.12.0, cargo: 0.12.0 -> 0.13.0
2016-10-11 14:11:52 +02:00
sternenseemann
3229de5eb5
libhttpseverywhere: init at 0.1.0
2016-10-11 07:58:51 +02:00
Tim Steinbach
b116f9b0cd
rust: 1.11.0 -> 1.12.0, cargo: 0.12.0 -> 0.13.0
2016-10-10 21:59:26 -04:00
Shea Levy
ecb596b898
uri: init at 2016-09-04
2016-10-10 20:27:07 -04:00
Louis Taylor
6cfccecebe
jansson: 2.8 -> 2.9
2016-10-10 22:08:19 +01:00
Christine Koppelt
68bab119a0
arduino: fix 32bit build
2016-10-10 21:54:58 +02:00
Jörg Thalheim
807dddca56
Merge pull request #19429 from LnL7/darwin-libcaca
...
libcaca: fix missing darwin inputs
2016-10-10 21:10:24 +02:00
Thomas Tuegel
da9c6a7744
gpgme: fix build on i686-linux
2016-10-10 13:37:24 -05:00
Jörg Thalheim
c4dd3d9b24
Merge pull request #19421 from sternenseemann/master
...
valadoc: use newer libgee
2016-10-10 20:14:43 +02:00
Vincent Laporte
4e6efdd601
ocamlnet: 4.1.1 -> 4.1.2
2016-10-10 19:19:13 +02:00
Vincent Laporte
cc272dc996
OCaml modules: make explicit some dependencies to ocamlbuild
2016-10-10 19:18:07 +02:00
Vincent Laporte
f97d5ae81f
ocaml-expat: fix build on darwin
2016-10-10 19:16:32 +02:00
Vincent Laporte
b7cb8f3da7
ocaml-camlidl: fix build on darwin
2016-10-10 19:16:32 +02:00
Vincent Laporte
4083964c6f
ocaml-llvm: fix build on darwin
2016-10-10 19:16:32 +02:00
Daiderd Jordan
3e8af1ec90
libcaca: fix missing darwin inputs
2016-10-10 19:05:37 +02:00
sternenseemann
2dca4f7ded
meson: 0.32.0 -> 0.35.0
2016-10-10 16:03:33 +02:00
sternenseemann
f14188e5d0
valadoc: use newer libgee
...
Actually valadoc does not depend on libgee 0.8 but on the
libgee 0.8 API as defined in a gir file. I didn't notice the
difference earlier.
2016-10-10 16:02:54 +02:00
Jörg Thalheim
e325f010f0
Merge pull request #17579 from leenaars/arpa2deps
...
quick-der library, asn2quickder + hexio tools
2016-10-10 11:55:45 +02:00
Jörg Thalheim
6f389da98d
Merge pull request #19399 from sternenseemann/master
...
Add libgee_0_8 and valadoc-unstable
2016-10-10 11:52:33 +02:00
Jörg Thalheim
d4eaac27bf
Merge pull request #19416 from lsix/update_7_12
...
gdb: 7.11.1 -> 7.12
2016-10-10 10:09:02 +02:00
Lancelot SIX
db4b15bbbf
gdb: 7.11.1 -> 7.12
...
See http://lists.gnu.org/archive/html/info-gnu/2016-10/msg00007.html
for release announcement
2016-10-10 09:08:43 +02:00