summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2018-08-16 21:41:05 +0200
committerAndreas Rammhold <andreas@rammhold.de>2018-08-16 21:41:05 +0200
commit94c35894b07cfc8a62e65632686ee625bb1d8e33 (patch)
tree1df84244458fea91418b86d47cb1af5f39c98ce6
parent1c4fc1dbd92cbc68d01b89ad66f43fcc5da40c92 (diff)
downloadnixlib-94c35894b07cfc8a62e65632686ee625bb1d8e33.tar
nixlib-94c35894b07cfc8a62e65632686ee625bb1d8e33.tar.gz
nixlib-94c35894b07cfc8a62e65632686ee625bb1d8e33.tar.bz2
nixlib-94c35894b07cfc8a62e65632686ee625bb1d8e33.tar.lz
nixlib-94c35894b07cfc8a62e65632686ee625bb1d8e33.tar.xz
nixlib-94c35894b07cfc8a62e65632686ee625bb1d8e33.tar.zst
nixlib-94c35894b07cfc8a62e65632686ee625bb1d8e33.zip
postgresql96: 9.6.9 -> 9.6.10
Fixes CVE-2018-10915 & CVE-2018-10925

Release notes: https://www.postgresql.org/docs/current/static/release-9-6-10.html
-rw-r--r--pkgs/servers/sql/postgresql/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/sql/postgresql/default.nix b/pkgs/servers/sql/postgresql/default.nix
index 471b93cabec4..7eeb03d53e56 100644
--- a/pkgs/servers/sql/postgresql/default.nix
+++ b/pkgs/servers/sql/postgresql/default.nix
@@ -115,9 +115,9 @@ in {
   };
 
   postgresql96 = common {
-    version = "9.6.9";
+    version = "9.6.10";
     psqlSchema = "9.6";
-    sha256 = "0biy8j69dbvdmrag55pdszpc0702agzqhhcwdx21xp02mzim4ydr";
+    sha256 = "09l4zqs74fqnazdsyln9x657mq3wsbgng9wpvq71yh26cv2sq5c6";
   };
 
   postgresql100 = common {