gnu: libgit2: Update to 0.28.4 [security fixes].
This fixes CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, and CVE-2019-1387. * gnu/packages/version-control.scm (libgit2): Update to 0.28.4.
This commit is contained in:
		
							parent
							
								
									29256cbef3
								
							
						
					
					
						commit
						0222de2c65
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -531,7 +531,7 @@ everything from small to very large projects with speed and efficiency.") | |||
| (define-public libgit2 | ||||
|   (package | ||||
|     (name "libgit2") | ||||
|     (version "0.28.3") | ||||
|     (version "0.28.4") | ||||
|     (source (origin | ||||
|               (method git-fetch) | ||||
|               (uri (git-reference | ||||
|  | @ -540,7 +540,7 @@ everything from small to very large projects with speed and efficiency.") | |||
|               (file-name (git-file-name name version)) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "07068flm9xi25wmcs65nyfg6a7ikgfv96i2nhgyj5gzs9gljqiz2")) | ||||
|                 "171b25aym4q88bidc4c76y4l6jmdwifm3q9zjqsll0wjhlkycfy1")) | ||||
|               (patches (search-patches "libgit2-avoid-python.patch" | ||||
|                                        "libgit2-mtime-0.patch")) | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue