OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Jul-2005 11:02:00
Branch: HEAD Handle: 2005071710015900
Modified files:
openpkg-src/sav sav.spec
Log:
upgrading package: sav 3.2.07.095.3.93 -> 3.2.07.102.3.95
Summary:
Revision Changes Path
1.58 +9 -9 openpkg-src/sav/sav.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sav/sav.spec
============================================================================
$ cvs diff -u -r1.57 -r1.58 sav.spec
--- openpkg-src/sav/sav.spec 22 May 2005 08:21:16 -0000 1.57
+++ openpkg-src/sav/sav.spec 17 Jul 2005 09:01:59 -0000 1.58
@@ -23,9 +23,9 @@
##
# package version
-%define V_engine 3.2.07.095
+%define V_engine 3.2.07.102
%define V_ides_maj 3
-%define V_ides_min 93
+%define V_ides_min 95
# package information
Name: sav
@@ -38,12 +38,12 @@
Group: System
License: Commercial/Free-Trial
Version: %{V_engine}.%{V_ides_maj}.%{V_ides_min}
-Release: 20050522
+Release: 20050717
# list of sources
-Source0:
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/sav/sav-%{version}-freebsd.elf.tar.Z
-Source1:
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/sav/sav-%{version}-linux.intel.libc6.tar.Z
-Source2:
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/sav/sav-%{version}-solaris.sparc.tar.Z
+Source0:
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/sav/sav-%{V_ides_maj}.%{V_ides_min}-freebsd.elf.tar.Z
+Source1:
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/sav/sav-%{V_ides_maj}.%{V_ides_min}-linux.intel.libc6.tar.Z
+Source2:
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/sav/sav-%{V_ides_maj}.%{V_ides_min}-solaris.sparc.tar.Z
Source3: rc.sav
Source4: sav.conf
Source5: sweep.sh
@@ -83,9 +83,9 @@
# select and decompress platform specific anti-virus engine
case "%{l_platform -t}" in
- *-freebsd* ) engine="%{SOURCE sav-%{version}-freebsd.elf.tar.Z}" ;;
- *-linux* ) engine="%{SOURCE
sav-%{version}-linux.intel.libc6.tar.Z}" ;;
- *-sunos* ) engine="%{SOURCE sav-%{version}-solaris.sparc.tar.Z}" ;;
+ *-freebsd* ) engine="%{SOURCE
sav-%{V_ides_maj}.%{V_ides_min}-freebsd.elf.tar.Z}" ;;
+ *-linux* ) engine="%{SOURCE
sav-%{V_ides_maj}.%{V_ides_min}-linux.intel.libc6.tar.Z}" ;;
+ *-sunos* ) engine="%{SOURCE
sav-%{V_ides_maj}.%{V_ides_min}-solaris.sparc.tar.Z}" ;;
* ) echo "Sorry, platform %{l_platform -t} not supported" 1>&2; exit
1 ;;
esac
%{l_gzip} -d -c $engine | %{l_tar} xf -
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]