From robin@yirdis.nl  Thu Dec 21 12:27:41 2006
Return-Path: <robin@yirdis.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 3621216A4C9
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Dec 2006 12:27:39 +0000 (UTC)
	(envelope-from robin@yirdis.nl)
Received: from mail.yirdis.nl (82-148-208-109.fiber.unet.nl [82.148.208.109])
	by mx1.freebsd.org (Postfix) with ESMTP id 8E04B13C468
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Dec 2006 12:27:38 +0000 (UTC)
	(envelope-from robin@yirdis.nl)
Received: from server.yirdis.net (localhost [127.0.0.1])
	by mail.yirdis.nl (8.13.6/8.13.6) with ESMTP id kBLA70sS070813
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Dec 2006 11:07:00 +0100 (CET)
	(envelope-from robin@server.yirdis.net)
Received: (from robin@localhost)
	by server.yirdis.net (8.13.6/8.13.6/Submit) id kBLA705s070812;
	Thu, 21 Dec 2006 11:07:00 +0100 (CET)
	(envelope-from robin)
Message-Id: <200612211007.kBLA705s070812@server.yirdis.net>
Date: Thu, 21 Dec 2006 11:07:00 +0100 (CET)
From: Robin Gruyters <r.gruyters@yirdis.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] security/libprelude: update to 0.9.12
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107009
>Category:       ports
>Synopsis:       [MAINTAINER] security/libprelude: update to 0.9.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 21 12:30:19 GMT 2006
>Closed-Date:    Thu Dec 21 19:19:21 GMT 2006
>Last-Modified:  Thu Dec 21 19:20:31 GMT 2006
>Originator:     Robin Gruyters
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
YIRDIS B.V.
>Environment:
System: FreeBSD server.yirdis.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #1: Tue Oct 24 10:44:15 CEST 2006
>Description:
- Update to 0.9.12
- Updated patch Perl Prelude bindings

Changelog libprelude-0.9.12:
- Correctly pack and unpack float value when sending/receiving.
- More error checking on IDMEF object copy.
- Fix a crash that occured when destroying a copied object.
- Correct registration warning when using AF_UNIX socket.
- Compile on systems lacking poll().
- IpV6 compatibility fixes.
- Fix OS X compilation issues.
- Various portability fixes.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libprelude-0.9.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/libprelude/Makefile /data2/FreeBSD/custom_ports/security/libprelude/Makefile
--- /usr/ports/security/libprelude/Makefile	Thu Nov 30 02:21:12 2006
+++ /data2/FreeBSD/custom_ports/security/libprelude/Makefile	Thu Dec 21 10:42:16 2006
@@ -4,7 +4,7 @@
 # $FreeBSD: ports/security/libprelude/Makefile,v 1.36 2006/11/27 01:16:40 clsung Exp $
 
 PORTNAME=	libprelude
-PORTVERSION=	0.9.11
+PORTVERSION=	0.9.12
 CATEGORIES=	security
 MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
 		http://www.prelude-ids.org/download/releases/old/
diff -ruN --exclude=CVS /usr/ports/security/libprelude/distinfo /data2/FreeBSD/custom_ports/security/libprelude/distinfo
--- /usr/ports/security/libprelude/distinfo	Thu Nov 30 02:21:12 2006
+++ /data2/FreeBSD/custom_ports/security/libprelude/distinfo	Thu Dec 21 10:33:25 2006
@@ -1,3 +1,3 @@
-MD5 (libprelude-0.9.11.tar.gz) = e0ec03daf8230829f238a1e58f10846b
-SHA256 (libprelude-0.9.11.tar.gz) = 1f1ae289bd6d4fac277e43287c5024d38a3e9eb47bc64e404b610d17de5100f6
-SIZE (libprelude-0.9.11.tar.gz) = 1809482
+MD5 (libprelude-0.9.12.tar.gz) = 2e8769cd05d51d3e69380bf234e6efef
+SHA256 (libprelude-0.9.12.tar.gz) = 5a6200390a0e60e157c02e2b9633a0a633d993f91b4bdab300493489977b0016
+SIZE (libprelude-0.9.12.tar.gz) = 1838492
diff -ruN --exclude=CVS /usr/ports/security/libprelude/files/patch-bindings_perl_Prelude.c /data2/FreeBSD/custom_ports/security/libprelude/files/patch-bindings_perl_Prelude.c
--- /usr/ports/security/libprelude/files/patch-bindings_perl_Prelude.c	Wed Jun  7 17:07:26 2006
+++ /data2/FreeBSD/custom_ports/security/libprelude/files/patch-bindings_perl_Prelude.c	Thu Dec 21 11:03:33 2006
@@ -1,13 +1,14 @@
---- bindings/perl/Prelude.c.orig	Tue Jun  6 10:46:03 2006
-+++ bindings/perl/Prelude.c	Tue Jun  6 10:46:46 2006
-@@ -14,6 +14,10 @@
+--- bindings/perl/Prelude.c.orig	Sat Dec 16 10:04:05 2006
++++ bindings/perl/Prelude.c	Thu Dec 21 11:02:42 2006
+@@ -15,6 +15,11 @@
   *  declarations/attributes, and other compiler dependent labels.
-  *
-  ************************************************************************/
+  * ----------------------------------------------------------------------------- */
+ 
 +/* workaround to build with perl-5.005 */
 +#ifndef INT2PTR
 +#  define INT2PTR(type, pointer) (type)(pointer)
 +#endif
- 
++
  /* template workaround for compilers that cannot correctly implement the C++ standard */
  #ifndef SWIGTEMPLATEDISAMBIGUATOR
+ # if defined(__SUNPRO_CC)
diff -ruN --exclude=CVS /usr/ports/security/libprelude/pkg-plist /data2/FreeBSD/custom_ports/security/libprelude/pkg-plist
--- /usr/ports/security/libprelude/pkg-plist	Thu Nov 30 02:21:12 2006
+++ /data2/FreeBSD/custom_ports/security/libprelude/pkg-plist	Thu Dec 21 10:38:14 2006
@@ -52,7 +52,7 @@
 include/libprelude/variable.h
 lib/libprelude.la
 lib/libprelude.so
-lib/libprelude.so.10
+lib/libprelude.so.11
 %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Prelude.pm
 %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Prelude/.packlist
 %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Prelude/Prelude.bs
--- libprelude-0.9.12.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Dec 21 12:36:25 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107009 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Dec 21 19:19:20 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107009 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107009: commit references a PR
Date: Thu, 21 Dec 2006 19:14:45 +0000 (UTC)

 miwi        2006-12-21 19:14:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/libprelude  Makefile distinfo pkg-plist 
     security/libprelude/files patch-bindings_perl_Prelude.c 
   Log:
   - Update to 0.9.12
   - Updated patch Perl Prelude bindings
   
   Changelog libprelude-0.9.12:
   - Correctly pack and unpack float value when sending/receiving.
   - More error checking on IDMEF object copy.
   - Fix a crash that occured when destroying a copied object.
   - Correct registration warning when using AF_UNIX socket.
   - Compile on systems lacking poll().
   - IpV6 compatibility fixes.
   - Fix OS X compilation issues.
   - Various portability fixes.
   
   PR:             ports/107009
   Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
   
   Revision  Changes    Path
   1.37      +1 -1      ports/security/libprelude/Makefile
   1.20      +3 -3      ports/security/libprelude/distinfo
   1.2       +7 -6      ports/security/libprelude/files/patch-bindings_perl_Prelude.c
   1.18      +2 -2      ports/security/libprelude/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"
 
>Unformatted:
