From owner-svn-ports-all@freebsd.org Thu Sep 19 14:44:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 30E211253E4; Thu, 19 Sep 2019 14:44:08 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Z03X0Yjtz3Kkt; Thu, 19 Sep 2019 14:44:08 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EAA3AEFF8; Thu, 19 Sep 2019 14:44:07 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8JEi7IF017413; Thu, 19 Sep 2019 14:44:07 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8JEi76W017410; Thu, 19 Sep 2019 14:44:07 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <201909191444.x8JEi76W017410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Thu, 19 Sep 2019 14:44:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512344 - in head/security/botan2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: in head/security/botan2: . files X-SVN-Commit-Revision: 512344 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2019 14:44:08 -0000 Author: dmgk Date: Thu Sep 19 14:44:07 2019 New Revision: 512344 URL: https://svnweb.freebsd.org/changeset/ports/512344 Log: security/botan2: Update to 2.11.0 Changes: https://botan.randombit.net/news.html#version-2-11-0-2019-07-01 PR: 240557 Submitted by: Ralf van der Enden (maintainer) Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21716 Deleted: head/security/botan2/files/ Modified: head/security/botan2/Makefile head/security/botan2/distinfo head/security/botan2/pkg-plist Modified: head/security/botan2/Makefile ============================================================================== --- head/security/botan2/Makefile Thu Sep 19 14:17:43 2019 (r512343) +++ head/security/botan2/Makefile Thu Sep 19 14:44:07 2019 (r512344) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= botan -DISTVERSION= 2.10.0 -PORTREVISION= 4 +DISTVERSION= 2.11.0 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 @@ -14,26 +13,30 @@ COMMENT= Portable, easy to use and efficient C++ crypt LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt -BROKEN_armv6= include/arm_neon.h:28:2: error: "NEON support not enabled" +BROKEN_armv6= include/arm_neon.h:28:2: error: "NEON support not enabled" LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs -USES= compiler:c++11-lang gmake python:build shebangfix tar:tgz -SHEBANG_FILES= configure.py src/scripts/install.py -HAS_CONFIGURE= yes +USES= compiler:c++11-lang gmake python:build shebangfix tar:xz USE_LDCONFIG= yes +SHEBANG_FILES= configure.py src/scripts/install.py + +HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py -CONFIGURE_ARGS= --with-external-includedir=${PREFIX}/include \ - --with-external-libdir=${PREFIX}/lib \ - --with-boost --with-bzip2 --with-lzma --with-zlib \ - --cc=${COMPILER_TYPE} -LDFLAGS+= -pthread +CONFIGURE_ARGS= --cc=${COMPILER_TYPE} \ + --with-boost \ + --with-bzip2 \ + --with-external-includedir=${LOCALBASE}/include \ + --with-external-libdir=${LOCALBASE}/lib \ + --with-lzma \ + --with-zlib +LDFLAGS+= -pthread -SHLIBVER= ${DISTVERSION:S/./ /g:[2]} -PLIST_SUB= SHLIBVER=${SHLIBVER} +DOCSDIR= ${LOCALBASE}/share/doc/${PORTNAME}-${PORTVERSION} -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} +_SHLIBVER= ${DISTVERSION:S/./ /g:[2]} +PLIST_SUB= SHLIBVER=${_SHLIBVER} PORTDOCS= * OPTIONS_DEFINE= DOCS SQLITE3 SSL @@ -52,6 +55,10 @@ SSL_CONFIGURE_WITH= openssl CONFIGURE_ARGS+= --cc-abi="-march=armv8-a+crypto" .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 +CONFIGURE_ARGS+= --without-os-features=getentropy,elf_aux_info +.endif + .if ${ARCH} == i386 || ${ARCH} == amd64 PLIST_SUB+= HAS_RDRAND_RNG="" .else @@ -63,6 +70,6 @@ post-patch: ${WRKSRC}/src/build-data/cc/clang.txt post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.${SHLIBVER}.${SHLIBVER}.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.${_SHLIBVER}.${_SHLIBVER}.0 .include Modified: head/security/botan2/distinfo ============================================================================== --- head/security/botan2/distinfo Thu Sep 19 14:17:43 2019 (r512343) +++ head/security/botan2/distinfo Thu Sep 19 14:44:07 2019 (r512344) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554050060 -SHA256 (Botan-2.10.0.tgz) = 88481997578c27924724fea76610d43d9f59c99edfe561d41803bbc98871ad31 -SIZE (Botan-2.10.0.tgz) = 7240021 +TIMESTAMP = 1568364010 +SHA256 (Botan-2.11.0.tar.xz) = f7874da2aeb8c018fd77df40b2137879bf90b66f5589490c991e83fb3e8094be +SIZE (Botan-2.11.0.tar.xz) = 5765712 Modified: head/security/botan2/pkg-plist ============================================================================== --- head/security/botan2/pkg-plist Thu Sep 19 14:17:43 2019 (r512343) +++ head/security/botan2/pkg-plist Thu Sep 19 14:44:07 2019 (r512344) @@ -3,7 +3,12 @@ include/botan-2/botan/adler32.h include/botan-2/botan/aead.h include/botan-2/botan/aes.h include/botan-2/botan/alg_id.h +include/botan-2/botan/argon2.h include/botan-2/botan/aria.h +include/botan-2/botan/asio_async_ops.h +include/botan-2/botan/asio_context.h +include/botan-2/botan/asio_error.h +include/botan-2/botan/asio_stream.h include/botan-2/botan/asn1_alt_name.h include/botan-2/botan/asn1_attribute.h include/botan-2/botan/asn1_obj.h @@ -14,12 +19,12 @@ include/botan-2/botan/asn1_time.h include/botan-2/botan/assert.h include/botan-2/botan/atomic.h include/botan-2/botan/auto_rng.h -include/botan-2/botan/b64_filt.h include/botan-2/botan/base32.h include/botan-2/botan/base58.h include/botan-2/botan/base64.h include/botan-2/botan/basefilt.h include/botan-2/botan/bcrypt.h +include/botan-2/botan/bcrypt_pbkdf.h include/botan-2/botan/ber_dec.h include/botan-2/botan/bigint.h include/botan-2/botan/blake2b.h @@ -43,6 +48,8 @@ include/botan-2/botan/ccm.h include/botan-2/botan/cecpq1.h include/botan-2/botan/cert_status.h include/botan-2/botan/certstor.h +include/botan-2/botan/certstor_flatfile.h +include/botan-2/botan/certstor_system.h include/botan-2/botan/certstor_sql.h %%SQLITE3%%include/botan-2/botan/certstor_sqlite.h include/botan-2/botan/cfb.h @@ -116,7 +123,6 @@ include/botan-2/botan/gost_3411.h include/botan-2/botan/hash.h include/botan-2/botan/hash_id.h include/botan-2/botan/hex.h -include/botan-2/botan/hex_filt.h include/botan-2/botan/hkdf.h include/botan-2/botan/hmac.h include/botan-2/botan/hmac_drbg.h @@ -236,6 +242,7 @@ include/botan-2/botan/sm2.h include/botan-2/botan/sm2_enc.h include/botan-2/botan/sm3.h include/botan-2/botan/sm4.h +include/botan-2/botan/sodium.h include/botan-2/botan/sp800_108.h include/botan-2/botan/sp800_56a.h include/botan-2/botan/sp800_56c.h