Bug 171837 - Update security/sudo to 1.8.6.p3
Summary: Update security/sudo to 1.8.6.p3
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: 2012-09-21 07:40 UTC by Cy Schubert
Modified: 2012-09-26 03:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cy Schubert freebsd_committer freebsd_triage 2012-09-21 07:40:02 UTC
Update sudo to 1.8.6.p3.


Index: Makefile
===================================================================
--- Makefile	(revision 304218)
+++ Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sudo
-DISTVERSION=	1.8.5p3
+DISTVERSION=	1.8.6p3
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SUDO}
 
@@ -20,6 +20,7 @@
 
 MAKE_JOBS_SAFE=	yes
 GNU_CONFIGURE=	yes
+LDFLAGS+=	-lgcc
 
 CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc \
 		--with-ignore-dot \
Index: distinfo
===================================================================
--- distinfo	(revision 304218)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (sudo-1.8.5p3.tar.gz) = 00bbf27d53e8a74ef3e76b531c2b8a8d6dccab58e0d040c2a3a08171543bb1a7
-SIZE (sudo-1.8.5p3.tar.gz) = 1746553
+SHA256 (sudo-1.8.6p3.tar.gz) = 8130df04268f678880c3f423337c56e7d437a0f508a46b1dfefae16b0b20c92e
+SIZE (sudo-1.8.6p3.tar.gz) = 1854962
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 304218)
+++ pkg-plist	(working copy)
@@ -42,18 +42,22 @@
 %%NLS%%share/locale/hr/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/hr/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/it/LC_MESSAGES/sudo.mo
+%%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/lt/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/sudo.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/sudo.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/sr/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/vi/LC_MESSAGES/sudo.mo
+%%NLS%%share/locale/vi/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudoers.mo
 %%PORTDOCS%%@dirrm %%DOCSDIR%%

Fix: 

See description.
How-To-Repeat: N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-21 07:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-26 02:50:14 UTC
Author: wxs
Date: Wed Sep 26 01:49:52 2012
New Revision: 304871
URL: http://svn.freebsd.org/changeset/ports/304871

Log:
  Update to 1.8.6p3
  
  PR:		ports/171837
  Submitted by:	cy@

Modified:
  head/security/sudo/Makefile
  head/security/sudo/distinfo   (contents, props changed)
  head/security/sudo/pkg-plist   (contents, props changed)

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Wed Sep 26 01:26:59 2012	(r304870)
+++ head/security/sudo/Makefile	Wed Sep 26 01:49:52 2012	(r304871)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sudo
-DISTVERSION=	1.8.5p3
+DISTVERSION=	1.8.6p3
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SUDO}
 
@@ -20,6 +20,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 
 MAKE_JOBS_SAFE=	yes
 GNU_CONFIGURE=	yes
+LDFLAGS+= -lgcc
 
 CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc \
 		--with-ignore-dot \

Modified: head/security/sudo/distinfo
==============================================================================
--- head/security/sudo/distinfo	Wed Sep 26 01:26:59 2012	(r304870)
+++ head/security/sudo/distinfo	Wed Sep 26 01:49:52 2012	(r304871)
@@ -1,2 +1,2 @@
-SHA256 (sudo-1.8.5p3.tar.gz) = 00bbf27d53e8a74ef3e76b531c2b8a8d6dccab58e0d040c2a3a08171543bb1a7
-SIZE (sudo-1.8.5p3.tar.gz) = 1746553
+SHA256 (sudo-1.8.6p3.tar.gz) = 8130df04268f678880c3f423337c56e7d437a0f508a46b1dfefae16b0b20c92e
+SIZE (sudo-1.8.6p3.tar.gz) = 1854962

Modified: head/security/sudo/pkg-plist
==============================================================================
--- head/security/sudo/pkg-plist	Wed Sep 26 01:26:59 2012	(r304870)
+++ head/security/sudo/pkg-plist	Wed Sep 26 01:49:52 2012	(r304871)
@@ -42,18 +42,22 @@ sbin/visudo
 %%NLS%%share/locale/hr/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/hr/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/it/LC_MESSAGES/sudo.mo
+%%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/lt/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/sudo.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/sudo.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/sr/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/vi/LC_MESSAGES/sudo.mo
+%%NLS%%share/locale/vi/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudoers.mo
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
_______________________________________________
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"
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2012-09-26 02:53:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!