Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions SPECS/munge/munge.signatures.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Signatures": {
"create-munge-key": "faf294f275027c9165524daa17e862ae7e28cb32aed5f9c452d9bd37065ccebe",
"munge-0.5.13.tar.xz": "99753dfd06a4f063c36f3fb0eb1964f394feb649937d94c4734d85b7964144da",
"munge.logrotate": "f8443edd07c98e0e3c9178c93a0a35e1c690cf3b6fbdb33508b34871657a9879"
}
}
"Signatures": {
"create-munge-key": "faf294f275027c9165524daa17e862ae7e28cb32aed5f9c452d9bd37065ccebe",
"munge.logrotate": "f8443edd07c98e0e3c9178c93a0a35e1c690cf3b6fbdb33508b34871657a9879",
"munge-0.5.18.tar.xz": "39c3ec6ef5604bfa206e8aa10fc05d5119040f6de4a554bc0fb98ca1aed838dc"
}
}
9 changes: 5 additions & 4 deletions SPECS/munge/munge.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Enables uid & gid authentication across a host cluster
Name: munge
Version: 0.5.13
Release: 9%{?dist}
Version: 0.5.18
Release: 1%{?dist}
# The libs and devel package is GPLv3+ and LGPLv3+ where as the main package is GPLv3 only.
License: GPLv3+ AND LGPLv3+
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -53,7 +53,6 @@ cp -p %{SOURCE2} munge.logrotate

%build
%configure --disable-static --with-crypto-lib=openssl
echo "d /run/munge 0755 munge munge -" > src/etc/munge.tmpfiles.conf.in
# Get rid of some rpaths for /usr/sbin
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
Expand Down Expand Up @@ -123,7 +122,6 @@ exit 0
%attr(0755,munge,munge) %dir /run/munge/
%attr(0644,munge,munge) %ghost /run/munge/munged.pid

%config(noreplace) %{_tmpfilesdir}/munge.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/munge

%license COPYING COPYING.LESSER
Expand Down Expand Up @@ -156,6 +154,9 @@ exit 0
%{_mandir}/man3/munge_strerror.3.gz

%changelog
* Fri Feb 13 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.5.18-1
- Auto-upgrade to 0.5.18 - for CVE-2026-25506

* Mon Feb 06 2023 Riken Maharjan <rmaharjan@microsoft.com> - 0.5.13-9
- Move from Extended to Core.
- License verified.
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13773,8 +13773,8 @@
"type": "other",
"other": {
"name": "munge",
"version": "0.5.13",
"downloadUrl": "https://github.com/dun/munge/releases/download/munge-0.5.13/munge-0.5.13.tar.xz"
"version": "0.5.18",
"downloadUrl": "https://github.com/dun/munge/releases/download/munge-0.5.18/munge-0.5.18.tar.xz"
}
}
},
Expand Down
Loading