mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
6205f95217
commit
bc8554ecb1
1 changed files with 2 additions and 2 deletions
|
@ -282,14 +282,14 @@ (define-public srain
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue