Bug 86510 - [PATCH] security/clamav libunrar support
Summary: [PATCH] security/clamav libunrar support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vsevolod Stakhov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-23 15:20 UTC by Oleksii Samorukov
Modified: 2005-10-12 00:09 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (101.88 KB, patch)
2005-09-23 15:20 UTC, Oleksii Samorukov
no flags Details | Diff
clamav.patch (100.40 KB, patch)
2005-10-05 10:01 UTC, r.evers
no flags Details | Diff
clamav.patch (1.27 KB, patch)
2005-10-10 12:17 UTC, rob
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleksii Samorukov freebsd_committer freebsd_triage 2005-09-23 15:20:05 UTC

This patch allow to use clamav with RAR 3 files. Patch is based on the http://mcmcc.bat.ru/clamav/ patches.

How-To-Repeat: 

1. Install security/clamav
2. Create file with EICAR-virus and pack it with rar3
3. Try to check it with clamscan/clamdscan. You will get an error. 
4. Apply this patch and reinstall clamav with WITH_LIBUNRAR option,
5. Repeat step 3-4. You will get a message about EICAR virus
Comment 1 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-09-26 19:42:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vsevolod

I'll handle this.
Comment 2 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-09-26 20:28:10 UTC
State Changed
From-To: open->feedback

Asked for maintainer's approval.
Comment 3 Oleksii Samorukov freebsd_committer freebsd_triage 2005-09-28 08:53:53 UTC
Small change: libunrar was moved from devel/libunrar/ to 
archivers/libunrar/ .
Comment 4 r.evers 2005-10-05 10:01:07 UTC
Updated patch

This doesn't include the README.html file and adds an option for the 
UNRAR patch. Updated the location of libunrar library.....

Rob
Comment 5 Oleksii Samorukov freebsd_committer freebsd_triage 2005-10-05 10:14:38 UTC
Today i found that archivers/libunrar does not include fix for the 
dll.hpp (it was in original PR but was lost in commit message), so i 
created new PR

`ports/86932' to fix this. Before this patch will be commited build of this port will fail :(
Comment 6 Oleksii Samorukov freebsd_committer freebsd_triage 2005-10-05 12:08:37 UTC
libunrar pr ports/86932 was closed (fixed), so now patch must work correctly. Waiting for the maintainer approve.
Comment 7 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-10-05 13:48:02 UTC
So, we have two patches. What one should we include, and what is maintainer's opinion?
Comment 8 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-10-05 14:06:20 UTC
On Wed, 05 Oct 2005 15:18:51 +0200
Rob <r.evers@nedstat.com> wrote:

> Vsevolod Stakhov wrote:
> 
> >So, we have two patches. What one should we include, and what is maintainer's opinion?
> >  
> >
> I'll have a look at this this evening.

So, you are the maintainer (changed e-mail)?
Comment 9 r.evers 2005-10-05 14:18:51 UTC
Vsevolod Stakhov wrote:

>So, we have two patches. What one should we include, and what is maintainer's opinion?
>  
>
I'll have a look at this this evening.

Rob
Comment 10 rob 2005-10-10 12:17:47 UTC
Vsevolod Stakhov wrote:

>On Wed, 05 Oct 2005 15:18:51 +0200
>Rob <r.evers@nedstat.com> wrote:
>
>  
>
>>Vsevolod Stakhov wrote:
>>
>>    
>>
>>>So, we have two patches. What one should we include, and what is maintainer's opinion?
>>> 
>>>
>>>      
>>>
>>I'll have a look at this this evening.
>>    
>>
>
>So, you are the maintainer (changed e-mail)?
>  
>
New patch (only bumped port revision) this one can be commited.

Rob
Comment 11 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-10-12 00:08:04 UTC
State Changed
From-To: feedback->closed

Committed, thank you!