Bug 80947 - Update security/clamav to 0.85
Summary: Update security/clamav to 0.85
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: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-12 18:20 UTC by Rob
Modified: 2005-05-13 09:30 UTC (History)
0 users

See Also:


Attachments
clamav.diff (719 bytes, patch)
2005-05-12 18:20 UTC, Rob
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rob 2005-05-12 18:20:04 UTC
Update security/clamav to 0.85 release
Comment 1 ports-bugs 2005-05-12 22:34:26 UTC
Please include following patch as files/patch-libclamav::clamav.h - fixes typo 
in distribution:

--- libclamav/clamav.h.orig     Wed May 11 17:48:13 2005
+++ libclamav/clamav.h  Thu May 12 23:26:33 2005
@@ -221,7 +221,7 @@
 extern const char *cl_perror(int clerror); /* deprecated */

 #ifdef __cplusplus
-};
+}
 #endif

 #endif

Regards,
Milan
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-13 06:29:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 3 rob 2005-05-13 09:16:21 UTC
> Please include following patch as files/patch-libclamav::clamav.h - fixes
> typo
> in distribution:
>
> --- libclamav/clamav.h.orig     Wed May 11 17:48:13 2005
> +++ libclamav/clamav.h  Thu May 12 23:26:33 2005
> @@ -221,7 +221,7 @@
>  extern const char *cl_perror(int clerror); /* deprecated */
>
>  #ifdef __cplusplus
> -};
> +}
>  #endif
>
>  #endif
>
> Regards,
> Milan
>

Yes please,

Rob Evers
Comment 4 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-13 09:17:11 UTC
State Changed
From-To: open->closed

Committed, thanks!