Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ca-certificates-mozilla for openSUSE:Factory checked in at 2025-02-04 18:11:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ca-certificates-mozilla (Old) and /work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ca-certificates-mozilla" Tue Feb 4 18:11:11 2025 rev:65 rq:1243055 version:2.72 Changes: -------- --- /work/SRC/openSUSE:Factory/ca-certificates-mozilla/ca-certificates-mozilla.changes 2025-01-23 18:01:48.611211800 +0100 +++ /work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new.2316/ca-certificates-mozilla.changes 2025-02-04 18:12:40.111873351 +0100 @@ -1,0 +2,6 @@ +Tue Feb 4 09:55:01 UTC 2025 - Dirk Müller <dmuel...@suse.com> + +- remove extensive signature printing in comments of the cert + bundle + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ca-certificates-mozilla.spec: same change ++++++ certdata2pem.py ++++++ --- /var/tmp/diff_new_pack.T7al64/_old 2025-02-04 18:12:41.067912794 +0100 +++ /var/tmp/diff_new_pack.T7al64/_new 2025-02-04 18:12:41.071912959 +0100 @@ -280,7 +280,7 @@ # obtain certificate information suitable as a comment comment_fname = "comment-" + fname fcout = open(comment_fname, "w") - comment_command = ["openssl", "x509", "-in", cert_fname, "-noout", "-text"] + comment_command = ["openssl", "x509", "-in", cert_fname, "-noout", "-text", "-certopt", "no_pubkey,no_sigdump"] subprocess.call(comment_command, stdout=fcout) fcout.close() sed_command = ["sed", "--in-place", "s/^/#/", comment_fname]