[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: pius: Fix incompatibility with newer GnuPG versions.
From: |
Andreas Enge |
Subject: |
02/02: gnu: pius: Fix incompatibility with newer GnuPG versions. |
Date: |
Mon, 21 May 2018 11:10:45 -0400 (EDT) |
andreas pushed a commit to branch master
in repository guix.
commit a92d97266dffcd1ab5c40a379005a7db1fc3dad4
Author: Andreas Enge <address@hidden>
Date: Mon May 21 17:03:53 2018 +0200
gnu: pius: Fix incompatibility with newer GnuPG versions.
* gnu/packages/gnupg.scm (pius)[source]: Add patch.
* gnu/packages/patches/pius.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
---
gnu/local.mk | 3 ++-
gnu/packages/gnupg.scm | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 2097530..469e73f 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1,6 +1,6 @@
# GNU Guix --- Functional package management for GNU
# Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès
<address@hidden>
-# Copyright © 2013, 2014, 2015, 2016, 2017 Andreas Enge <address@hidden>
+# Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Andreas Enge <address@hidden>
# Copyright © 2016 Mathieu Lirzin <address@hidden>
# Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Mark H Weaver <address@hidden>
# Copyright © 2016 Chris Marusich <address@hidden>
@@ -1001,6 +1001,7 @@ dist_patch_DATA =
\
%D%/packages/patches/pinball-src-deps.patch \
%D%/packages/patches/pinball-system-ltdl.patch \
%D%/packages/patches/pingus-sdl-libs-config.patch \
+ %D%/packages/patches/pius.patch \
%D%/packages/patches/pixman-CVE-2016-5296.patch \
%D%/packages/patches/plink-1.07-unclobber-i.patch \
%D%/packages/patches/plink-endian-detection.patch \
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 230afae..a389186 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès
<address@hidden>
-;;; Copyright © 2013, 2015 Andreas Enge <address@hidden>
+;;; Copyright © 2013, 2015, 2018 Andreas Enge <address@hidden>
;;; Copyright © 2014 Eric Bavier <address@hidden>
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <address@hidden>
;;; Copyright © 2015 Paul van der Walt <address@hidden>
@@ -590,7 +590,8 @@ signing, decryption, verification, and key-listing
parsing.")
version "/pius-" version ".tar.bz2"))
(sha256
(base32
- "1893hzpx3zv724drqv48csrn0cm98xw4ymb1zmhs2jvjj1778zfj"))))
+ "1893hzpx3zv724drqv48csrn0cm98xw4ymb1zmhs2jvjj1778zfj"))
+ (patches (search-patches "pius.patch"))))
(build-system python-build-system)
(inputs `(("perl" ,perl) ;for 'pius-party-worksheet'
("gpg" ,gnupg)