Date: Mon, 20 Jun 2016 19:53:48 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r417177 - in branches/2016Q2/security/sudo: . files Message-ID: <201606201953.u5KJrm4I082315@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Mon Jun 20 19:53:48 2016 New Revision: 417177 URL: https://svnweb.freebsd.org/changeset/ports/417177 Log: MFH: r417158 Update 1.8.16 --> 1.8.17 PR: 210407 Submitted by: cy@ Approved by: garga@ Approved by: ports-secteam@ (feld@) Deleted: branches/2016Q2/security/sudo/files/patch-fix_bz208198 Modified: branches/2016Q2/security/sudo/Makefile branches/2016Q2/security/sudo/distinfo branches/2016Q2/security/sudo/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/security/sudo/Makefile ============================================================================== --- branches/2016Q2/security/sudo/Makefile Mon Jun 20 19:16:43 2016 (r417176) +++ branches/2016Q2/security/sudo/Makefile Mon Jun 20 19:53:48 2016 (r417177) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.16 -PORTREVISION= 1 +PORTVERSION= 1.8.17 CATEGORIES= security MASTER_SITES= SUDO Modified: branches/2016Q2/security/sudo/distinfo ============================================================================== --- branches/2016Q2/security/sudo/distinfo Mon Jun 20 19:16:43 2016 (r417176) +++ branches/2016Q2/security/sudo/distinfo Mon Jun 20 19:53:48 2016 (r417177) @@ -1,2 +1,3 @@ -SHA256 (sudo-1.8.16.tar.gz) = 2d83826fc5125bf073acc203dbda1cf2abeee017090ccc9dddb0431a53d5064d -SIZE (sudo-1.8.16.tar.gz) = 2707358 +TIMESTAMP = 1466427088 +SHA256 (sudo-1.8.17.tar.gz) = 62b12c4fa9a3ad4f20f6e7576bc6405b2ec8d76222ea44a1c94830c68cccec8c +SIZE (sudo-1.8.17.tar.gz) = 2786216 Modified: branches/2016Q2/security/sudo/pkg-plist ============================================================================== --- branches/2016Q2/security/sudo/pkg-plist Mon Jun 20 19:16:43 2016 (r417176) +++ branches/2016Q2/security/sudo/pkg-plist Mon Jun 20 19:53:48 2016 (r417177) @@ -66,6 +66,8 @@ sbin/visudo %%NLS%%share/locale/it/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/ja/LC_MESSAGES/sudo.mo %%NLS%%share/locale/ja/LC_MESSAGES/sudoers.mo +%%NLS%%share/locale/ko/LC_MESSAGES/sudo.mo +%%NLS%%share/locale/ko/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/lt/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/nb/LC_MESSAGES/sudo.mo %%NLS%%share/locale/nb/LC_MESSAGES/sudoers.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606201953.u5KJrm4I082315>