Bug 185581 - [PATCH] security/sudo: update to 1.8.9p1.
Summary: [PATCH] security/sudo: update to 1.8.9p1.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 13:30 UTC by Yasuhiro Kimura
Modified: 2014-02-08 21:50 UTC (History)
0 users

See Also:


Attachments
patch-sudo (1.24 KB, text/plain)
2014-01-08 13:30 UTC, Yasuhiro Kimura
no flags Details
patch-sudo (1.24 KB, text/plain; charset=Shift_JIS)
2014-01-15 23:47 UTC, Yasuhiro Kimura
no flags Details
patch-sudo (1.24 KB, text/plain; charset=Shift_JIS)
2014-02-05 01:44 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2014-01-08 13:30:00 UTC
	
	- Update to 1.8.9p1.
	- Fix fatal error of portlint about handling of sudoers.ldap.5.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-08 13:30:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2014-01-15 23:47:02 UTC
Newer version 1.8.9p4 is released. So please commit attached patch
instead of original one.

Regards.
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2014-02-05 01:44:14 UTC
Newer version 1.8.9p5 is released. So please commit attached patch
instead of previous ones.

Regards.
Comment 4 Yasuhiro Kimura freebsd_committer freebsd_triage 2014-02-08 08:37:25 UTC
Hello,

Would you please commit this PR?

Best Regards.

---
Yasuhiro KIMURA
Comment 5 Wesley Shields freebsd_committer freebsd_triage 2014-02-08 21:48:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2014-02-08 21:48:13 UTC
Author: wxs
Date: Sat Feb  8 21:48:04 2014
New Revision: 343397
URL: http://svnweb.freebsd.org/changeset/ports/343397
QAT: https://qat.redports.org/buildarchive/r343397/

Log:
  Update to 1.8.9p5.
  
  PR:		ports/185581
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>

Modified:
  head/security/sudo/Makefile
  head/security/sudo/distinfo
  head/security/sudo/pkg-plist

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Sat Feb  8 21:46:47 2014	(r343396)
+++ head/security/sudo/Makefile	Sat Feb  8 21:48:04 2014	(r343397)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sudo
-DISTVERSION=	1.8.8
+DISTVERSION=	1.8.9p5
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SUDO}
 
@@ -73,7 +73,6 @@ CONFIGURE_ARGS+=	--with-ldap=${PREFIX}
 SUDO_LDAP_CONF?=	ldap.conf
 CONFIGURE_ARGS+=	--with-ldap-conf-file=${PREFIX}/etc/${SUDO_LDAP_CONF}
 PLIST_SUB+=	LDAP=""
-MAN5+=	sudoers.ldap.5
 .else
 PLIST_SUB+=	LDAP="@comment "
 .endif

Modified: head/security/sudo/distinfo
==============================================================================
--- head/security/sudo/distinfo	Sat Feb  8 21:46:47 2014	(r343396)
+++ head/security/sudo/distinfo	Sat Feb  8 21:48:04 2014	(r343397)
@@ -1,2 +1,2 @@
-SHA256 (sudo-1.8.8.tar.gz) = 9f911c1e9297fb8006deb52fa81197a8d06b9d54e70672f723c467ecae992fc9
-SIZE (sudo-1.8.8.tar.gz) = 2117145
+SHA256 (sudo-1.8.9p5.tar.gz) = bc9d5c96de5f8b4d2b014f87a37870aef60d2891c869202454069150a21a5c21
+SIZE (sudo-1.8.9p5.tar.gz) = 2179066

Modified: head/security/sudo/pkg-plist
==============================================================================
--- head/security/sudo/pkg-plist	Sat Feb  8 21:46:47 2014	(r343396)
+++ head/security/sudo/pkg-plist	Sat Feb  8 21:48:04 2014	(r343397)
@@ -14,6 +14,7 @@ libexec/sudo/sudoers.so
 libexec/sudo/system_group.so
 man/man5/sudo.conf.5.gz
 man/man5/sudoers.5.gz
+%%LDAP%%man/man5/sudoers.ldap.5.gz
 man/man8/sudo.8.gz
 man/man8/sudo_plugin.8.gz
 man/man8/sudoedit.8.gz
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"