Mailinglist Archive: opensuse-commit (1500 mails)

< Previous Next >
commit antivir
  • From: root@xxxxxxx (h_root)
  • Date: Mon, 6 Nov 2006 21:36:46 +0100 (CET)
  • Message-id: <20061106203646.E8629847CC@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package antivir
checked in at Mon Nov 6 21:36:46 CET 2006.

--------
--- arch/i386/antivir/antivir.changes 2006-09-01 15:23:45.000000000 +0200
+++ /mounts/work_src_done/STABLE/antivir/antivir.changes 2006-11-06 16:28:29.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Nov 6 16:28:04 CET 2006 - mt@xxxxxxx
+
+- updated to antivir-server-prof-2.1.8-36 released on 13.09.2006
+- new eval license key for openSUSE-10.2 provided by Avira
+ (valid up to 31 March 2007), updated README files.
+- added installation of antivir binaries on ppc and s390 archs
+- renamed the DISTRIBUTABLE flag to WITH_EVAL_KEY
+
+-------------------------------------------------------------------

Old:
----
antivir-server-prof-2.1.7-18.dif
antivir-server-prof-2.1.7-18.tar.gz

New:
----
antivir-server-prof-2.1.8-36.dif
antivir-server-prof-2.1.8-36.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ antivir.spec ++++++
--- /var/tmp/diff_new_pack.hgqHUh/_old 2006-11-06 21:36:18.000000000 +0100
+++ /var/tmp/diff_new_pack.hgqHUh/_new 2006-11-06 21:36:18.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package antivir (Version 2.1.7.18)
+# spec file for package antivir (Version 2.1.8.36)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,20 +11,20 @@
# norootforbuild

Name: antivir
-%define DISTRIBUTABLE 1
+%define WITH_EVAL_KEY 1
Requires: gpg
PreReq: /bin/mkdir /bin/cat %insserv_prereq %fillup_prereq coreutils modutils grep ps
License: Restricted Shareware
Group: Productivity/Security
Conflicts: avmailgate
Autoreqprov: on
-%define antivir_version antivir-server-prof-2.1.7-18
-Version: 2.1.7.18
+%define antivir_version antivir-server-prof-2.1.8-36
+Version: 2.1.8.36
Release: 1
Summary: Antivir Virus Scanner
-URL: http://www.antivir.de
+URL: http://www.avira.com
Source0: http://dl.antivir.de/dateien/antivir/release/%{antivir_version}.tar.gz
-%if ! %DISTRIBUTABLE
+%if %WITH_EVAL_KEY
#
# read antivir-eval-suse.txt file about:
#
@@ -38,37 +38,38 @@
Source5: avguard.rc-script
Patch0: %{antivir_version}.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch: %ix86
+ExclusiveArch: %ix86 s390 ppc

%description
This is the AntiVir virus scanner software package of Avira (former H+B
-EDV) Germany. The package ships with an evaluation license only.
+EDV) Germany.

-Register your copy at http://www.avira.com/ (a private, noncommercial
-license is free of charge).
+Register your copy at http://www.avira.com/ -- a license key for
+private, noncommercial use is free of charge.



Authors:
--------
- H+BEDV Datentechnik GmbH
+ Avira <support@xxxxxxxxx>

%package avguard
Summary: Antivir On-Access Virus Scanner Init-Script.
Group: Productivity/Security
-License: GPL
+License: GNU General Public License (GPL) - all versions
Requires: antivir = %{version}
-Requires: hbedv-dazuko-kmp
+Requires: hbedv-dazuko-kmp hbedv-dazuko

%description avguard
This package provides a init-script starting the Antivir Virus Scanner
-as On-Access scanner. It requires dazuko kernel module, that is
-provided as hbedv-dazuko-kmp kernel module packages.
+as On-Access scanner. It requires an already loaded dazuko kernel
+module, that is provided as hbedv-dazuko-kmp kernel module packages.



