From owner-svn-ports-all@freebsd.org Thu Dec 13 22:27:10 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 584DA1336DB2; Thu, 13 Dec 2018 22:27:10 +0000 (UTC) (envelope-from lx@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 01CFD75715; Thu, 13 Dec 2018 22:27:10 +0000 (UTC) (envelope-from lx@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 EAE0A262A3; Thu, 13 Dec 2018 22:27:09 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBDMR90R073445; Thu, 13 Dec 2018 22:27:09 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBDMR9w2073443; Thu, 13 Dec 2018 22:27:09 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201812132227.wBDMR9w2073443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Thu, 13 Dec 2018 22:27:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487393 - head/security/luasec X-SVN-Group: ports-head X-SVN-Commit-Author: lx X-SVN-Commit-Paths: head/security/luasec X-SVN-Commit-Revision: 487393 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 01CFD75715 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.29 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.83)[-0.828,0]; NEURAL_HAM_SHORT(-0.46)[-0.458,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 13 Dec 2018 22:27:10 -0000 Author: lx Date: Thu Dec 13 22:27:09 2018 New Revision: 487393 URL: https://svnweb.freebsd.org/changeset/ports/487393 Log: Update to 0.7. PR: 233870 Submitted by: Daniel Austin Modified: head/security/luasec/Makefile head/security/luasec/distinfo Modified: head/security/luasec/Makefile ============================================================================== --- head/security/luasec/Makefile Thu Dec 13 22:08:12 2018 (r487392) +++ head/security/luasec/Makefile Thu Dec 13 22:27:09 2018 (r487393) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= luasec -PORTVERSION= 0.6 +PORTVERSION= 0.7 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= security PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} @@ -11,8 +11,6 @@ MAINTAINER= lx@FreeBSD.org COMMENT= Lua binding for the OpenSSL library to provide TLS/SSL communication LICENSE= MIT - -BROKEN_SSL= openssl111 USE_GITHUB= yes GH_ACCOUNT= brunoos Modified: head/security/luasec/distinfo ============================================================================== --- head/security/luasec/distinfo Thu Dec 13 22:08:12 2018 (r487392) +++ head/security/luasec/distinfo Thu Dec 13 22:27:09 2018 (r487393) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481113241 -SHA256 (brunoos-luasec-luasec-0.6_GH0.tar.gz) = cef3a35c18beb8a54d9c8ce6260a4cabbd9a386de8711320d084daffad0aed5d -SIZE (brunoos-luasec-luasec-0.6_GH0.tar.gz) = 51071 +TIMESTAMP = 1544739968 +SHA256 (brunoos-luasec-luasec-0.7_GH0.tar.gz) = 2176e95b1d2a72a3235ede5d2aa9838050feee55dade8fdbde4be7fdc66f3a31 +SIZE (brunoos-luasec-luasec-0.7_GH0.tar.gz) = 47965