forked from pool/apache2-mod_nss
Petr Gajdos
3620ab2c4f
- update to 1.0.14 (fixes boo#973996) * OpenSSL ciphers stopped parsing at +, CVE-2016-3099 * Created valgrind suppression files to ease debugging * Implement SSL_PPTYPE_FILTER to call executables to get the key password pins. Can be used to prompt with systemd. * Improvements to migrate.pl - drop mod_nss_migrate.pl and use upstream migrate script instead * add mod_nss-migrate.patch OBS-URL: https://build.opensuse.org/request/show/390295 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_nss?expand=0&rev=24
14 lines
419 B
Diff
14 lines
419 B
Diff
Index: mod_nss-1.0.14/migrate.pl
|
|
===================================================================
|
|
--- mod_nss-1.0.14.orig/migrate.pl 2016-04-15 20:27:59.000000000 +0200
|
|
+++ mod_nss-1.0.14/migrate.pl 2016-04-16 11:50:59.588366719 +0200
|
|
@@ -6,7 +6,7 @@ use Cwd;
|
|
use Getopt::Std;
|
|
|
|
BEGIN {
|
|
- $NSSDir = cwd();
|
|
+ $NSSDir = "/etc/apache2/mod_nss.d";
|
|
|
|
$SSLCACertificatePath = "";
|
|
$SSLCACertificateFile = "";
|