[Secure-testing-commits] r58767 - bin

Raphael Geissert geissert at moszumanska.debian.org
Thu Dec 21 08:48:25 UTC 2017


Author: geissert
Date: 2017-12-21 08:48:25 +0000 (Thu, 21 Dec 2017)
New Revision: 58767

Modified:
   bin/check-new-issues
Log:
add a few auto NFUs rules


Modified: bin/check-new-issues
===================================================================
--- bin/check-new-issues	2017-12-21 08:47:39 UTC (rev 58766)
+++ bin/check-new-issues	2017-12-21 08:48:25 UTC (rev 58767)
@@ -498,7 +498,7 @@
 		my ($name, $type) = ($1, $2);
 		return "$name $type for WordPress";
 	}
-	if ($desc =~ m/\b(FS\s+.+?\s+Clone)/) {
+	if ($desc =~ m/\b(FS\s+.+?\s+Clone|Meinberg\s+LANTIME|Ecava\s+IntegraXor|Foxit\s+Reader)/) {
 		my ($name, $type) = ($1);
 		return "$name";
 	}




More information about the Secure-testing-commits mailing list