Skip to content

Commit

Permalink
[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade pam to 1.5.3 fix CVE-202…
Browse files Browse the repository at this point in the history
…2-28321 - branch main (#8149)
  • Loading branch information
CBL-Mariner-Bot authored Feb 28, 2024
1 parent 1d29c6a commit cac464e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
6 changes: 3 additions & 3 deletions SPECS/pam/pam.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"Linux-PAM-1.5.1.tar.xz": "201d40730b1135b1b3cdea09f2c28ac634d73181ccd0172ceddee3649c5792fc"
}
"Signatures": {
"Linux-PAM-1.5.3.tar.xz": "7ac4b50feee004a9fa88f1dfd2d2fa738a82896763050cd773b3c54b0a818283"
}
}
10 changes: 8 additions & 2 deletions SPECS/pam/pam.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Linux Pluggable Authentication Modules
Name: pam
Version: 1.5.1
Release: 5%{?dist}
Version: 1.5.3
Release: 1%{?dist}
License: BSD and GPLv2+
URL: https://github.com/linux-pam/linux-pam
Source0: https://github.com/linux-pam/linux-pam/releases/download/v%{version}/Linux-PAM-%{version}.tar.xz
Expand Down Expand Up @@ -96,8 +96,14 @@ EOF
%{_includedir}/*
%{_mandir}/man3/*
%{_docdir}/%{name}-%{version}/*
%{_libdir}/pkgconfig/pam.pc
%{_libdir}/pkgconfig/pam_misc.pc
%{_libdir}/pkgconfig/pamc.pc

%changelog
* Mon Feb 19 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.5.3-1
- Auto-upgrade to 1.5.3 - fix CVE-2022-28321

* Tue Mar 22 2022 Andrew Phelps <anphel@microsoft.com> - 1.5.1-5
- Require audit-libs

Expand Down
6 changes: 3 additions & 3 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15814,8 +15814,8 @@
"type": "other",
"other": {
"name": "pam",
"version": "1.5.1",
"downloadUrl": "https://github.com/linux-pam/linux-pam/releases/download/v1.5.1/Linux-PAM-1.5.1.tar.xz"
"version": "1.5.3",
"downloadUrl": "https://github.com/linux-pam/linux-pam/releases/download/v1.5.3/Linux-PAM-1.5.3.tar.xz"
}
}
},
Expand Down Expand Up @@ -30957,4 +30957,4 @@
}
],
"Version": 1
}
}
8 changes: 4 additions & 4 deletions toolkit/resources/manifests/package/toolchain_aarch64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@ p11-kit-debuginfo-0.24.1-1.cm2.aarch64.rpm
p11-kit-devel-0.24.1-1.cm2.aarch64.rpm
p11-kit-server-0.24.1-1.cm2.aarch64.rpm
p11-kit-trust-0.24.1-1.cm2.aarch64.rpm
pam-1.5.1-5.cm2.aarch64.rpm
pam-debuginfo-1.5.1-5.cm2.aarch64.rpm
pam-devel-1.5.1-5.cm2.aarch64.rpm
pam-lang-1.5.1-5.cm2.aarch64.rpm
pam-1.5.3-1.cm2.aarch64.rpm
pam-debuginfo-1.5.3-1.cm2.aarch64.rpm
pam-devel-1.5.3-1.cm2.aarch64.rpm
pam-lang-1.5.3-1.cm2.aarch64.rpm
patch-2.7.6-8.cm2.aarch64.rpm
patch-debuginfo-2.7.6-8.cm2.aarch64.rpm
pcre-8.45-2.cm2.aarch64.rpm
Expand Down
8 changes: 4 additions & 4 deletions toolkit/resources/manifests/package/toolchain_x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,10 @@ p11-kit-debuginfo-0.24.1-1.cm2.x86_64.rpm
p11-kit-devel-0.24.1-1.cm2.x86_64.rpm
p11-kit-server-0.24.1-1.cm2.x86_64.rpm
p11-kit-trust-0.24.1-1.cm2.x86_64.rpm
pam-1.5.1-5.cm2.x86_64.rpm
pam-debuginfo-1.5.1-5.cm2.x86_64.rpm
pam-devel-1.5.1-5.cm2.x86_64.rpm
pam-lang-1.5.1-5.cm2.x86_64.rpm
pam-1.5.3-1.cm2.x86_64.rpm
pam-debuginfo-1.5.3-1.cm2.x86_64.rpm
pam-devel-1.5.3-1.cm2.x86_64.rpm
pam-lang-1.5.3-1.cm2.x86_64.rpm
patch-2.7.6-8.cm2.x86_64.rpm
patch-debuginfo-2.7.6-8.cm2.x86_64.rpm
pcre-8.45-2.cm2.x86_64.rpm
Expand Down

0 comments on commit cac464e

Please sign in to comment.