From owner-svn-ports-head@freebsd.org Sun Dec 6 02:34:38 2020 Return-Path: Delivered-To: svn-ports-head@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 92A83468C31; Sun, 6 Dec 2020 02:34:38 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CpVrt3jVyz52Fh; Sun, 6 Dec 2020 02:34:38 +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 67ABB7AC; Sun, 6 Dec 2020 02:34:38 +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 0B62YcQR076408; Sun, 6 Dec 2020 02:34:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B62YbAK076405; Sun, 6 Dec 2020 02:34:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202012060234.0B62YbAK076405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 6 Dec 2020 02:34:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557105 - head/math/fplll X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/fplll X-SVN-Commit-Revision: 557105 X-SVN-Commit-Repository: ports 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.34 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, 06 Dec 2020 02:34:38 -0000 Author: yuri Date: Sun Dec 6 02:34:37 2020 New Revision: 557105 URL: https://svnweb.freebsd.org/changeset/ports/557105 Log: math/fplll: Upgrade 5.3.3 -> 5.4.0 PR: 251611 Submitted by: thierry Modified: head/math/fplll/Makefile head/math/fplll/distinfo head/math/fplll/pkg-plist Modified: head/math/fplll/Makefile ============================================================================== --- head/math/fplll/Makefile Sun Dec 6 02:27:28 2020 (r557104) +++ head/math/fplll/Makefile Sun Dec 6 02:34:37 2020 (r557105) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fplll -DISTVERSION= 5.3.3 +DISTVERSION= 5.4.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -11,12 +11,17 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgmp.so:math/gmp \ - libmpfr.so:math/mpfr + libmpfr.so:math/mpfr \ + libqd.so:math/qd USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_GITHUB= yes USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip + +TEST_TARGET= check .include Modified: head/math/fplll/distinfo ============================================================================== --- head/math/fplll/distinfo Sun Dec 6 02:27:28 2020 (r557104) +++ head/math/fplll/distinfo Sun Dec 6 02:34:37 2020 (r557105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593529990 -SHA256 (fplll-fplll-5.3.3_GH0.tar.gz) = 8b3fcd0ea09ea1ef9beac30c194480b7e27363b52900aa55fe752d4fdd2b2198 -SIZE (fplll-fplll-5.3.3_GH0.tar.gz) = 1026240 +TIMESTAMP = 1607184213 +SHA256 (fplll-fplll-5.4.0_GH0.tar.gz) = e1c42cd09455a198ca36ce4617e564127a2009e5cd2606f7e0085189d1ad5f64 +SIZE (fplll-fplll-5.4.0_GH0.tar.gz) = 2330507 Modified: head/math/fplll/pkg-plist ============================================================================== --- head/math/fplll/pkg-plist Sun Dec 6 02:27:28 2020 (r557104) +++ head/math/fplll/pkg-plist Sun Dec 6 02:34:37 2020 (r557105) @@ -1,5 +1,4 @@ bin/fplll -bin/latsieve bin/latticegen include/fplll.h include/fplll/bkz.h @@ -8,6 +7,7 @@ include/fplll/defs.h include/fplll/enum/enumerate.h include/fplll/enum/enumerate_base.h include/fplll/enum/enumerate_ext.h +include/fplll/enum/enumerate_ext_api.h include/fplll/enum/evaluator.h include/fplll/fplll.h include/fplll/fplll_config.h @@ -39,16 +39,12 @@ include/fplll/nr/nr_rand.inl include/fplll/nr/numvect.h include/fplll/pruner/pruner.h include/fplll/pruner/pruner_simplex.h -include/fplll/sieve/sampler_basic.h -include/fplll/sieve/sieve_common.h -include/fplll/sieve/sieve_gauss.h -include/fplll/sieve/sieve_gauss_str.h include/fplll/svpcvp.h include/fplll/threadpool.h include/fplll/util.h include/fplll/wrapper.h lib/libfplll.so -lib/libfplll.so.6 -lib/libfplll.so.6.0.3 +lib/libfplll.so.7 +lib/libfplll.so.7.0.0 libdata/pkgconfig/fplll.pc %%DATADIR%%/strategies/default.json