diff --git a/.gitignore b/.gitignore index b6bd884..5db5be9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ SOURCES/nagios-agents-metadata-105ab8a7b2c16b9a29cf1c1596b80136eeef332b.tar.gz -SOURCES/pacemaker-3980678f0.tar.gz +SOURCES/pacemaker-49aab9983.tar.gz diff --git a/.pacemaker.metadata b/.pacemaker.metadata index 2f3097a..3f203e7 100644 --- a/.pacemaker.metadata +++ b/.pacemaker.metadata @@ -1,2 +1,2 @@ 2cbec94ad67dfbeba75e38d2c3c5c44961b3cd16 SOURCES/nagios-agents-metadata-105ab8a7b2c16b9a29cf1c1596b80136eeef332b.tar.gz -6742016fd97fec13e5352506c58d2289432b2242 SOURCES/pacemaker-3980678f0.tar.gz +08d3f921f145e91371dd540735ebe5aa1a7a766a SOURCES/pacemaker-49aab9983.tar.gz diff --git a/SPECS/pacemaker.spec b/SPECS/pacemaker.spec index de38ae2..8bb4efc 100644 --- a/SPECS/pacemaker.spec +++ b/SPECS/pacemaker.spec @@ -35,11 +35,11 @@ ## Upstream pacemaker version, and its package version (specversion ## can be incremented to build packages reliably considered "newer" ## than previously built packages with the same pcmkversion) -%global pcmkversion 2.1.8 -%global specversion 3 +%global pcmkversion 2.1.9 +%global specversion 1 ## Upstream commit (full commit ID, abbreviated commit ID, or tag) to build -%global commit 3980678f0372f2c7c294c01f61d63f0b2cafaad1 +%global commit 49aab998399b9fec21631ff610ae5bdcc4ffb7a4 ## Since git v2.11, the extent of abbreviation is autoscaled by default ## (used to be constant of 7), so we need to convey it for non-tags, too. @@ -914,6 +914,16 @@ exit 0 %license %{nagios_name}-%{nagios_hash}/COPYING %changelog +* Fri Nov 1 2024 Chris Lumens - 2.1.9-1 +- Rebase on upstream 2.1.9 final release +- Use async communication to establish TLS connections +- Fix regression in adding alerts to CIB +- Fix a crash in command line tools when stderr is closed +- Resolves: RHEL-61382 +- Resolves: RHEL-34276 +- Resolves: RHEL-55458 +- Resolves: RHEL-59043 + * Fri Aug 9 2024 Chris Lumens - 2.1.8-3 - Rebase on upstream 2.1.8 final release - Resolves: RHEL-38540