Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
8d4feaa212
!23 Update to version 3.5.17
From: @fundawang 
Reviewed-by: @weigangli 
Signed-off-by: @weigangli
2023-10-07 01:15:36 +00:00
root
a2e1f883c8 3.5.17 2023-10-04 16:08:00 +08:00
openeuler-ci-bot
1c1a52c1a1
!20 enable make check
From: @zppzhangpan 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-09-26 09:45:12 +00:00
zppzhangpan
f156c3703b enable make check 2023-09-20 16:20:19 +08:00
openeuler-ci-bot
5d4500329d
!18 update to 3.5.16
From: @zppzhangpan 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-08-02 08:47:37 +00:00
zhangpan
920ed2e7db update to 3.5.16 2023-07-20 08:30:17 +00:00
openeuler-ci-bot
c7240739f7
!17 update to 3.5.15
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-02-07 08:36:26 +00:00
zhouwenpei
8502304c82 update to 3.5.15 2023-02-04 02:46:26 +00:00
openeuler-ci-bot
19a7356cda
!11 fix CVE-2022-44617,CVE-2022-46285,CVE-2022-4883
From: @zhouwenpei 
Reviewed-by: @weidongkl, @t_feng 
Signed-off-by: @t_feng
2023-02-01 08:37:42 +00:00
zhouwenpei
d353aa0407 fix CVE-2022-44617,CVE-2022-46285,CVE-2022-4883 2023-02-01 01:55:29 +00:00
3 changed files with 23 additions and 4 deletions

Binary file not shown.

BIN
libXpm-3.5.17.tar.xz Normal file

Binary file not shown.

View File

@ -1,13 +1,14 @@
Name: libXpm Name: libXpm
Version: 3.5.13 Version: 3.5.17
Release: 3 Release: 1
License: MIT License: MIT
Summary: X.Org X11 libXpm runtime library Summary: X.Org X11 libXpm runtime library
URL: https://www.x.org URL: https://www.x.org
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz
BuildRequires: xorg-x11-util-macros autoconf automake libtool BuildRequires: xorg-x11-util-macros autoconf automake libtool
BuildRequires: gettext libXau-devel libXext-devel libXt-devel BuildRequires: gettext libXau-devel libXext-devel libXt-devel
BuildRequires: ncompress glib2-devel
%description %description
X.Org X11 libXpm runtime library X.Org X11 libXpm runtime library
@ -35,6 +36,9 @@ autoreconf -ivf
%ldconfig_scriptlets %ldconfig_scriptlets
%check
make check
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS %doc AUTHORS
@ -51,10 +55,25 @@ autoreconf -ivf
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%{_mandir}/man3/*.3*
%changelog %changelog
* Wed Oct 04 2023 Funda Wang <fundawang@yeah.net> - 3.5.17-1
- New version 3.5.17
* Wed Sep 20 2023 zhangpan <zhangpan103@h-partners.com> - 3.5.16-2
- enable make check
* Thu Jul 20 2023 zhangpan <zhangpan103@h-partners.com> - 3.5.16-1
- update to 3.5.16
* Sat Feb 04 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 3.5.15-1
- update to 3.5.15
* Wed Feb 01 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 3.5.13-4
- fix CVE-2022-44617,CVE-2022-46285,CVE-2022-4883
* Fri Nov 25 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 3.5.13-3 * Fri Nov 25 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 3.5.13-3
- update Correct tar file - update Correct tar file