Summary: | [MAINTAINER] security/prelude-manager: update to 0.9.7.1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Robin Gruyters <r.gruyters> | ||||
Component: | Individual Port(s) | Assignee: | Boris Samorodov <bsam> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Robin Gruyters
2007-01-16 14:50:17 UTC
Responsible Changed From-To: freebsd-ports-bugs->bsam Take. 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 State Changed From-To: open->feedback Awaiting for a feedback. 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 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" State Changed From-To: feedback->closed Committed, thanks! |