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

[SCM] Debian package checker branch, wheezy, updated. 2.5.10.3-5-g54bac3d



The following commit has been merged in the wheezy branch:
commit 29f029e4b1d064e965bcb44fcb122a29f659bcc8
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Sat Jan 19 20:26:02 2013 +0000

    Lintian::Util: correct spelling of "ENCRYPTED"
    
    Fix a typo in the matching of expected delimiters for some
    signed messages; thanks Samuel Bronson.
    
    Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>

diff --git a/debian/changelog b/debian/changelog
index 0ec1fc1..e96fcbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ lintian (2.5.10.4) unstable; urgency=low
     + [NT] Reject partially signed Deb822 files.  Most Deb822 files
       are not signed at all; but those that are should be completely
       covered by a signature.  (Closes: #696230)
+    + [ADB] Fix a typo in the matching of expected delimiters for some
+      signed messages; thanks Samuel Bronson.
 
  -- Niels Thykier <niels@thykier.net>  Sat, 13 Feb 2013 12:50:00 +0100
 
diff --git a/lib/Lintian/Util.pm b/lib/Lintian/Util.pm
index 0008cfa..293ec62 100644
--- a/lib/Lintian/Util.pm
+++ b/lib/Lintian/Util.pm
@@ -413,7 +413,7 @@ sub visit_dpkg_paragraph {
 
                 my $key = qr/(?:BEGIN|END) PGP (?:PUBLIC|PRIVATE) KEY BLOCK/;
                 my $msgpart = qr{BEGIN PGP MESSAGE, PART \d+(?:/\d+)?};
-                my $msg = qr/(?:BEGIN|END) PGP (?:(?:COMPRESSED|ENCRYTPED) )?MESSAGE/;
+                my $msg = qr/(?:BEGIN|END) PGP (?:(?:COMPRESSED|ENCRYPTED) )?MESSAGE/;
 
                 if (m/^-----($key|$msgpart|$msg)-----\s*$/o) {
                     die "syntax error at line $.: Unexpected $1 header\n";

-- 
Debian package checker


Reply to: