Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libva for openSUSE:Factory checked in at 2026-08-25 13:18:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libva (Old) and /work/SRC/openSUSE:Factory/.libva.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libva" Tue Aug 25 13:18:17 2026 rev:79 rq:1373153 version:2.24.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libva/libva.changes 2026-07-09 22:18:52.701102816 +0200 +++ /work/SRC/openSUSE:Factory/.libva.new.1258/libva.changes 2026-08-25 13:18:29.620583800 +0200 @@ -1,0 +2,7 @@ +Sat Aug 22 16:20:10 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2.24.1: + * va: include <unistd.h> for getuid/getgid in secure_getenv + fallback + +------------------------------------------------------------------- Old: ---- libva-2.24.0.tar.gz New: ---- libva-2.24.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libva.spec ++++++ --- /var/tmp/diff_new_pack.YPaRpl/_old 2026-08-25 13:18:30.379610565 +0200 +++ /var/tmp/diff_new_pack.YPaRpl/_new 2026-08-25 13:18:30.381610636 +0200 @@ -30,7 +30,7 @@ Name: libva%{name_suffix} %define _name libva -Version: 2.24.0 +Version: 2.24.1 Release: 0 Summary: Video Acceleration (VA) API License: MIT ++++++ libva-2.24.0.tar.gz -> libva-2.24.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libva-2.24.0/NEWS new/libva-2.24.1/NEWS --- old/libva-2.24.0/NEWS 2026-07-02 07:46:11.000000000 +0200 +++ new/libva-2.24.1/NEWS 2026-07-08 10:05:48.000000000 +0200 @@ -1,6 +1,9 @@ -libva NEWS -- summary of user visible changes. 2026-7-2 +libva NEWS -- summary of user visible changes. 2026-7-8 Copyright (C) 2009-2026 Intel Corporation +version 2.24.1 - 08.Jul.2026 +* va: include <unistd.h> for getuid/getgid in secure_getenv fallback + version 2.24.0 - 02.Jul.2026 * va: Add VA_PICTURE_H264_NON_EXISTING flag * va: use secure_getenv instead of getenv in va_x11.c diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libva-2.24.0/configure.ac new/libva-2.24.1/configure.ac --- old/libva-2.24.0/configure.ac 2026-07-02 07:46:11.000000000 +0200 +++ new/libva-2.24.1/configure.ac 2026-07-08 10:05:48.000000000 +0200 @@ -42,7 +42,7 @@ # - reset micro version to zero when VA-API major or minor version is changed m4_define([libva_major_version], [m4_eval(va_api_major_version + 1)]) m4_define([libva_minor_version], [m4_eval(va_api_minor_version)]) -m4_define([libva_micro_version], [0]) +m4_define([libva_micro_version], [1]) m4_define([libva_pre_version], [0]) m4_define([libva_version], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libva-2.24.0/meson.build new/libva-2.24.1/meson.build --- old/libva-2.24.0/meson.build 2026-07-02 07:46:11.000000000 +0200 +++ new/libva-2.24.1/meson.build 2026-07-08 10:05:48.000000000 +0200 @@ -7,7 +7,7 @@ # - reset micro version to zero when VA-API major or minor version is changed project( 'libva', 'c', - version : '2.24.0', + version : '2.24.1', meson_version : '>= 0.53.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libva-2.24.0/va/va_internal.h new/libva-2.24.1/va/va_internal.h --- old/libva-2.24.0/va/va_internal.h 2026-07-02 07:46:11.000000000 +0200 +++ new/libva-2.24.1/va/va_internal.h 2026-07-08 10:05:48.000000000 +0200 @@ -34,6 +34,7 @@ /* No setuid/setgid on Windows, secure_getenv is just getenv */ #define secure_getenv getenv #else +#include <unistd.h> static inline char * secure_getenv(const char *name) { if (getuid() == geteuid() && getgid() == getegid())
