[Pkg-cracklib-commits] [pkg-cracklib] 01/01: Migrate triggers to interest-noawait to avoid trigger-cycles (Closes: #859307)
Jan Dittberner
jandd at moszumanska.debian.org
Sat Apr 8 10:34:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
jandd pushed a commit to branch master
in repository pkg-cracklib.
commit 084509c30e1fd6b9e97aa5fce8faaae6d9bd5c4b
Author: Jan Dittberner <jandd at debian.org>
Date: Sat Apr 8 12:30:41 2017 +0200
Migrate triggers to interest-noawait to avoid trigger-cycles (Closes: #859307)
---
debian/changelog | 7 +++++++
debian/cracklib-runtime.triggers | 8 ++++----
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 37d5fed..16a0be7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cracklib2 (2.9.2-4) UNRELEASED; urgency=medium
+
+ * Migrate triggers to interest-noawait to avoid trigger-cycles (Closes:
+ #859307)
+
+ -- Jan Dittberner <jandd at debian.org> Sat, 08 Apr 2017 12:29:31 +0200
+
cracklib2 (2.9.2-3) unstable; urgency=medium
* Fix "Buffer overflow processing long words" by applying patch from
diff --git a/debian/cracklib-runtime.triggers b/debian/cracklib-runtime.triggers
index 6bcc51d..9505b1e 100644
--- a/debian/cracklib-runtime.triggers
+++ b/debian/cracklib-runtime.triggers
@@ -1,5 +1,5 @@
# These are the directories listed in the default /etc/cracklib/cracklib.conf
-interest /usr/share/dict
-interest /usr/dict
-interest /usr/local/share/dict
-interest /usr/local/dict
+interest-noawait /usr/share/dict
+interest-noawait /usr/dict
+interest-noawait /usr/local/share/dict
+interest-noawait /usr/local/dict
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cracklib/pkg-cracklib.git
More information about the Pkg-cracklib-commits
mailing list