From owner-svn-ports-head@freebsd.org Thu Jul 2 06:52:39 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 4767334A9F7; Thu, 2 Jul 2020 06:52:39 +0000 (UTC) (envelope-from mm@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 49y8131D03z4PFj; Thu, 2 Jul 2020 06:52:39 +0000 (UTC) (envelope-from mm@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 0D3DD16ACE; Thu, 2 Jul 2020 06:52:39 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0626qc3u065188; Thu, 2 Jul 2020 06:52:38 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0626qcJ0065186; Thu, 2 Jul 2020 06:52:38 GMT (envelope-from mm@FreeBSD.org) Message-Id: <202007020652.0626qcJ0065186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Thu, 2 Jul 2020 06:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541015 - head/ftp/proftpd X-SVN-Group: ports-head X-SVN-Commit-Author: mm X-SVN-Commit-Paths: head/ftp/proftpd X-SVN-Commit-Revision: 541015 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.33 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: Thu, 02 Jul 2020 06:52:39 -0000 Author: mm Date: Thu Jul 2 06:52:38 2020 New Revision: 541015 URL: https://svnweb.freebsd.org/changeset/ports/541015 Log: Update ProFTPd to version 1.3.6d PR: 247554, 243866 Submitted by: Alexander Puecker Modified: head/ftp/proftpd/Makefile head/ftp/proftpd/distinfo Modified: head/ftp/proftpd/Makefile ============================================================================== --- head/ftp/proftpd/Makefile Thu Jul 2 06:09:10 2020 (r541014) +++ head/ftp/proftpd/Makefile Thu Jul 2 06:52:38 2020 (r541015) @@ -26,7 +26,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd RUN_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd .endif -PROFTPD_VERSION= 1.3.6b +PROFTPD_VERSION= 1.3.6d .if defined(_BUILDING_PROFTPD_MODULE) DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} Modified: head/ftp/proftpd/distinfo ============================================================================== --- head/ftp/proftpd/distinfo Thu Jul 2 06:09:10 2020 (r541014) +++ head/ftp/proftpd/distinfo Thu Jul 2 06:52:38 2020 (r541015) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573760277 -SHA256 (proftpd-1.3.6b.tar.gz) = fe5baf6c469a2b0b7f0e2611561b6fd5414300e32a76b96adb2ccfe05b5efb60 -SIZE (proftpd-1.3.6b.tar.gz) = 20260731 +TIMESTAMP = 1593672290 +SHA256 (proftpd-1.3.6d.tar.gz) = c338e2e25d1b6f51d397af154a0124fc42eee6b7ff99a2d976777d6b2f97c096 +SIZE (proftpd-1.3.6d.tar.gz) = 20277407