3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

25596 commits

Author SHA1 Message Date
lethalman 5e6e63727e Merge pull request #8939 from joachifm/coreclr-disable-i686
coreclr: disable i686 build
2015-07-22 11:31:02 +02:00
Joachim Fasting fe7114035f coreclr: disable i686 build
The hydra build [1] fails with

  error: Detected non x86_64 target processor.  Not supported!

[1]: https://hydra.nixos.org/build/23871656
2015-07-22 10:00:20 +02:00
Luca Bruno 419b15a215 capstone: fix hhttps typo (ZHF) 2015-07-22 09:56:46 +02:00
Joachim Fasting 8500217715 vimus: disable on 32 bit linux
A port of 57c5b8f5e1
2015-07-22 08:55:07 +02:00
Austin Seipp 0ca8ddc16e nixpkgs: fsharp 3.1.1.32 -> 3.1.2.5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-21 18:51:56 -05:00
Austin Seipp a594118f3d nixpkgs: mono 4.0.1 -> 4.0.2.5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-21 18:50:23 -05:00
Austin Seipp 2a3a761639 nixpkgs: capstone 2.1.2 -> 3.0.4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-21 17:00:19 -05:00
vbgl 72d46b8279 Merge pull request #8917 from spl/update-closure-compiler
closure-compiler: 20150315 -> 20150609
2015-07-21 21:56:05 +02:00
Ricardo M. Correia 205a6b894d cargo: workaround frequent hash mismatches due to #8567
For now, let's remove `leaveDotGit`. The only visible effect I could see
was that `cargo --version` won't report the git commit anymore, but
that's only a minor issue compared to the build breaking often.

Fixes #8566 and closes #8862.
2015-07-21 21:26:02 +02:00
Vladimír Čunát 9147dee57f cups-filters: update, including security fixes
- NEWS claims to fix CVE-2015-{3258,3279}
- shell path is now directly configurable

