all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32179] [PATCH] gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180, 4181}].
@ 2018-07-16 19:04 Leo Famulari
  2018-07-17 22:14 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-07-16 19:04 UTC (permalink / raw)
  To: 32179

* 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

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

* [bug#32179] [PATCH] gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180, 4181}].
  2018-07-16 19:04 [bug#32179] [PATCH] gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180, 4181}] Leo Famulari
@ 2018-07-17 22:14 ` Ludovic Courtès
  2018-07-18  0:46   ` bug#32179: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2018-07-17 22:14 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 32179

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’.

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

* bug#32179: [PATCH] gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180, 4181}].
  2018-07-17 22:14 ` Ludovic Courtès
@ 2018-07-18  0:46   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2018-07-18  0:46 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 32179-done

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2018-07-18  0:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-16 19:04 [bug#32179] [PATCH] gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180, 4181}] Leo Famulari
2018-07-17 22:14 ` Ludovic Courtès
2018-07-18  0:46   ` bug#32179: " 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.