the requirement on libapr1 1.4.2 applies to building, of course. Add it also to BuildRequires.
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=321
This commit is contained in:
parent
bbd277f1ab
commit
fd71ec8265
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 13:19:23 UTC 2010 - poeml@cmdline.net
|
Thu Jul 29 15:40:29 UTC 2010 - poeml@cmdline.net
|
||||||
|
|
||||||
- update to 2.2.16:
|
- update to 2.2.16:
|
||||||
SECURITY: CVE-2010-1452 (cve.mitre.org)
|
SECURITY: CVE-2010-1452 (cve.mitre.org)
|
||||||
@ -33,9 +33,10 @@ Thu Jul 29 13:19:23 UTC 2010 - poeml@cmdline.net
|
|||||||
mod_rewrite:
|
mod_rewrite:
|
||||||
- Allow to set environment variables without explicitely
|
- Allow to set environment variables without explicitely
|
||||||
giving a value.
|
giving a value.
|
||||||
- add Requires on libapr1 >= 1.4.2. In the past, libapr1 >= 1.0 was sufficient.
|
- add Requires and BuildRequires on libapr1 >= 1.4.2. In the past, libapr1 >=
|
||||||
But since 2.2.16, a failure to create listen sockets can occur, unless newer
|
1.0 was sufficient. But since 2.2.16, a failure to create listen sockets can
|
||||||
libapr1 is used. See https://bugzilla.redhat.com/show_bug.cgi?id=516331
|
occur, unless newer libapr1 is used. See
|
||||||
|
https://bugzilla.redhat.com/show_bug.cgi?id=516331
|
||||||
- remove obsolete httpd-2.2.15-deprecated_use_of_build_in_variable.patch
|
- remove obsolete httpd-2.2.15-deprecated_use_of_build_in_variable.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: apache2
|
Name: apache2
|
||||||
BuildRequires: db-devel ed libapr-util1-devel libapr1-devel openldap2 openldap2-devel
|
BuildRequires: db-devel ed libapr-util1-devel libapr1-devel >= 1.4.2 openldap2 openldap2-devel
|
||||||
BuildRequires: openssl-devel pcre-devel zlib-devel
|
BuildRequires: openssl-devel pcre-devel zlib-devel
|
||||||
%if %{?suse_version:1}0
|
%if %{?suse_version:1}0
|
||||||
%define httpduser wwwrun
|
%define httpduser wwwrun
|
||||||
@ -129,7 +129,7 @@ Requires: %{pname}-MPM /etc/mime.types
|
|||||||
PreReq: %{name}-utils
|
PreReq: %{name}-utils
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
# in the past, libapr1 >= 1.0 was sufficient. But since 2.2.16, a failure to
|
# in the past, libapr1 >= 1.0 was sufficient. But since 2.2.16, a failure to
|
||||||
# create listen sockets can occur, unless newer libapr1 is used.
|
# create listen sockets can occur, unless newer libapr1 is used, with certain kernels.
|
||||||
# see https://bugzilla.redhat.com/show_bug.cgi?id=516331
|
# see https://bugzilla.redhat.com/show_bug.cgi?id=516331
|
||||||
Requires: libapr1 >= 1.4.2
|
Requires: libapr1 >= 1.4.2
|
||||||
Requires: libapr1 < 2.0
|
Requires: libapr1 < 2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user