From owner-svn-ports-all@freebsd.org Wed Jan 31 16:25:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A940EED4C89; Wed, 31 Jan 2018 16:25:44 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53DD26C1F9; Wed, 31 Jan 2018 16:25:44 +0000 (UTC) (envelope-from yuri@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 4AC3D284CB; Wed, 31 Jan 2018 16:25:44 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0VGPiKS087420; Wed, 31 Jan 2018 16:25:44 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0VGPiPs087417; Wed, 31 Jan 2018 16:25:44 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201801311625.w0VGPiPs087417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 31 Jan 2018 16:25:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460496 - head/security/aespipe X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/aespipe X-SVN-Commit-Revision: 460496 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.25 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: Wed, 31 Jan 2018 16:25:44 -0000 Author: yuri Date: Wed Jan 31 16:25:43 2018 New Revision: 460496 URL: https://svnweb.freebsd.org/changeset/ports/460496 Log: security/aespipe: Update to 2.4e Additional port changes: * Disabled build-time x86/amd64/padlock/intelaes auto-detection which may produce broken binaries * Added explicit ASM, INTEL and PADLOCK options instead PR: 225283 Submitted by: Dmitri Goutnik Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14110 Modified: head/security/aespipe/Makefile head/security/aespipe/distinfo Modified: head/security/aespipe/Makefile ============================================================================== --- head/security/aespipe/Makefile Wed Jan 31 16:19:08 2018 (r460495) +++ head/security/aespipe/Makefile Wed Jan 31 16:25:43 2018 (r460496) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aespipe -PORTVERSION= 2.4d +PORTVERSION= 2.4e DISTVERSIONPREFIX= v CATEGORIES= security MASTER_SITES= http://loop-aes.sourceforge.net/${PORTNAME}/ \ @@ -16,11 +16,24 @@ LICENSE= GPLv2 RUN_DEPENDS= gpg:security/gnupg USES= tar:bzip2 - GNU_CONFIGURE= yes TEST_TARGET= tests PLIST_FILES= bin/aespipe man/man1/aespipe.1.gz + +OPTIONS_DEFINE_amd64= ASM INTEL PADLOCK +OPTIONS_DEFINE_i386= ASM INTEL PADLOCK + +INTEL_DESC= Support Intel hardware AES +PADLOCK_DESC= Support VIA Padlock hardware AES + +ASM_CONFIGURE_ENABLE= asm=${ARCH:S/i386/x86/} + +INTEL_CONFIGURE_ENABLE= intelaes +INTEL_IMPLIES= ASM + +PADLOCK_CONFIGURE_ENABLE= padlock +PADLOCK_IMPLIES= ASM do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Modified: head/security/aespipe/distinfo ============================================================================== --- head/security/aespipe/distinfo Wed Jan 31 16:19:08 2018 (r460495) +++ head/security/aespipe/distinfo Wed Jan 31 16:25:43 2018 (r460496) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473772861 -SHA256 (aespipe-v2.4d.tar.bz2) = c5ce656e0ade49b93e1163ec7b35450721d5743d8d804ad3a9e39add0389e50f -SIZE (aespipe-v2.4d.tar.bz2) = 106703 +TIMESTAMP = 1516130550 +SHA256 (aespipe-v2.4e.tar.bz2) = bad5abb8678c2a6062d22b893171623e0c8e6163b5c1e6e5086e2140e606b93a +SIZE (aespipe-v2.4e.tar.bz2) = 107741