gnu: openssh: Update to 7.1p1.
* gnu/packages/ssh.scm (openssh): Update to 7.1p1.
This commit is contained in:
		
							parent
							
								
									c181b870f1
								
							
						
					
					
						commit
						d1e08856e0
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,7 @@
 | 
			
		|||
;;; GNU Guix --- Functional package management for GNU
 | 
			
		||||
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
 | 
			
		||||
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
 | 
			
		||||
;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il>
 | 
			
		||||
;;;
 | 
			
		||||
;;; This file is part of GNU Guix.
 | 
			
		||||
;;;
 | 
			
		||||
| 
						 | 
				
			
			@ -110,7 +111,7 @@ a server that supports the SSH-2 protocol.")
 | 
			
		|||
(define-public openssh
 | 
			
		||||
  (package
 | 
			
		||||
   (name "openssh")
 | 
			
		||||
   (version "7.0p1")
 | 
			
		||||
   (version "7.1p1")
 | 
			
		||||
   (source (origin
 | 
			
		||||
            (method url-fetch)
 | 
			
		||||
            (uri (let ((tail (string-append name "-" version ".tar.gz")))
 | 
			
		||||
| 
						 | 
				
			
			@ -121,7 +122,7 @@ a server that supports the SSH-2 protocol.")
 | 
			
		|||
                         (string-append "http://ftp2.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/"
 | 
			
		||||
                                        tail))))
 | 
			
		||||
            (sha256 (base32
 | 
			
		||||
                     "1rc52jyc5v5b8j9kvasrnz9vnj9b0i7fw4nqac8wix0r794k4ngx"))))
 | 
			
		||||
                     "0a44mnr8bvw41zg83xh4sb55d8nds29j95gxvxk5qg863lnns2pw"))))
 | 
			
		||||
   (build-system gnu-build-system)
 | 
			
		||||
   (inputs `(("groff" ,groff)
 | 
			
		||||
             ("openssl" ,openssl)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue