Date: Thu, 21 Dec 2006 11:07:00 +0100 (CET) From: Robin Gruyters <r.gruyters@yirdis.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/107009: [MAINTAINER] security/libprelude: update to 0.9.12 Message-ID: <200612211007.kBLA705s070812@server.yirdis.net> Resent-Message-ID: <200612211230.kBLCULIH068823@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107009 >Category: ports >Synopsis: [MAINTAINER] security/libprelude: update to 0.9.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 21 12:30:19 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612211007.kBLA705s070812>