rpms/sagator/EL-5 sagator-remove-virus.diff, NONE, 1.1 sagator.spec, 1.6, 1.7

Ján ONDREJ ondrejj at fedoraproject.org
Sat Mar 28 18:38:43 UTC 2009


Author: ondrejj

Update of /cvs/pkgs/rpms/sagator/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25966

Modified Files:
	sagator.spec 
Added Files:
	sagator-remove-virus.diff 
Log Message:
Removed viruses, BZ#492105

sagator-remove-virus.diff:

--- NEW FILE sagator-remove-virus.diff ---
Index: doc/README
===================================================================
--- doc/README	(revision 1880)
+++ doc/README	(working copy)
@@ -484,7 +484,8 @@
 
   There some test scripts. Go into test directory and try:
 
-    ./smtptest localhost 25 Eicar
+    ./download_viruses.sh
+    ./smtptest localhost 25 tmp/Eicar
     ./smtptest localhost 25 spam
     ...
 
Index: test/download_viruses.sh
===================================================================
--- test/download_viruses.sh	(revision 0)
+++ test/download_viruses.sh	(revision 1881)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+DIR=`dirname $0`/tmp
+mkdir -p $DIR
+cd $DIR
+for fn in Eicar test.zip test.rar rtest.zip; do
+  wget -O $fn http://www.salstar.sk/sagator/testfiles/$fn
+done
+cd -
Index: test/Eicar
===================================================================
--- test/Eicar	(revision 1880)
+++ test/Eicar	(working copy)
@@ -1,5 +0,0 @@
-From: virus-tester
-To: undisclosed-recipients:;
-Subject: sagator test - virus scanner test pattern
-
-X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Index: test/pack/test.zip
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: test/pack/rtest.zip
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: test/pack/test.rar
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream


Index: sagator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sagator/EL-5/sagator.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sagator.spec	28 Mar 2009 18:35:41 -0000	1.6
+++ sagator.spec	28 Mar 2009 18:38:12 -0000	1.7
@@ -234,6 +234,9 @@
 %endif
 
 %changelog
+* Sat Mar 28 2009 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 1.1.1-2
+- removed viruses, applied upstream patch
+
 * Wed Sep 17 2008 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 1.1.1-1
 - core files moved to core packages, sagator package now requires clamav
   and spamassassin




More information about the fedora-extras-commits mailing list