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.43.0-1.el9
Date: Wed, 05 Aug 2026 18:47:31 GMT	[thread overview]
Message-ID: <178595565112.1.13176543902734242727.rpms-buildah-0ca4c846b187@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/buildah
            Branch : update-buildah-cve-2026-46597
            Commit : 0ca4c846b187ab5a019b6171ebfc195d72cc183a
            Author : Jindrich Novy <jnovy@redhat.com>
            Date   : 2026-02-09T13:54:10+01:00
            Stats  : +19/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/buildah/c/0ca4c846b187ab5a019b6171ebfc195d72cc183a?branch=update-buildah-cve-2026-46597

            Log:
            buildah-1.43.0-1.el9

- update to https://github.com/containers/buildah/releases/tag/v1.43.0
- Related: RHEL-111919

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

---
diff --git a/buildah.spec b/buildah.spec
index debb776..842d351 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -32,7 +32,7 @@ Epoch: 2
 # If that's what you're reading, Version must be 0, and will be updated by Packit for
 # copr and koji builds.
 # If you're reading this on dist-git, the version is automatically filled in by Packit.
-Version: 1.41.8
+Version: 1.43.0
 # The `AND` needs to be uppercase in the License for SPDX compatibility
 License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
 Release: 1%{?dist}
@@ -69,6 +69,9 @@ BuildRequires: libseccomp-devel
 %endif
 Requires: libseccomp >= 2.4.1-0
 Suggests: cpp
+%if %{defined sequoia}
+Requires: podman-sequoia
+%endif
 
 %description
 The %{name} package provides a command line tool which can be used to
@@ -132,6 +135,10 @@ export BUILDTAGS+=" exclude_graphdriver_btrfs"
 export BUILDTAGS+=" libtrust_openssl"
 %endif
 
+%if %{defined sequoia}
+export BUILDTAGS+=" containers_image_sequoia"
+%endif
+
 %gobuild -o bin/%{name} ./cmd/%{name}
 %gobuild -o bin/imgtype ./tests/imgtype
 %gobuild -o bin/copy ./tests/copy
@@ -139,6 +146,8 @@ export BUILDTAGS+=" libtrust_openssl"
 %gobuild -o bin/inet ./tests/inet
 %gobuild -o bin/dumpspec ./tests/dumpspec
 %gobuild -o bin/passwd ./tests/passwd
+%gobuild -o bin/crash ./tests/crash
+%gobuild -o bin/wait ./tests/wait
 %{__make} docs
 
 %install
@@ -152,6 +161,8 @@ cp bin/tutorial %{buildroot}/%{_bindir}/%{name}-tutorial
 cp bin/inet     %{buildroot}/%{_bindir}/%{name}-inet
 cp bin/dumpspec %{buildroot}/%{_bindir}/%{name}-dumpspec
 cp bin/passwd %{buildroot}/%{_bindir}/%{name}-passwd
+cp bin/crash %{buildroot}/%{_bindir}/%{name}-crash
+cp bin/wait %{buildroot}/%{_bindir}/%{name}-wait
 
 rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
 
@@ -178,9 +189,15 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
 %{_bindir}/%{name}-inet
 %{_bindir}/%{name}-dumpspec
 %{_bindir}/%{name}-passwd
+%{_bindir}/%{name}-crash
+%{_bindir}/%{name}-wait
 %{_datadir}/%{name}/test
 
 %changelog
+* Mon Feb 09 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.43.0-1
+- update to https://github.com/containers/buildah/releases/tag/v1.43.0
+- Related: RHEL-111919
+
 * Wed Feb 04 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.41.8-1
 - update to https://github.com/containers/buildah/releases/tag/v1.41.8
 - Related: RHEL-111919

diff --git a/sources b/sources
index d849650..3553206 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v1.41.8.tar.gz) = 42b11fe322bc4271c575aff5fc615578e04e7a2a41eaba529a74c138eb5c5f1fd7319450b0eddca5a057689f3fcfae34b34cc8d5d27004f8bf2e046fa4621f1a
+SHA512 (v1.43.0.tar.gz) = 603ad143b3f472d814d058507669668f685434f24aa1d904daceac51e7b5a7d1719e1cae64fa47a6c1be32a3fb1f40dc3a094fe193056cc7a775b9a5b4f519bc

                 reply	other threads:[~2026-08-05 18:47 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=178595565112.1.13176543902734242727.rpms-buildah-0ca4c846b187@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