gnu: PostgreSQL@11: Update to 11.16 [fixes CVE-2022-1552].
* gnu/packages/databases.scm (postgresql-11): Update to 11.16.
This commit is contained in:
		
							parent
							
								
									f4f31bb99c
								
							
						
					
					
						commit
						a18f937b56
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1279,14 +1279,14 @@ pictures, sounds, or video.") | ||||||
|   (package |   (package | ||||||
|     (inherit postgresql-13) |     (inherit postgresql-13) | ||||||
|     (name "postgresql") |     (name "postgresql") | ||||||
|     (version "11.15") |     (version "11.16") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (inherit (package-source postgresql-13)) |               (inherit (package-source postgresql-13)) | ||||||
|               (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 | ||||||
|                 "1qvrm0vhwnc5nijfbqybhwfjbq4r7vmk445sz7s6fiagpn78xxf8")) |                 "1983a7y4y6zhbgh0qcdfkf99445j1zm5q1ncrbkrx555y08y3n9d")) | ||||||
|               (patches (search-patches |               (patches (search-patches | ||||||
|                         "postgresql-disable-resolve_symlinks.patch")))) |                         "postgresql-disable-resolve_symlinks.patch")))) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|  |  | ||||||
		Reference in a new issue