Commit Graph

524 Commits

Author SHA256 Message Date
Richard Brown
c5e8f6233e Accepting request 924154 from Apache
- version update to 2.4.51
  *) SECURITY: CVE-2021-42013: Path Traversal and Remote Code
     Execution in Apache HTTP Server 2.4.49 and 2.4.50 (incomplete
     fix of CVE-2021-41773) (cve.mitre.org)
  *) core: Add ap_unescape_url_ex() for better decoding control, and deprecate
     unused AP_NORMALIZE_DROP_PARAMETERS flag. (forwarded request 924064 from stroeder)

OBS-URL: https://build.opensuse.org/request/show/924154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=186
2021-10-08 20:04:59 +00:00
1679d306c2 Accepting request 924064 from home:stroeder:network
- version update to 2.4.51
  *) SECURITY: CVE-2021-42013: Path Traversal and Remote Code
     Execution in Apache HTTP Server 2.4.49 and 2.4.50 (incomplete
     fix of CVE-2021-41773) (cve.mitre.org)
  *) core: Add ap_unescape_url_ex() for better decoding control, and deprecate
     unused AP_NORMALIZE_DROP_PARAMETERS flag.

OBS-URL: https://build.opensuse.org/request/show/924064
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=657
2021-10-08 06:03:36 +00:00
974ea42487 Accepting request 923076 from home:stroeder:network
version update to 2.4.50

OBS-URL: https://build.opensuse.org/request/show/923076
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=656
2021-10-05 08:25:59 +00:00
Dominique Leuenberger
1f0137ec7f Accepting request 919684 from Apache
- version update to 2.4.49
  *) core/mod_proxy/mod_ssl:
     Adding `outgoing` flag to conn_rec, indicating a connection is
     initiated by the server to somewhere, in contrast to incoming
     connections from clients.
     Adding 'ap_ssl_bind_outgoing()` function that marks a connection
     as outgoing and is used by mod_proxy instead of the previous
     optional function `ssl_engine_set`. This enables other SSL
     module to secure proxy connections.
     The optional functions `ssl_engine_set`, `ssl_engine_disable` and
     `ssl_proxy_enable` are now provided by the core to have backward
     compatibility with non-httpd modules that might use them. mod_ssl
     itself no longer registers these functions, but keeps them in its
     header for backward compatibility.
     The core provided optional function wrap any registered function
     like it was done for `ssl_is_ssl`.
     [Stefan Eissing]
  *) mod_ssl: Support logging private key material for use with
     wireshark via log file given by SSLKEYLOGFILE environment
     variable.  Requires OpenSSL 1.1.1.  PR 63391.  [Joe Orton]
  *) mod_proxy: Do not canonicalize the proxied URL when both "nocanon" and
     "ProxyPassInterpolateEnv On" are configured.  PR 65549.
     [Joel Self <joelself gmail.com>]
  *) mpm_event: Fix children processes possibly not stopped on graceful
     restart.  PR 63169.  [Joel Self <joelself gmail.com>]
  *) mod_proxy: Fix a potential infinite loop when tunneling Upgrade(d)
     protocols from mod_proxy_http, and a timeout triggering falsely when
     using mod_proxy_wstunnel, mod_proxy_connect or mod_proxy_http with
     upgrade= setting.  PRs 65521 and 65519.  [Yann Ylavic]
  *) mod_unique_id: Reduce the time window where duplicates may be generated

