Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
00bf6bde1b
!32 Update to version 5.0.0
From: @lyn1001 
Reviewed-by: @starlet-dx 
Signed-off-by: @starlet-dx
2024-02-27 06:13:03 +00:00
lyn1001
67995ff508 Upgrade to 5.0.0 2024-02-26 15:22:40 +08:00
openeuler-ci-bot
5869ff87d1
!31 Fix compilation failure caused by python update to 3.11.4
From: @starlet-dx 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-07-23 10:17:26 +00:00
starlet-dx
2312cedc7e Fix compilation failure caused by python update to 3.11.4 2023-07-23 18:06:11 +08:00
openeuler-ci-bot
27129870cc
!30 Update to version 4.9.4
From: @wang--ge 
Reviewed-by: @Lostwayzxc, @caodongxia 
Signed-off-by: @caodongxia
2023-05-11 13:21:01 +00:00
wang--ge
d8390013d6 update to version 4.9.4 2023-05-11 10:49:20 +08:00
openeuler-ci-bot
aa514a6663
!29 [sync] PR-28: Remove rpath
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-03-06 02:28:41 +00:00
lyn1001
70cb600ef6 Remove rpath
(cherry picked from commit e4a7222ba1c7715a42df76310334c8b778565247)
2023-03-06 10:21:18 +08:00
openeuler-ci-bot
d93706a6af
!22 Fix CVE-2022-2255
From: @zhuhai95 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-08-09 03:20:06 +00:00
zhuhai
59bcd859ac CVE-2022-2255
change License to git Apache-2.0

cve to CVE
2022-08-09 09:33:37 +08:00
3 changed files with 20 additions and 3 deletions

Binary file not shown.

BIN
5.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -5,15 +5,15 @@
%{!?_httpd_moddir: %{expand: %%global _httpd_moddir %%{_libdir}/httpd/modules}}
%global sphinxbin %{_bindir}/sphinx-build-3
Name: mod_wsgi
Version: 4.9.1
Version: 5.0.0
Release: 1
Summary: A WSGI interface for Python web applications in Apache
License: ASL 2.0
License: Apache-2.0
URL: https://modwsgi.readthedocs.io/
Source0: https://github.com/GrahamDumpleton/mod_wsgi/archive/refs/tags/%{version}.tar.gz
Source1: wsgi-python3.conf
Patch1: mod_wsgi-4.5.20-exports.patch
BuildRequires: httpd-devel gcc perl
BuildRequires: httpd-devel gcc perl chrpath
%{?filter_provides_in: %filter_provides_in %{_httpd_moddir}/.*\.so$}
%{?filter_setup}
%description
@ -64,6 +64,8 @@ install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_modconfdir}/10-wsgi-python3
mv $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express{,-3}
popd
chrpath -d %{buildroot}%{python3_sitearch}/mod_wsgi/server/mod_wsgi-py3*.cpython-3*-%{_arch}-linux-gnu.so
%files -n python3-%{name}
%license LICENSE
%doc CREDITS.rst README.rst
@ -74,6 +76,21 @@ popd
%{_bindir}/mod_wsgi-express-3
%changelog
* Mon Feb 26 2024 liyanan <liyanan61@h-partners.com> - 5.0.0-1
- Update to version 5.0.0
* Sun Jul 23 2023 yaoxin <yao_xin001@hoperun.com> - 4.9.4-2
- Fix compilation failure caused by python update to 3.11.4
* Thu May 11 2023 Ge Wang <wang__ge@126.com> - 4.9.4-1
- Update to version 4.9.4
* Fri Mar 3 2023 liyanan <liyanan32@h-partners.com> - 4.9.1-3
- Remove rpath
* Mon Aug 08 2022 zhuhai95 <zhuhai@ncti-gba.cn> - 4.9.1-2
- Fix CVE-2022-2255
* Tue May 17 2022 yangping <yangping69@h-partners> - 4.9.1-1
- Update to 4.9.1