[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. debian/0.1.4-3-g5ec0820

Francesco Poli (wintermute) invernomuto at paranoici.org
Sat May 28 15:41:11 UTC 2011


The following commit has been merged in the master branch:
commit 5ec08208847484484013f8f23134543980cea0fa
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sun May 22 19:35:10 2011 +0200

    enhance "apt" input validation (Closes: #626937)

diff --git a/apt-listbugs b/apt-listbugs
index 8b75666..cfab068 100755
--- a/apt-listbugs
+++ b/apt-listbugs
@@ -315,6 +315,9 @@ when "apt"
         # none
       when "**REMOVE**"
         # none
+      when nil
+        $stderr.print _("E: apt Pre-Install-Pkgs is giving me fewer fields than expected.\n")
+        exit 1
       else
         pkgnames << filename
       end
diff --git a/debian/changelog b/debian/changelog
index 7ccd8ff..4145cd6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ apt-listbugs (0.1.5) unstable; urgency=low
 
   * modified the git-tag.sh internal script
   * bumped Standards-Version to 3.9.2: no changes needed
+  * fixed "E: private method `chomp!' called for nil:NilClass": applied the
+    little patch by Jonathan Nieder (thanks a lot!) to enhance input
+    validation for the "apt-listbugs apt" command (Closes: #626937)
 
- -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sat, 14 May 2011 19:38:04 +0200
+ -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sun, 22 May 2011 19:14:55 +0200
 
 apt-listbugs (0.1.4) unstable; urgency=low
 

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list