public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/buildah] update-buildah-cve-2026-46597: buildah-1.19.0-2.el9
@ 2026-08-05 18:46 Jindrich Novy
  0 siblings, 0 replies; only message in thread
From: Jindrich Novy @ 2026-08-05 18:46 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-05 18:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 18:46 [rpms/buildah] update-buildah-cve-2026-46597: buildah-1.19.0-2.el9 Jindrich Novy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox