Bug 185260 - [PATCH] security/libyubikey: update to 1.11
Summary: [PATCH] security/libyubikey: update to 1.11
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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-29 00:20 UTC by matt
Modified: 2014-01-01 23:55 UTC (History)
0 users

See Also:


Attachments
yubikey-1.11.patch (1.34 KB, patch)
2013-12-29 00:20 UTC, matt
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description matt 2013-12-29 00:20:00 UTC
	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.
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-12-31 02:24:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-01 23:47:06 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"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-01-01 23:55:44 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!