Skip to content

Commit ea46351

Browse files
committed
Build: raise minimum GnuTLS dependency to 3.4.6
Ref T624 Ref T967
1 parent 0bd906a commit ea46351

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
| 3.6 or later | python3 | python3 | python3 |
1919
| 0.18 or later | gettext-devel | gettext-tools | gettext |
2020
| 0.18 or later | | | autopoint |
21-
| 3.1.7 or later | gnutls-devel | libgnutls-devel | libgnutls-dev |
21+
| 3.4.6 or later | gnutls-devel | libgnutls-devel | libgnutls-dev |
2222

2323
Also:
2424
* make must be GNU (or compatible) (setting MAKE=gmake might also work but is

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl
22
dnl autoconf for Pacemaker
33
dnl
4-
dnl Copyright 2009-2024 the Pacemaker project contributors
4+
dnl Copyright 2009-2025 the Pacemaker project contributors
55
dnl
66
dnl The version control history for this file may have further details.
77
dnl
@@ -1565,7 +1565,7 @@ dnl ========================================================================
15651565
dnl GnuTLS
15661566
dnl ========================================================================
15671567

1568-
PKG_CHECK_MODULES(GNUTLS, [gnutls >= 3.1.7],
1568+
PKG_CHECK_MODULES(GNUTLS, [gnutls >= 3.4.6],
15691569
[CPPFLAGS="${CPPFLAGS} ${GNUTLS_CFLAGS}"
15701570
LIBS="${LIBS} ${GNUTLS_LIBS}"])
15711571

rpm/pacemaker.spec.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2008-2024 the Pacemaker project contributors
2+
# Copyright 2008-2025 the Pacemaker project contributors
33
#
44
# The version control history for this file may have further details.
55
#
@@ -270,7 +270,7 @@ BuildRequires: sed
270270

271271
# Required for core functionality
272272
BuildRequires: pkgconfig(glib-2.0) >= 2.42
273-
BuildRequires: pkgconfig(gnutls) >= 3.1.7
273+
BuildRequires: pkgconfig(gnutls) >= 3.4.6
274274
BuildRequires: pkgconfig(libxml-2.0) >= 2.9.2
275275
BuildRequires: pkgconfig(systemd)
276276
BuildRequires: libxslt-devel

0 commit comments

Comments
 (0)