mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/orc: security upgrade to 0.4.39
* CVE-2024-40897
This commit is contained in:
parent
6d17c74fad
commit
e13d976aaa
@ -2,7 +2,7 @@
|
||||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=orc
|
||||
pkgver=0.4.34
|
||||
pkgver=0.4.39
|
||||
pkgrel=0
|
||||
pkgdesc="Oil Run-time Compiler"
|
||||
url="https://gstreamer.freedesktop.org/modules/orc.html"
|
||||
@ -13,11 +13,9 @@ makedepends="linux-headers meson"
|
||||
subpackages="$pkgname-dev $pkgname-compiler"
|
||||
source="https://gstreamer.freedesktop.org/src/orc/orc-$pkgver.tar.xz"
|
||||
|
||||
case "$CARCH" in
|
||||
# FIXME: Test exec_opcodes_sys fails on armhf.
|
||||
# FIXME: MIPS DSP Module Rev2 is required for tests on mips*.
|
||||
arm*|mips*) options="!check";;
|
||||
esac
|
||||
# secfixes:
|
||||
# 0.4.39-r0:
|
||||
# - CVE-2024-40897
|
||||
|
||||
build() {
|
||||
abuild-meson \
|
||||
@ -42,5 +40,5 @@ compiler() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
ea6ce72398fad7569b97afe8e635402a7cc6d5e27b57c27fd76d85ccdf971391b52187297e5849e50ce1031691e9748f2cc312cb39bd0c6ac23c00ac6d96cb41 orc-0.4.34.tar.xz
|
||||
5b2167c9bb5ef4fdd5b1a683e5e7fc94bafa0afe62cb5f30e6fd2de9e80b4727b533029688e2807fc64b60af45f9263a421074bf330fb2f208b48620b0f95fd6 orc-0.4.39.tar.xz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user