OBS-URL: https://build.opensuse.org/request/show/919684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=185
2021-09-21 19:12:26 +00:00
d8f7f70594 - version update to 2.4.49
*) core/mod_proxy/mod_ssl:
     Adding `outgoing` flag to conn_rec, indicating a connection is
     initiated by the server to somewhere, in contrast to incoming
     connections from clients.
     Adding 'ap_ssl_bind_outgoing()` function that marks a connection
     as outgoing and is used by mod_proxy instead of the previous
     optional function `ssl_engine_set`. This enables other SSL
     module to secure proxy connections.
     The optional functions `ssl_engine_set`, `ssl_engine_disable` and
     `ssl_proxy_enable` are now provided by the core to have backward
     compatibility with non-httpd modules that might use them. mod_ssl
     itself no longer registers these functions, but keeps them in its
     header for backward compatibility.
     The core provided optional function wrap any registered function
     like it was done for `ssl_is_ssl`.
     [Stefan Eissing]
  *) mod_ssl: Support logging private key material for use with
     wireshark via log file given by SSLKEYLOGFILE environment
     variable.  Requires OpenSSL 1.1.1.  PR 63391.  [Joe Orton]
  *) mod_proxy: Do not canonicalize the proxied URL when both "nocanon" and
     "ProxyPassInterpolateEnv On" are configured.  PR 65549.
     [Joel Self <joelself gmail.com>]
  *) mpm_event: Fix children processes possibly not stopped on graceful
     restart.  PR 63169.  [Joel Self <joelself gmail.com>]
  *) mod_proxy: Fix a potential infinite loop when tunneling Upgrade(d)
     protocols from mod_proxy_http, and a timeout triggering falsely when
     using mod_proxy_wstunnel, mod_proxy_connect or mod_proxy_http with
     upgrade= setting.  PRs 65521 and 65519.  [Yann Ylavic]
  *) mod_unique_id: Reduce the time window where duplicates may be generated

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=655
2021-09-17 08:39:47 +00:00
Richard Brown
2877b62871 Accepting request 911090 from Apache
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/911090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=184
2021-08-12 07:01:11 +00:00
e9b1a4ca5d - introduce APACHE_TACEENABLE sysconfig variable, which translates
to /etc/apache2/sysconfig.d/global.conf:TraceEnable on/off
- modified sources
  % apache2-global.conf
  % apache2-start_apache2
  % sysconfig.apache2

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=654
2021-08-02 17:34:05 +00:00
Dominique Leuenberger
e6f40adbe1 Accepting request 896869 from Apache
- version update to 2.4.48
  
  Changes with Apache 2.4.48
  *) mod_proxy_wstunnel: Add ProxyWebsocketFallbackToProxyHttp to opt-out the
     fallback to mod_proxy_http for WebSocket upgrade and tunneling.
     [Yann Ylavic]
  *) mod_proxy: Fix flushing of THRESHOLD_MIN_WRITE data while tunneling.
     BZ 65294.  [Yann Ylavic]
  *) core: Fix a regression that stripped the ETag header from 304 responses.
     PR 61820 [Ruediger Pluem, Roy T. Fielding]
  *) core: Adding SSL related inquiry functions to the server API.
     These function are always available, even when no module providing
     SSL is loaded. They provide their own "shadowing" implementation for
     the optional functions of similar name that mod_ssl and impersonators
     of mod_ssl provide.
     This enables loading of several SSL providing modules when all but
     one of them registers itself into the new hooks. Two old-style SSL
     modules will not work, as they replace the others optional functions
     with their own.
     Modules using the old-style optional functions will continue to work
     as core supplies its own versions of those.
     The following has been added so far:
     - ap_ssl_conn_is_ssl() to query if a connection is using SSL.
     - ap_ssl_var_lookup() to query SSL related variables for a
       server/connection/request.
     - Hooks for 'ssl_conn_is_ssl' and 'ssl_var_lookup' where modules
       providing SSL can install their own value supplying functions.
     - ap_ssl_add_cert_files() to enable other modules like mod_md to provide
       certificate and keys for an SSL module like mod_ssl.
     - ap_ssl_add_fallback_cert_files() to enable other modules like mod_md to

