public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/svt-av1] epel9-next: Add noexecstack
@ 2026-07-14 21:52 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-14 21:52 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/svt-av1
            Branch : epel9-next
            Commit : 9e5d5d8fc5091cf85c4c7fb1ad9ca6eeb150180c
            Author : Robert-André Mauchin <zebob.m@gmail.com>
            Date   : 2021-02-17T19:19:36+01:00
            Stats  : +6/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/svt-av1/c/9e5d5d8fc5091cf85c4c7fb1ad9ca6eeb150180c?branch=epel9-next

            Log:
            Add noexecstack
Fix: rhbz#1927739

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>

---
diff --git a/svt-av1.spec b/svt-av1.spec
index f91755e..f92d9b8 100644
--- a/svt-av1.spec
+++ b/svt-av1.spec
@@ -6,7 +6,7 @@ encoding / transcoding video applications.}
 
 Name:           svt-av1
 Version:        0.8.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Scalable Video Technology for AV1 Encoder
 
 # Main library: BSD-2-Clause-Patent
@@ -65,6 +65,7 @@ sed -e "s|install: true,|install: true, include_directories : [ include_director
 -e "/svtav1enc_dep =/d" -e 's|, svtav1enc_dep||' -e "s|svtav1enc_dep.found()|true|" -i gstreamer-plugin/meson.build
 
 %build
+export LDFLAGS="%build_ldflags -Wl,-znoexecstack"
 %cmake \
     -DCMAKE_BUILD_TYPE=RelWithDebInfo
 %cmake_build
@@ -111,6 +112,10 @@ popd
 %{_libdir}/gstreamer-1.0/libgstsvtav1enc.so
 
 %changelog
+* Wed Feb 17 18:28:38 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.6-3
+- Add noexecstack
+- Fix: rhbz#1927739
+
 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-07-14 21:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 21:52 [rpms/svt-av1] epel9-next: Add noexecstack 

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