[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: c/r-sync-state: Change $DEFAULT_CHECKSUM to sha256



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

nthykier pushed a commit to branch master
in repository lintian.

commit cb05f1d42ad93100fea511a38833c6f5b04953f9
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Mar 13 18:08:19 2016 +0000

    c/r-sync-state: Change $DEFAULT_CHECKSUM to sha256
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/reporting-sync-state.pm | 2 +-
 debian/changelog                 | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/commands/reporting-sync-state.pm b/commands/reporting-sync-state.pm
index 5ad2d6e..aa04ae2 100644
--- a/commands/reporting-sync-state.pm
+++ b/commands/reporting-sync-state.pm
@@ -37,7 +37,7 @@ use Lintian::Util qw(
   untaint
 );
 
-my $DEFAULT_CHECKSUM = 'sha1';
+my $DEFAULT_CHECKSUM = 'sha256';
 my (%KNOWN_MEMBERS, %ACTIVE_GROUPS);
 my %OPT;
 my %OPT_HASH= (
diff --git a/debian/changelog b/debian/changelog
index 607baf9..7752690 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,11 @@ lintian (2.5.43) UNRELEASED; urgency=medium
 
   XXX: generate tag summary with private/generate-tag-summary
 
+  * commands/reporting-sync-state.pm:
+    + [NT] Use the sha256 instead of the sha1 checksum field
+      for finding related files and checking of members have
+      changed.
+
   * frontend/dplint:
     + [NT] Put $LINTIAN_VERSION on its own line so the build
       time substitution works again.  Thanks to Stuart

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


Reply to: