From owner-svn-ports-head@freebsd.org Thu Jun 23 00:55:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31679B72A12; Thu, 23 Jun 2016 00:55:21 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCB651E42; Thu, 23 Jun 2016 00:55:20 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5N0tKaR076674; Thu, 23 Jun 2016 00:55:20 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5N0tJD1076671; Thu, 23 Jun 2016 00:55:19 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201606230055.u5N0tJD1076671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 23 Jun 2016 00:55:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417338 - head/security/sudo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2016 00:55:21 -0000 Author: garga Date: Thu Jun 23 00:55:19 2016 New Revision: 417338 URL: https://svnweb.freebsd.org/changeset/ports/417338 Log: Update security/sudo to 1.8.17p1 MFH: 2016Q2 Sponsored by: Rubicon Communications (Netgate) Modified: head/security/sudo/Makefile head/security/sudo/distinfo head/security/sudo/pkg-plist Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Wed Jun 22 21:54:12 2016 (r417337) +++ head/security/sudo/Makefile Thu Jun 23 00:55:19 2016 (r417338) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.17 +PORTVERSION= 1.8.17p1 CATEGORIES= security MASTER_SITES= SUDO Modified: head/security/sudo/distinfo ============================================================================== --- head/security/sudo/distinfo Wed Jun 22 21:54:12 2016 (r417337) +++ head/security/sudo/distinfo Thu Jun 23 00:55:19 2016 (r417338) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466427088 -SHA256 (sudo-1.8.17.tar.gz) = 62b12c4fa9a3ad4f20f6e7576bc6405b2ec8d76222ea44a1c94830c68cccec8c -SIZE (sudo-1.8.17.tar.gz) = 2786216 +TIMESTAMP = 1466628964 +SHA256 (sudo-1.8.17p1.tar.gz) = c690d707fb561b3ecdf6a6de5563bc0b769388eff201c851edbace408bb155cc +SIZE (sudo-1.8.17p1.tar.gz) = 2786618 Modified: head/security/sudo/pkg-plist ============================================================================== --- head/security/sudo/pkg-plist Wed Jun 22 21:54:12 2016 (r417337) +++ head/security/sudo/pkg-plist Thu Jun 23 00:55:19 2016 (r417338) @@ -2,9 +2,7 @@ bin/sudo bin/sudoedit bin/sudoreplay @sample etc/sudoers.sample -@preunexec if cmp -s %D/etc/pam.d/sudo.default %D/etc/pam.d/sudo; then rm -f %D/etc/pam.d/sudo ; fi -etc/pam.d/sudo.default -@postexec if [ ! -f %D/etc/pam.d/sudo ] ; then cp -p %D/%F %B/sudo; fi +@sample etc/pam.d/sudo.default etc/pam.d/sudo include/sudo_plugin.h libexec/sudo/group_file.so libexec/sudo/libsudo_util.so