From owner-svn-ports-head@freebsd.org Tue Sep 11 08:34:17 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 BC31E1089193; Tue, 11 Sep 2018 08:34:17 +0000 (UTC) (envelope-from joneum@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 65F1C8C032; Tue, 11 Sep 2018 08:34:17 +0000 (UTC) (envelope-from joneum@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 60F15155CF; Tue, 11 Sep 2018 08:34:17 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8B8YHIK080586; Tue, 11 Sep 2018 08:34:17 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8B8YGHc080583; Tue, 11 Sep 2018 08:34:16 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201809110834.w8B8YGHc080583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 11 Sep 2018 08:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479511 - head/security/libntlm X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/security/libntlm X-SVN-Commit-Revision: 479511 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: Tue, 11 Sep 2018 08:34:17 -0000 Author: joneum Date: Tue Sep 11 08:34:16 2018 New Revision: 479511 URL: https://svnweb.freebsd.org/changeset/ports/479511 Log: Update to 1.5 Changelog: http://www.nongnu.org/libntlm/ Sponsored by: Netzkommune GmbH Modified: head/security/libntlm/Makefile head/security/libntlm/distinfo head/security/libntlm/pkg-plist Modified: head/security/libntlm/Makefile ============================================================================== --- head/security/libntlm/Makefile Tue Sep 11 08:27:18 2018 (r479510) +++ head/security/libntlm/Makefile Tue Sep 11 08:34:16 2018 (r479511) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libntlm -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= security MASTER_SITES= http://www.nongnu.org/libntlm/releases/ Modified: head/security/libntlm/distinfo ============================================================================== --- head/security/libntlm/distinfo Tue Sep 11 08:27:18 2018 (r479510) +++ head/security/libntlm/distinfo Tue Sep 11 08:34:16 2018 (r479511) @@ -1,2 +1,3 @@ -SHA256 (libntlm-1.4.tar.gz) = 8415d75e31d3135dc7062787eaf4119b984d50f86f0d004b964cdc18a3182589 -SIZE (libntlm-1.4.tar.gz) = 568414 +TIMESTAMP = 1536654715 +SHA256 (libntlm-1.5.tar.gz) = 53d799f696a93b01fe877ccdef2326ed990c0b9f66e380bceaf7bd9cdcd99bbd +SIZE (libntlm-1.5.tar.gz) = 658935 Modified: head/security/libntlm/pkg-plist ============================================================================== --- head/security/libntlm/pkg-plist Tue Sep 11 08:27:18 2018 (r479510) +++ head/security/libntlm/pkg-plist Tue Sep 11 08:34:16 2018 (r479511) @@ -2,5 +2,5 @@ include/ntlm.h lib/libntlm.a lib/libntlm.so lib/libntlm.so.0 -lib/libntlm.so.0.0.19 +lib/libntlm.so.0.0.20 libdata/pkgconfig/libntlm.pc