Skip to content

Commit 3f28c9d

Browse files
authored
Merge pull request #645 from larskanis/binupd
Update to OpenSSL-3.5.1 and PostgreSQL-17.5 for binary gems
2 parents 20ac142 + cad06bf commit 3f28c9d

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

ext/extconf.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
gem 'mini_portile2', '~>2.1'
2828
require 'mini_portile2'
2929

30-
OPENSSL_VERSION = ENV['OPENSSL_VERSION'] || '3.4.0'
30+
OPENSSL_VERSION = ENV['OPENSSL_VERSION'] || '3.5.1'
3131
OPENSSL_SOURCE_URI = "http://www.openssl.org/source/openssl-#{OPENSSL_VERSION}.tar.gz"
3232

3333
KRB5_VERSION = ENV['KRB5_VERSION'] || '1.21.3'
3434
KRB5_SOURCE_URI = "http://kerberos.org/dist/krb5/#{KRB5_VERSION[/^(\d+\.\d+)/]}/krb5-#{KRB5_VERSION}.tar.gz"
3535

36-
POSTGRESQL_VERSION = ENV['POSTGRESQL_VERSION'] || '17.2'
36+
POSTGRESQL_VERSION = ENV['POSTGRESQL_VERSION'] || '17.5'
3737
POSTGRESQL_SOURCE_URI = "http://ftp.postgresql.org/pub/source/v#{POSTGRESQL_VERSION}/postgresql-#{POSTGRESQL_VERSION}.tar.bz2"
3838

3939
class BuildRecipe < MiniPortile
File renamed without changes.

ports/patches/postgresql/17.2/0001-Use-workaround-of-__builtin_setjmp-only-on-MINGW-on-.patch renamed to ports/patches/postgresql/17.5/0001-Use-workaround-of-__builtin_setjmp-only-on-MINGW-on-.patch

File renamed without changes.

ports/patches/postgresql/17.2/0001-libpq-Process-buffered-SSL-read-bytes-to-support-rec.patch renamed to ports/patches/postgresql/17.5/0001-libpq-Process-buffered-SSL-read-bytes-to-support-rec.patch

File renamed without changes.

0 commit comments

Comments
 (0)