[pkg-bacula-commits] [bacula] 03/07: Commented out obsolete check for insecure bacula-director passwords

Carsten Leonhardt leo at moszumanska.debian.org
Tue Sep 6 12:07:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

leo pushed a commit to branch migrate-files
in repository bacula.

commit 65178ee331407645e6d4978011942b647c98d072
Author: Carsten Leonhardt <leo at debian.org>
Date:   Tue Sep 6 12:39:24 2016 +0200

    Commented out obsolete check for insecure bacula-director passwords
    
    This was an issue in squeeze and can be removed now.
---
 debian/TODO                           | 2 ++
 debian/bacula-director-db.postinst.in | 2 +-
 debian/changelog                      | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/TODO b/debian/TODO
index 18cd31d..98723df 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,5 +1,7 @@
 High:
 
+ * Remove all remaining traces of the bacula-dir password fix (in
+   scripts, debconf, ...)
  * Debian default change: MySQL->MariaDB
    https://lists.debian.org/debian-devel-announce/2016/09/msg00000.html
 
diff --git a/debian/bacula-director-db.postinst.in b/debian/bacula-director-db.postinst.in
index ba61685..e3cbce3 100644
--- a/debian/bacula-director-db.postinst.in
+++ b/debian/bacula-director-db.postinst.in
@@ -64,7 +64,7 @@ configure)
 	. /usr/share/bacula-common/common-functions.dpkg
 	readOrCreatePasswords
 
-	check_and_fix_unsafe_director_password bacula-director-$THISDB
+	#check_and_fix_unsafe_director_password bacula-director-$THISDB
 
 	if [ ! -f $TARGET ]; then
 	    echo -n "No $CONFIG found, creating a new one..."
diff --git a/debian/changelog b/debian/changelog
index d9e3953..4151d7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ bacula (7.4.3+dfsg-5) unstable; urgency=medium
     no longer create unneeded .dist files of config files (Closes: #493092)
   * deleted obsolete code from various places in debian/*
   * Removed obsolete information from README.Debian
+  * Removed obsolete check for insecure bacula-director passwords
 
  --
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list