2 Commits

Author SHA256 Message Date
1d31b30870 Accepting request 1230957 from X11:XOrg
- Update to version 1.0.13 
  * Remove "All rights reserved" from Oracle copyright notices
  * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * Use calloc instead of malloc and manual loops to zero array contents
  * XvQueryEncodings: avoid NULL deref if length is 0, but num_encodings is not
  * XvQueryAdaptors: avoid NULL deref if length is 0, but num_adaptors is not

OBS-URL: https://build.opensuse.org/request/show/1230957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXv?expand=0&rev=13
2024-12-16 18:09:01 +00:00
8e3a22e6dd - Update to version 1.0.13
* Remove "All rights reserved" from Oracle copyright notices
  * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * Use calloc instead of malloc and manual loops to zero array contents
  * XvQueryEncodings: avoid NULL deref if length is 0, but num_encodings is not
  * XvQueryAdaptors: avoid NULL deref if length is 0, but num_adaptors is not

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXv?expand=0&rev=20
2024-12-14 04:14:08 +00:00
4 changed files with 15 additions and 5 deletions

Binary file not shown.

3
libXv-1.0.13.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d34910958e1c1f8d193d828fea1b7da192297280a35437af0692f003ba03755
size 281460

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Dec 14 04:11:34 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.0.13
* Remove "All rights reserved" from Oracle copyright notices
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
* Use calloc instead of malloc and manual loops to zero array contents
* XvQueryEncodings: avoid NULL deref if length is 0, but num_encodings is not
* XvQueryAdaptors: avoid NULL deref if length is 0, but num_adaptors is not
-------------------------------------------------------------------
Mon Dec 5 10:37:03 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libXv
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: libXv
%define lname libXv1
Version: 1.0.12
Version: 1.0.13
Release: 0
Summary: X Video extension library
License: MIT