To check the back porting of any RHEL package : This example checks for all patched vulnerabilities since 2020, for example. Package name is the name of the package as used with dnf/yum
sudo rpm -q --changelog [package name] | grep CVE-202 On May 11, 2026, at 12:27 PM, Steven Jones via Mailman-Users <[email protected]> wrote: External Email Hi, We are running a RHEL8 version of mailman2. Is there any test(s) I can run to find out if RH's patched version is the same secure version as the latest/ last mailman2 binary released? Currently we have, mailman-2.1.30-1.module+el8.9.0+19511+cc1b14d9.x86_64 regards Steven ------------------------------------------------------ Mailman-Users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-users.python.org/<https://mail.python.org/mailman3/lists/mailman-users.python.org> Mailman FAQ: http://wiki.list.org/x/AgA3<http://wiki.list.org/x/AgA3> Security Policy: http://wiki.list.org/x/QIA9<http://wiki.list.org/x/QIA9> Searchable Archives: https://www.mail-archive.com/[email protected]/<https://www.mail-archive.com/[email protected]> https://mail.python.org/archives/list/[email protected]/<https://mail.python.org/archives/list/[email protected]> Member address: [email protected] -- Bruce Johnson University of Arizona College of Pharmacy Information Technology Group Institutions do not have opinions, merely customs ------------------------------------------------------ Mailman-Users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/[email protected]/ https://mail.python.org/archives/list/[email protected]/ Member address: [email protected]
