From owner-svn-ports-head@freebsd.org Fri Sep 28 14:48:18 2018 Return-Path: Delivered-To: svn-ports-head@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 ABD6D10B2A3B; Fri, 28 Sep 2018 14:48:18 +0000 (UTC) (envelope-from gahr@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 5EBEA75FDF; Fri, 28 Sep 2018 14:48:18 +0000 (UTC) (envelope-from gahr@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 3C98F16632; Fri, 28 Sep 2018 14:48:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8SEmHxK095167; Fri, 28 Sep 2018 14:48:17 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8SEmHHf095164; Fri, 28 Sep 2018 14:48:17 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201809281448.w8SEmHHf095164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 28 Sep 2018 14:48:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480862 - in head/security/libtomcrypt: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head/security/libtomcrypt: . files X-SVN-Commit-Revision: 480862 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.27 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: Fri, 28 Sep 2018 14:48:18 -0000 Author: gahr Date: Fri Sep 28 14:48:17 2018 New Revision: 480862 URL: https://svnweb.freebsd.org/changeset/ports/480862 Log: security/libtomcrypt: update to 1.18.2, unbreak [1] Changes: https://github.com/libtom/libtomcrypt/blob/v1.18.2/changes PR: 231783 [1] Submitted by: Piotr Kubaj Added: head/security/libtomcrypt/files/ head/security/libtomcrypt/files/patch-makefile__include.mk (contents, props changed) Modified: head/security/libtomcrypt/Makefile head/security/libtomcrypt/distinfo Modified: head/security/libtomcrypt/Makefile ============================================================================== --- head/security/libtomcrypt/Makefile Fri Sep 28 14:07:28 2018 (r480861) +++ head/security/libtomcrypt/Makefile Fri Sep 28 14:48:17 2018 (r480862) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libtomcrypt -PORTVERSION= 1.18.1 -PORTREVISION= 1 +PORTVERSION= 1.18.2 +PORTREVISION= 0 CATEGORIES= security MASTER_SITES= https://github.com/libtom/${PORTNAME}/releases/download/v${PORTVERSION}/ DISTNAME= crypt-${PORTVERSION} @@ -14,9 +14,7 @@ COMMENT= Comprehensive, modular, and portable cryptogr LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_mips= fails to compile: unrecognized command line option "-Wno-type-limits" -BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-type-limits" -BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-type-limits" +USES= gmake libtool:build tar:xz WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -26,7 +24,6 @@ MAKEFILE= makefile.shared ALL_TARGET= library MAKE_ARGS= INCPATH="${PREFIX}/include" LIBPATH="${PREFIX}/lib" \ EXTRALIBS="${EXTRALIBS}" -USES= gmake libtool:build tar:xz USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS Modified: head/security/libtomcrypt/distinfo ============================================================================== --- head/security/libtomcrypt/distinfo Fri Sep 28 14:07:28 2018 (r480861) +++ head/security/libtomcrypt/distinfo Fri Sep 28 14:48:17 2018 (r480862) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516696801 -SHA256 (crypt-1.18.1.tar.xz) = 57c13a34fbfd45696189d19e47864e48f4e5c11590c29b444accb8edbf047f14 -SIZE (crypt-1.18.1.tar.xz) = 2614492 +TIMESTAMP = 1538144834 +SHA256 (crypt-1.18.2.tar.xz) = 96ad4c3b8336050993c5bc2cf6c057484f2b0f9f763448151567fbab5e767b84 +SIZE (crypt-1.18.2.tar.xz) = 2638064 Added: head/security/libtomcrypt/files/patch-makefile__include.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libtomcrypt/files/patch-makefile__include.mk Fri Sep 28 14:48:17 2018 (r480862) @@ -0,0 +1,11 @@ +--- makefile_include.mk.orig 2018-09-28 13:43:18 UTC ++++ makefile_include.mk +@@ -73,8 +73,6 @@ LTC_CFLAGS += -Wdeclaration-after-statement + LTC_CFLAGS += -Wwrite-strings + endif + +-LTC_CFLAGS += -Wno-type-limits +- + ifdef LTC_DEBUG + $(info Debug build) + # compile for DEBUGGING (required for ccmalloc checking!!!)