Date: Thu, 16 Jul 2009 06:55:26 GMT From: Ganael Laplanche <ganael.laplanche@martymac.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136813: Port update: net/ldapscripts - Update to v1.9.0 Message-ID: <200907160655.n6G6tQMO093930@www.freebsd.org> Resent-Message-ID: <200907160700.n6G70GKg081429@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136813 >Category: ports >Synopsis: Port update: net/ldapscripts - Update to v1.9.0 >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 Jul 16 07:00:16 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 8.0-CURRENT >Organization: http://contribs.martymac.com >Environment: FreeBSD laptop.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Jul 8 14:34:08 UTC 2009 root@laptop.martymac.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: This patch updates net/ldapscripts to version 1.9.0. >From CHANGELOG : 2009/07/16 : ldapscripts 1.9.0 - Fixed a few lines in man pages - Changed PASSWORDGEN's default value to not use uuencode anymore - Use 'id' command instead of 'logname' to guess current user (used by ldapfinger and ldapid) Be careful if you want to act on your own account using su/sudo ! - New DESTDIR variable in Makefile, to specify a global chroot as a target directory for installation => thanks to Alexander GQ Gerasiov for those 4 fixes ! - New 'ldapgid' command to display a group's list of IDs >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN ldapscripts.orig/Makefile ldapscripts/Makefile --- ldapscripts.orig/Makefile 2009-07-15 19:15:34.739293960 +0000 +++ ldapscripts/Makefile 2009-07-15 19:17:24.127289362 +0000 @@ -6,8 +6,7 @@ # PORTNAME= ldapscripts -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.9.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://contribs.martymac.com/ldapscripts/ @@ -40,7 +39,7 @@ ldapdeletegroup.1 ldapdeleteuser.1 ldapdeleteuserfromgroup.1 \ ldaprenameuser.1 ldapsetprimarygroup.1 lsldap.1 ldaprenamemachine.1 \ ldaprenamegroup.1 ldapinit.1 ldapdeletemachine.1 ldapsetpasswd.1 \ - ldapfinger.1 ldapid.1 ldapmodifygroup.1 ldapmodifymachine.1 \ + ldapfinger.1 ldapgid.1 ldapid.1 ldapmodifygroup.1 ldapmodifymachine.1 \ ldapmodifyuser.1 MAN5= ldapscripts.5 diff -aurN ldapscripts.orig/distinfo ldapscripts/distinfo --- ldapscripts.orig/distinfo 2009-07-15 19:15:34.734294442 +0000 +++ ldapscripts/distinfo 2009-07-15 19:18:30.023280333 +0000 @@ -1,3 +1,3 @@ -MD5 (ldapscripts-1.8.0.tgz) = 23bf66f2cdd747163bc31005fd819181 -SHA256 (ldapscripts-1.8.0.tgz) = 3c86ddf15eeb81453c5a05eaf587d3882ea70308ed99d09afbd4f509b237fa3d -SIZE (ldapscripts-1.8.0.tgz) = 31431 +MD5 (ldapscripts-1.9.0.tgz) = 8f3687798c1f4bf4abf79da5e9831126 +SHA256 (ldapscripts-1.9.0.tgz) = b8219254118fdb5497bfe1d505da66b5348986308af50d9d4b7b68813f8e6711 +SIZE (ldapscripts-1.9.0.tgz) = 32866 diff -aurN ldapscripts.orig/pkg-plist ldapscripts/pkg-plist --- ldapscripts.orig/pkg-plist 2009-07-15 19:15:34.741295332 +0000 +++ ldapscripts/pkg-plist 2009-07-15 19:18:07.420876116 +0000 @@ -26,6 +26,7 @@ sbin/ldaprenamegroup sbin/ldapsetpasswd sbin/ldapfinger +sbin/ldapgid sbin/ldapid sbin/ldapmodifygroup sbin/ldapmodifymachine >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907160655.n6G6tQMO093930>