* [bug#28755] [PATCH] gnu: mit-krb5: Replace with 1.15.2 [fixes CVE-2017-{11368, 11462}].
@ 2017-10-09 3:03 Leo Famulari
2017-10-09 7:33 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2017-10-09 3:03 UTC (permalink / raw)
To: 28755
* gnu/packages/kerberos.scm (mit-krb5)[replacement]: New field.
(mit-krb5-1.15.2): New variable.
---
gnu/packages/kerberos.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index 48b220419..501cede3e 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -46,6 +46,7 @@
(define-public mit-krb5
(package
(name "mit-krb5")
+ (replacement mit-krb5-1.15.2)
(version "1.15.1")
(source (origin
(method url-fetch)
@@ -93,6 +94,19 @@ cryptography.")
(home-page "http://web.mit.edu/kerberos/")
(properties '((cpe-name . "kerberos")))))
+(define mit-krb5-1.15.2 ; CVE-2017-{11368,11462}
+ (package
+ (inherit mit-krb5)
+ (version "1.15.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://web.mit.edu/kerberos/dist/krb5/"
+ (version-major+minor version)
+ "/krb5-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0zn8s7anb10hw3nzwjz7vg10fgmmgvwnibn2zrn3nppjxn9f6f8n"))))))
+
(define-public shishi
(package
(name "shishi")
--
2.14.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#28755] [PATCH] gnu: mit-krb5: Replace with 1.15.2 [fixes CVE-2017-{11368, 11462}].
2017-10-09 3:03 [bug#28755] [PATCH] gnu: mit-krb5: Replace with 1.15.2 [fixes CVE-2017-{11368, 11462}] Leo Famulari
@ 2017-10-09 7:33 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-10-09 7:33 UTC (permalink / raw)
To: Leo Famulari; +Cc: 28755
Leo Famulari <leo@famulari.name> skribis:
> * gnu/packages/kerberos.scm (mit-krb5)[replacement]: New field.
> (mit-krb5-1.15.2): New variable.
LGTM, thanks!
Ludo'.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-09 7:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-09 3:03 [bug#28755] [PATCH] gnu: mit-krb5: Replace with 1.15.2 [fixes CVE-2017-{11368, 11462}] Leo Famulari
2017-10-09 7:33 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).