Commit graph

27317 commits

Author SHA1 Message Date
Arseniy Seroka c5a289e0eb Merge pull request #11544 from NeQuissimus/kotlin-3595
kotlin: 1.0.0-beta-3594 -> 1.0.0-beta-3595
2015-12-08 15:27:19 +03:00
Rok Garbas 7e2a828fd6 python35: 3.5.0 -> 3.5.1 2015-12-08 04:35:17 +01:00
Rok Garbas 124e70a459 python27: 2.7.10 -> 2.7.11 2015-12-08 04:35:17 +01:00
Tim Steinbach 85c051b2f3 kotlin: 1.0.0-beta-3594 -> 1.0.0-beta-3595 2015-12-08 02:34:09 +00:00
Herwig Hochleitner 58ba1d5bd3 leiningen: 2.5.2 -> 2.5.3, fixes #11537 2015-12-08 02:58:33 +01:00
aszlig 6945557dba
ruby: Fix SHA256 hashes of several versions.
According to @zimbatm, he got the SHA256 hashes via nix-prefetch-git.

However, fetchFromGitHub doesn't use Git to fetch the sources but uses
fetchzip under the hood, so we get plain source directories in the Nix
store, which in turn are hashed.

Tested by:

nix-build --no-out-link -E 'map (x:
    (builtins.getAttr x (import ./.  {})).src
) [ "ruby_1_9_3" "ruby_2_0_0" "ruby_2_1_0" "ruby_2_1_1" "ruby_2_1_2"
    "ruby_2_1_3" "ruby_2_1_6" "ruby_2_1_7" "ruby_2_2_0" "ruby_2_2_2"
    "ruby_2_2_3"
]'

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-08 02:56:29 +01:00
zimbatm 8111e1c902 go: 1.5.1 -> 1.5.2, fixes #11498 2015-12-08 02:09:59 +01:00
zimbatm f399ab50d8 ruby: update railsexpress patchsets, fixes #11347 2015-12-07 15:37:55 +01:00
zimbatm 7c338ffb77 ruby_2_2: 2.2.2 -> 2.2.3 2015-12-07 15:37:33 +01:00
zimbatm d9f0568ccb ruby_2_1: 2.1.6 -> 2.1.7 2015-12-07 15:37:33 +01:00
zimbatm 9ebc399432 ruby_2_0: 2.0.0p645 -> 2.0.0p647 2015-12-07 15:37:33 +01:00
Peter Simons 83f9fc069c hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: 4619baf1f6
  - Hackage: 4269955365
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: 87110f79ed
2015-12-07 11:23:57 +01:00
lethalman 2fde83b5bd Merge pull request #11411 from hrdinka/mapnik
mapnik: init at 3.0.9
2015-12-07 10:50:39 +01:00
lethalman 6d13f373f4 Merge pull request #11511 from goodwillcoding/libgtop-update
update libgtop to latest (2.32.0) and enable gobject introspection on it
2015-12-07 10:17:36 +01:00
Rok Garbas c90d26a2e2 nodejs: fix naming of nodejs to fit into their versioning model, fixes #11497 2015-12-06 21:57:24 +01:00
zimbatm a6982cc525 nodejs: 5.0.0 -> 5.1.1 CVE-2015-8027
See
https://nodejs.org/en/blog/vulnerability/december-2015-security-releases/
2015-12-06 21:57:09 +01:00
zimbatm 989966b293 nodejs: 4.2.2 -> 4.2.3 CVE-2015-8027
See
https://nodejs.org/en/blog/vulnerability/december-2015-security-releases/
2015-12-06 21:57:09 +01:00
zimbatm 59fc3cd8ad nodejs: remove unlinked v4_1_0
The stable branch is v4.x.x and is already taken care of my the default.nix
2015-12-06 21:57:09 +01:00
zimbatm 46c65335ca nodejs: 0.10.40 -> 0.10.41
Maintenance release
2015-12-06 21:57:09 +01:00
goodwillcoding 41f594a299 Add gobjectIntrospection to the scope 2015-12-06 11:26:06 -08:00
goodwillcoding 71240e56a1 update libgtop to latest (2.32.0) and enable gobject introspection on it 2015-12-06 10:54:11 -08:00
Emery Hemingway 2b6dcdfcd0 Rename 'emery' maintainer handle to 'ehmry', fixes #11493
Communication happens on Github so names should be consistent.
2015-12-05 23:06:20 +01:00
Arseniy Seroka 1764a05710 Merge pull request #11473 from NeQuissimus/master
Add Kotlin
2015-12-06 00:30:19 +03:00
Tim Steinbach a356c3fa47 kotlin: init at 1.0.0-beta-3594 2015-12-05 21:23:22 +00:00
Peter Simons 2a3e9dfdd4 configuration-hackage2nix.yaml: update list of broken builds 2015-12-05 15:15:34 +01:00
Peter Simons 71aff7006c hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: 02a00be50f
  - Hackage: 2c186df615
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: c3ba1c0c15
2015-12-05 15:15:33 +01:00
codsl 51a5f49d70 openssl: security update 1.0.2d -> 1.0.2e
Fixes CVE-2015-3193, CVE-2015-3194, CVE-2015-3195 and CVE-2015-3196.
Close #11469.
2015-12-05 11:32:49 +01:00
codsl fb3b9f5f8b openssl: security update 1.0.1p -> 1.0.1q
Fixes CVE-2015-3194 and CVE-2015-3195.
Taken from #11469.
2015-12-05 11:25:27 +01:00
Vladimír Čunát 263fd55d4b Merge recent staging built on Hydra
http://hydra.nixos.org/eval/1231884
Only Darwin jobs seem to be queued now,
but we can't afford to wait for that single build slave.
2015-12-05 11:11:51 +01:00
Vincent Laporte 0a745f5dd2 indilib: 1.0.0 -> 1.1.0
Older source no longer available
2015-12-04 23:36:48 +01:00
Peter Simons b79227b934 Merge pull request #11453 from lancelotsix/update_gnupg21
gnupg21: 2.1.9 -> 2.1.10
2015-12-04 19:54:36 +01:00
Christoph Hrdinka 2c54da93ef mapnik: init at 3.0.9 2015-12-04 18:03:16 +01:00
Arseniy Seroka f418caa7a1 Merge pull request #11444 from whiteley/chef-dk-0.10.0
chefdk: 0.4.0 -> 0.10.0
2015-12-04 19:02:22 +03:00
Lancelot SIX 2b83f3561f libassuan: 2.3.0 -> 2.4.2
Version 2.4.0 or higher is required by gpg-2.1.10
2015-12-04 14:40:08 +00:00
Arseniy Seroka 0c05f14d53 Merge pull request #10535 from roblabla/feature-updateGitlab8.0.5
gitlab: 7.4.2 -> 8.0.5
2015-12-04 16:30:09 +03:00
Eelco Dolstra 2157dadebf perl-5.16: Remove 2015-12-04 12:19:45 +01:00
Peter Simons 07cda3b56f haskell-gtk2hs-buildtools now copes with alex 3.1.5 and later. 2015-12-04 10:17:35 +01:00
Peter Simons 7c7e905de6 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: 7c559e1c0f
  - Hackage: 49a7fb0a6f
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: ecefc78ca3
2015-12-04 10:17:18 +01:00
roblabla b7a4231aa2 gitlab: 7.4.2 -> 8.0.5 2015-12-04 01:14:24 +01:00
Matt Whiteley 94baac8d02 chefdk: 0.4.0 -> 0.10.0 2015-12-03 13:28:26 -08:00
Vincent Laporte dc6b4e7fdd coq-flocq: 2.4.0 -> 2.5.0; coq-interval: 2.0.0 -> 2.1.0 2015-12-03 19:30:19 +01:00
Thomas Mader ef17efa99b dmd: add gcc runtime dependency because dmd uses the linker of gcc on linux.
From #11327.
2015-12-03 16:32:27 +01:00
Domen Kožar eca688c6d8 Merge pull request #7170 from risicle/djangogis
django: add a django_gis variant which patches django to properly point ...
2015-12-03 14:29:18 +01:00
Arseniy Seroka e024f7fec9 Merge pull request #11409 from FlorentBecker/kcov
kcov: fix issue #11399
2015-12-03 16:28:45 +03:00
Tobias Geerinckx-Rice 5cce3e5019 libpsl: list 2015-11-13 -> 2015-12-03 2015-12-03 05:25:39 +01:00
Florent Becker fa8586495d kcov: fix issue #11399 2015-12-02 22:20:01 +01:00
Vincent Laporte 69b6125edf ocaml-dolog: 1.1 -> 3.0 2015-12-02 21:03:59 +01:00
Peter Simons f46ad3f6d8 haskell-sdr: re-enable the test suite
https://github.com/adamwalker/sdr/issues/1#issuecomment-99296074
suggests that the issue has been fixed.
2015-12-02 21:00:34 +01:00
Peter Simons 906fefe444 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: f9c10dd1aa
  - Hackage: fda7f3f477
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: a30c2abd60
2015-12-02 21:00:22 +01:00
Arseniy Seroka f35b417dc4 Merge pull request #11357 from samuelrivas/scala-propagate-jre
scala: setup classpath
2015-12-02 22:52:22 +03:00