guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: nss: Fix build failure caused by expired test certificate.


From: Leo Famulari
Subject: 03/03: gnu: nss: Fix build failure caused by expired test certificate.
Date: Thu, 29 Dec 2016 01:08:30 +0000 (UTC)

lfam pushed a commit to branch nss-updates
in repository guix.

commit a4dd945ba66dfbd099bf2b781420fb454065b227
Author: Leo Famulari <address@hidden>
Date:   Tue Dec 20 21:29:19 2016 -0500

    gnu: nss: Fix build failure caused by expired test certificate.
    
    * gnu/packages/patches/nss-update-expired-test-cert.patch: New file.
    * gnu/local.mk (dist_patch_DATA): Add it.
    * gnu/packages/gnuzilla.scm (nss)[source]: Use it.
---
 gnu/local.mk                                            |    1 +
 gnu/packages/gnuzilla.scm                               |    3 ++-
 gnu/packages/patches/nss-update-expired-test-cert.patch |  Bin 0 -> 3403 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 106adb2..5024b7e 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -744,6 +744,7 @@ dist_patch_DATA =                                           
\
   %D%/packages/patches/ninja-zero-mtime.patch                  \
   %D%/packages/patches/node-9077.patch                         \
   %D%/packages/patches/nss-pkgconfig.patch                     \
+  %D%/packages/patches/nss-update-expired-test-cert.patch      \
   %D%/packages/patches/nvi-assume-preserve-path.patch          \
   %D%/packages/patches/nvi-dbpagesize-binpower.patch           \
   %D%/packages/patches/nvi-db4.patch                           \
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 9cb1f26..e4adfbb 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -199,7 +199,8 @@ in the Mozilla clients.")
                (base32
                 "0945q9yyhax9lkhxs1bjlr5gwknpvhzsa4zxfh127l398i9ci2nw"))
               ;; Create nss.pc and nss-config.
-              (patches (search-patches "nss-pkgconfig.patch"))))
+              (patches (search-patches "nss-pkgconfig.patch"
+                                       "nss-update-expired-test-cert.patch"))))
     (build-system gnu-build-system)
     (outputs '("out" "bin"))
     (arguments
diff --git a/gnu/packages/patches/nss-update-expired-test-cert.patch 
b/gnu/packages/patches/nss-update-expired-test-cert.patch
new file mode 100644
index 0000000..4e7cd6e
Binary files /dev/null and 
b/gnu/packages/patches/nss-update-expired-test-cert.patch differ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]