Skip to content

Commit 227653d

Browse files
committed
Update dependencies
1 parent 428415d commit 227653d

6 files changed

+15
-3
lines changed

ext/extconf.rb

Lines changed: 3 additions & 3 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.5.1'
30+
OPENSSL_VERSION = ENV['OPENSSL_VERSION'] || '3.5.2'
3131
OPENSSL_SOURCE_URI = "http://www.openssl.org/source/openssl-#{OPENSSL_VERSION}.tar.gz"
3232

33-
KRB5_VERSION = ENV['KRB5_VERSION'] || '1.21.3'
33+
KRB5_VERSION = ENV['KRB5_VERSION'] || '1.22.1'
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.5'
36+
POSTGRESQL_VERSION = ENV['POSTGRESQL_VERSION'] || '17.6'
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.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/src/lib/krb5/krb/deltat.c b/src/lib/krb5/krb/deltat.c
2+
index 03145c854..34cdf969e 100644
3+
--- a/lib/krb5/krb/deltat.c
4+
+++ b/lib/krb5/krb/deltat.c
5+
@@ -44,7 +44,6 @@
6+
#ifdef __GNUC__
7+
#pragma GCC diagnostic push
8+
#pragma GCC diagnostic ignored "-Wuninitialized"
9+
-#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
10+
#endif
11+
12+
#include "k5-int.h"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)