diff --git a/ext/extconf.rb b/ext/extconf.rb index c55133dcd..431b557ce 100644 --- a/ext/extconf.rb +++ b/ext/extconf.rb @@ -27,13 +27,13 @@ gem 'mini_portile2', '~>2.1' require 'mini_portile2' - OPENSSL_VERSION = ENV['OPENSSL_VERSION'] || '3.5.1' + OPENSSL_VERSION = ENV['OPENSSL_VERSION'] || '3.5.2' OPENSSL_SOURCE_URI = "http://www.openssl.org/source/openssl-#{OPENSSL_VERSION}.tar.gz" - KRB5_VERSION = ENV['KRB5_VERSION'] || '1.21.3' + KRB5_VERSION = ENV['KRB5_VERSION'] || '1.22.1' KRB5_SOURCE_URI = "http://kerberos.org/dist/krb5/#{KRB5_VERSION[/^(\d+\.\d+)/]}/krb5-#{KRB5_VERSION}.tar.gz" - POSTGRESQL_VERSION = ENV['POSTGRESQL_VERSION'] || '17.5' + POSTGRESQL_VERSION = ENV['POSTGRESQL_VERSION'] || '17.6' POSTGRESQL_SOURCE_URI = "http://ftp.postgresql.org/pub/source/v#{POSTGRESQL_VERSION}/postgresql-#{POSTGRESQL_VERSION}.tar.bz2" class BuildRecipe < MiniPortile diff --git a/ports/patches/krb5/1.21.3/0001-Allow-static-linking-krb5-library.patch b/ports/patches/krb5/1.22.1/0001-Allow-static-linking-krb5-library.patch similarity index 100% rename from ports/patches/krb5/1.21.3/0001-Allow-static-linking-krb5-library.patch rename to ports/patches/krb5/1.22.1/0001-Allow-static-linking-krb5-library.patch diff --git a/ports/patches/krb5/1.22.1/0002-unknown-command-line-option-on-clang.patch b/ports/patches/krb5/1.22.1/0002-unknown-command-line-option-on-clang.patch new file mode 100644 index 000000000..7634c67fa --- /dev/null +++ b/ports/patches/krb5/1.22.1/0002-unknown-command-line-option-on-clang.patch @@ -0,0 +1,12 @@ +diff --git a/src/lib/krb5/krb/deltat.c b/src/lib/krb5/krb/deltat.c +index 03145c854..34cdf969e 100644 +--- a/lib/krb5/krb/deltat.c ++++ b/lib/krb5/krb/deltat.c +@@ -44,7 +44,6 @@ + #ifdef __GNUC__ + #pragma GCC diagnostic push + #pragma GCC diagnostic ignored "-Wuninitialized" +-#pragma GCC diagnostic ignored "-Wunused-but-set-variable" + #endif + + #include "k5-int.h" diff --git a/ports/patches/openssl/3.5.1/0001-aarch64-mingw.patch b/ports/patches/openssl/3.5.2/0001-aarch64-mingw.patch similarity index 100% rename from ports/patches/openssl/3.5.1/0001-aarch64-mingw.patch rename to ports/patches/openssl/3.5.2/0001-aarch64-mingw.patch diff --git a/ports/patches/postgresql/17.5/0001-Use-workaround-of-__builtin_setjmp-only-on-MINGW-on-.patch b/ports/patches/postgresql/17.6/0001-Use-workaround-of-__builtin_setjmp-only-on-MINGW-on-.patch similarity index 100% rename from ports/patches/postgresql/17.5/0001-Use-workaround-of-__builtin_setjmp-only-on-MINGW-on-.patch rename to ports/patches/postgresql/17.6/0001-Use-workaround-of-__builtin_setjmp-only-on-MINGW-on-.patch diff --git a/ports/patches/postgresql/17.5/0001-libpq-Process-buffered-SSL-read-bytes-to-support-rec.patch b/ports/patches/postgresql/17.6/0001-libpq-Process-buffered-SSL-read-bytes-to-support-rec.patch similarity index 100% rename from ports/patches/postgresql/17.5/0001-libpq-Process-buffered-SSL-read-bytes-to-support-rec.patch rename to ports/patches/postgresql/17.6/0001-libpq-Process-buffered-SSL-read-bytes-to-support-rec.patch