From owner-svn-ports-head@FreeBSD.ORG Sun Oct 12 06:13:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51BEAFBC; Sun, 12 Oct 2014 06:13:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2401FB1F; Sun, 12 Oct 2014 06:13:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9C6D1U0046860; Sun, 12 Oct 2014 06:13:01 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9C6D0SV046857; Sun, 12 Oct 2014 06:13:00 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201410120613.s9C6D0SV046857@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 12 Oct 2014 06:13:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370682 - in head/security/p11-kit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2014 06:13:01 -0000 Author: novel Date: Sun Oct 12 06:12:59 2014 New Revision: 370682 URL: https://svnweb.freebsd.org/changeset/ports/370682 QAT: https://qat.redports.org/buildarchive/r370682/ Log: Update to 0.22.1. Deleted: head/security/p11-kit/files/ Modified: head/security/p11-kit/Makefile head/security/p11-kit/distinfo head/security/p11-kit/pkg-plist Modified: head/security/p11-kit/Makefile ============================================================================== --- head/security/p11-kit/Makefile Sun Oct 12 05:55:24 2014 (r370681) +++ head/security/p11-kit/Makefile Sun Oct 12 06:12:59 2014 (r370682) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= p11-kit -PORTVERSION= 0.20.3 -PORTREVISION= 1 +PORTVERSION= 0.22.1 CATEGORIES= security devel MASTER_SITES= http://p11-glue.freedesktop.org/releases/ @@ -17,8 +16,7 @@ LIB_DEPENDS= libtasn1.so:${PORTSDIR}/sec GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --enable-debug=no \ - --with-trust-paths=${LOCALBASE}/share/certs/ca-root-nss.crt \ - ac_cv_func_pthread_mutexattr_init=no + --with-trust-paths=${LOCALBASE}/share/certs/ca-root-nss.crt MAKE_ENV= exampledir=${STAGEDIR}${EXAMPLESDIR} USES= gmake libtool:keepla pathfix pkgconfig @@ -27,6 +25,6 @@ USE_LDCONFIG= yes pre-configure: @${REINPLACE_CMD} -e \ 's|exampledir = $$(p11_system_config)|exampledir = ${EXAMPLESDIR}|' \ - ${WRKSRC}/${PORTNAME}/Makefile.in + ${WRKSRC}/Makefile.in .include Modified: head/security/p11-kit/distinfo ============================================================================== --- head/security/p11-kit/distinfo Sun Oct 12 05:55:24 2014 (r370681) +++ head/security/p11-kit/distinfo Sun Oct 12 06:12:59 2014 (r370682) @@ -1,2 +1,2 @@ -SHA256 (p11-kit-0.20.3.tar.gz) = b77032bc68c24e6c3cfd8cb340a4a3bb8b7d62a7c659dae08e9b6bb7287193c3 -SIZE (p11-kit-0.20.3.tar.gz) = 1171155 +SHA256 (p11-kit-0.22.1.tar.gz) = ef3a339fcf6aa0e32c8c23f79ba7191e57312be2bda8b24e6d121c2670539a5c +SIZE (p11-kit-0.22.1.tar.gz) = 992099 Modified: head/security/p11-kit/pkg-plist ============================================================================== --- head/security/p11-kit/pkg-plist Sun Oct 12 05:55:24 2014 (r370681) +++ head/security/p11-kit/pkg-plist Sun Oct 12 06:12:59 2014 (r370682) @@ -5,12 +5,15 @@ include/p11-kit-1/p11-kit/iter.h include/p11-kit-1/p11-kit/p11-kit.h include/p11-kit-1/p11-kit/pin.h include/p11-kit-1/p11-kit/pkcs11.h +include/p11-kit-1/p11-kit/pkcs11x.h +include/p11-kit-1/p11-kit/remote.h include/p11-kit-1/p11-kit/uri.h lib/libp11-kit.la lib/libp11-kit.so lib/libp11-kit.so.0 -lib/libp11-kit.so.0.0.0 +lib/libp11-kit.so.0.1.0 lib/p11-kit-proxy.so +lib/p11-kit/p11-kit-remote lib/p11-kit/trust-extract-compat lib/pkcs11/p11-kit-trust.la lib/pkcs11/p11-kit-trust.so