Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
327a22d25e
!28 [sync] PR-26: Update to 0.2.44 for fix CVE-2025-2175
From: @openeuler-sync-bot 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2025-03-27 01:11:48 +00:00
starlet-dx
84c708f6b1 Update to 0.2.44 for fix CVE-2025-2175
(cherry picked from commit 0043c5f4afbcb0c734783bf3d4260164ff22f243)
2025-03-26 16:52:22 +08:00
openeuler-ci-bot
071299dc9b
!19 Fix CVE-2025-2173,CVE-2025-2174,CVE-2025-2176 and CVE-2025-2177
From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2025-03-18 11:42:33 +00:00
starlet-dx
ec38b21d4a Fix CVE-2025-2173,CVE-2025-2174,CVE-2025-2176 and CVE-2025-2177 2025-03-18 16:53:01 +08:00
openeuler-ci-bot
2857b6bbc1
!13 将版权许可文件放到合适的目录中
From: @lvgenggeng 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-02-06 05:37:52 +00:00
lvgenggeng
acf0fcd80f move license file to prefered dir
Signed-off-by: lvgenggeng <lvgenggeng@uniontech.com>
2024-02-04 17:32:12 +08:00
openeuler-ci-bot
3b80f946b6
!5 fix uninstall error
From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-24 09:13:35 +00:00
lwg K
031eee173c fix uninstall error 2023-11-24 16:59:52 +08:00
openeuler-ci-bot
82209dc8db
!3 Update to 0.2.42
From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-09-05 00:53:00 +00:00
starlet-dx
b514053a9c Update to 0.2.42 2023-09-04 15:13:40 +08:00
4 changed files with 32 additions and 11 deletions

Binary file not shown.

BIN
zvbi-0.2.44.tar.gz Normal file

Binary file not shown.

View File

@ -1,20 +1,21 @@
Name: zvbi
Version: 0.2.35
Release: 7
Version: 0.2.44
Release: 1
Summary: A library provides functions to capture and decode VBI data
License: LGPLv2+ and GPLv2+ and BSD
URL: http://zapping.sourceforge.net/ZVBI/index.html
Source0: http://downloads.sourceforge.net/zapping/%{name}-%{version}.tar.bz2
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause AND MIT
URL: https://github.com/zapping-vbi/zvbi
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0001: %{name}-0.2.24-tvfonts.patch
Patch0002: %{name}-0.2.25-openfix.patch
BuildRequires: gcc-c++ doxygen fontconfig gettext >= 0.16.1 libpng-devel
BuildRequires: gcc-c++ doxygen fontconfig gettext >= 0.21.0 libpng-devel
BuildRequires: libICE-devel xorg-x11-font-utils systemd-units
BuildRequires: autoconf automake libtool gettext-devel
Requires(post): systemd-units fontconfig
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units fontconfig
Requires(postun): systemd-units
provides: %{name}-fonts = %{version}-%{release}
Obsoletes: %{name}-fonts < %{version}-%{release}
@ -61,6 +62,7 @@ WantedBy=multi-user.target
EOF
%build
autoreconf -fi
%configure --disable-rpath --enable-v4l --enable-dvb --enable-proxy
%make_build
@ -111,12 +113,12 @@ if [ "$1" = "0" ]; then
fi
%files -f %{name}.lang
%doc AUTHORS COPYING COPYING.LIB
%doc AUTHORS
%license COPYING COPYING.md
%{_bindir}/%{name}*
%{_sbindir}/zvbid
%{_unitdir}/zvbid.service
%{_libdir}/*.so.*
%exclude %{_initrddir}
%dir %{_datadir}/fonts/%{name}
%{_datadir}/fonts/%{name}/*.gz
%{_datadir}/fonts/%{name}/fonts.dir
@ -130,9 +132,24 @@ fi
%{_libdir}/pkgconfig/%{name}-0.2.pc
%files help
%doc BUGS ChangeLog NEWS README TODO
%doc BUGS ChangeLog NEWS README.md TODO
%{_mandir}/man1/*
%changelog
* Wed Mar 26 2025 yaoxin <1024769339@qq.com> - 0.2.44-1
- Update to 0.2.44 for fix CVE-2025-2175
* Tue Mar 18 2025 yaoxin <1024769339@qq.com> - 0.2.42-4
- Fix CVE-2025-2173,CVE-2025-2174,CVE-2025-2176 and CVE-2025-2177
* Sun Feb 04 2024 lvgenggeng <lvgenggeng@uniontech.com> 0.2.42-3
- move license file to prefered dir
* Fri Nov 24 2023 lwg <weigangli99@gmail.com> - 0.2.42-2
- fix uninstall error
* Mon Sep 04 2023 yaoxin <yao_xin001@hoperun.com> - 0.2.42-1
- Update to 0.2.42
* Mon Dec 02 2019 Jiangping Hu <hujiangping@huawei.com> - 0.2.35-7
- Package init

4
zvbi.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: zapping-vbi/zvbi
tag_prefix: ^v
seperator: .