gnu: libtiff: Incorporate grafted changes.
* gnu/packages/image.scm (libtiff)[replacement]: Remove field. [source](patches): Add 'libtiff-CVE-2018-8905.patch' and 'libtiff-CVE-2018-10963.patch'. (libtiff/fixed): Remove variable.
This commit is contained in:
		
							parent
							
								
									99cfdfb10c
								
							
						
					
					
						commit
						41e2e58a2a
					
				
					 1 changed files with 3 additions and 13 deletions
				
			
		|  | @ -394,7 +394,6 @@ extracting icontainer icon files.") | |||
| (define-public libtiff | ||||
|   (package | ||||
|    (name "libtiff") | ||||
|    (replacement libtiff/fixed) | ||||
|    (version "4.0.9") | ||||
|    (source | ||||
|      (origin | ||||
|  | @ -405,7 +404,9 @@ extracting icontainer icon files.") | |||
|         (base32 | ||||
|          "1kfg4q01r4mqn7dj63ifhi6pmqzbf4xax6ni6kkk81ri5kndwyvf")) | ||||
|        (patches (search-patches "libtiff-CVE-2017-9935.patch" | ||||
|                                 "libtiff-CVE-2017-18013.patch")))) | ||||
|                                 "libtiff-CVE-2017-18013.patch" | ||||
|                                 "libtiff-CVE-2018-8905.patch" | ||||
|                                 "libtiff-CVE-2018-10963.patch")))) | ||||
|    (build-system gnu-build-system) | ||||
|    (outputs '("out" | ||||
|               "doc"))                           ;1.3 MiB of HTML documentation | ||||
|  | @ -427,17 +428,6 @@ 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 | ||||
|   (package | ||||
|     (inherit libtiff) | ||||
|     (source | ||||
|       (origin | ||||
|         (inherit (package-source libtiff)) | ||||
|         (patches | ||||
|           (append (origin-patches (package-source libtiff)) | ||||
|                   (search-patches "libtiff-CVE-2018-8905.patch" | ||||
|                                   "libtiff-CVE-2018-10963.patch"))))))) | ||||
| 
 | ||||
| (define-public leptonica | ||||
|   (package | ||||
|     (name "leptonica") | ||||
|  |  | |||
		Reference in a new issue