RE: [Clamav-users] Openbsd port?

2005-02-11 Thread LOYET Jérôme
Check in the archive of openbsd port mailing list or clamav-users mailing
list, a port has been submited.

++ jerome

 -Message d'origine-
 De : [EMAIL PROTECTED] [mailto:clamav-users-
 [EMAIL PROTECTED] De la part de Penny Rand
 Envoyé : vendredi 11 février 2005 18:53
 À : 'ClamAV users ML'
 Objet : [Clamav-users] Openbsd port?
 
 I'm running Openbsd 3.6, can't seem to find a port for clamav-0.82. When I
 try to install from the version I downloaded I get stops in the make
 process, specifically;
 
 collect2: ld returned 1 exit status
 *** Error code 1
 
 Stop in /root/clamav-0.82/clamscan (line 291 of Makefile).
 *** Error code 1
 
 Stop in /root/clamav-0.82 (line 351 of Makefile).
 *** Error code 1
 
 Stop in /root/clamav-0.82 (line 216 of Makefile).
 
 
 ___
 http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] OpenBSD Port

2004-02-19 Thread Flinn Mueller
Doesn't milter need tcpwrappers?

On Feb 19, 2004, at 5:50 AM, LOYET Jerome wrote:

Hello,

I have find a solution to get clamav working fine on openbsd 3.3 
(OpenBSD
** 3.3 GENERIC#44 i386).
I have worked with the port I've made for 3.4 and I have just add a 
line to
the Makefile of the Port, here is a little patch:

@@ -44,6 +44,7 @@
--with-group=${CLAMGROUP} \
 --disable-cr \
--with-dbdir=${PREFIX}/share/clamav \
+   --without-tcpwrappers \
 CONFIGURE_ENV+=LDFLAGS= -L${PREFIX}/lib -pthread
 CONFIGURE_ENV+=CPPFLAGS=-I${PREFIX}/include
Clamscan is working good, clamd,  clamdscan and freshclam too

If someone could test and if the test will be a success, I will 
publish the
port.

++ Jerome

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Flinn
Mueller
Envoyé : mercredi 18 février 2004 21:21
À : [EMAIL PROTECTED]
Objet : Re: [Clamav-users] OpenBSD Port
I get this too.

On Feb 18, 2004, at 9:25 AM, LOYET Jerome wrote:

With the port I've made for 0.67-1, which works fine on obsd 3.4, it
compiles well but I have runtime error about lib dependences:
_deny_severity [...] :/usr/lib/libwrap.so.3.0
I don't know what to think about this.

++ Jerome

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Flinn
Mueller
Envoyé : mercredi 18 février 2004 14:20
À : [EMAIL PROTECTED]
Objet : Re: [Clamav-users] OpenBSD Port
Anyone using 3.3 please let me know about your success or failure with
this port.  I was not able to get it to work.
Thanks,
Flinn
On Feb 18, 2004, at 4:56 AM, LOYET Jerome wrote:

See my precedent post.
Subjet: RE: [Clamav-users] ClamAV 3.4  OpenBSD 0.66
++ Jerome

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de 
Helmut
Schneider
Envoyé : mercredi 18 février 2004 09:45
À : [EMAIL PROTECTED]
Objet : [Clamav-users] OpenBSD Port

Hi,

I used to use http://activeintra.net/projects/clamav/openbsd/ but it
does
not seem to be updated anymore. Does anyone have a port for OpenBSD33
for
clamav  0.65?
Thanks, Helmut

---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438opÌk
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438opÌk
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438opÌk
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED

Re: [Clamav-users] OpenBSD Port

2004-02-19 Thread Flinn Mueller
I am pretty sure you don't need:
patches/patch-clamscan-defaults_h
Plus the patch ignores the CLAMUSER and CLAMGROUP variables that I 
setup in the Makefile, so for many people (myself included) the patch 
would be pointless.

On Feb 19, 2004, at 5:50 AM, LOYET Jerome wrote:

Hello,

I have find a solution to get clamav working fine on openbsd 3.3 
(OpenBSD
** 3.3 GENERIC#44 i386).
I have worked with the port I've made for 3.4 and I have just add a 
line to
the Makefile of the Port, here is a little patch:

@@ -44,6 +44,7 @@
--with-group=${CLAMGROUP} \
 --disable-cr \
--with-dbdir=${PREFIX}/share/clamav \
+   --without-tcpwrappers \
 CONFIGURE_ENV+=LDFLAGS= -L${PREFIX}/lib -pthread
 CONFIGURE_ENV+=CPPFLAGS=-I${PREFIX}/include
Clamscan is working good, clamd,  clamdscan and freshclam too

If someone could test and if the test will be a success, I will 
publish the
port.

++ Jerome

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Flinn
Mueller
Envoyé : mercredi 18 février 2004 21:21
À : [EMAIL PROTECTED]
Objet : Re: [Clamav-users] OpenBSD Port
I get this too.

On Feb 18, 2004, at 9:25 AM, LOYET Jerome wrote:

With the port I've made for 0.67-1, which works fine on obsd 3.4, it
compiles well but I have runtime error about lib dependences:
_deny_severity [...] :/usr/lib/libwrap.so.3.0
I don't know what to think about this.

++ Jerome

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Flinn
Mueller
Envoyé : mercredi 18 février 2004 14:20
À : [EMAIL PROTECTED]
Objet : Re: [Clamav-users] OpenBSD Port
Anyone using 3.3 please let me know about your success or failure with
this port.  I was not able to get it to work.
Thanks,
Flinn
On Feb 18, 2004, at 4:56 AM, LOYET Jerome wrote:

See my precedent post.
Subjet: RE: [Clamav-users] ClamAV 3.4  OpenBSD 0.66
++ Jerome

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de 
Helmut
Schneider
Envoyé : mercredi 18 février 2004 09:45
À : [EMAIL PROTECTED]
Objet : [Clamav-users] OpenBSD Port

Hi,

I used to use http://activeintra.net/projects/clamav/openbsd/ but it
does
not seem to be updated anymore. Does anyone have a port for OpenBSD33
for
clamav  0.65?
Thanks, Helmut

---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438opÌk
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438opÌk
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438opÌk
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services

Re: [Clamav-users] OpenBSD Port

2004-02-19 Thread Flinn Mueller

Unacceptably low signal-to-noise ratio... :-(

Is it really that big of a deal?

And why am I the only one being told about this? ;-)

Regards,
Flinn Mueller
ActiveIntra.net, Inc.
[EMAIL PROTECTED]
Toll Free: 1-800-640-4876 ext. 251
GnuPG (ID 27AE2CA9)
506B 1794 E240 ECEB 0758 2F90 6943 17A1 27AE 2CA9
---
ActiveIntra.net - Web Design, Web Programming, Web Hosting


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


RE: [Clamav-users] OpenBSD Port

2004-02-19 Thread LOYET Jerome
I cannot test milter on 3.3 for now but I will (let me time to untar
src.tar.gz and to recompile sendmail).

I've suppress the patch for clamscan/defaults.h and everything is fine for
obsd 3.3. I will try on 3.4 after.

Is clamav compiling fine now or not?

++ Jerome

 -Message d'origine-
 De : [EMAIL PROTECTED] [mailto:clamav-users-
 [EMAIL PROTECTED] De la part de Flinn Mueller
 Envoyé : jeudi 19 février 2004 14:39
 À : [EMAIL PROTECTED]
 Objet : Re: [Clamav-users] OpenBSD Port
 
 I am pretty sure you don't need:
 patches/patch-clamscan-defaults_h
 
 Plus the patch ignores the CLAMUSER and CLAMGROUP variables that I
 setup in the Makefile, so for many people (myself included) the patch
 would be pointless.
 
 
 On Feb 19, 2004, at 5:50 AM, LOYET Jerome wrote:
 
  Hello,
 
  I have find a solution to get clamav working fine on openbsd 3.3
  (OpenBSD
  ** 3.3 GENERIC#44 i386).
  I have worked with the port I've made for 3.4 and I have just add a
  line to
  the Makefile of the Port, here is a little patch:
 
  @@ -44,6 +44,7 @@
  --with-group=${CLAMGROUP} \
   --disable-cr \
  --with-dbdir=${PREFIX}/share/clamav \
  +   --without-tcpwrappers \
 
   CONFIGURE_ENV+=LDFLAGS= -L${PREFIX}/lib -pthread
   CONFIGURE_ENV+=CPPFLAGS=-I${PREFIX}/include
 
  Clamscan is working good, clamd,  clamdscan and freshclam too
 
  If someone could test and if the test will be a success, I will
  publish the
  port.
 
  ++ Jerome
 
  -Message d'origine-
  De : [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] De la part de Flinn
  Mueller
  Envoyé : mercredi 18 février 2004 21:21
  À : [EMAIL PROTECTED]
  Objet : Re: [Clamav-users] OpenBSD Port
 
  I get this too.
 
  On Feb 18, 2004, at 9:25 AM, LOYET Jerome wrote:
 
  With the port I've made for 0.67-1, which works fine on obsd 3.4, it
  compiles well but I have runtime error about lib dependences:
  _deny_severity [...] :/usr/lib/libwrap.so.3.0
 
  I don't know what to think about this.
 
  ++ Jerome
 
  -Message d'origine-
  De : [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] De la part de Flinn
  Mueller
  Envoyé : mercredi 18 février 2004 14:20
  À : [EMAIL PROTECTED]
  Objet : Re: [Clamav-users] OpenBSD Port
 
  Anyone using 3.3 please let me know about your success or failure with
  this port.  I was not able to get it to work.
 
  Thanks,
  Flinn
 
 
  On Feb 18, 2004, at 4:56 AM, LOYET Jerome wrote:
 
  See my precedent post.
  Subjet: RE: [Clamav-users] ClamAV 3.4  OpenBSD 0.66
 
  ++ Jerome
 
  -Message d'origine-
  De : [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] De la part de
  Helmut
  Schneider
  Envoyé : mercredi 18 février 2004 09:45
  À : [EMAIL PROTECTED]
  Objet : [Clamav-users] OpenBSD Port
 
  Hi,
 
  I used to use http://activeintra.net/projects/clamav/openbsd/ but it
  does
  not seem to be updated anymore. Does anyone have a port for OpenBSD33
  for
  clamav  0.65?
 
  Thanks, Helmut



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


RE: [Clamav-users] OpenBSD Port

2004-02-19 Thread LOYET Jerome


 -Message d'origine-
 De : [EMAIL PROTECTED] [mailto:clamav-users-
 [EMAIL PROTECTED] De la part de Lynn Duerksen
 Envoyé : jeudi 19 février 2004 18:03
 À : [EMAIL PROTECTED]
 Objet : RE: [Clamav-users] OpenBSD Port
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf
  Of Flinn Mueller
  Sent: Thursday, February 19, 2004 7:12 AM
  To: [EMAIL PROTECTED]
  Subject: Re: [Clamav-users] OpenBSD Port
 
 
  Doesn't milter need tcpwrappers?
 
 
  On Feb 19, 2004, at 5:50 AM, LOYET Jerome wrote:
 
   Hello,
  
   I have find a solution to get clamav working fine on openbsd 3.3
   (OpenBSD
   ** 3.3 GENERIC#44 i386).
   I have worked with the port I've made for 3.4 and I have just add a
   line to
   the Makefile of the Port, here is a little patch:
  
   @@ -44,6 +44,7 @@
   --with-group=${CLAMGROUP} \
--disable-cr \
   --with-dbdir=${PREFIX}/share/clamav \
   +   --without-tcpwrappers \
 
 This added line worked for my configuration running amavisd-new with
 Postfix on OpenBSD 3.3
 
  
CONFIGURE_ENV+=LDFLAGS= -L${PREFIX}/lib -pthread
CONFIGURE_ENV+=CPPFLAGS=-I${PREFIX}/include
  
   Clamscan is working good, clamd,  clamdscan and freshclam too
  
   If someone could test and if the test will be a success, I will
   publish the
   port.
  
   ++ Jerome
  
 
 

What I can say after tests on 3.4 and 3.3:

-The unique difference between port for 3.4 and 3.3 is the line added into
the port's Makefile: --without-tcpwrappers \ in CONFIGURE_ARGS+= (as I
said in precedent post today).

-The patch for clamscan/defaults.h is useless, I will remove it from the
port.

-In 3.3 with --without-tcpwrappers, no changes are needed by
clamav-milter/clamav-milter.c

In 3.4 everything is working fine (I am running this ports for 1 week on my
box).
In 3.3 clamd, freshclam, clamdscan and clamscam are working fine,
clamav-milter is running good but I have no sendmail installed on my 3.3 box
so I cannot be sure that clamav-milter is working fine. Let's see.

++ Jerome



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] OpenBSD Port

2004-02-19 Thread Flinn Mueller
On Feb 19, 2004, at 11:03 AM, LOYET Jerome wrote:

I cannot test milter on 3.3 for now but I will (let me time to untar
src.tar.gz and to recompile sendmail).
I've suppress the patch for clamscan/defaults.h and everything is fine 
for
obsd 3.3. I will try on 3.4 after.

Is clamav compiling fine now or not?

Only when a previous libclamav is not present in ${PREFIX}/lib

But that is because of the LDFLAGS.  I think the ultimate solution is 
to fix the bug in the configure script that does not find gmp ( think 
bz2 also ).



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


RE: [Clamav-users] OpenBSD Port

2004-02-18 Thread LOYET Jerome
See my precedent post.
Subjet: RE: [Clamav-users] ClamAV 3.4  OpenBSD 0.66

++ Jerome

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Helmut
Schneider
Envoyé : mercredi 18 février 2004 09:45
À : [EMAIL PROTECTED]
Objet : [Clamav-users] OpenBSD Port

Hi,

I used to use http://activeintra.net/projects/clamav/openbsd/ but it does
not seem to be updated anymore. Does anyone have a port for OpenBSD33 for
clamav  0.65?

Thanks, Helmut


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438opÌk
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] OpenBSD Port

2004-02-18 Thread Flinn Mueller
Anyone using 3.3 please let me know about your success or failure with 
this port.  I was not able to get it to work.

Thanks,
Flinn
On Feb 18, 2004, at 4:56 AM, LOYET Jerome wrote:

See my precedent post.
Subjet: RE: [Clamav-users] ClamAV 3.4  OpenBSD 0.66
++ Jerome

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Helmut
Schneider
Envoyé : mercredi 18 février 2004 09:45
À : [EMAIL PROTECTED]
Objet : [Clamav-users] OpenBSD Port
Hi,

I used to use http://activeintra.net/projects/clamav/openbsd/ but it 
does
not seem to be updated anymore. Does anyone have a port for OpenBSD33 
for
clamav  0.65?

Thanks, Helmut

---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438opÌk
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


RE: [Clamav-users] OpenBSD Port

2004-02-18 Thread LOYET Jerome
With the port I've made for 0.67-1, which works fine on obsd 3.4, it
compiles well but I have runtime error about lib dependences:
_deny_severity [...] :/usr/lib/libwrap.so.3.0

I don't know what to think about this.

++ Jerome

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Flinn
Mueller
Envoyé : mercredi 18 février 2004 14:20
À : [EMAIL PROTECTED]
Objet : Re: [Clamav-users] OpenBSD Port

Anyone using 3.3 please let me know about your success or failure with 
this port.  I was not able to get it to work.

Thanks,
Flinn


On Feb 18, 2004, at 4:56 AM, LOYET Jerome wrote:

 See my precedent post.
 Subjet: RE: [Clamav-users] ClamAV 3.4  OpenBSD 0.66

 ++ Jerome

 -Message d'origine-
 De : [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] De la part de Helmut
 Schneider
 Envoyé : mercredi 18 février 2004 09:45
 À : [EMAIL PROTECTED]
 Objet : [Clamav-users] OpenBSD Port

 Hi,

 I used to use http://activeintra.net/projects/clamav/openbsd/ but it 
 does
 not seem to be updated anymore. Does anyone have a port for OpenBSD33 
 for
 clamav  0.65?

 Thanks, Helmut


 ---
 SF.Net is sponsored by: Speed Start Your Linux Apps Now.
 Build and deploy apps  Web services for Linux with
 a free DVD software kit from IBM. Click Now!
 http://ads.osdn.com/?ad_id56alloc_id438opÌk
 ___
 Clamav-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/clamav-users



 ---
 SF.Net is sponsored by: Speed Start Your Linux Apps Now.
 Build and deploy apps  Web services for Linux with
 a free DVD software kit from IBM. Click Now!
 http://ads.osdn.com/?ad_id56alloc_id438op=click
 ___
 Clamav-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/clamav-users




---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438opÌk
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


RE: [Clamav-users] OpenBSD port: clamav-20030829

2003-09-09 Thread Lynn Duerksen
This port looks like it has solved my problem with clamd bombing on me.
I would like to summarize how I did the setup and install for others
running Postfix, Amavisd-new, and Spamassassin on OpenBSD 3.3 in chroot
jail that have reported similar problem.  Is there an ftp or http site
were the previously attached file can be downloaded so I can reference
that in my notes?

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Wouter de Vries
 Sent: Saturday, August 30, 2003 10:42 AM
 To: [EMAIL PROTECTED]; Flinn Mueller
 Subject: [Clamav-users] OpenBSD port: clamav-20030829
 
 
 Hi,
 
 Hereby I attach the port for OpenBSD 3.3 clamav-20030829. It 
 looks like 
 Flinn is to busy with other things, so I updated it.
 
 Wouter.
 



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] OpenBSD port: clamav-20030829

2003-09-09 Thread Wouter de Vries
Hi,

Normally they are available here: 
http://activeintra.net/projects/clamav/ (it's Flinn's website), because 
Flinn is the maintainer of the port. However, it seems that Flinn is 
busy with other things, so I took over the maintainership for now.

Feel free to mirror it yourself for now. I'll keep posting new versions 
to this maillinglist.

Wouter

Lynn Duerksen wrote:
This port looks like it has solved my problem with clamd bombing on me.
I would like to summarize how I did the setup and install for others
running Postfix, Amavisd-new, and Spamassassin on OpenBSD 3.3 in chroot
jail that have reported similar problem.  Is there an ftp or http site
were the previously attached file can be downloaded so I can reference
that in my notes?

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf 
Of Wouter de Vries
Sent: Saturday, August 30, 2003 10:42 AM
To: [EMAIL PROTECTED]; Flinn Mueller
Subject: [Clamav-users] OpenBSD port: clamav-20030829

Hi,

Hereby I attach the port for OpenBSD 3.3 clamav-20030829. It 
looks like 
Flinn is to busy with other things, so I updated it.

Wouter.





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [clamav-users] OpenBSD Port

2003-07-22 Thread Flinn Mueller
I was looking at setting the user/group as a variable in the Makefile,
since my INSTALL script is hard coded with _clamd and it also sets
ownership to _clamd.

As far as amavis goes, that is up to the user to set those options.  I
could make that a flavor of the port.

Regards,
Flinn


- Original Message - 
From: Lynn Duerksen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, July 21, 2003 4:14 PM
Subject: RE: [clamav-users] OpenBSD Port


 How well does freshclam work in this release, if clamd is run with
 amavisd-new in chroot and the following clamav.conf settings
 - - - - - - - - - - - - - - - - - - -
 # Path to the local socket. The daemon doesn't change the mode of
the
 # created file (portability reasons). You may want to create it in a
 directory
 # which is only accessible for a user running daemon.
 # LocalSocket /var/run/clamd/clamd.sock
 LocalSocket /var/amavisd/clamd.sock

 # Run as selected user (clamd must be started by root).
 # By default it doesn't drop privileges.
 User amavisd
 - - - - - - - - - - - - - - - - - - -

 By default it looks like feshclam runs as _clamd.  Can I change it
to
 amavisd?



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 21, 2003 12:46 PM
 To: [EMAIL PROTECTED]
 Subject: [clamav-users] OpenBSD Port


 Update (07/21/2003)
 I've updated 0.60 and 20030720 with a small minor bug fix.  Many
thanks
 for everyone who sent feedback.

 clamav tested on 3.3 i386

 I've also attached the latest snapshot 20030720
 clamav-devel tested on 3.3 i386

 Porthome:
 http://activeintra.net/openbsd/article.php?id=5

 Regards,
 Flinn Mueller


 
-
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: [clamav-users] OpenBSD Port

2003-07-21 Thread Lynn Duerksen
How well does freshclam work in this release, if clamd is run with
amavisd-new in chroot and the following clamav.conf settings
- - - - - - - - - - - - - - - - - - -
# Path to the local socket. The daemon doesn't change the mode of the
# created file (portability reasons). You may want to create it in a
directory
# which is only accessible for a user running daemon.
# LocalSocket /var/run/clamd/clamd.sock
LocalSocket /var/amavisd/clamd.sock

# Run as selected user (clamd must be started by root).
# By default it doesn't drop privileges.
User amavisd
- - - - - - - - - - - - - - - - - - -

By default it looks like feshclam runs as _clamd.  Can I change it to
amavisd?



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 21, 2003 12:46 PM
To: [EMAIL PROTECTED]
Subject: [clamav-users] OpenBSD Port


Update (07/21/2003)
I've updated 0.60 and 20030720 with a small minor bug fix.  Many thanks
for everyone who sent feedback.

clamav tested on 3.3 i386

I've also attached the latest snapshot 20030720
clamav-devel tested on 3.3 i386

Porthome:
http://activeintra.net/openbsd/article.php?id=5

Regards,
Flinn Mueller


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]