gnu: openldap: Update list of source URLs.
* gnu/packages/openldap.scm (openldap)[source]: Remove former URI (domain name vanished) and add an up-to-date list of URLs. Reported by Alexander Vorobiev <alexander.vorobiev@gmail.com>.
This commit is contained in:
		
							parent
							
								
									df00e14892
								
							
						
					
					
						commit
						969ee403c8
					
				
					 1 changed files with 15 additions and 5 deletions
				
			
		| 
						 | 
					@ -37,11 +37,21 @@
 | 
				
			||||||
   (version "2.4.40")
 | 
					   (version "2.4.40")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri (string-append
 | 
					
 | 
				
			||||||
                   "ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/openldap-"
 | 
					            ;; See <http://www.openldap.org/software/download/> for a list of
 | 
				
			||||||
                   version ".tgz"))
 | 
					            ;; mirrors.
 | 
				
			||||||
            (sha256 (base32
 | 
					            (uri (list (string-append
 | 
				
			||||||
                     "1nyslrgwxwilgv5sixc37svls5rbvhsv9drb7hlrjr2vqaji29ni"))))
 | 
					                        "ftp://mirror.switch.ch/mirror/OpenLDAP/"
 | 
				
			||||||
 | 
					                        "openldap-release/openldap-" version ".tgz")
 | 
				
			||||||
 | 
					                       (string-append
 | 
				
			||||||
 | 
					                        "ftp://ftp.OpenLDAP.org/pub/OpenLDAP/"
 | 
				
			||||||
 | 
					                        "openldap-release/openldap-" version ".tgz")
 | 
				
			||||||
 | 
					                       (string-append
 | 
				
			||||||
 | 
					                        "ftp://ftp.dti.ad.jp/pub/net/OpenLDAP/"
 | 
				
			||||||
 | 
					                        "openldap-release/openldap-" version ".tgz")))
 | 
				
			||||||
 | 
					            (sha256
 | 
				
			||||||
 | 
					             (base32
 | 
				
			||||||
 | 
					              "1nyslrgwxwilgv5sixc37svls5rbvhsv9drb7hlrjr2vqaji29ni"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (inputs `(("bdb" ,bdb)
 | 
					   (inputs `(("bdb" ,bdb)
 | 
				
			||||||
             ("openssl" ,openssl)
 | 
					             ("openssl" ,openssl)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue