Revert "gnu: opensmtpd: Update to 7.4.0p0."
This reverts commit b6e8d587c4
pending investigation of a segfault reported by graywolf in #guix.
			
			
This commit is contained in:
		
							parent
							
								
									e49fdc231b
								
							
						
					
					
						commit
						b71c7c472a
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -3183,18 +3183,16 @@ from the Cyrus IMAP project.")
 | 
				
			||||||
(define-public opensmtpd
 | 
					(define-public opensmtpd
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "opensmtpd")
 | 
					    (name "opensmtpd")
 | 
				
			||||||
    (version "7.4.0p0")
 | 
					    (version "7.3.0p2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://www.opensmtpd.org/archives/"
 | 
					       (uri (string-append "https://www.opensmtpd.org/archives/"
 | 
				
			||||||
                           "opensmtpd-" version ".tar.gz"))
 | 
					                           "opensmtpd-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0x731hi7i01mxaz07p1l5q3gwmyl422h404yc61ya4aa8g1wr0f1"))))
 | 
					        (base32 "0kjs5cxbh9lq51b8p20hxmiah61cfm8yzkcwpw9005cdp72zpkgw"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     ;; OpenSMTPd bundled (a subset of) libasr and libtls, which we use.  See
 | 
					 | 
				
			||||||
     ;; https://www.mail-archive.com/misc@opensmtpd.org/msg05909.html for why.
 | 
					 | 
				
			||||||
     (list bdb
 | 
					     (list bdb
 | 
				
			||||||
           libevent
 | 
					           libevent
 | 
				
			||||||
           libressl
 | 
					           libressl
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue