OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Apr-2004 20:36:17
Branch: HEAD Handle: 2004040119361600
Modified files:
openpkg-src/clamav clamav.patch clamav.spec
Log:
upgrading package: clamav 0.66 -> 0.70
Summary:
Revision Changes Path
1.3 +0 -10 openpkg-src/clamav/clamav.patch
1.22 +7 -7 openpkg-src/clamav/clamav.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/clamav/clamav.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 clamav.patch
--- openpkg-src/clamav/clamav.patch 7 Feb 2004 20:49:21 -0000 1.2
+++ openpkg-src/clamav/clamav.patch 1 Apr 2004 18:36:16 -0000 1.3
@@ -1,13 +1,3 @@
---- clamd/others.c.orig Fri Jun 20 19:35:45 2003
-+++ clamd/others.c Wed Jul 2 17:05:58 2003
-@@ -26,6 +26,7 @@
- #include <fcntl.h>
- #include <time.h>
- #include <sys/stat.h>
-+#include <sys/time.h>
-
- #if defined(CLAMD_USE_SYSLOG) && !defined(C_AIX)
- #include <syslog.h>
--- libclamav/zziplib/zzip-conf.h.orig 2004-02-07 21:41:08.000000000 +0100
+++ libclamav/zziplib/zzip-conf.h 2004-02-07 21:34:18.000000000 +0100
@@ -64,6 +64,7 @@
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/clamav/clamav.spec
============================================================================
$ cvs diff -u -r1.21 -r1.22 clamav.spec
--- openpkg-src/clamav/clamav.spec 11 Feb 2004 12:35:04 -0000 1.21
+++ openpkg-src/clamav/clamav.spec 1 Apr 2004 18:36:16 -0000 1.22
@@ -33,11 +33,11 @@
Class: PLUS
Group: Filesystem
License: GPL
-Version: 0.66
-Release: 20040211
+Version: 0.70
+Release: 20040401
# list of sources
-Source0: http://osdn.dl.sourceforge.net/clamav/clamav-%{version}.tar.gz
+Source0: http://osdn.dl.sourceforge.net/clamav/clamav-%{version}-rc.tar.gz
Source1: rc.clamav
Patch0: clamav.patch
@@ -63,13 +63,13 @@
%track
prog clamav = {
- version = %{version}
- url = http://clamav.sourceforge.net/stable.html
- regex = clamav-(__VER__)\.tar\.gz
+ version = %{version}-rc
+ url = http://osdn.dl.sourceforge.net/clamav/
+ regex = clamav-(__VER__(-rc)?)\.tar\.gz
}
%prep
- %setup -q
+ %setup -q -n clamav-%{version}-rc
%patch -p0
%build
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]