/cc maintainer @ttuegel.
2015-07-21 20:57:49 +02:00
lethalman b5fcbb9041 Merge pull request #8923 from retrry/vagrant-update
Vagrant: 1.7.3 -> 1.7.4 (ZHF)
2015-07-21 18:17:03 +02:00
Tadas Barzdzius 148dcf4d1c Vagrant: 1.7.3 -> 1.7.4 (ZHF) 2015-07-21 19:08:15 +03:00
Luca Bruno bfa5df6a5e pahole: fix build (ZHF) 2015-07-21 16:01:20 +02:00
Luca Bruno ee0db7648c signon: update to fix build (ZHF). cc @ttuegel 2015-07-21 15:51:12 +02:00
Charles Strahan 342a815e66 Merge pull request #8919 from samuelrivas/fix-rainbowstream-for-pypy
Add sitePackages to pypy's passthru
2015-07-21 08:19:09 -05:00
Luca Bruno 51a76a71d7 cogl: disable gles on darwin (ZHF). Untested on darwin. 2015-07-21 15:13:21 +02:00
Samuel Rivas b454ff7cbb Add sitePackages to pypy's passthru 2015-07-21 14:16:29 +02:00
Arseniy Seroka 387ad0356a Merge pull request #8916 from joachifm/scsh
scsh: 0.6.7 -> 0.7 pre-release
2015-07-21 14:27:27 +03:00
Luca Bruno 02b1c2727b go: rename default.nix to 1.0.nix 2015-07-21 11:41:20 +02:00
Luca Bruno 5317cf9ff4 go: 1.0 and 1.2 not supported on i686 (ZHF) 2015-07-21 11:41:19 +02:00
Sean Leather b9f4c3b981 closure-compiler: 20150315 -> 20150609 2015-07-21 11:37:31 +02:00
Joachim Fasting 8050aa1c80 scsh: 0.6.7 -> 0.7 pre-release
The scsh HEAD is buildable, whereas 0.6.7 segfaults during image creation.
2015-07-21 11:34:13 +02:00
Jude Taylor 055ad0e4e9 remove obsolete patch application from haskell HEAD packages 2015-07-20 20:03:51 -07:00
Thomas Tuegel feafb17926 Merge branch 'qt5-psql' 2015-07-20 15:05:41 -05:00
Thomas Tuegel 6a10139bba qt53: disable unsupported SIMD instruction sets 2015-07-20 15:04:44 -05:00
Thomas Tuegel 4d36b10f90 qt53: override postgresql autodetection 2015-07-20 15:03:52 -05:00
Austin Seipp f07d5a244f nixpkgs: ninja 1.5.3 -> 1.6.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 13:52:34 -05:00
Austin Seipp 8d7dd4cf53 nixpkgs: re2c 0.14.2 -> 0.14.3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 13:52:33 -05:00
Austin Seipp 6dac59b096 nixpkgs: libseccomp 2.2.1 -> 2.2.3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 13:52:33 -05:00
Thomas Tuegel 5eae46fc93 Merge branch 'qt5-psql' 2015-07-20 08:49:30 -05:00
Thomas Tuegel 965f330c65 qt5.base: disable unsupported SIMD instruction sets
If not explicitly disabled, Qt tries to detect support for the various
instruction sets. As a result, binaries built on Hydra may use
instruction sets unsupported by clients.
2015-07-20 08:46:20 -05:00
Thomas Tuegel 17a65c4bf0 qt5.base: override postgresql autodetection 2015-07-20 08:41:57 -05:00
Vladimír Čunát 855b3c48ab gcc: fix multilib build
Fixes #8706, thanks to @cpages a lot.
Also ported to gcc5, without testing that one yet.
2015-07-20 12:32:01 +02:00
Vladimír Čunát 52b3546e4a merge #8617: recoll: filters for LaTeX, RTF, and WP 2015-07-20 11:00:04 +02:00
Charles Strahan 617c5fcaf0 rainbowstream: purify (close #8791)
This obviates the need for `cc` to be available at run time.
2015-07-20 10:06:17 +02:00
Tuomas Tynkkynen d2fe3405d3 edk2, OVMF: Fix build on GCC 4.9
The toolchain must be correctly specified in the OVMF build or it fails
with 'Unsupported section alignment':

http://hydra.nixos.org/build/23859056
2015-07-20 09:05:58 +03:00
William A. Kennington III f6bc130bc8 libssh: 0.7.0 -> 0.7.1 2015-07-19 17:00:16 -07:00
William A. Kennington III 05c0fc15c0 Merge branch 'master.upstream' into staging.upstream 2015-07-19 15:20:04 -07:00
Austin Seipp 22d5d78027 Merge pull request #8871 from mayflower/php7-beta1
php70: init at 7.0beta1
2015-07-19 16:57:42 -05:00
William A. Kennington III 33ff74ced6 libdrm: Remove valgrind as a dependency
cc @vcunat
2015-07-19 12:04:55 -07:00
Thomas Tuegel 3f3da5ccbd qt5.base: install setupHook correctly 2015-07-19 13:38:51 -05:00
Thomas Tuegel bb6459dd0b qt5.base: use pkgconfig unconditionally 2015-07-19 13:38:36 -05:00
Thomas Strobel 88be5eb371 gstreamer-vaapi: 0.5.10 -> 0.6.0 2015-07-19 17:06:32 +02:00
Matthias Beyer 20882964f5 zlog: init at 1.2.12
[Bjørn: add name= to fetchzip, remove unneeded -r flag from sed.]
2015-07-19 13:58:28 +02:00
Vladimír Čunát bde4ea1a8b poppler: small update
/cc maintainer @ttuegel.
2015-07-19 13:33:04 +02:00
Vladimír Čunát a06de72c2f harfbuzz: small update 2015-07-19 13:33:03 +02:00
Vladimír Čunát dcea851434 mesa: tweak the patch after 7fe69244af
In particular, do not try dlopening libudev by a non-absolute path.
/cc @wkennington.
2015-07-19 13:31:07 +02:00
Vladimír Čunát 6437b2108d libdrm: update and add valgrind dependency
I couldn't find an easy way around this new build-time dependency,
unfortunately. It creates some new mass-rebuild chains...
2015-07-19 11:26:10 +02:00
William A. Kennington III 2ad250f4fa Merge branch 'staging.next' into staging.upstream 2015-07-19 02:21:28 -07:00
William A. Kennington III 684f491446 Merge branch 'master.upstream' into staging.upstream 2015-07-19 02:21:19 -07:00
Peter Simons 6cd9a820ad haskell: extend generic builder to support upcoming format change from cabal2nix 2015-07-19 10:31:13 +02:00
Peter Simons 5e4f1adc8a haskell-hwsl2: fix build by disabling the test suite 2015-07-19 10:31:13 +02:00
Peter Simons 317dd06aa4 hackage-packages.nix: update to a5ae0949a8 with hackage2nix revision 3606ad40536a2dae452307184b9bd70a2eff8c89 2015-07-19 10:31:08 +02:00
Vladimír Čunát 9a80550cc4 Merge branch 'staging', discussion #8844 2015-07-19 08:09:29 +02:00
Jude Taylor 55e8754010 fix perl package platforms 2015-07-18 14:52:32 -07:00
Stewart Mackenzie f46bbbce49 boot: correct sha256 2015-07-19 02:33:43 +08:00
Boris Sukholitko ff6fd0ea86 uriparser: init at 0.8.2 2015-07-18 14:17:46 +03:00
Thomas Tuegel 49791a4dd4 Merge branch 'kf512' 2015-07-18 05:34:14 -05:00
Thomas Tuegel 479e248e42 kf512: add missing dependencies for kwallet 2015-07-18 05:32:54 -05:00
Thomas Tuegel db5335a662 kf512: fix bluez-qt udev rules path 2015-07-18 05:32:54 -05:00
Thomas Tuegel 3dc7f41d6d add kde-frameworks-5.12 2015-07-18 05:32:41 -05:00
Arseniy Seroka 30f1c9da75 Merge pull request #8855 from bosu/add-cpptest
cpptest: init at 1.1.2
2015-07-18 12:55:20 +03:00
Vladimír Čunát 0a00e06f91 libao: fix list nesting 2015-07-18 10:23:16 +02:00
Boris Sukholitko 3d17e2d658 cpptest: init at 1.1.2 2015-07-18 10:12:50 +03:00
William A. Kennington III 7fe69244af mesa: Fix dlopen patch 2015-07-17 18:33:19 -07:00
William A. Kennington III be48876349 openjdk: 8u40b27 -> 8u60b24 2015-07-17 18:00:49 -07:00
William A. Kennington III 83f295f1af mpfr: 3.1.2 -> 3.1.3 2015-07-17 15:41:50 -07:00
William A. Kennington III 4877451d2e gettext: 0.19.5 -> 0.19.5.1 2015-07-17 14:38:00 -07:00
William A. Kennington III 35664f4569 gettext: 0.19.4 -> 0.19.5 2015-07-17 14:37:11 -07:00
William A. Kennington III 67ebbc9a78 nghttp2: 1.0.2 -> 1.1.1 2015-07-17 14:35:45 -07:00
William A. Kennington III 1caf3e1724 Merge branch 'master.upstream' into staging.next 2015-07-17 14:34:56 -07:00
William A. Kennington III de8e6f6021 Merge branch 'staging.upstream' into staging.next 2015-07-17 14:34:37 -07:00
William A. Kennington III 42ccbd9950 boost: Add 1.58 and make it the default 2015-07-17 14:34:19 -07:00
William A. Kennington III 440954ab88 mesa: 10.6.1 -> 10.6.2 2015-07-17 14:16:26 -07:00
William A. Kennington III f74c74ec40 swig3: 3.0.2 -> 3.0.6 2015-07-17 14:15:36 -07:00
William A. Kennington III 038d29121e swig2: 2.0.11 -> 2.0.12 2015-07-17 14:15:23 -07:00
William A. Kennington III 711692f18e llvm: 3.6.1 -> 3.6.2 2015-07-17 14:12:49 -07:00
Vincent Laporte 4efbe96205 pypy: fix two libraries (ZHF) 2015-07-17 19:00:16 +02:00
Robin Gloster 5e7850f088 php70: init at 7.0beta1
The first beta of php7 has been released. This enables developers to
test their code for breakage in preparation for the stable release and
allows us to make sure we don't have any bugs in the packaging prior to
the stable release.
2015-07-17 16:42:03 +00:00
Peter Simons c871eccb3a hackage-packages.nix: update to 9b4b640347 with hackage2nix revision 3606ad40536a2dae452307184b9bd70a2eff8c89 2015-07-17 11:38:26 +02:00
Vladimír Čunát 9f37e91ec5 Merge master into staging
There are larger-rebuild changes: gnutls and samba.
2015-07-17 06:38:04 +02:00
William A. Kennington III 541f6617f9 libinput: 0.17.0 -> 0.20.0 2015-07-16 20:07:17 -07:00
William A. Kennington III cf8309ef34 gcc: 5.2.0-rc-20150707 -> 5.2.0 2015-07-16 14:12:00 -07:00
Mateusz Kowalczyk 70a67803eb Merge pull request #8712 from andrewrk/ffmpeg
ffmpeg: 2.6.3 -> 2.7.1
2015-07-16 17:35:43 +01:00
William A. Kennington III c284b83678 setuptools: 7.0 -> 18.0.1 2015-07-15 17:45:19 -07:00
William A. Kennington III 8486784227 Merge pull request #8848 from rycee/fix/libwmf-some-CVEs
libwmf: fix some security issues
2015-07-15 17:39:05 -07:00
Robert Helgesson 11947a55c8 libwmf: fix some security issues
The added patches (sourced from Debian) fixes the following security
issues:

  - CVE-2006-3376
  - CVE-2009-1364
  - CVE-2015-0848
  - CVE-2015-4588
  - CVE-2015-4695
  - CVE-2015-4696
2015-07-15 23:23:53 +02:00
Michael Raskin e6e02133d6 Fix version strings for switch from CVS 2015-07-15 23:52:44 +03:00
Michael Raskin 44c9eddd64 Update cl-smtp source 2015-07-15 23:52:44 +03:00
Michael Raskin e431602983 Update cl-unification source 2015-07-15 23:52:44 +03:00
William A. Kennington III 08ef62c100 gnutls: 3.4.2 -> 3.4.3 2015-07-15 12:48:02 -07:00
William A. Kennington III b48e49ddc3 gnutls: 3.3.15 -> 3.3.16 2015-07-15 12:42:40 -07:00
William A. Kennington III 1e2718ed51 lsof: 4.88 -> 4.89 2015-07-15 12:25:21 -07:00
Alexander Flatter a475f99304 Add phantomjs2
This builds PhantomJS 2 from source in contrast to PhantomJS 1, for
which static binary builds are available.
2015-07-15 21:14:15 +02:00
Vincent Laporte 1c5c4e91d7 pypy: fix build (ZHF) 2015-07-15 19:40:56 +02:00
Joachim Fasting ba03068c21 libwpd: add meta.{description,license,homepage} 2015-07-15 17:03:18 +02:00
Tom Dimiduk 8506dfdd80 Update stripe-haskell to a working version (1.4 had broken tests which was stopping it from installing) 2015-07-15 08:18:19 -04:00
William A. Kennington III 25e60feb72 Merge branch 'master.upstream' into staging.upstream 2015-07-15 02:02:46 -07:00
Luca Bruno 82d2960f15 libusb1: fix on darwin 2015-07-15 10:31:22 +02:00
William A. Kennington III 272857c40e Merge pull request #8825 from taku0/oraclejdk-8u51
oraclejdk: 8u45 -> 8u51
2015-07-14 23:32:19 -07:00
Tobias Geerinckx-Rice 828f9ea8cc keyfinder-cli: use old libkeyfinder 0.11 "for now"
The tool doesn't compile against versions 2.x.
Also, fix the incorrect version number & use src.meta.homepage.
2015-07-15 03:31:55 +02:00
Tobias Geerinckx-Rice da9b997233 libkeyfinder 0.11 -> 2.1 2015-07-15 03:31:54 +02:00
taku0 e7fe54e80c oraclejdk: 8u45 -> 8u51 2015-07-15 09:52:03 +09:00
Michael Alan Dorman 8b9c862ccd Don't try to build haddock for aeson-applicative. 2015-07-14 21:52:24 +02:00
Peter Simons 60accda79f hackage-packages.nix: update to 21cfa3410f with hackage2nix revision 83984e1765a544aca95833068c828b1c8456dba9 2015-07-14 21:52:18 +02:00
lethalman 6bf51d3a85 Merge pull request #8719 from lancelotsix/add_poezio
Add poezio
2015-07-14 14:56:55 +02:00
William A. Kennington III 333f145d76 Merge branch 'master.upstream' into staging.upstream 2015-07-13 15:11:31 -07:00
Matthias Beyer 7e3c95a0b8 sqlitebrowser: init at 3.7.0
[Bjørn: add name=... to fetchzip.]
2015-07-13 22:11:30 +02:00
lethalman 54f308c740 Merge pull request #8746 from bosu/add-pahole
pahole: init at 1decb1b
2015-07-13 16:37:47 +02:00
Boris Sukholitko c59818f630 pahole: init at 1decb1b 2015-07-13 17:31:06 +03:00
lethalman 28937de1ce Merge pull request #8691 from rycee/fix/perl/BoostGeometryUtils
perl-BoostGeometryUtils: fix OOM in tests
2015-07-13 15:15:26 +02:00
lethalman aca412639a Merge pull request #8720 from michelk/gdal/update
gdal: update from 1.11.2 to 2.0.0
2015-07-13 14:38:44 +02:00
Carles Pagès 3cee0c8524 jsoncpp: the shared lib was not being built
Since the last version update only the static lib was built, and even that was
removed in the last commit. Fix shared ones, which is what we want. Also, add
myself to maintainers.
2015-07-13 14:31:48 +02:00
lethalman c2a951ae8c Merge pull request #8786 from Havvy/nodejs
nodejs: 0.12.6 -> 0.12.7
2015-07-13 13:04:44 +02:00
Vincent Laporte e4268c9ae0 libspatialite: fix download URL 2015-07-13 10:51:05 +02:00
Pascal Wittmann e79a63758d purePackages.stllib: fix build with gcc 4.9 (ZHF) 2015-07-12 23:18:51 +02:00
Pascal Wittmann 4d154c3371 purePackages.stldict: fix build with gcc 4.9 (ZHF) 2015-07-12 23:18:51 +02:00
Ryan Scheel (Havvy) de34441ead nodejs: 0.12.6 -> 0.12.7 2015-07-12 21:37:40 +02:00
Arseniy Seroka 5d9f0e60f5 Merge pull request #8772 from retrry/vagrant-update
vagrant: 1.7.2 -> 1.7.3
2015-07-12 22:13:51 +03:00
Ricardo M. Correia bb182c7944 rustcMaster: 2015-05-13 -> 2015-07-01 2015-07-12 17:33:05 +02:00
Ricardo M. Correia 71c16443c7 Merge pull request #8668 from telotortium/rustc-update-to-1.1.0
rustc: 1.0.0 -> 1.1.0
2015-07-12 17:19:49 +02:00
Tadas Barzdzius 4338031c59 vagrant: 1.7.2 -> 1.7.3 2015-07-12 14:27:17 +03:00
James Cook 98fb18af3e python-2.6: mark broken because being insecure for years 2015-07-12 10:12:33 +02:00
James Cook 073bf19d0d Merge pull request #8507 from hrdinka/update/vigra
vigra: 0.9.0 -> 0.10.0
2015-07-12 00:11:36 -07:00
Peter Simons b59685de83 r-stringi: fix build 2015-07-12 02:38:42 +02:00
Jude Taylor 2767e93843 darwin purity: go-1.4 2015-07-11 16:05:04 -07:00
Jude Taylor 682dc3ee70 link yesod-bin with cocoa 2015-07-11 16:05:04 -07:00
Jude Taylor 5f308b50e4 add system keychains to security-tool's propagated inputs 2015-07-11 16:05:04 -07:00
Ryan Scheel (Havvy) 2d77e49f6c Update io.js (v2.3.3 -> v2.3.4) 2015-07-11 19:00:31 +02:00
Peter Simons 6d457c60bb haskell-hspec-expectations: re-enable the test suite 2015-07-11 16:05:00 +02:00
Peter Simons 841cfa9764 haskell-hspec: break infinite recursion in testDepends
Suggested by @Fuuzetsu in https://github.com/NixOS/nixpkgs/issues/8664.
2015-07-11 16:05:00 +02:00
William Casarin 33c3e62fbb haskellPackages.vcache: unmark broken
* unmark haskellPackages.vcache as broken
* unmark haskellPackages.vcache-trie as broken

No longer broken since the addition of lmdb in

9d85874aeb
2015-07-11 16:05:00 +02:00
Peter Simons b096c39ca2 haskell-wai-session has been fixed upstream. 2015-07-11 16:05:00 +02:00
Peter Simons 5d28543192 hackage-packages.nix: update to 72f0e8d41d with hackage2nix revision 365f4f335ce8e3f384f6cc62b7a46796031610cc 2015-07-11 16:04:50 +02:00
Arseniy Seroka 45b455f441 Merge pull request #8727 from rycee/master
Enable tests for Haskell packages presburger and http-media
2015-07-11 05:37:56 +03:00
Lancelot SIX e1f2930213 poezio: init at 0.8.1 2015-07-10 22:40:49 +02:00
Jude Taylor 066412c7b0 clean up propagated stuff for x509-system 2015-07-10 10:41:08 -07:00
Jude Taylor ac3acae7a5 use security_tool in x509-system 2015-07-10 10:41:07 -07:00
Jude Taylor 43c72cb6af add security-tool 2015-07-10 10:41:07 -07:00
Jude Taylor 5b3e50dedc use lib functions to clean up nodejs 2015-07-10 10:28:27 -07:00
Jude Taylor 7393c6c69d modernize rubies 2015-07-10 10:28:27 -07:00
Jude Taylor f72beea75e darwin purity: nodejs-0.10 2015-07-10 10:28:27 -07:00
Michel Kuhlmann e30c99d40a gdal: adding version 1.11.2 for merkaartor and openscenegraph 2015-07-10 09:33:08 +02:00
Robert Irelan 51972d427e cargo: 2015-05-13 -> 0.3.0
Rename cargo to use a version number rather than a date because Cargo
has started releasing packages using version numbers.
2015-07-09 22:56:51 -07:00
Robert Irelan e6ee86b941 cargoSnapshot: 2015-04-02 -> 2015-06-17, hide from nix-env
Update snapshot to avoid rust-lang/cargo#976, which otherwise breaks the
build.

Also move the `cargoSnapshot` derivation inside a set in
pkgs/top-level/all-packages.nix in order to hide the `cargo-snapshot`
packages from `nix-env -qa`, since it's only used to build the `cargo`
package.
2015-07-09 21:14:55 -07:00
Robert Irelan bf492548a2 rustc: 1.0.0 -> 1.1.0 2015-07-09 21:14:55 -07:00
William A. Kennington III 64be54b84f libidn: 1.30 -> 1.31 2015-07-09 17:32:34 -07:00
William A. Kennington III 07ba299003 libunistring: 0.9.3 -> 0.9.6 2015-07-09 17:31:06 -07:00
Edward Tjörnhammar 2c327ca48e activator: 1.3.2 -> 1.3.5 2015-07-10 00:23:48 +02:00
Robert Helgesson ac594b303d haskell-http-media: enable tests
The test suite builds and runs OK since version 0.6.2.
2015-07-09 23:02:05 +02:00
Pascal Wittmann 3a96152c2c wvstreams: compile with gcc46, potentially fixes #8725 2015-07-09 21:56:21 +02:00
Pascal Wittmann 8a8d37eefd Merge pull request #8714 from mbbx6spp/upgrade-jruby-1.7.21
jruby: update 1.7.20.1 -> 1.7.21
2015-07-09 21:22:34 +02:00
Robert Helgesson 5d88acfa70 haskell-presburger: enable tests
The tests compile (and pass) since release of presburger version 1.3.1.
2015-07-09 20:27:00 +02:00
William A. Kennington III 57edfb5133 gtk3: Fix hash in ed0d387a6d 2015-07-09 10:45:17 -07:00
William A. Kennington III 2054af839d libressl: 2.1.6 -> 2.2.1 2015-07-09 10:38:09 -07:00
William A. Kennington III b477600cc0 gcc5: Use 5.2 snapshot to fix bugs noticed in syslinux and chromium with gcc5.1 2015-07-09 10:30:55 -07:00
William A. Kennington III ed0d387a6d gtk3: 3.16.4 -> 3.16.5 2015-07-09 10:29:19 -07:00
Peter Simons 725405cd22 Merge pull request #8721 from michelk/r-modules/update
R: regenerate CRAN and BIOC packages
2015-07-09 16:27:06 +02:00
Peter Simons 83eeb0b8ca Merge pull request #8688 from rycee/fix/network-uri
haskell-network-uri: re-enable tests
2015-07-09 16:06:53 +02:00
Pascal Wittmann d1c2fd81f6 shhopt: init at 1.1.7 2015-07-09 15:23:25 +02:00
Pascal Wittmann 7ec18455b2 shhmsg: init at 1.4.2 2015-07-09 15:21:43 +02:00
Eelco Dolstra 5e156b9db7 openssl: Update to 1.0.2d 2015-07-09 15:17:14 +02:00
Eelco Dolstra 9539db1ec3 openssl: Update to 1.0.1p 2015-07-09 15:15:52 +02:00
Pascal Wittmann 4d49006a0f rocksdb: fix build (ZHF) 2015-07-09 15:00:31 +02:00
Michel Kuhlmann bb2b683e63 R: regenerate CRAN and BIOC packages 2015-07-09 14:52:17 +02:00
Michel Kuhlmann 1278a8ff9b gdal: update from 1.11.2 to 2.0.0 2015-07-09 14:36:48 +02:00
Pascal Wittmann 6782a38364 sdcc: update from 3.4.0 to 3.5.0, fixes build (ZHF) 2015-07-09 14:09:10 +02:00
Pascal Wittmann 03bd9a363a pure: fixed build with gcc 4.9 (ZHF)
Reported upstream https://bitbucket.org/purelang/pure-lang/issues/37
2015-07-09 13:52:26 +02:00
Pascal Wittmann ad41a600e5 oprofile: update from 0.9.9 to 1.0.0 (ZHF)
fixes the build with recent versions of binutils
2015-07-09 13:18:21 +02:00
Luca Bruno 8e56309dd5 botanUnstable: fix installation (ZHF) 2015-07-09 11:48:39 +02:00
Luca Bruno 33da6ac765 go 1.3: fix build on i686 (ZHF) 2015-07-09 11:05:46 +02:00
Susan Potter 1b1374c7f0 jruby: update 1.7.20.1 -> 1.7.21 2015-07-08 21:38:00 -05:00
Tobias Geerinckx-Rice 98e7674e88 nxproxy, libxcomp: nxlibs 3.5.0.{31 -> 32}
Removes the need for patching (for now).
2015-07-09 02:41:26 +02:00
Andrew Kelley 1fdd432ffa ffmpeg: 2.6.3 -> 2.7.1 2015-07-08 17:03:49 -07:00
William A. Kennington III 906be98e0d isl: Add 0.15.0
And remove the defunct and unused default.nix
2015-07-08 16:22:11 -07:00
William A. Kennington III 76674a3c07 gcc: 4.8.4 -> 4.8.5 2015-07-08 16:17:25 -07:00
Vincent Laporte 22bc910c1a coq-fiat: do not run tests on i686
as they require too much memory
2015-07-09 00:15:24 +02:00
William A. Kennington III c5f61e96b3 v8: 3.16.14 -> 3.16.14.11 2015-07-08 15:10:50 -07:00
William A. Kennington III dae5b35463 ruby: Fixup libv8 versions 2015-07-08 15:10:50 -07:00
William A. Kennington III f92c174cce ruby: Correct version string 2015-07-08 14:24:42 -07:00
William A. Kennington III 7cda24c01e Merge branch 'master.upstream' into staging.upstream 2015-07-08 14:11:16 -07:00
Arseniy Seroka df038c93cc Merge pull request #8667 from rehno-lindeque/nodejs-0.12.6
nodejs: 0.12.0 -> 0.12.6
2015-07-08 22:27:18 +03:00
Rehno Lindeque 590c467018 nodejs: 0.12.0 -> 0.12.6
0.12.5 and 0.12.6 were both critical security releases.
2015-07-08 20:51:03 +02:00
Jaka Hudoklin 4b1cfd17a8 Merge pull request #8680 from offlinehacker/pkgs/compass/add
Add compass, stylesheet authoring environment
2015-07-08 12:17:19 +02:00
James Cook 783975bbb5 Merge pull request #8669 from ts468/upstream.ocaml_text
ocaml-text: 0.6 -> 0.7.1
2015-07-07 21:01:19 -07:00
Charles Strahan 357324df26 ruby: add 2.2.2, bump patch levels
* Adds Ruby 2.2.2
* 1.9.3-p547 -> 1.9.3-p551
* 2.0.0-p481 -> 2.0.0-p645
2015-07-07 17:45:33 -04:00
Charles Strahan 4ea88cc526 ruby: fix version 2.2.0 2015-07-07 17:43:49 -04:00
Robert Helgesson ac91ab371a perl-BoostGeometryUtils: fix OOM in tests
The included patch from Debian resolves an out-of-memory error occurring
when running the test suite.
2015-07-07 22:33:45 +02:00
Robert Helgesson 6c2e772508 network-uri: re-enable tests
The issue causing compilation failure seems to have been resolved.
2015-07-07 21:05:19 +02:00
William A. Kennington III 81396388e5 spidermonkey: Apply 17 patch to 24 2015-07-07 09:51:06 -07:00
aszlig b028c14256
python-wrapper: Fix variable name for sed expr.
Regression introduced by 5f55788531.

The commit not only changes documentation, but also changed a few
variable names. One of them is $i which now is $f and it contains the
name of the file to wrap.

This was accidentally found by @Profpatsch (thanks!) who found himself
getting the basename of the last patch file to end up in sys.argv[0].
The reason for this is that $i is used in the for loop of the generic
patchPhase and thus is reused later when the Python file is to be
wrapped.

I have also added a small comment noting about this, to be sure that
this won't accidentally occur the next time someone changes variable
names.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-07-07 18:25:10 +02:00
Austin Seipp afb7655c68 nixpkgs: arcanist 20150525 -> 20150707
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-07 09:37:50 -05:00
Jaka Hudoklin acc995cf41 Add compass, stylesheet authoring environment 2015-07-07 12:11:58 +02:00
William A. Kennington III 9da5943cac gcc: 4.9.2 -> 4.9.3 2015-07-07 01:50:02 -07:00
Thomas Strobel c465170662 ocaml-text: 0.6 -> 0.7.1 2015-07-07 09:39:53 +02:00
William A. Kennington III e587d3e155 Merge branch 'master.upstream' into staging.upstream 2015-07-07 00:31:00 -07:00
William A. Kennington III 76483363d1 polkit: 0.112 -> 0.113 2015-07-07 00:01:33 -07:00
William A. Kennington III f36a9a798e spidermonkey: Use more system dependencies and fix for perl 5.22 2015-07-07 00:01:16 -07:00
James Cook 0248632cdf Merge pull request #8671 from ts468/upstream.ocaml_ssl
ocaml-modules.ssl: make openssl propagatedBuildInput
2015-07-06 23:44:46 -07:00
William A. Kennington III 731b4a4371 perlPackages: Updates 2015-07-06 19:21:21 -07:00