nss-pam-ldapd commit: r2159 - debian/nss-pam-ldapd/trunk/debian
[
Date Prev][Date Next]
[
Thread Prev][Thread Next]
nss-pam-ldapd commit: r2159 - debian/nss-pam-ldapd/trunk/debian
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r2159 - debian/nss-pam-ldapd/trunk/debian
- Date: Wed, 07 Sep 2016 21:33:38 -0000
Author: arthur
Date: Wed Sep 7 23:33:37 2016
New Revision: 2159
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=2159&view=revision
Log:
recommend ca-certificate which is needed due to adding tls_cacertfile by
default (see #750949) and the checking of tls_cacertfile in 0.9.7 (closes:
#836720)
Modified:
debian/nss-pam-ldapd/trunk/debian/changelog
debian/nss-pam-ldapd/trunk/debian/control
Modified: debian/nss-pam-ldapd/trunk/debian/changelog
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/changelog Sun Aug 14 23:02:12 2016
(r2158)
+++ debian/nss-pam-ldapd/trunk/debian/changelog Wed Sep 7 23:33:37 2016
(r2159)
@@ -1,3 +1,11 @@
+nss-pam-ldapd (0.9.7-2) UNRELEASED; urgency=medium
+
+ * recommend ca-certificate which is needed due to adding tls_cacertfile by
+ default (see #750949) and the checking of tls_cacertfile in 0.9.7
+ (closes: #836720)
+
+ -- Arthur de Jong <adejong@debian.org> Wed, 07 Sep 2016 23:10:45 +0200
+
nss-pam-ldapd (0.9.7-1) unstable; urgency=medium
* new upstream release:
Modified: debian/nss-pam-ldapd/trunk/debian/control
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/control Sun Aug 14 23:02:12 2016
(r2158)
+++ debian/nss-pam-ldapd/trunk/debian/control Wed Sep 7 23:33:37 2016
(r2159)
@@ -18,7 +18,7 @@
Provides: nslcd-2
Pre-Depends: ${misc:Pre-Depends}, debconf (>= 0.5) | debconf-2.0
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser
-Recommends: nscd,
+Recommends: nscd, ca-certificates,
libnss-ldapd | libnss-ldap,
libpam-ldapd | libpam-ldap | libpam-krb5 | libpam-heimdal |
libpam-sss,
nslcd-utils, ldap-utils, bind9-host | host
@@ -38,7 +38,7 @@
Depends: ${python:Depends}, ${misc:Depends}, adduser,
python-daemon, python-ldap, python-setproctitle, python-pyasn1,
python-pyasn1-modules
-Recommends: nscd,
+Recommends: nscd, ca-certificates,
libnss-ldapd | libnss-ldap,
libpam-ldapd | libpam-ldap | libpam-krb5 | libpam-heimdal |
libpam-sss,
nslcd-utils, ldap-utils, bind9-host | host
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r2159 - debian/nss-pam-ldapd/trunk/debian,
Commits of the nss-pam-ldapd project