[Fedora-security-commits] fedora-security/tools/Libexig Audit.pm, 1.1.2.3, 1.1.2.4 CVE.pm, 1.1.2.2, 1.1.2.3

fedora-security-commits at redhat.com fedora-security-commits at redhat.com
Thu Jan 3 11:22:22 UTC 2008


Author: lkundrak

Update of /cvs/fedora/fedora-security/tools/Libexig
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12153/Libexig

Modified Files:
      Tag: lkundrak-tools-ng
	Audit.pm CVE.pm 
Log Message:
make check-updates work again


Index: Audit.pm
===================================================================
RCS file: /cvs/fedora/fedora-security/tools/Libexig/Attic/Audit.pm,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- Audit.pm	2 Jan 2008 19:09:55 -0000	1.1.2.3
+++ Audit.pm	3 Jan 2008 11:22:20 -0000	1.1.2.4
@@ -15,6 +15,9 @@
 	my $class = shift;
 	my $self = shift;
 
+	# Read standard input unless specified otherwise
+	$self->{file} = '-' unless $self->{file};
+
 	open (AUDIT, $self->{file})
 		or die "Could not open $self->{file}";
 


Index: CVE.pm
===================================================================
RCS file: /cvs/fedora/fedora-security/tools/Libexig/Attic/CVE.pm,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- CVE.pm	2 Jan 2008 19:09:55 -0000	1.1.2.2
+++ CVE.pm	3 Jan 2008 11:22:20 -0000	1.1.2.3
@@ -4,13 +4,13 @@
 
 package Libexig::CVE;
 
-use warnings;
-use strict;
+#use warnings;
+#use strict;
 
 use Exporter 'import';
 use XML::Parser;
 
-my @EXPORT = qw/cve/;
+ at EXPORT = qw/cve/;
 
 my $sourcebase = 'http://nvd.nist.gov/download/';
 my $cachebase = $ENV{'HOME'}.'/.nvdcache/';




More information about the Fedora-security-commits mailing list