From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 29 00:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E605B4D for ; Sun, 29 Dec 2013 00:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 175FF15D6 for ; Sun, 29 Dec 2013 00:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBT0A0ix075180 for ; Sun, 29 Dec 2013 00:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBT0A0Eo075179; Sun, 29 Dec 2013 00:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 29 Dec 2013 00:10:00 GMT Resent-Message-Id: <201312290010.rBT0A0Eo075179@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matt Stofko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E3EAB3C for ; Sun, 29 Dec 2013 00:07:32 +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 2773315C8 for ; Sun, 29 Dec 2013 00:07:31 +0000 (UTC) Received: from phjeer.us (localhost [127.0.0.1]) by phjeer.us (8.14.7/8.14.7) with ESMTP id rBT07QBW056850 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 28 Dec 2013 16:07:26 -0800 (PST) (envelope-from matts@phjeer.us) Received: (from matts@localhost) by phjeer.us (8.14.7/8.14.7/Submit) id rBT07QNl056849; Sat, 28 Dec 2013 16:07:26 -0800 (PST) (envelope-from matts) Message-Id: <201312290007.rBT07QNl056849@phjeer.us> Date: Sat, 28 Dec 2013 16:07:26 -0800 (PST) From: Matt Stofko To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185259: [PATCH] security/ykclient: update to 2.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Matt Stofko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 00:10:01 -0000 >Number: 185259 >Category: ports >Synopsis: [PATCH] security/ykclient: update to 2.12 >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:10: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@phjeer.us:/usr/obj/usr/src/sys/DAEMON amd64 >Description: Update the security/ykclient port to 2.12. Do not build static libs by default. Yubico no longer uses Google Code to host the project. Stage support. >How-To-Repeat: >Fix: --- ykclient-2.12.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 337172) +++ Makefile (working copy) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= ykclient -PORTVERSION= 2.9 -PORTREVISION= 1 +PORTVERSION= 2.12 CATEGORIES= security -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://opensource.yubico.com/yubico-c-client/releases/ MAINTAINER= matt@mjslabs.com COMMENT= Yubico C client library @@ -19,18 +18,22 @@ PLIST_FILES= bin/ykclient \ include/ykclient.h \ + include/ykclient_errors.h \ include/ykclient_server_response.h \ - lib/libykclient.a \ + include/ykclient_version.h \ lib/libykclient.la \ lib/libykclient.so \ - lib/libykclient.so.7 + lib/libykclient.so.8 \ + man/man1/ykclient.1.gz -PROJECTHOST= yubico-c-client +OPTIONS_DEFINE=STATIC +STATIC_CONFIGURE_ENABLE=static +STATIC_PLIST_FILES=lib/libykclient.a + MAKE_JOBS_UNSAFE= yes regression-test: build @(cd ${WRKSRC}; ${MAKE} check) -NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (revision 337172) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ykclient-2.9.tar.gz) = f5f93d77dd9f2e3fd1854f7fcfbbc3cfbf4227c3ebe145c8a3f7a2339efbeca5 -SIZE (ykclient-2.9.tar.gz) = 352183 +SHA256 (ykclient-2.12.tar.gz) = eda62475b51e488686ec82564c82bd707eeb30a2fe74a24a5ced2a730f74198c +SIZE (ykclient-2.12.tar.gz) = 385009 --- ykclient-2.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: