~ruther/guix-local

022c97725862908477c96a08cc72069209f9607a — Ludovic Courtès 9 years ago dd1141e
gnu: libgit2, python-pygit2: Update to 0.25.1 [security fixes].

See <http://www.openwall.com/lists/oss-security/2017/01/10/5>.

* gnu/packages/version-control.scm (libgit2): Update to 0.25.1.
* gnu/packages/python.scm (python-pygit2): Update to 0.25.0.
2 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/python.scm
M gnu/packages/version-control.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 3463,14 3463,14 @@ association studies (GWAS) on extremely large data sets.")
(define-public python-pygit2
  (package
    (name "python-pygit2")
    (version "0.24.2")
    (version "0.25.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "pygit2" version))
       (sha256
        (base32
         "0shnafv9zc483wmcr4fzgvirg1qzz42xpdqd4a3ad39sdj1qbbia"))))
         "0wf5rp0fvrw7j3j18dvwjq6xqlbm611wd55aphrfpps0v1gxh3ny"))))
    (build-system python-build-system)
    (propagated-inputs
     `(("python-six" ,python-six)

M gnu/packages/version-control.scm => gnu/packages/version-control.scm +3 -3
@@ 1,7 1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>


@@ 327,7 327,7 @@ everything from small to very large projects with speed and efficiency.")
(define-public libgit2
  (package
    (name "libgit2")
    (version "0.24.3")
    (version "0.25.1")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/libgit2/libgit2/"


@@ 335,7 335,7 @@ everything from small to very large projects with speed and efficiency.")
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
                "0m37b2jq8g70bmxlgrhbj4p23c893vxwmlmw1v5ywfxz3njyc90a"))))
                "1cdwcw38frc1wf28x5ppddazv9hywc718j92f3xa3ybzzycyds3s"))))
    (build-system cmake-build-system)
    (arguments
     `(#:phases