OBS-URL: https://build.opensuse.org/request/show/896869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=183
2021-06-04 20:42:34 +00:00
4df4f035ea OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=652 2021-06-02 08:57:19 +00:00
2a70fa2499 - version update to 2.4.48
Changes with Apache 2.4.48
  *) mod_proxy_wstunnel: Add ProxyWebsocketFallbackToProxyHttp to opt-out the
     fallback to mod_proxy_http for WebSocket upgrade and tunneling.
     [Yann Ylavic]
  *) mod_proxy: Fix flushing of THRESHOLD_MIN_WRITE data while tunneling.
     BZ 65294.  [Yann Ylavic]
  *) core: Fix a regression that stripped the ETag header from 304 responses.
     PR 61820 [Ruediger Pluem, Roy T. Fielding]
  *) core: Adding SSL related inquiry functions to the server API.
     These function are always available, even when no module providing
     SSL is loaded. They provide their own "shadowing" implementation for
     the optional functions of similar name that mod_ssl and impersonators
     of mod_ssl provide.
     This enables loading of several SSL providing modules when all but
     one of them registers itself into the new hooks. Two old-style SSL
     modules will not work, as they replace the others optional functions
     with their own.
     Modules using the old-style optional functions will continue to work
     as core supplies its own versions of those.
     The following has been added so far:
     - ap_ssl_conn_is_ssl() to query if a connection is using SSL.
     - ap_ssl_var_lookup() to query SSL related variables for a
       server/connection/request.
     - Hooks for 'ssl_conn_is_ssl' and 'ssl_var_lookup' where modules
       providing SSL can install their own value supplying functions.
     - ap_ssl_add_cert_files() to enable other modules like mod_md to provide
       certificate and keys for an SSL module like mod_ssl.
     - ap_ssl_add_fallback_cert_files() to enable other modules like mod_md to

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=651
2021-06-02 07:37:52 +00:00
Dominique Leuenberger
2bff9619af Accepting request 867750 from Apache
- Add lua54.patch to fix building with lua54

OBS-URL: https://build.opensuse.org/request/show/867750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=182
2021-02-04 19:23:43 +00:00
c69e46240e Accepting request 867271 from home:gmbr3:Lua
- Add lua54.patch to fix building with lua54

OBS-URL: https://build.opensuse.org/request/show/867271
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=649
2021-01-28 09:54:32 +00:00
Dominique Leuenberger
cf063dbe1d Accepting request 865992 from Apache
- added Provides: http_daemon to fix bsc#1180132 (forwarded request 865975 from stroeder)

OBS-URL: https://build.opensuse.org/request/show/865992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=181
2021-01-27 17:57:07 +00:00
a905849540 Accepting request 865975 from home:stroeder:branches:Apache
- added Provides: http_daemon to fix bsc#1180132

OBS-URL: https://build.opensuse.org/request/show/865975
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=647
2021-01-22 12:59:39 +00:00
8e2693c4ad - remove suexec2 from premissions as well
- modified sources
  % permissions.apache2

- suexec2 was renamed to suexec in 2015 and the symlink to suexec
  no longer exists

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=646
2021-01-22 07:45:17 +00:00
709e869e67 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=645 2021-01-22 07:35:48 +00:00
Dominique Leuenberger
bfc2718936 Accepting request 862803 from Apache
- re-add rcapache2 symlink (was lost about 6 weeks ago) (forwarded request 862727 from cboltz)

OBS-URL: https://build.opensuse.org/request/show/862803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=180
2021-01-14 14:04:52 +00:00
d35ba78de2 Accepting request 862975 from home:adkorte:branches:Apache
- suexec2 was renamed to suexec in 2015 and the symlink to suexec
  no longer exists

OBS-URL: https://build.opensuse.org/request/show/862975
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=644
2021-01-14 08:11:23 +00:00
8af689926a Accepting request 862727 from home:cboltz:branches:Apache
- re-add rcapache2 symlink (was lost about 6 weeks ago)