Authors:
--------
+ Avira <support@xxxxxxxxx>
John Ogness
Rainer Link
Marius Tomaschewski
@@ -91,8 +92,25 @@
##
## install AntiVir
##
+%ifarch s390
+install -m 755 bin/linux_glibc22_s390/antivir $RPM_BUILD_ROOT/usr/lib/AntiVir/
+install -m 644 bin/linux_glibc22_s390/*.asc pgp/
+%else
+%ifarch ppc
+install -m 755 bin/linux_glibc22_ppc/antivir $RPM_BUILD_ROOT/usr/lib/AntiVir/
+install -m 644 bin/linux_glibc22_ppc/*.asc pgp/
+%else
+%ifarch %ix86
install -m 755 bin/linux_glibc22/antivir $RPM_BUILD_ROOT/usr/lib/AntiVir/
install -m 644 bin/linux_glibc22/*.asc pgp/
+%else
+cat <<ERR
+Error: Don't have antivir binaries for the %arch platform!
+ERR
+exit 1
+%endif
+%endif
+%endif
install -m 644 vdf/antivir?.vdf $RPM_BUILD_ROOT/usr/lib/AntiVir/
install -m 755 script/configantivir $RPM_BUILD_ROOT/usr/lib/AntiVir/
ln -s ../lib/AntiVir/antivir $RPM_BUILD_ROOT/usr/bin/antivir
@@ -114,7 +132,7 @@
## copy readme files
##
install -m644 $RPM_SOURCE_DIR/antivir.README.SuSE README.SuSE
-%if ! %DISTRIBUTABLE
+%if %WITH_EVAL_KEY
install -m644 $RPM_SOURCE_DIR/antivir-eval-suse.txt .
##
## install the eval key for SuSE Linux, provided by H+BEDV
@@ -127,7 +145,16 @@
rm -rf $RPM_BUILD_ROOT

%post avguard
-%{fillup_and_insserv -s avguard START_AVGUARD}
+%{remove_and_set -n antivir DAZUKO_MODULE}
+if test -n "$DAZUKO_MODULE" && test "$DAZUKO_MODULE" != "no" ; then
+cat <<EOF
+ Note: The DAZUKO_MODULE sysconfig variable has been moved to
+ /etc/sysconfig/dazuko file. Please install the hbedv-dazuko
+ and hbedv-dazuko-kmp packages providing the kernel module and
+ the /etc/init.d/boot.dazuko script to load it.
+EOF
+fi
+%{fillup_and_insserv -n antivir -s avguard START_AVGUARD}

%preun avguard
%if %suse_version > 820
@@ -161,12 +188,18 @@
/usr/lib/AntiVir/configantivir
/usr/lib/AntiVir/configavguard
/usr/bin/antivir
-%if ! %DISTRIBUTABLE
+%if %WITH_EVAL_KEY
%doc antivir-eval-suse.txt
%config(noreplace) /usr/lib/AntiVir/hbedv.key
%endif

%changelog -n antivir
+* Mon Nov 06 2006 - mt@xxxxxxx
+- updated to antivir-server-prof-2.1.8-36 released on 13.09.2006
+- new eval license key for openSUSE-10.2 provided by Avira
+ (valid up to 31 March 2007), updated README files.
+- added installation of antivir binaries on ppc and s390 archs
+- renamed the DISTRIBUTABLE flag to WITH_EVAL_KEY
* Fri Sep 01 2006 - mt@xxxxxxx
- updated to antivir-server-prof-2.1.7-18 rereleased on 08.06.2006
- removed obsolete code loading the dazuko module specified in the

++++++ antivir-eval-suse.key ++++++
Binary files arch/i386/antivir/antivir-eval-suse.key and /mounts/work_src_done/STABLE/antivir/antivir-eval-suse.key differ

++++++ antivir-eval-suse.txt ++++++
--- arch/i386/antivir/antivir-eval-suse.txt 2006-09-01 15:28:10.000000000 +0200
+++ /mounts/work_src_done/STABLE/antivir/antivir-eval-suse.txt 2006-10-31 12:44:03.000000000 +0100
@@ -0,0 +1,34 @@
+Hallo, (english text below)
+
+das AntiVir Paket wird mit einer zeitlich befristeten Evaluierung-
+Lizenz (Schlüssel) ausgeliefert, die uns von Avira GmbH, für die
+openSuSE Linux Distribution zur Verfügung gestellt wurde.
+
+Dieser Evaluierung-Lizenzschlüssel ist bis zum 31 März 2007 gültig.
+
+Weitere Informationen, u.a. zu Änderungen bei Antivir AvGuard seit
+der Linux Kernel Version 2.6.x, entnehmen Sie bitte der Datei
+ /usr/share/doc/packages/antivir/README.SuSE.
+und besuchen http://www.avira.com/.
+
+Hinweis: Sie sollten möglichst bald ein Update des Programms mit
+ antivir --update
+ (als root) durchführen.
+
+----------------------------------------------------------------------------
+Hello,
+
+the AntiVir packages are shipped with an evaluation license key, which
+is provided by Avira GmbH, for the openSuSE Linux distribution.
+
+This evaluation license key is valid up to 31 March 2007.
+
+For more informations about this package as well as changes to Antivir
+AvGuard since the Linux kernel version 2.6.x, read the file
+ /usr/share/doc/packages/antivir/README.SuSE
+and visit http://www.avira.com/.
+
+Note: Please update this program asap using the
+ antivir --update
+ command (as user "root").
+

++++++ antivir-server-prof-2.1.7-18.dif -> antivir-server-prof-2.1.8-36.dif ++++++

++++++ antivir-server-prof-2.1.7-18.tar.gz -> antivir-server-prof-2.1.8-36.tar.gz ++++++
arch/i386/antivir/antivir-server-prof-2.1.7-18.tar.gz /mounts/work_src_done/STABLE/antivir/antivir-server-prof-2.1.8-36.tar.gz differ: char 14, line 1

++++++ antivir.README.SuSE ++++++
--- arch/i386/antivir/antivir.README.SuSE 2006-09-01 15:10:17.000000000 +0200
+++ /mounts/work_src_done/STABLE/antivir/antivir.README.SuSE 2006-10-31 16:02:50.000000000 +0100
@@ -18,27 +18,23 @@

Für den privaten und nicht kommerziellen Einsatz bietet der Hersteller,

- H+BEDV Datentechnik GmbH
+ Avira GmbH
Lindauerstraße 21
88069 Tettnang
- http://www.antivir.de/
+ http://www.avira.com/

die Möglichkeit, kostenfrei eine Lizenz (Lizenz-Schlüssel) von AntiVir
-Personal Edition mit einer Laufzeit von 12 Monaten incl. wöchentlicher
-Updates zu beziehen. Registrieren Sie sich unter:
- http://www.antivir.de/order/privreg/linux.htm
-oder
- http://www.antivir.de/order/privreg/order_e.htm
-Sie erhalten einen Lizenz-Schlüssel per E-Mail zugeschickt; kopieren
-Sie es nach /usr/lib/AntiVir/hbedv.key (überschreiben den Evaluierung-
-Schlüssel).
-
-Lizenz-Schlüssel, sowie Updates für den geschäftlichen Einsatz, können
-bei H+BEDV Datentechnik kostenpflichtig erworben werden.
-
-Weitere Informationen zu AntiVir Produkten finden Sie unter:
- http://www.antivir.de/ und http://www.free-av.de/
-oder per E-Mail: info@xxxxxxxxxx
+Personal Edition (Classic) zu beziehen.
+Weitere Informationen unter:
+ http://www.free-av.com/
+
+Andere, kostenpflichtige oder zeitlich limitierte Evaluierung-Lizenzen
+sowie Updates, können Sie bei Avira erwerben bzw. anfordern:
+ http://www.avira.com/
+
+Den Lizenz-Schlüssel, den Sie per E-Mail zugeschickt bekommen, kopieren
+Sie nach /usr/lib/AntiVir/hbedv.key und überschreiben damit den
+mitgelieferten Evaluierung-Schlüssel.


Änderungen am AntiVir-Paket
@@ -55,11 +51,12 @@


- Die Datei /usr/share/doc/packages/antivir/pgp/antivir.gpg enthält
- den GPG Schlüssel von H+BEDV Datentechnik GmbH, mit dem die Antivir
- Programme signiert sind.
- Die digitale Signaturen für das Programm "antivir" ist dort ebenfalls
- als antivir.asc abgespeichert. Diese Signaturen sind natürlich nach
- einem Update nicht mehr gültig.
+ den GPG Schlüssel von Avira (H+BEDV Datentechnik GmbH), mit dem
+ die Antivir Programme signiert sind.
+
+ Die digitale Signatur für das Programm "antivir" ist dort ebenfalls
+ als antivir.asc abgespeichert. Diese Signatur ist nach einem Update
+ mit "antivir --update" natürlich nicht mehr gültig.

Auf den AntiVir Seiten (unter Downloads), finden Sie den Fingerprint
zu dem Schlüssel. Vergleichen Sie es mit dem Fingerprint in der Datei
@@ -103,6 +100,7 @@

=====================================================================

+
Contents:
---------
- License information
@@ -116,23 +114,21 @@

For private, non-commercial use, the manufacturer

- H+BEDV Datentechnik GmbH
- Lindauerstraße 21
+ Avira GmbH
+ Lindauerstr. 21
88069 Tettnang, Germany
- http://www.hbedv.com
+ http://www.avira.com/
+
+offers a license of AntiVir Personal Edition (Classic) free of charge.
+More informations on:
+ http://www.free-av.com/
+
+Other licenses incl. evaliation licenses can be requested on the Avira
+Web-Site:
+ http://www.avira.com/

-offers a license of AntiVir Personal Edition free of charge, valid
-for 12 months incl. weekly updates. Please request your license on:
- http://www.antivir.de/order/privreg/order_e.htm
-You will receive the license key via E-Mail; copy the key file
-to /usr/lib/AntiVir/hbedv.key (overwrite the evaluation key).
-
-License keys and updates for commercial use can be purchased from
-H+BEDV Datentechnik.
-
-For more information about AntiVir products, please visit
- http://www.hbedv.com/ and http://www.free-av.com/
-or via E-Mail: info@xxxxxxxxx
+You will receive the license key via E-Mail; copy the key file to
+/usr/lib/AntiVir/hbedv.key (overwrite the evaluation key).


Changes to the AntiVir package

++++++ antivir.sysconfig ++++++
--- arch/i386/antivir/antivir.sysconfig 2006-09-01 13:53:13.000000000 +0200
+++ /mounts/work_src_done/STABLE/antivir/antivir.sysconfig 2006-11-03 13:03:36.000000000 +0100
@@ -7,28 +7,8 @@
## Command: /usr/sbin/rcavguard restart
## PreSaveCommand: /usr/sbin/rcavguard status && /usr/sbin/rcavguard stop
#
-# AvGuard (H+BEDV AntiVir) on-access virus scanning daemon
-# can be started in a "workstation" and "server" mode,
-# depending on your license key.
+# Avira AvGuard on-access virus scanning daemon can be started in a
+# "workstation" and "server" mode, depending on your license key.
#
AVGUARD_TYPE="server"

-## Path: System/AntiVirus
-## Type: string
-## Default: ""
-## Description: on-access virus scanning kernel module
-#
-# The dazuko kernel module provides the access control
-# interface for on-access virus scanning.
-#
-# Using this variable to load loading the module is not
-# supported any more, because of load order problems with
-# other LSM modules.
-#
-# To load the dazuko module, please add dazuko to the
-# MODULES_LOADED_ON_BOOT variable /etc/sysconfig/kernel
-# before the capability module, e.g.:
-# MODULES_LOADED_ON_BOOT="dazuko capability"
-#
-DAZUKO_MODULE=""
-

++++++ avguard.rc-script ++++++
--- arch/i386/antivir/avguard.rc-script 2006-09-01 14:05:50.000000000 +0200
+++ /mounts/work_src_done/STABLE/antivir/avguard.rc-script 2006-11-03 13:02:31.000000000 +0100
@@ -34,13 +34,6 @@
# and depends on the license file.
AVGUARD_TYPE="server"

-# The name (or file) of the avguards dazuko module
-# Sould be empty - the way on 2.6 kernel is to load
-# the module using the
-# MODULES_LOADED_ON_BOOT
-# variable in /etc/sysconfig/kernel.
-DAZUKO_MODULE=""
-
if test -f /etc/sysconfig/antivir ; then
. /etc/sysconfig/antivir

@@ -104,13 +97,6 @@
start)
echo "Starting AntiVir on-access scanning facility: avguard"

- if test -n "$DAZUKO_MODULE" ; then
- echo "- Note: loading of $DEVNAME is not supported any more"'!'
- echo -n " Use MODULES_LOADED_ON_BOOT in /etc/sysconfig/kernel."
- rc_status -s -r
- fi
-
-
echo -n "- Verifying $DEVNAME device"
# read device info from proc
DEV=$(grep $DEVNAME /proc/devices 2>/dev/null)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread