Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
fix-apache-path.diff: Use proper path to apache nssdb.
· e23fa351
Timo Aaltonen
authored
Mar 30, 2018
e23fa351
releasing package certmonger version 0.79.5-3
· 3880e06b
Timo Aaltonen
authored
Mar 30, 2018
3880e06b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3880e06b
certmonger (0.79.5-3)
UNRELEASED
; urgency=medium
certmonger (0.79.5-3)
experimental
; urgency=medium
* Merge changes from upstream git to support sqlite nssdb's.
(LP: #1747411)
* force-utf-8.diff: Dropped, upstream.
* fix-apache-path.diff: Use proper path to apache nssdb.
-- Timo Aaltonen <tjaalton@debian.org> Fri, 30 Mar 2018 09:
36:32
+0300
-- Timo Aaltonen <tjaalton@debian.org> Fri, 30 Mar 2018 09:
57:57
+0300
certmonger (0.79.5-2) unstable; urgency=medium
...
...
debian/patches/fix-apache-path.diff
0 → 100644
View file @
3880e06b
--- a/src/dogtag.c
+++ b/src/dogtag.c
@@ -394,9 +394,9 @@
main(int argc, const char **argv)
(sslpin == NULL) &&
(sslpinfile == NULL)) {
cainfo = "/etc/ipa/ca.crt";
- ssldir = "/etc/httpd/alias";
+ ssldir = "/etc/apache2/nssdb";
sslcert = "ipaCert";
- sslpinfile = "/etc/httpd/alias/pwdfile.txt";
+ sslpinfile = "/etc/apache2/nssdb/pwdfile.txt";
}
#endif
if ((sslcert != NULL) && (strlen(sslcert) > 0)) {
debian/patches/series
View file @
3880e06b
fix-keythi-h-path.diff
fix-service-environment.diff
use-dbus-run-session.diff
fix-apache-path.diff