ports/185260: [PATCH] security/libyubikey: update to 1.11
Matt Stofko
matt at mjslabs.com
Sun Dec 29 00:20:00 UTC 2013
>Number: 185260
>Category: ports
>Synopsis: [PATCH] security/libyubikey: update to 1.11
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Dec 29 00:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list