guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ircii: Update to 20210314 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: ircii: Update to 20210314 [security fixes].
Date: Thu, 25 Mar 2021 18:58:33 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bc8554e  gnu: ircii: Update to 20210314 [security fixes].
bc8554e is described below

commit bc8554ecb1c132629640f1e61dd2a7e7c9a92027
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Mar 25 18:54:49 2021 -0400

    gnu: ircii: Update to 20210314 [security fixes].
    
    See this message for more information about the security issues fixed in
    ircii 20210314:
    
    https://seclists.org/oss-sec/2021/q1/262
    
    * gnu/packages/irc.scm (ircii): Update to 20210314.
---
 gnu/packages/irc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index a595b40..5fba72b 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -282,14 +282,14 @@ for the IRCv3 protocol.")
 (define-public ircii
   (package
     (name "ircii")
-    (version "20151120")
+    (version "20210314")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://ircii.warped.com/";
                                  name "-" version ".tar.gz"))
              (sha256
               (base32
-               "178dc279f5j894qvp96dzz7c0jpryqlcqw5g0dc9yaxg9kgw1lqm"))))
+               "04jczayv1vdn21fcf5zkfaa98sy7d6ydrv2sns2i67gvya2z28j3"))))
     (build-system gnu-build-system)
     ;; TODO: We should package a small socks4/5 library/server to configure
     ;; ircii with socks client. `ghc-socks' pulls in lots of haskell, which



reply via email to

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