[Pkg-freeipa-devel] [Git][freeipa-team/certmonger][master] 2 commits: fix-apache-path.diff: Use proper path to apache nssdb.
Timo Aaltonen
gitlab at salsa.debian.org
Thu May 3 10:28:53 BST 2018
Timo Aaltonen pushed to branch master at FreeIPA packaging / certmonger
Commits:
e23fa351 by Timo Aaltonen at 2018-03-30T09:56:30+03:00
fix-apache-path.diff: Use proper path to apache nssdb.
- - - - -
3880e06b by Timo Aaltonen at 2018-03-30T09:58:07+03:00
releasing package certmonger version 0.79.5-3
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/fix-apache-path.diff
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-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 at debian.org> Fri, 30 Mar 2018 09:36:32 +0300
+ -- Timo Aaltonen <tjaalton at debian.org> Fri, 30 Mar 2018 09:57:57 +0300
certmonger (0.79.5-2) unstable; urgency=medium
=====================================
debian/patches/fix-apache-path.diff
=====================================
--- /dev/null
+++ b/debian/patches/fix-apache-path.diff
@@ -0,0 +1,14 @@
+--- 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
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
fix-keythi-h-path.diff
fix-service-environment.diff
use-dbus-run-session.diff
+fix-apache-path.diff
View it on GitLab: https://salsa.debian.org/freeipa-team/certmonger/compare/89577d67d0cef543e1c493f2f5d1efdc9f8d78dc...3880e06b0a78b3f1548f5ac0a70f730d8f2eff25
---
View it on GitLab: https://salsa.debian.org/freeipa-team/certmonger/compare/89577d67d0cef543e1c493f2f5d1efdc9f8d78dc...3880e06b0a78b3f1548f5ac0a70f730d8f2eff25
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20180503/4c7eed9d/attachment-0001.html>
More information about the Pkg-freeipa-devel
mailing list