Bug 107986 - [MAINTAINER] security/prelude-manager: update to 0.9.7.1
Summary: [MAINTAINER] security/prelude-manager: update to 0.9.7.1
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: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-16 14:50 UTC by Robin Gruyters
Modified: 2007-01-16 19:10 UTC (History)
0 users

See Also:


Attachments
prelude-manager-0.9.7.1.patch (2.43 KB, patch)
2007-01-16 14:50 UTC, Robin Gruyters
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Gruyters 2007-01-16 14:50:17 UTC
- Update to 0.9.7.1;
- changed variable WITH(OUT)_DB to WITH(OUT)_PRELUDEDB

Changelog prelude-manager:
- Fix compilation issue on system where ferror is not declared as a
  function, regression introduced in 0.9.7 (#186).

Generated with FreeBSD Port Tools 0.77
Comment 1 Boris Samorodov freebsd_committer freebsd_triage 2007-01-16 15:09:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bsam

Take.
Comment 2 Boris B.Samorodov 2007-01-16 16:37:52 UTC
Hi Robin!


Can you please investigate the case (patch is not applied cleanly):
===>  Applying FreeBSD patches for prelude-manager-0.9.7.1
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to plugins/reports/xmlmod/xmlmod.c.rej
=> Patch patch-xmlmod.c failed to apply cleanly.
=> Patch(es) patch-Makefile.in applied cleanly.
*** Error code 1

The full log is available at:
https://tinderbox.amd64.ipt.ru/tb/errors/6-bsam-exp/prelude-manager-0.9.7.1.log

Thanks!


WBR
-- 
bsam
Comment 3 Boris Samorodov freebsd_committer freebsd_triage 2007-01-16 17:13:18 UTC
State Changed
From-To: open->feedback

Awaiting for a feedback.
Comment 4 Robin Gruyters 2007-01-16 18:37:29 UTC
Oops! Sorry about that, I ment to remove the file, because that is fixed in
this release. (more info https://trac.prelude-ids.org/ticket/186)
You can remove the patch-xmlmod.c files/ directory, or use the patch below.

diff -ruN --exclude=CVS /usr/ports/security/prelude-manager/files/patch-xmlmod.c /data2/FreeBSD/custom_ports/security/prelude-manager/files/patch-xmlmod.c
--- /usr/ports/security/prelude-manager/files/patch-xmlmod.c    Thu Dec 21 20:14:24 2006
+++ /data2/FreeBSD/custom_ports/security/prelude-manager/files/patch-xmlmod.c Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- plugins/reports/xmlmod/xmlmod.c.orig       Wed Dec 20 15:58:15 2006
-+++ plugins/reports/xmlmod/xmlmod.c    Thu Dec 21 16:59:22 2006
-@@ -58,7 +58,7 @@
-         size_t ret;
-
-         ret = fwrite(buf, 1, len, context);
--        if ( ret != (size_t ) len && ferror(context) ) {
-+        if ( ret != (size_t ) len && ferror((FILE *) context) ) {
-                 prelude_log(PRELUDE_LOG_ERR, "could not write IDMEF-XML data: '%s'.\n", strerror(errno));
-                 return -1;
-         }

Regards,

Robin

On Tue, Jan 16, 2007 at 07:37:52PM +0300, Boris Samorodov wrote:
> Hi Robin!
> 
> 
> Can you please investigate the case (patch is not applied cleanly):
> ===>  Applying FreeBSD patches for prelude-manager-0.9.7.1
> Ignoring previously applied (or reversed) patch.
> 1 out of 1 hunks ignored--saving rejects to plugins/reports/xmlmod/xmlmod.c.rej
> => Patch patch-xmlmod.c failed to apply cleanly.
> => Patch(es) patch-Makefile.in applied cleanly.
> *** Error code 1
> 
> The full log is available at:
> https://tinderbox.amd64.ipt.ru/tb/errors/6-bsam-exp/prelude-manager-0.9.7.1.log
> 
> Thanks!
> 
> 
> WBR
> -- 
> bsam
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-01-16 19:04:28 UTC
bsam        2007-01-16 19:04:22 UTC

  FreeBSD ports repository

  Modified files:
    security/prelude-manager Makefile distinfo pkg-plist 
  Removed files:
    security/prelude-manager/files patch-xmlmod.c 
  Log:
  - update to 0.9.7.1;
  - change variable WITH(OUT)_DB to WITH(OUT)_PRELUDEDB;
  - delete the patch files/patch-xmlmod.c (merged upstream).
  
  PR:             107986
  Submitted by:   Robin Gruyters <r.gruyters at yirdis.nl> (maintainer)
  
  Revision  Changes    Path
  1.40      +4 -5      ports/security/prelude-manager/Makefile
  1.16      +3 -3      ports/security/prelude-manager/distinfo
  1.2       +0 -11     ports/security/prelude-manager/files/patch-xmlmod.c (dead)
  1.11      +3 -3      ports/security/prelude-manager/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Boris Samorodov freebsd_committer freebsd_triage 2007-01-16 19:05:04 UTC
State Changed
From-To: feedback->closed

Committed, thanks!