public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jindrich Novy <jnovy@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/buildah] update-buildah-cve-2026-46597: buildah-1.19.0-2.el9
Date: Wed, 05 Aug 2026 18:46:09 GMT	[thread overview]
Message-ID: <178595556925.1.1145782350876717504.rpms-buildah-b577bcfb338f@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/buildah
            Branch : update-buildah-cve-2026-46597
            Commit : b577bcfb338f6cb27118c110006302afceb44718
            Author : Jindrich Novy <jnovy@redhat.com>
            Date   : 2021-01-14T09:21:35+01:00
            Stats  : +7/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/buildah/c/b577bcfb338f6cb27118c110006302afceb44718?branch=update-buildah-cve-2026-46597

            Log:
            buildah-1.19.0-2.el9

- fix gating test issue with openssl cert
- Related: #1914884

Signed-off-by: Jindrich Novy <jnovy@redhat.com>

---
diff --git a/buildah.spec b/buildah.spec
index 46f15f1..62f06eb 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -19,7 +19,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl 
 
 Name: buildah
 Version: 1.19.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A command line tool used for creating OCI Images
 License: ASL 2.0
 URL: https://%{name}.io
@@ -124,6 +124,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
 %{_datadir}/%{name}/test
 
 %changelog
+* Thu Jan 14 2021 Jindrich Novy <jnovy@redhat.com> - 1.19.0-2
+- fix gating test issue with openssl cert
+- Related: #1914884
+
 * Tue Jan 12 2021 Jindrich Novy <jnovy@redhat.com> - 1.19.0-1
 - update to https://github.com/containers/buildah/releases/tag/v1.19.0
 

diff --git a/tests/test_buildah.sh b/tests/test_buildah.sh
index 26e83ac..410fdcd 100755
--- a/tests/test_buildah.sh
+++ b/tests/test_buildah.sh
@@ -24,7 +24,8 @@ start_registry() {
         openssl req -newkey rsa:4096 -nodes -sha256 \
                 -keyout $AUTHDIR/domain.key -x509 -days 2 \
                 -out $AUTHDIR/domain.crt \
-                -subj "/C=US/ST=Foo/L=Bar/O=Red Hat, Inc./CN=localhost"
+                -subj "/C=US/ST=Foo/L=Bar/O=Red Hat, Inc./CN=registry host certificate" \
+                -addext subjectAltName=DNS:localhost
     fi
 
     if [ ! -e $AUTHDIR/htpasswd ]; then

                 reply	other threads:[~2026-08-05 18:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178595556925.1.1145782350876717504.rpms-buildah-b577bcfb338f@fedoraproject.org \
    --to=jnovy@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox