Skip to content

Commit 50db983

Browse files
CBL-Mariner-BotKanishk BansalKanishk-Bansal
authored
Merge PR "[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade munge to 0.5.18 for CVE-2026-25506 - branch 3.0-dev" #15930
Signed-off-by: Kanishk Bansal <kanbansal@microsoft.com> Co-authored-by: Kanishk Bansal <kanbansal@microsoft.com> Co-authored-by: Kanishk Bansal <103916909+Kanishk-Bansal@users.noreply.github.com>
1 parent f7d003a commit 50db983

3 files changed

Lines changed: 14 additions & 18 deletions

File tree

SPECS/munge/munge.signatures.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"Signatures": {
3-
"create-munge-key": "faf294f275027c9165524daa17e862ae7e28cb32aed5f9c452d9bd37065ccebe",
4-
"munge-0.5.15.tar.xz": "3f979df117a34c74db8fe2835521044bdeb08e3b7d0f168ca97c3547f51da9ba",
5-
"munge.logrotate": "f8443edd07c98e0e3c9178c93a0a35e1c690cf3b6fbdb33508b34871657a9879"
6-
}
2+
"Signatures": {
3+
"create-munge-key": "faf294f275027c9165524daa17e862ae7e28cb32aed5f9c452d9bd37065ccebe",
4+
"munge.logrotate": "f8443edd07c98e0e3c9178c93a0a35e1c690cf3b6fbdb33508b34871657a9879",
5+
"munge-0.5.18.tar.xz": "39c3ec6ef5604bfa206e8aa10fc05d5119040f6de4a554bc0fb98ca1aed838dc"
6+
}
77
}

SPECS/munge/munge.spec

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Enables uid & gid authentication across a host cluster
22
Name: munge
3-
Version: 0.5.15
3+
Version: 0.5.18
44
Release: 1%{?dist}
55
# The libs and devel package is GPLv3+ and LGPLv3+ where as the main package is GPLv3 only.
66
License: GPLv3+ AND LGPLv3+
@@ -53,7 +53,6 @@ cp -p %{SOURCE2} munge.logrotate
5353

5454
%build
5555
%configure --disable-static --with-crypto-lib=openssl
56-
echo "d /run/munge 0755 munge munge -" > src/etc/munge.tmpfiles.conf.in
5756
# Get rid of some rpaths for /usr/sbin
5857
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
5958
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -68,12 +67,6 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
6867
install -p -m 755 create-munge-key %{buildroot}/%{_sbindir}/create-munge-key
6968
install -p -D -m 644 munge.logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/munge
7069

71-
# Not installed by make
72-
install -p -D -m 0644 src/etc/munge.tmpfiles.conf %{buildroot}%{_tmpfilesdir}/%{name}.conf
73-
74-
# rm unneeded files.
75-
rm %{buildroot}/%{_sysconfdir}/sysconfig/munge
76-
7770
# Exclude .la files
7871
rm %{buildroot}/%{_libdir}/libmunge.la
7972

@@ -127,9 +120,9 @@ exit 0
127120
%attr(0700,munge,munge) %dir %{_sysconfdir}/munge
128121
%attr(0755,munge,munge) %dir /run/munge/
129122
%attr(0644,munge,munge) %ghost /run/munge/munged.pid
130-
131-
%config(noreplace) %{_tmpfilesdir}/munge.conf
123+
%config(noreplace) %{_sysconfdir}/sysconfig/munge
132124
%config(noreplace) %{_sysconfdir}/logrotate.d/munge
125+
%{_sysusersdir}/munge.conf
133126

134127
%license COPYING COPYING.LESSER
135128
%doc AUTHORS
@@ -138,7 +131,7 @@ exit 0
138131

139132
%files libs
140133
%{_libdir}/libmunge.so.2
141-
%{_libdir}/libmunge.so.2.0.0
134+
%{_libdir}/libmunge.so.2.0.1
142135

143136
%files devel
144137
%{_includedir}/munge.h
@@ -161,6 +154,9 @@ exit 0
161154
%{_mandir}/man3/munge_strerror.3.gz
162155

163156
%changelog
157+
* Fri Feb 13 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.5.18-1
158+
- Auto-upgrade to 0.5.18 - for CVE-2026-25506
159+
164160
* Wed Jan 31 2024 Mitch Zhu <cblmargh@microsoft.com> - 0.5.15-1
165161
- Upstream 0.5.15.
166162

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13862,8 +13862,8 @@
1386213862
"type": "other",
1386313863
"other": {
1386413864
"name": "munge",
13865-
"version": "0.5.15",
13866-
"downloadUrl": "https://github.com/dun/munge/releases/download/munge-0.5.15/munge-0.5.15.tar.xz"
13865+
"version": "0.5.18",
13866+
"downloadUrl": "https://github.com/dun/munge/releases/download/munge-0.5.18/munge-0.5.18.tar.xz"
1386713867
}
1386813868
}
1386913869
},

0 commit comments

Comments
 (0)