gnu: postgresql: Update to 10.3 [fixes CVE-2018-1058].
* gnu/packages/databases.scm (postgresql): Update to 10.3.
This commit is contained in:
		
							parent
							
								
									e9802319f7
								
							
						
					
					
						commit
						bb17b2be49
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -700,14 +700,14 @@ as a drop-in replacement of MySQL.")
 | 
				
			||||||
(define-public postgresql
 | 
					(define-public postgresql
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "postgresql")
 | 
					    (name "postgresql")
 | 
				
			||||||
    (version "10.2")
 | 
					    (version "10.3")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://ftp.postgresql.org/pub/source/v"
 | 
					              (uri (string-append "https://ftp.postgresql.org/pub/source/v"
 | 
				
			||||||
                                  version "/postgresql-" version ".tar.bz2"))
 | 
					                                  version "/postgresql-" version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1bav2iyi93h866skrrlqlvsp4sfv1sfww1s305zpzffxcadh0cpy"))))
 | 
					                "06lkcwsf851z49zqcws5yc77s2yrbaazf2nvbk38hpp31rw6i8kf"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags '("--with-uuid=e2fs")
 | 
					     `(#:configure-flags '("--with-uuid=e2fs")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue