Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2009 08:00:00 GMT
From:      Vladimir Korkodinov <viper@perm.raid.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/139100: [FIX] security/libprelude not respect NOPORTS
Message-ID:  <200909240800.n8O800TC055977@www.freebsd.org>
Resent-Message-ID: <200909240810.n8O8A2GG029732@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139100
>Category:       ports
>Synopsis:       [FIX] security/libprelude not respect NOPORTS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 24 08:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Korkodinov
>Release:        FreeBSD 6.4-RELEASE
>Organization:
>Environment:
FreeBSD xxx 6.4-RELEASE FreeBSD 6.4-RELEASE #2: Thu Dec 4 11:29:00 YEKT 2008 root@xxxx:/usr/obj/usr/src/sys/kernel i386
>Description:
Try fix this http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/057177.html

>How-To-Repeat:

>Fix:
apply patch

Patch attached with submission follows:

diff -ruN libprelude.old/Makefile libprelude/Makefile
--- libprelude.old/Makefile	2009-09-24 04:17:10.000000000 +0600
+++ libprelude/Makefile	2009-09-24 12:33:52.000000000 +0600
@@ -5,6 +5,7 @@
 
 PORTNAME=	libprelude
 PORTVERSION=	0.9.24.1
+PORTREVISION=   2
 CATEGORIES=	security
 MASTER_SITES=	http://www.prelude-ids.com/download/releases/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTNAME} ${PORTNAME}/old
diff -ruN libprelude.old/files/patch-Makefile.am libprelude/files/patch-Makefile.am
--- libprelude.old/files/patch-Makefile.am	1970-01-01 05:00:00.000000000 +0500
+++ libprelude/files/patch-Makefile.am	2009-09-24 12:22:21.000000000 +0600
@@ -0,0 +1,11 @@
+--- Makefile.am.orig	2009-05-12 21:30:50.000000000 +0600
++++ Makefile.am	2009-09-24 12:22:08.000000000 +0600
+@@ -1,7 +1,7 @@
+ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-easy-bindings
+ ACLOCAL_AMFLAGS = -I m4 -I libmissing/m4
+ 
+-SUBDIRS = libltdl libmissing m4 src prelude-admin bindings docs tests
++SUBDIRS = libltdl libmissing m4 src prelude-admin bindings tests
+ DIST_SUBDIRS=$(SUBDIRS)
+ 
+ EXTRA_DIST = HACKING.README LICENSE.README tls.conf
diff -ruN libprelude.old/files/patch-Makefile.in libprelude/files/patch-Makefile.in
--- libprelude.old/files/patch-Makefile.in	1970-01-01 05:00:00.000000000 +0500
+++ libprelude/files/patch-Makefile.in	2009-09-24 12:19:44.000000000 +0600
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2009-08-11 21:05:56.000000000 +0600
++++ Makefile.in	2009-09-24 12:19:34.000000000 +0600
+@@ -896,7 +896,7 @@
+ top_srcdir = @top_srcdir@
+ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-easy-bindings
+ ACLOCAL_AMFLAGS = -I m4 -I libmissing/m4
+-SUBDIRS = libltdl libmissing m4 src prelude-admin bindings docs tests
++SUBDIRS = libltdl libmissing m4 src prelude-admin bindings tests
+ DIST_SUBDIRS = $(SUBDIRS)
+ EXTRA_DIST = HACKING.README LICENSE.README tls.conf
+ bin_SCRIPTS = $(top_builddir)/libprelude-config


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909240800.n8O800TC055977>