OBS-URL: https://build.opensuse.org/request/show/862727
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=643
2021-01-13 07:07:57 +00:00
8bf24e5ac6 - gensslcert sets CA:TRUE in basic constrains of CA cert [bsc#1180530]
- modified sources
  % apache2-gensslcert

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=642
2021-01-12 11:26:51 +00:00
4c15e1f282 - mod_php8 provides php_module
- modified sources
  % apache2-script-helpers

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=641
2021-01-08 15:12:03 +00:00
Dominique Leuenberger
df71ac9cbe Accepting request 856752 from Apache
- obsolete apache2-example-page and obsolete/provide apache2-doc
  [bsc#180075]

OBS-URL: https://build.opensuse.org/request/show/856752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=179
2020-12-21 11:34:54 +00:00
ada5afa233 - obsolete apache2-example-page and obsolete/provide apache2-doc
[bsc#180075]

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=639
2020-12-17 17:47:04 +00:00
Dominique Leuenberger
5e09f613d1 Accepting request 855764 from Apache
- only include BuildRequires: apache2-{prefork,worker,event} used in test target (forwarded request 855763 from adkorte)

OBS-URL: https://build.opensuse.org/request/show/855764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=178
2020-12-15 11:30:45 +00:00
7ca5eaf000 Accepting request 855763 from home:adkorte:branches:Apache
- only include BuildRequires: apache2-{prefork,worker,event} used in test target

OBS-URL: https://build.opensuse.org/request/show/855763
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=637
2020-12-14 14:03:10 +00:00
Dominique Leuenberger
6c08e5a955 Accepting request 854976 from Apache
- added https://httpd.apache.org/server-status like server status
  (configured by APACHE_EXTENDED_STATUS="lua")
- modified sources
  % apache2-mod_status.conf
  % apache2-start_apache2
  % sysconfig.apache2

- actually install suse provided READMEs
- install upstream configuration example
- added sources
  + apache2-README-configuration.txt

- apxs -q PREFIX now returns /srv/www again

OBS-URL: https://build.opensuse.org/request/show/854976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=177
2020-12-12 19:28:17 +00:00
50bc75ffe3 - added https://httpd.apache.org/server-status like server status
(configured by APACHE_EXTENDED_STATUS="lua")
- modified sources
  % apache2-mod_status.conf
  % apache2-start_apache2
  % sysconfig.apache2

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=635
2020-12-11 20:06:07 +00:00
59be197be7 - actually install suse provided READMEs
- install upstream configuration example
- added sources
  + apache2-README-configuration.txt

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=634
2020-12-10 16:46:55 +00:00
c71aa0c877 - apxs -q PREFIX now returns /srv/www again
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=633
2020-12-09 19:36:41 +00:00
Dominique Leuenberger
98190c9e67 - Require /usr/bin/which instead of which: allow usage of busybox
variant for containers.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=176
2020-12-09 08:01:33 +00:00
OBS User buildservice-autocommit
f705f4ca85 Updating link to change in openSUSE:Factory/apache2 revision 176.0
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=c5644643ca247c796778851a166e34d4
2020-12-09 08:01:33 +00:00
Dominique Leuenberger
1393e18c18 Accepting request 853601 from Apache
- apache2 main package recommends apache2-utils

- break some long lines in the spec as requested by review team

- maybe make spec acceptable for factory bot
- modified sources
  % _multibuild

- buildrequire netcfg for tests

- remove Requires(post): firewalld hard dependency (this is already
  handled by the %firewalld_reload macro)

- package reworked trough [bsc#1178478]
- modified patches
  % apache2-mod_proxy_uwsgi-fix-crash.patch (refreshed)
- modified sources
  % apache2-loadmodule.conf
  % apache2-manual.conf
  % apache2-script-helpers
  % apache2@.service
  % sysconfig.apache2
- deleted patches
  - deprecated-scripts-arch.patch (not needed)
  - httpd-2.0.54-envvars.dif (not needed)
  - httpd-2.1.3alpha-layout.dif
    (renamed to apache2-system-dirs-layout.patch)
  - httpd-2.2.0-apxs-a2enmod.dif (not needed)
  - httpd-2.4.9-bnc690734.patch
    (renamed to apache2-LimitRequestFieldSize-limits-headers.patch)

OBS-URL: https://build.opensuse.org/request/show/853601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=175
2020-12-08 12:22:52 +00:00
caba84700f - apache2 main package recommends apache2-utils
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=631
2020-12-07 14:11:09 +00:00
145090d434 - break some long lines in the spec as requested by review team
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=630
2020-12-03 11:25:03 +00:00
c948dcfbad - maybe make spec acceptable for factory bot
- modified sources
  % _multibuild

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=629
2020-12-01 13:16:34 +00:00
f6465726fb - buildrequire netcfg for tests
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=628
2020-12-01 09:44:36 +00:00
c3ab642542 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=627 2020-11-30 14:32:42 +00:00
8a67a38e36 Accepting request 851677 from home:adkorte:staging
- remove Requires(post): firewalld hard dependency (this is already
  handled by the %firewalld_reload macro)

OBS-URL: https://build.opensuse.org/request/show/851677
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=626
2020-11-30 12:55:44 +00:00
26b1c38c9f OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=625 2020-11-27 09:57:56 +00:00
02a733cd83 - package reworked trough [bsc#1178478]
- modified patches
  % apache2-mod_proxy_uwsgi-fix-crash.patch (refreshed)
- modified sources
  % apache2-loadmodule.conf
  % apache2-manual.conf
  % apache2-script-helpers
  % apache2@.service
  % sysconfig.apache2
- deleted patches
  - deprecated-scripts-arch.patch (not needed)
  - httpd-2.0.54-envvars.dif (not needed)
  - httpd-2.1.3alpha-layout.dif
    (renamed to apache2-system-dirs-layout.patch)
  - httpd-2.2.0-apxs-a2enmod.dif (not needed)
  - httpd-2.4.9-bnc690734.patch
    (renamed to apache2-LimitRequestFieldSize-limits-headers.patch)
  - httpd-2.4.x-fate317766-config-control-two-protocol-options.diff 
    (renamed to apache2-HttpContentLengthHeadZero-HttpExpectStrict.patch)
  - httpd-2.x.x-logresolve.patch
    (renamed to apache2-logresolve-tmp-security.patch)
  - httpd-apachectl.patch
    (renamed to apache2-apachectl.patch)
  - httpd-implicit-pointer-decl.patch (not needed)
  - httpd-visibility.patch (not needed)
- deleted sources
  - SUSE-NOTICE (outdated)
  - a2enflag (renamed to apache2-a2enflag)
  - a2enmod (renamed to apache2-a2enmod)
  - apache-22-24-upgrade (outdated)

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=624
2020-11-26 13:18:20 +00:00
Dominique Leuenberger
5a2fec0c26 Accepting request 841747 from Apache
- /var/run is depracted, /run should be used instead (forwarded request 841741 from fbui)

OBS-URL: https://build.opensuse.org/request/show/841747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=174
2020-10-18 14:18:39 +00:00
b1477a5f7b Accepting request 841741 from home:fbui:branches:Apache
- /var/run is depracted, /run should be used instead

OBS-URL: https://build.opensuse.org/request/show/841741
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=622
2020-10-14 10:05:42 +00:00
2029752826 Accepting request 841694 from home:fbui:branches:Apache
- systemd-ask-password is located in /usr/bin

OBS-URL: https://build.opensuse.org/request/show/841694
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=621
2020-10-14 07:16:13 +00:00
Dominique Leuenberger
069817662b Accepting request 836064 from Apache
- gensslcert: fix SAN in final cert generation (forwarded request 836062 from jtomasiak)

OBS-URL: https://build.opensuse.org/request/show/836064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=173
2020-09-25 14:25:23 +00:00
OBS User buildservice-autocommit
47c2c17f14 Accepting request 836064 from Apache
auto commit by copy to link target

OBS-URL: https://build.opensuse.org/request/show/836064
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=620
2020-09-25 14:25:23 +00:00
OBS User buildservice-autocommit
16cfb0d412 Updating link to change in openSUSE:Factory/apache2 revision 173.0
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=be3a710c172cf5ac443fbdca366e46a9
2020-09-25 14:25:23 +00:00
e63224d57c Accepting request 836062 from home:jtomasiak:branches:Apache
- gensslcert: fix SAN in final cert generation

OBS-URL: https://build.opensuse.org/request/show/836062
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=619
2020-09-22 10:44:35 +00:00
Dominique Leuenberger
69f7dde2c3 Accepting request 835144 from Apache
- Make use of %service_del_postun_without_restart
  And stop using DISABLE_RESTART_ON_UPDATE as this interface is
  obsolete. (forwarded request 835119 from fbui)

OBS-URL: https://build.opensuse.org/request/show/835144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=172
2020-09-21 15:02:39 +00:00
214a6b8ed2 Accepting request 835119 from home:fbui:branches:Apache
- Make use of %service_del_postun_without_restart
  And stop using DISABLE_RESTART_ON_UPDATE as this interface is
  obsolete.

OBS-URL: https://build.opensuse.org/request/show/835119
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=617
2020-09-17 09:52:38 +00:00
Dominique Leuenberger
c96cd22332 Accepting request 830804 from Apache
- gensslcert: add -a argument to override default SAN value (forwarded request 830773 from jtomasiak)

OBS-URL: https://build.opensuse.org/request/show/830804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=171
2020-09-01 18:04:49 +00:00