Accepting request 353204 from home:pgajdos
- %check: access syntax depends on %{apache_branch} OBS-URL: https://build.opensuse.org/request/show/353204 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_nss?expand=0&rev=20
This commit is contained in:
parent
5f3d57f80c
commit
4bd89ca6fa
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 12 08:31:19 UTC 2016 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- %check: access syntax depends on %{apache_branch}
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 11 12:08:09 UTC 2015 - pgajdos@suse.com
|
Fri Dec 11 12:08:09 UTC 2015 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache2-mod_nss
|
# spec file for package apache2-mod_nss
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -202,7 +202,11 @@ NSSPassPhraseHelper %{buildroot}/usr/sbin/nss_pcache
|
|||||||
NSSCipherSuite +ecdhe_ecdsa_aes_128_gcm_sha,+ecdh_ecdsa_aes_128_gcm_sha,+ecdhe_rsa_aes_256_sha,+ecdh_rsa_aes_256_sha,+ecdhe_rsa_aes_128_gcm_sha,+ecdh_rsa_aes_128_gcm_sha,+ecdhe_rsa_aes_128_sha,+ecdh_rsa_aes_128_sha,+rsa_aes_128_gcm_sha,+rsa_aes_256_sha,+rsa_aes_128_sha,+rsa_aes_128_sha256,+rsa_aes_256_sha256
|
NSSCipherSuite +ecdhe_ecdsa_aes_128_gcm_sha,+ecdh_ecdsa_aes_128_gcm_sha,+ecdhe_rsa_aes_256_sha,+ecdh_rsa_aes_256_sha,+ecdhe_rsa_aes_128_gcm_sha,+ecdh_rsa_aes_128_gcm_sha,+ecdhe_rsa_aes_128_sha,+ecdh_rsa_aes_128_sha,+rsa_aes_128_gcm_sha,+rsa_aes_256_sha,+rsa_aes_128_sha,+rsa_aes_128_sha256,+rsa_aes_256_sha256
|
||||||
NSSProtocol TLSv1.0,TLSv1.1,TLSv1.2
|
NSSProtocol TLSv1.0,TLSv1.1,TLSv1.2
|
||||||
<Directory /tmp/apache2-mod_nss_test/htdocs>
|
<Directory /tmp/apache2-mod_nss_test/htdocs>
|
||||||
|
%if 0%{?apache_branch} >= 204
|
||||||
Require local
|
Require local
|
||||||
|
%else
|
||||||
|
Allow from localhost
|
||||||
|
%endif
|
||||||
</Directory>
|
</Directory>
|
||||||
EOF
|
EOF
|
||||||
# create test certificate
|
# create test certificate
|
||||||
|
Loading…
Reference in New Issue
Block a user