emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27102: closed ([PATCH] gnu: libtiff: Update replac


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27102: closed ([PATCH] gnu: libtiff: Update replacement to 4.0.8 [security fixes].)
Date: Sun, 28 May 2017 18:36:01 +0000

Your message dated Sun, 28 May 2017 14:35:28 -0400
with message-id <address@hidden>
and subject line Re: bug#27102: [PATCH] gnu: libtiff: Update replacement to 
4.0.8 [security fixes].
has caused the debbugs.gnu.org bug report #27102,
regarding [PATCH] gnu: libtiff: Update replacement to 4.0.8 [security fixes].
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27102: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27102
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: libtiff: Update replacement to 4.0.8 [security fixes]. Date: Sat, 27 May 2017 11:35:37 -0400
See 'ChangeLog' in the source distribution for more information about
the bugs and security issues fixed in this release.

* gnu/packages/image.scm (libtiff)[replacement]: Replace with libtiff-4.0.8.
(libtiff/fixed): Replace with ...
(libtiff-4.0.8): New variable.
---
 gnu/packages/image.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 86902d568..2a13404d6 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -335,7 +335,7 @@ extracting icontainer icon files.")
 (define-public libtiff
   (package
    (name "libtiff")
-   (replacement libtiff/fixed)
+   (replacement libtiff-4.0.8)
    (version "4.0.7")
    (source (origin
             (method url-fetch)
@@ -384,18 +384,18 @@ collection of tools for doing simple manipulations of 
TIFF images.")
                                   "See COPYRIGHT in the distribution."))
    (home-page "http://www.simplesystems.org/libtiff/";)))
 
-(define libtiff/fixed
+(define libtiff-4.0.8
   (package
     (inherit libtiff)
+    (version "4.0.8")
     (source
      (origin
-       (inherit (package-source libtiff))
-       (patches
-        (append
-         (origin-patches (package-source libtiff))
-         (search-patches "libtiff-CVE-2017-7593.patch"
-                         "libtiff-CVE-2017-7594.patch"
-                         "libtiff-multiple-UBSAN-crashes.patch")))))))
+       (method url-fetch)
+       (uri (string-append "ftp://download.osgeo.org/libtiff/tiff-";
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "0419mh6kkhz5fkyl77gv0in8x4d2jpdpfs147y8mj86rrjlabmsr"))))))
 
 (define-public libwmf
   (package
-- 
2.13.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#27102: [PATCH] gnu: libtiff: Update replacement to 4.0.8 [security fixes]. Date: Sun, 28 May 2017 14:35:28 -0400 User-agent: Mutt/1.8.2 (2017-04-18)
On Sun, May 28, 2017 at 05:45:52PM +0200, Marius Bakke wrote:
> Leo Famulari <address@hidden> writes:
> 
> > I forgot to remove the obsolete patches here. I've made that change in
> > my local tree.
> 
> LGTM.

Thanks for the review!

Pushed as 22e6656d259838ae9014c1ed876caa9d819be6df.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]