gnu: libgcrypt: Update to 1.7.7.
This release includes two bug-fixes:
  - Fix possible timing attack on EdDSA session key.
  - Fix long standing bug in secure memory implementation which could
    lead to a segv on free. [bug#3027]
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.7.
			
			
This commit is contained in:
		
							parent
							
								
									82d3ed3b5b
								
							
						
					
					
						commit
						0b70f7d557
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -82,14 +82,14 @@ Daemon and possibly more in the future.") | |||
| (define-public libgcrypt | ||||
|   (package | ||||
|     (name "libgcrypt") | ||||
|     (version "1.7.6") | ||||
|     (version "1.7.7") | ||||
|     (source (origin | ||||
|              (method url-fetch) | ||||
|              (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-" | ||||
|                                  version ".tar.bz2")) | ||||
|              (sha256 | ||||
|               (base32 | ||||
|                "1g05prhgqw4ryd0w433q8nhds0h93kf47hfjagi2r7dghkpaysk2")))) | ||||
|                "16ndaj93asw122mwjz172x2ilpm03w1yp5mqcrp3xslk0yx5xf5r")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (propagated-inputs | ||||
|      `(("libgpg-error-host" ,libgpg-error))) | ||||
|  |  | |||
		Reference in a new issue