From nobody@FreeBSD.org  Sat Mar  5 01:56:31 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 029E5106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  5 Mar 2011 01:56:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id CC9318FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  5 Mar 2011 01:56:30 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p251uU2c081657
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 5 Mar 2011 01:56:30 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p251uUvq081652;
	Sat, 5 Mar 2011 01:56:30 GMT
	(envelope-from nobody)
Message-Id: <201103050156.p251uUvq081652@red.freebsd.org>
Date: Sat, 5 Mar 2011 01:56:30 GMT
From: Michael Graziano <mikeg@bsd-box.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Maintainer Update - Radmind 1.13.0->1.14.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         155281
>Category:       ports
>Synopsis:       Maintainer Update - Radmind 1.13.0->1.14.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 05 02:00:20 UTC 2011
>Closed-Date:    Sun Mar 06 08:44:02 UTC 2011
>Last-Modified:  Sun Mar  6 08:50:10 UTC 2011
>Originator:     Michael Graziano
>Release:        8.1
>Organization:
>Environment:
>Description:
This patch updates the sysutils/radmind port from 1.13.0 to 1.14.1 -- Bugfixes include:

1.13.0 -> 1.14.0
Certificate Revocation List (CRL) support
Better fallback logic when connecting to "outdated" radmind servers
radmind Bug 1816150: Can't replace dir with file. - Fixed
radmind bug 2927309: ktcheck coredump with self-referrential .K files - Fixed
lmerge command now has a "copy" mode
ra.sh script now accepts -p (Port) option.

1.14.0 -> 1.14.1
radmind bug 3132194: lmerge fails with relative paths - Fixed

PAM support was added in 1.14.0 and will be enabled in the port once I have time to test it more thoroughly on FreeBSD -- If anyone feels bored and wants to do that testing I'm open to purchasing alcoholic beverages of their choice :)
>How-To-Repeat:
N/A - Port Upgrade
>Fix:
Patch attached

Patch attached with submission follows:

diff -ur Makefile Makefile
--- Makefile	2011-03-04 20:35:30.000000000 -0500
+++ Makefile	2011-03-04 20:45:30.000000000 -0500
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	radmind
-# Date created:		2003-11-17
-# Whom:			Paul Dlug <paul@aps.org>
-#
 # $FreeBSD: ports/sysutils/radmind/Makefile,v 1.21 2010/11/28 23:50:54 ohauer Exp $
 #
 
 PORTNAME=	radmind
-PORTVERSION=	1.13.0
-PORTREVISION=	2
+PORTVERSION=	1.14.1
+PORTREVISION=	0
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff -ur distinfo distinfo
--- distinfo	2011-03-04 20:35:30.000000000 -0500
+++ distinfo	2011-03-04 20:47:17.000000000 -0500
@@ -1,2 +1,3 @@
-SHA256 (radmind-1.13.0.tar.gz) = 9d23787d8b482ad7cea590a970c40de2e7eec1f59d05b542df7f399679991b7f
-SIZE (radmind-1.13.0.tar.gz) = 447650
+MD5 (radmind-1.14.1.tar.gz) = 8682217b757b3831e1c085d768d7e811
+SHA256 (radmind-1.14.1.tar.gz) = 92ce3d586245b107bf4e412b59eb02ec3e57b4d12a0b9a16b0fadf10983ed21f
+SIZE (radmind-1.14.1.tar.gz) = 403553


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Sat Mar 5 13:17:39 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155281 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Sun Mar 6 08:44:01 UTC 2011 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155281: commit references a PR
Date: Sun,  6 Mar 2011 08:43:49 +0000 (UTC)

 dhn         2011-03-06 08:43:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/radmind     Makefile distinfo 
   Log:
   - Update to 1.14.1
   
   PR:             ports/155281
   Submitted by:   maintainer
   
   Revision  Changes    Path
   1.22      +1 -2      ports/sysutils/radmind/Makefile
   1.19      +2 -2      ports/sysutils/radmind/distinfo
 _______________________________________________
 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:
