diff --git a/ansible/vars.yml b/ansible/vars.yml index a246c866e..630bdee62 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -9,9 +9,9 @@ postgres_major: # Full version strings for each major version postgres_release: - postgresorioledb-17: "17.0.1.58-orioledb" - postgres17: "17.4.1.008" - postgres15: "15.8.1.065" + postgresorioledb-17: "17.0.1.59-orioledb" + postgres17: "17.4.1.009" + postgres15: "15.8.1.066" # Non Postgres Extensions pgbouncer_release: "1.19.0" diff --git a/nix/ext/orioledb.nix b/nix/ext/orioledb.nix index 0e0ae9cdc..96e70e308 100644 --- a/nix/ext/orioledb.nix +++ b/nix/ext/orioledb.nix @@ -6,12 +6,12 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "orioledb"; repo = "orioledb"; - rev = "beta9"; - sha256 = "sha256-z2EHWsY+hhtnYzAxOl2PWjqfyJ+wp9SCau5LKPT2ec0="; + rev = "beta10"; + sha256 = "sha256-O4OTi8ickylVXE9FURm5R++A+l15Z22YLna7OVzVMjc="; }; - version = "beta9"; + version = "beta10"; buildInputs = [ curl libkrb5 postgresql python3 openssl ]; - buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=5"; + buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=6"; installPhase = '' runHook preInstall diff --git a/nix/postgresql/orioledb-17.nix b/nix/postgresql/orioledb-17.nix index b79052e20..b8e5bc374 100644 --- a/nix/postgresql/orioledb-17.nix +++ b/nix/postgresql/orioledb-17.nix @@ -1,4 +1,4 @@ import ./generic.nix { - version = "17_5"; - hash = "sha256-OgXLpFanNp+ngPFKyCEDUFvIEWQ9nK/1csUO9lVTXaQ="; + version = "17_6"; + hash = "sha256-HbuTcXNanFOl9YfvlSzQJon8CfAhc8TFwo/y7jXy51w="; }