Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2014 21:36:48 GMT
From:      C Hutchinson <portmaster@bsdforge.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189321: dns/ldapdns - version update
Message-ID:  <201405032136.s43LamPH024448@cgiserv.freebsd.org>
Resent-Message-ID: <201405032140.s43Le0ZH009096@freefall.freebsd.org>

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

>Number:         189321
>Category:       ports
>Synopsis:       dns/ldapdns - version update
>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:   Sat May 03 21:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     C Hutchinson
>Release:        
>Organization:
>Environment:
>Description:
version update to dns/ldapdns from 2.06 to 2.07
this is a patch against ports/188929 -- LOOK
a new version, and the last pr(1) still hasn't YET been commited. :P

>How-To-Repeat:

>Fix:
apply the attached patch (diff)


Patch attached with submission follows:

--- Makefile.orig	2014-05-03 14:02:25.088823208 -0700
+++ Makefile	2014-05-03 14:20:38.937831392 -0700
@@ -2,8 +2,8 @@
 # $FreeBSD: head/dns/ldapdns/Makefile 346201 2014-02-26 12:58:53Z marino $
 
 PORTNAME=	ldapdns
-PORTVERSION=	2.06
-PORTREVISION=	2
+PORTVERSION=	2.07
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://bsdforge.com/projects/source/dns/ldapdns/
 
@@ -21,6 +21,7 @@
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_CSTD=	gnu89
+USES= tar:xz
 
 ALL_TARGET=	default
 
--- distinfo.org	2014-05-03 14:02:38.092176986 -0700
+++ distinfo	2014-05-03 14:22:37.537193322 -0700
@@ -1,2 +1,2 @@
-SHA256 (ldapdns-2.06.tar.gz) = 2239c91ba643eb2b95ceedc1e0c769bd1375124087eed9509d3920d7af7371e4
-SIZE (ldapdns-2.06.tar.gz) = 120593
+SHA256 (ldapdns-2.07.tar.xz) = 6c7d764f9317bebe209e366b003cb1cdbd30c4d97e4ded3d1040f24d332fbb68
+SIZE (ldapdns-2.07.tar.xz) = 84876
--- pkg-descr.orig	2014-05-03 14:04:46.082514305 -0700
+++ pkg-descr	2014-05-03 14:10:34.407824366 -0700
@@ -1,3 +1,5 @@
-ldapdns is a lightweight, high performance DNS server which utilizes LDAP
-as its backend. It is originally based on djbdns and strives to maintain 
-the same goals of performance, security and simplicity.
+ldapdns is a lightweight, high performance DNS server which utilizes
+LDAP as its backend. It was originally based on djbdns, and strives to
+maintain the same goals of performance, security and simplicity.
+
+WWW: http://bsdforge.com/projects/dns/ldapdns/
--- files/patch-ldapdns.c.orig	2014-05-03 14:16:13.839207963 -0700
+++ files/patch-ldapdns.c	2014-05-03 14:16:32.771175294 -0700
@@ -1,5 +1,5 @@
---- ldapdns.c.orig	Mon Jun 23 15:56:44 2003
-+++ ldapdns.c	Sun Oct  2 15:13:11 2005
+--- ldapdns.c.orig	2014-05-03 14:11:48.555553477 -0700
++++ ldapdns.c	2014-05-03 14:13:35.212669115 -0700
 @@ -21,6 +21,7 @@
  		list_push(&x, lp->str);
  		list_push(&seen, lp->str);


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



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