projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d57c050
)
Indicator for security packages
author
Heikki Levanto
<heikki@indexdata.dk>
Fri, 18 Mar 2011 13:03:41 +0000
(14:03 +0100)
committer
Heikki Levanto
<heikki@indexdata.dk>
Fri, 18 Mar 2011 13:03:41 +0000
(14:03 +0100)
aptcheck/aptcheck.pl
patch
|
blob
|
history
diff --git
a/aptcheck/aptcheck.pl
b/aptcheck/aptcheck.pl
index
22ad13f
..
317341d
100755
(executable)
--- a/
aptcheck/aptcheck.pl
+++ b/
aptcheck/aptcheck.pl
@@
-67,14
+67,14
@@
for $hline ( split("\n",$hostlist) ) {
$pkgs++;
my $key = $pkg;
if ( $src =~ /Security/ ) {
- $det .= "<b>$pkg</b>";
+ $det .= "<b>$pkg (s) </b>";
$key = "<b>$pkg</b>";
$sechosts{$H}=1;
$secpkgs{$pkg}=1;
$secs++;
$sectot++;
} elsif ( $src =~ /Indexdata/ ) {
- $det .= "<b><i>$pkg</i></b>";
+ $det .= "<i><b>$pkg</b> (id) </i>";
$key = "<i>$pkg</i>";
$ownhosts{$H}=1;
$ownpkgs{$pkg}=1;