This commit is contained in:
parent
e125344f53
commit
74dce1d339
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a4c919f1ebd8ce788c10749b28a259302843c0061d56e199c2cb7a929c30d6ed
|
oid sha256:65caa151a4af2c46075d2dc2a1399f3398c9d5585bc7d6b89bcf582c86c46d20
|
||||||
size 82910
|
size 8433
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 25 16:59:27 CET 2009 - prusnak@suse.cz
|
||||||
|
|
||||||
|
- moved Snakeoil certificates to separate subpackage example-certificates
|
||||||
|
[bnc#419601]
|
||||||
|
- removed outdated ca-bundle.crt
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 20 00:49:29 CET 2008 - poeml@suse.de
|
Sat Dec 20 00:49:29 CET 2008 - poeml@suse.de
|
||||||
|
|
||||||
|
32
apache2.spec
32
apache2.spec
@ -63,7 +63,7 @@ License: The Apache Software License
|
|||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
%define realver 2.2.11
|
%define realver 2.2.11
|
||||||
Version: 2.2.11
|
Version: 2.2.11
|
||||||
Release: 1
|
Release: 2
|
||||||
#Source0: http://www.apache.org/dist/httpd-%{version}.tar.bz2
|
#Source0: http://www.apache.org/dist/httpd-%{version}.tar.bz2
|
||||||
Source0: http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
|
Source0: http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
|
||||||
Source10: SUSE-NOTICE
|
Source10: SUSE-NOTICE
|
||||||
@ -243,7 +243,7 @@ Authors:
|
|||||||
The event MPM (multi-Processing Module) is experimental, so it may or
|
The event MPM (multi-Processing Module) is experimental, so it may or
|
||||||
may not work as expected.
|
may not work as expected.
|
||||||
|
|
||||||
It uses a seperate thread to handle Keep Alive requests and accepting
|
It uses a separate thread to handle Keep Alive requests and accepting
|
||||||
connections. Keep Alive requests have traditionally required httpd to
|
connections. Keep Alive requests have traditionally required httpd to
|
||||||
dedicate a worker to handle it. This dedicated worker could not be used
|
dedicate a worker to handle it. This dedicated worker could not be used
|
||||||
again until the Keep Alive timeout was reached.
|
again until the Keep Alive timeout was reached.
|
||||||
@ -274,7 +274,7 @@ for development using the Apache API.
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: The Apache Software License
|
License: The Apache Software License
|
||||||
Summary: Additional Package Documentation.
|
Summary: Additional Package Documentation
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
%if 0%{?suse_version} >= 901 && 0%{?sles_version} != 9
|
%if 0%{?suse_version} >= 901 && 0%{?sles_version} != 9
|
||||||
Provides: apache-doc
|
Provides: apache-doc
|
||||||
@ -302,6 +302,20 @@ server.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE
|
||||||
|
|
||||||
|
%package example-certificates
|
||||||
|
License: The Apache Software License
|
||||||
|
Summary: Example certificates for the Apache 2 Web Server
|
||||||
|
Group: Productivity/Networking/Web/Servers
|
||||||
|
|
||||||
|
%description example-certificates
|
||||||
|
Snakeoil example certificates for Apache.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE
|
Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE
|
||||||
@ -817,9 +831,6 @@ mv $RPM_BUILD_ROOT/%{sysconfdir}/original .
|
|||||||
%dir %{sysconfdir}/ssl.prm
|
%dir %{sysconfdir}/ssl.prm
|
||||||
%{sysconfdir}/ssl.*/README*
|
%{sysconfdir}/ssl.*/README*
|
||||||
%config %{sysconfdir}/ssl.*/Makefile
|
%config %{sysconfdir}/ssl.*/Makefile
|
||||||
%{sysconfdir}/ssl.*/snakeoil*
|
|
||||||
%{sysconfdir}/ssl.*/*.0
|
|
||||||
%config %{sysconfdir}/ssl.crt/ca-bundle.crt
|
|
||||||
%config(noreplace) %{sysconfdir}/ssl.crt/server.crt
|
%config(noreplace) %{sysconfdir}/ssl.crt/server.crt
|
||||||
%config(noreplace) %{sysconfdir}/ssl.csr/server.csr
|
%config(noreplace) %{sysconfdir}/ssl.csr/server.csr
|
||||||
%config(noreplace) %{sysconfdir}/ssl.key/server.key
|
%config(noreplace) %{sysconfdir}/ssl.key/server.key
|
||||||
@ -905,6 +916,11 @@ mv $RPM_BUILD_ROOT/%{sysconfdir}/original .
|
|||||||
%config(noreplace) %{htdocsdir}/favicon.ico
|
%config(noreplace) %{htdocsdir}/favicon.ico
|
||||||
%config(noreplace) %{htdocsdir}/robots.txt
|
%config(noreplace) %{htdocsdir}/robots.txt
|
||||||
|
|
||||||
|
%files example-certificates
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{sysconfdir}/ssl.*/snakeoil*
|
||||||
|
%{sysconfdir}/ssl.*/*.0
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_mandir}/man8/ab%{vers}.8.*
|
%doc %{_mandir}/man8/ab%{vers}.8.*
|
||||||
@ -1029,6 +1045,10 @@ if ! test -f /.buildenv; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 25 2009 prusnak@suse.cz
|
||||||
|
- moved Snakeoil certificates to separate subpackage example-certificates
|
||||||
|
[bnc#419601]
|
||||||
|
- removed outdated ca-bundle.crt
|
||||||
* Sat Dec 20 2008 poeml@suse.de
|
* Sat Dec 20 2008 poeml@suse.de
|
||||||
- update to 2.2.11:
|
- update to 2.2.11:
|
||||||
core:
|
core:
|
||||||
|
Loading…
Reference in New Issue
Block a user