all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49841] [PATCH] gnu: mit-krb5: Update to 1.18.4 [fixes CVE-2021-36222].
@ 2021-08-03  1:59 Leo Famulari
  2021-08-10 12:01 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2021-08-03  1:59 UTC (permalink / raw)
  To: 49841

* gnu/packages/kerberos.scm (mit-krb5)[replacement]: New field.
(mit-krb5-1.18.4): New variable.
---
 gnu/packages/kerberos.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index 20ed94b33b..92cc84b673 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -52,6 +52,7 @@
 (define-public mit-krb5
   (package
     (name "mit-krb5")
+    (replacement mit-krb5-1.18.4)
     (version "1.18")
     (source (origin
               (method url-fetch)
@@ -119,6 +120,28 @@ cryptography.")
     (home-page "https://web.mit.edu/kerberos/")
     (properties '((cpe-name . "kerberos")))))
 
+(define-public mit-krb5-1.18.4
+  ;; Hide the package to avoid displaying the confusing "1.1a" version in the
+  ;; user interface.
+  (hidden-package
+    (package
+      (inherit mit-krb5)
+      ; version 1.18.4
+      (version "1.1a")
+      (source (origin
+                (method url-fetch)
+                (uri (list
+                       (string-append "https://web.mit.edu/kerberos/dist/krb5/"
+                                      "1.18"
+                                      "/krb5-1.18.4.tar.gz")
+                       (string-append "https://kerberos.org/dist/krb5/"
+                                      "1.18"
+                                      "/krb5-1.18.4.tar.gz")))
+                (patches (search-patches "mit-krb5-hurd.patch"))
+                (sha256
+                  (base32
+                    "1j4zm5npv3yxrwrsdwlxias0ycj4qfxzgnz0h9zffla7b4pmw236")))))))
+
 (define-public shishi
   (package
     (name "shishi")
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#49841] [PATCH] gnu: mit-krb5: Update to 1.18.4 [fixes CVE-2021-36222].
  2021-08-03  1:59 [bug#49841] [PATCH] gnu: mit-krb5: Update to 1.18.4 [fixes CVE-2021-36222] Leo Famulari
@ 2021-08-10 12:01 ` Ludovic Courtès
  2021-08-10 16:20   ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2021-08-10 12:01 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 49841

Hello,

Leo Famulari <leo@famulari.name> skribis:

> * gnu/packages/kerberos.scm (mit-krb5)[replacement]: New field.
> (mit-krb5-1.18.4): New variable.

LGTM, thanks!  And apologies for the delay…

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#49841] [PATCH] gnu: mit-krb5: Update to 1.18.4 [fixes CVE-2021-36222].
  2021-08-10 12:01 ` Ludovic Courtès
@ 2021-08-10 16:20   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2021-08-10 16:20 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 49841

On Tue, Aug 10, 2021 at 02:01:49PM +0200, Ludovic Courtès wrote:
> Hello,
> 
> Leo Famulari <leo@famulari.name> skribis:
> 
> > * gnu/packages/kerberos.scm (mit-krb5)[replacement]: New field.
> > (mit-krb5-1.18.4): New variable.
> 
> LGTM, thanks!  And apologies for the delay…

Okay, pushed as fdd2f57359cb01b2a867aaff88b86989597c2953

If anyone should apologize for a delay, it's me! But really it's okay...




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-10 16:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03  1:59 [bug#49841] [PATCH] gnu: mit-krb5: Update to 1.18.4 [fixes CVE-2021-36222] Leo Famulari
2021-08-10 12:01 ` Ludovic Courtès
2021-08-10 16:20   ` Leo Famulari

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.