public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libvpx] rawhide: 1.17.0
@ 2026-08-27 13:59 Tom spot Callaway
  0 siblings, 0 replies; 2+ messages in thread
From: Tom spot Callaway @ 2026-08-27 13:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/libvpx
Branch : rawhide
Commit : 1b40b6e9406c7d4627d94fc827f1080a9d323660
Author : Tom spot Callaway <spotaws@amazon.com>
Date   : 2026-08-27T09:59:35-04:00
Stats  : +2/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/libvpx/c/1b40b6e9406c7d4627d94fc827f1080a9d323660?branch=rawhide

Log:
1.17.0

---
diff --git a/.gitignore b/.gitignore
index 5900436..76cbf8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ libvpx-0.9.1.tar.bz2
 /v1.14.1.tar.gz
 /v1.15.0.tar.gz
 /v1.16.0.tar.gz
+/v1.17.0.tar.gz

diff --git a/sources b/sources
index 312e4c7..03ea62a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v1.16.0.tar.gz) = 07f5e352411d6c0be331706d1835ac89bafbeddcbbac5542b473323766e9e974f4f68b33590f2aa50a7d8d69468a642b508cbb0a7c49a82c9933b07820f9c9d9
+SHA512 (v1.17.0.tar.gz) = be98d1b913575e538fefefe657c9944df85118fe2d0558361495a72c75ac6a2251048cb645fca49e60d6941c823a923f31d4ebc4de9b778008c267c42805b339

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/libvpx] rawhide: 1.17.0
@ 2026-08-27 13:59 Tom spot Callaway
  0 siblings, 0 replies; 2+ messages in thread
From: Tom spot Callaway @ 2026-08-27 13:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/libvpx
Branch : rawhide
Commit : fb9233329b40649626d24713e2eab6ef50926429
Author : Tom spot Callaway <spotaws@amazon.com>
Date   : 2026-08-27T09:59:16-04:00
Stats  : +5/-17 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/libvpx/c/fb9233329b40649626d24713e2eab6ef50926429?branch=rawhide

Log:
1.17.0

---
diff --git a/libvpx-1.7.0-leave-fortify-source-on.patch b/libvpx-1.7.0-leave-fortify-source-on.patch
deleted file mode 100644
index 23099da..0000000
--- a/libvpx-1.7.0-leave-fortify-source-on.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up libvpx-1.7.0/build/make/configure.sh.leave-fs-on libvpx-1.7.0/build/make/configure.sh
---- libvpx-1.7.0/build/make/configure.sh.leave-fs-on	2018-01-26 15:02:18.767645332 -0500
-+++ libvpx-1.7.0/build/make/configure.sh	2018-01-26 15:02:28.594420775 -0500
-@@ -1440,7 +1440,7 @@ EOF
- 
-   # Work around longjmp interception on glibc >= 2.11, to improve binary
-   # compatibility. See http://code.google.com/p/webm/issues/detail?id=166
--  enabled linux && check_add_cflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
-+  # enabled linux && check_add_cflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
- 
-   # Check for strip utility variant
-   ${STRIP} -V 2>/dev/null | grep GNU >/dev/null && enable_feature gnu_strip

diff --git a/libvpx.spec b/libvpx.spec
index 85265a3..65151d3 100644
--- a/libvpx.spec
+++ b/libvpx.spec
@@ -5,16 +5,14 @@
 
 Name:			libvpx
 Summary:		VP8/VP9 Video Codec SDK
-Version:		1.16.0
-Release:		3%{?dist}
+Version:		1.17.0
+Release:		1%{?dist}
 License:		BSD-3-Clause
 URL:			http://www.webmproject.org/code/
 Source0:		https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz
 Source1:		vpx_config.h
 # Thanks to debian.
 Source2:		libvpx.ver
-# Do not disable FORTIFY_SOURCE=2
-Patch0:			libvpx-1.7.0-leave-fortify-source-on.patch
 BuildRequires:		gcc
 BuildRequires:		gcc-c++
 BuildRequires:		make
@@ -46,7 +44,6 @@ and decoder.
 
 %prep
 %setup -q -n libvpx-%{version}
-%patch -P0 -p1 -b .fortify-source-on
 
 %build
 
@@ -202,6 +199,9 @@ rm -rf %{buildroot}%{_prefix}/src
 %{_bindir}/*
 
 %changelog
+* Thu Aug 27 2026 Tom Callaway <spot@fedoraproject.org> - 1.17.0-1
+- update to 1.17.0
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-27 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 13:59 [rpms/libvpx] rawhide: 1.17.0 Tom spot Callaway
  -- strict thread matches above, loose matches on Subject: below --
2026-08-27 13:59 Tom spot Callaway

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