From matts@phjeer.us  Sun Dec 29 00:09:57 2013
Return-Path: <matts@phjeer.us>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id B38FFB47
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Dec 2013 00:09:57 +0000 (UTC)
Received: from phjeer.us (phjeer.us [184.105.237.83])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 7C08515CF
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Dec 2013 00:09:57 +0000 (UTC)
Received: from phjeer.us (localhost [127.0.0.1])
	by phjeer.us (8.14.7/8.14.7) with ESMTP id rBT06RsJ056721
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Dec 2013 16:06:27 -0800 (PST)
	(envelope-from matts@phjeer.us)
Received: (from matts@localhost)
	by phjeer.us (8.14.7/8.14.7/Submit) id rBT06RK5056720;
	Sat, 28 Dec 2013 16:06:27 -0800 (PST)
	(envelope-from matts)
Message-Id: <201312290006.rBT06RK5056720@phjeer.us>
Date: Sat, 28 Dec 2013 16:06:27 -0800 (PST)
From: Matt Stofko <matt@mjslabs.com>
Reply-To: Matt Stofko <matt@mjslabs.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] security/libyubikey: update to 1.11
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         185260
>Category:       ports
>Synopsis:       [PATCH] security/libyubikey: update to 1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danilo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 29 00:20:00 UTC 2013
>Closed-Date:    Wed Jan 01 23:55:44 UTC 2014
>Last-Modified:  Wed Jan 01 23:55:44 UTC 2014
>Originator:     Matt Stofko
>Release:        FreeBSD 9.2-RELEASE-p2 amd64
>Organization:
mjslabs.com
>Environment:
System: FreeBSD phjeer.us 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259452: Mon Dec 16 01:52:26 PST 2013 root@phjeer.us:/usr/obj/usr/src/sys/DAEMON amd64


	
>Description:
	Update the security/libyubikey port to 1.11.
	Do not build static libs by default.
	Yubico no longer uses Google Code to host the project.

>How-To-Repeat:
	
>Fix:

	

--- yubikey-1.11.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 337172)
+++ Makefile	(working copy)
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	libyubikey
-PORTVERSION=	1.10
+PORTVERSION=	1.11
 CATEGORIES=	security devel
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://opensource.yubico.com/yubico-c/releases/
 
 MAINTAINER=	matt@mjslabs.com
 COMMENT=	Library for decrypting and parsing YubiKey One-Time Passwords
@@ -17,15 +17,20 @@
 		bin/ykgenerate \
 		bin/ykparse \
 		include/yubikey.h \
-		lib/libyubikey.a \
 		lib/libyubikey.la \
 		lib/libyubikey.so \
-		lib/libyubikey.so.1
+		lib/libyubikey.so.1 \
+		man/man1/modhex.1.gz \
+		man/man1/ykgenerate.1.gz \
+		man/man1/ykparse.1.gz
 
-PROJECTHOST=	yubico-c
-
 MAKE_JOBS_UNSAFE=yes
 
+OPTIONS_DEFINE=STATIC
+
+STATIC_CONFIGURE_ENABLE=static
+STATIC_PLIST_FILES=lib/libyubikey.a
+
 regression-test: build
 	@(cd ${WRKSRC}; ${MAKE} check)
 
Index: distinfo
===================================================================
--- distinfo	(revision 337172)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (libyubikey-1.10.tar.gz) = 8cabfe4a547550bcf6eea1fa830fd78bfdef35d1368de5455a29cfdfa30bc00a
-SIZE (libyubikey-1.10.tar.gz) = 330630
+SHA256 (libyubikey-1.11.tar.gz) = 8953c33a94739b40ee79e56df6b76a355e19549f7819218b053955ab7126f5a6
+SIZE (libyubikey-1.11.tar.gz) = 344900
--- yubikey-1.11.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->danilo 
Responsible-Changed-By: danilo 
Responsible-Changed-When: Tue Dec 31 02:24:18 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185260 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185260: commit references a PR
Date: Wed,  1 Jan 2014 23:47:06 +0000 (UTC)

 Author: danilo
 Date: Wed Jan  1 23:46:59 2014
 New Revision: 338404
 URL: http://svnweb.freebsd.org/changeset/ports/338404
 
 Log:
   - Update from 1.10 to 1.11
   - Update MASTER_SITES
   - Convert LICENSE from BSD to BSD2CLAUSE
   - Add STATIC as option
   
   PR:		ports/185260
   Submitted by:	Matt Stofko <matt@mjslabs.com> (maintainer)
 
 Modified:
   head/security/libyubikey/Makefile
   head/security/libyubikey/distinfo
 
 Modified: head/security/libyubikey/Makefile
 ==============================================================================
 --- head/security/libyubikey/Makefile	Wed Jan  1 23:44:27 2014	(r338403)
 +++ head/security/libyubikey/Makefile	Wed Jan  1 23:46:59 2014	(r338404)
 @@ -1,14 +1,14 @@
  # $FreeBSD$
  
  PORTNAME=	libyubikey
 -PORTVERSION=	1.10
 +PORTVERSION=	1.11
  CATEGORIES=	security devel
 -MASTER_SITES=	GOOGLE_CODE
 +MASTER_SITES=	http://opensource.yubico.com/yubico-c/releases/
  
  MAINTAINER=	matt@mjslabs.com
  COMMENT=	Library for decrypting and parsing YubiKey One-Time Passwords
  
 -LICENSE=	BSD
 +LICENSE=	BSD2CLAUSE
  
  GNU_CONFIGURE=	yes
  USE_LDCONFIG=	yes
 @@ -17,14 +17,19 @@ PLIST_FILES=	bin/modhex \
  		bin/ykgenerate \
  		bin/ykparse \
  		include/yubikey.h \
 -		lib/libyubikey.a \
  		lib/libyubikey.la \
  		lib/libyubikey.so \
 -		lib/libyubikey.so.1
 +		lib/libyubikey.so.1 \
 +		man/man1/modhex.1.gz \
 +		man/man1/ykgenerate.1.gz \
 +		man/man1/ykparse.1.gz
  
 -PROJECTHOST=	yubico-c
 +MAKE_JOBS_UNSAFE=	yes
  
 -MAKE_JOBS_UNSAFE=yes
 +OPTIONS_DEFINE=		STATIC
 +
 +STATIC_CONFIGURE_ENABLE=	static
 +STATIC_PLIST_FILES=		lib/libyubikey.a
  
  regression-test: build
  	@(cd ${WRKSRC}; ${MAKE} check)
 
 Modified: head/security/libyubikey/distinfo
 ==============================================================================
 --- head/security/libyubikey/distinfo	Wed Jan  1 23:44:27 2014	(r338403)
 +++ head/security/libyubikey/distinfo	Wed Jan  1 23:46:59 2014	(r338404)
 @@ -1,2 +1,2 @@
 -SHA256 (libyubikey-1.10.tar.gz) = 8cabfe4a547550bcf6eea1fa830fd78bfdef35d1368de5455a29cfdfa30bc00a
 -SIZE (libyubikey-1.10.tar.gz) = 330630
 +SHA256 (libyubikey-1.11.tar.gz) = 8953c33a94739b40ee79e56df6b76a355e19549f7819218b053955ab7126f5a6
 +SIZE (libyubikey-1.11.tar.gz) = 344900
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: danilo 
State-Changed-When: Wed Jan 1 23:55:44 UTC 2014 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185260 
>Unformatted:
