]> git.pld-linux.org Git - packages/pipewire.git/blobdiff - pipewire.spec
upstream fix for crash due to use after free; rel 2
[packages/pipewire.git] / pipewire.spec
index db19e3eca94943c9b781921688646ce59708fda8..5dc3e1b4c2554731e2e241b4032788cee8ff3286 100644 (file)
@@ -13,13 +13,14 @@ Summary:    PipeWire - server and user space API to deal with multimedia pipelines
 Summary(pl.UTF-8):     PipeWire - serwer i API przestrzeni użytkownika do obsługi potoków multimedialnych
 Name:          pipewire
 Version:       0.3.47
-Release:       1
+Release:       2
 License:       MIT, LGPL v2+, GPL v2
 Group:         Libraries
 #Source0Download: https://github.com/PipeWire/pipewire/releases
 Source0:       https://github.com/PipeWire/pipewire/archive/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 38f2662f638cca4472c0de7262b5445f
 Patch0:                %{name}-gcc.patch
+Patch1:                use_after_free_crash.patch
 URL:           https://pipewire.org/
 %if %{with jack}
 BuildRequires: SDL2-devel >= 2
@@ -278,6 +279,7 @@ Wtyczka udostępniająca źródło i cel obrazu PipeWire dla GStreamera.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %meson build \
This page took 0.163827 seconds and 4 git commands to generate.