all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: Leo Famulari <leo@famulari.name>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] refresh nss-certs
Date: Tue, 30 Aug 2016 13:33:10 +0200	[thread overview]
Message-ID: <CAEwRq=r6=iEcgC3QOAL1+J_Y9WVspzxcyS0WGsV5NNCR9UH8sA@mail.gmail.com> (raw)
In-Reply-To: <20160830061715.GA4193@jasmine>

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

Hello,

On Tue, Aug 30, 2016 at 8:17 AM, Leo Famulari <leo@famulari.name> wrote:
> On Wed, Aug 24, 2016 at 01:08:33PM +0200, Vincent Legoll wrote:
>> The attached patch updates nss-certs to latest 3.26
>>
>> WDYT?
>
> Looks good, but can you send a revised patch that also updates NSS?

Here it is...
I test-installed the 2 packages, but nothing more

-- 
Vincent Legoll

[-- Attachment #2: 0001-gnu-nss-nss-certs-Update-to-3.26.patch --]
[-- Type: text/x-patch, Size: 2093 bytes --]

From 966dd703fea7754d18fbe609215eff8381435458 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Wed, 24 Aug 2016 13:03:48 +0200
Subject: [PATCH] gnu: nss & nss-certs: Update to 3.26

* gnu/packages/certs.scm (nss-certs): Update to 3.26.
* gnu/packages/gnuzilla.scm (nss): Update to 3.26.

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
---
 gnu/packages/certs.scm    | 4 ++--
 gnu/packages/gnuzilla.scm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index f5a4372..f010fab 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -73,7 +73,7 @@
 (define-public nss-certs
   (package
     (name "nss-certs")
-    (version "3.23")
+    (version "3.26")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -84,7 +84,7 @@
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "1kqidv91icq96m9m8zx50n7px08km2l88458rkgyjwcn3kiq7cwl"))))
+                "0r65s5q8kk0vr48s0zr8xi610k7h072lgkkpp4z6jlxr19bkly4i"))))
     (build-system gnu-build-system)
     (outputs '("out"))
     (native-inputs
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 27c8ede..c2aba24 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -185,7 +185,7 @@ in the Mozilla clients.")
 (define-public nss
   (package
     (name "nss")
-    (version "3.23")
+    (version "3.26")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -196,7 +196,7 @@ in the Mozilla clients.")
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "1kqidv91icq96m9m8zx50n7px08km2l88458rkgyjwcn3kiq7cwl"))
+                "0r65s5q8kk0vr48s0zr8xi610k7h072lgkkpp4z6jlxr19bkly4i"))
               ;; Create nss.pc and nss-config.
               (patches (search-patches "nss-pkgconfig.patch"))))
     (build-system gnu-build-system)
-- 
2.9.3


  reply	other threads:[~2016-08-30 11:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24 11:08 [PATCH] refresh nss-certs Vincent Legoll
2016-08-30  6:17 ` Leo Famulari
2016-08-30 11:33   ` Vincent Legoll [this message]
2016-08-31 17:32     ` Leo Famulari
2016-09-02 12:21       ` Ludovic Courtès
2016-09-07 11:13         ` Vincent Legoll
2016-09-15 13:44           ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEwRq=r6=iEcgC3QOAL1+J_Y9WVspzxcyS0WGsV5NNCR9UH8sA@mail.gmail.com' \
    --to=vincent.legoll@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.