GNU bug report logs

#32179 [PATCH] gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180,4181}].

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#32179; Package guix-patches. (Mon, 16 Jul 2018 19:05:02 GMT) (full text, mbox, link).


Acknowledgement sent to Leo Famulari <leo@famulari.name>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Mon, 16 Jul 2018 19:05:02 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Leo Famulari <leo@famulari.name>
To: guix-patches@gnu.org
Subject: [PATCH] gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180,4181}].
Date: Mon, 16 Jul 2018 15:04:26 -0400
* gnu/packages/cups.scm (cups-minimal)[replacement]: New field.
(cups-minimal-2.2.8): New variable.
(cups): Use package/inherit.
---
 gnu/packages/cups.scm | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index d36558702..bfc587a6f 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -174,6 +174,7 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
 (define-public cups-minimal
   (package
     (name "cups-minimal")
+    (replacement cups-minimal-2.2.8)
     (version "2.2.6")
     (source
      (origin
@@ -234,8 +235,21 @@ describe printer capabilities and features, and a wide variety of generic and
 device-specific programs to convert and print many types of files.")
     (license license:gpl2)))
 
+(define-public cups-minimal-2.2.8
+  (package
+    (inherit cups-minimal)
+    (version "2.2.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/apple/cups/releases/download/v"
+                           version "/cups-" version "-source.tar.gz"))
+       (sha256
+        (base32
+         "1r7r7b3nqpzc1a9dczqpj2mr8rkcwf01676v11sp4j7w4qfzqs1r"))))))
+
 (define-public cups
-  (package (inherit cups-minimal)
+  (package/inherit cups-minimal
     (name "cups")
     (arguments
      `(;; Three tests fail:
-- 
2.18.0





Information forwarded to guix-patches@gnu.org:
bug#32179; Package guix-patches. (Tue, 17 Jul 2018 22:15:04 GMT) (full text, mbox, link).


Message #8 received at 32179@debbugs.gnu.org (full text, mbox, reply):

From: ludo@gnu.org (Ludovic Courtès)
To: Leo Famulari <leo@famulari.name>
Cc: 32179@debbugs.gnu.org
Subject: Re: [bug#32179] [PATCH] gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180, 4181}].
Date: Wed, 18 Jul 2018 00:14:03 +0200
Hi Leo,

Leo Famulari <leo@famulari.name> skribis:

> * gnu/packages/cups.scm (cups-minimal)[replacement]: New field.
> (cups-minimal-2.2.8): New variable.
> (cups): Use package/inherit.

LGTM, thank you!

Ludo’.




Added tag(s) security. Request was from ludo@gnu.org (Ludovic Courtès) to control@debbugs.gnu.org. (Tue, 17 Jul 2018 22:15:05 GMT) (full text, mbox, link).


Reply sent to Leo Famulari <leo@famulari.name>:
You have taken responsibility. (Wed, 18 Jul 2018 00:47:02 GMT) (full text, mbox, link).


Notification sent to Leo Famulari <leo@famulari.name>:
bug acknowledged by developer. (Wed, 18 Jul 2018 00:47:02 GMT) (full text, mbox, link).


Message #15 received at 32179-done@debbugs.gnu.org (full text, mbox, reply):

From: Leo Famulari <leo@famulari.name>
To: Ludovic Courtès <ludo@gnu.org>
Cc: 32179-done@debbugs.gnu.org
Subject: Re: [bug#32179] [PATCH] gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180,4181}].
Date: Tue, 17 Jul 2018 20:46:07 -0400
[Message part 1 (text/plain, inline)]
On Wed, Jul 18, 2018 at 12:14:03AM +0200, Ludovic Courtès wrote:
> Hi Leo,
> 
> Leo Famulari <leo@famulari.name> skribis:
> 
> > * gnu/packages/cups.scm (cups-minimal)[replacement]: New field.
> > (cups-minimal-2.2.8): New variable.
> > (cups): Use package/inherit.
> 
> LGTM, thank you!

Thanks! Pushed as d212b9d4d0c42643d4e11965b8bf5649dcb24175
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs@gnu.org> to internal_control@debbugs.gnu.org. (Wed, 15 Aug 2018 11:24:09 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Sun Dec 22 06:13:05 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.