From owner-svn-ports-all@freebsd.org Mon Mar 18 23:32:47 2019 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 01FEB1550C19; Mon, 18 Mar 2019 23:32:47 +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) 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 9966483E47; Mon, 18 Mar 2019 23:32:46 +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 67EBA7E8; Mon, 18 Mar 2019 23:32:46 +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 x2INWkDJ088053; Mon, 18 Mar 2019 23:32:46 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2INWjtG088049; Mon, 18 Mar 2019 23:32:45 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201903182332.x2INWjtG088049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Mon, 18 Mar 2019 23:32:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496224 - in head/ftp: . proftpd-mod_vroot X-SVN-Group: ports-head X-SVN-Commit-Author: mm X-SVN-Commit-Paths: in head/ftp: . proftpd-mod_vroot X-SVN-Commit-Revision: 496224 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9966483E47 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-1.000,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: Mon, 18 Mar 2019 23:32:47 -0000 Author: mm Date: Mon Mar 18 23:32:45 2019 New Revision: 496224 URL: https://svnweb.freebsd.org/changeset/ports/496224 Log: New port: ftp/proftpd-mod_vroot ProFTPD module mod_vroot. A virtual chroot capability that does not require root privileges for ProFTPD. WWW: http://www.castaglia.org/proftpd/modules/mod_vroot.html PR: 189121 Submitted by: Joseph Benden Added: head/ftp/proftpd-mod_vroot/ head/ftp/proftpd-mod_vroot/Makefile (contents, props changed) head/ftp/proftpd-mod_vroot/distinfo (contents, props changed) head/ftp/proftpd-mod_vroot/pkg-descr (contents, props changed) Modified: head/ftp/Makefile Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Mon Mar 18 23:31:38 2019 (r496223) +++ head/ftp/Makefile Mon Mar 18 23:32:45 2019 (r496224) @@ -70,6 +70,7 @@ SUBDIR += php73-ftp SUBDIR += phpwebftp SUBDIR += proftpd + SUBDIR += proftpd-mod_vroot SUBDIR += profxp SUBDIR += puf SUBDIR += pure-ftpd Added: head/ftp/proftpd-mod_vroot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/proftpd-mod_vroot/Makefile Mon Mar 18 23:32:45 2019 (r496224) @@ -0,0 +1,31 @@ +# Created by: Joseph Benden +# $FreeBSD$ + +PORTNAME= mod_vroot +DISTVERSION= 0.9.5 +PORTREVISION= 0 +CATEGORIES= ftp +PKGNAMEPREFIX= proftpd- + +MAINTAINER= joe@thrallingpenguin.com +COMMENT= Virtual Chroot ProFTPD module + +LICENSE= GPLv2 + +DESCR= ${.CURDIR}/pkg-descr + +MASTERDIR= ${.CURDIR}/../../ftp/proftpd + +_PROFTPD_MODULE_DISTFILES= proftpd-mod_vroot-${DISTVERSION}${EXTRACT_SUFX}:vroot +_PROFTPD_MODULE_EXTRACT_ONLY= proftpd-mod_vroot-${DISTVERSION}${EXTRACT_SUFX} +_PROFTPD_MODULE_MASTER_SITES= https://codeload.github.com/Castaglia/proftpd-mod_vroot/tar.gz/v${DISTVERSION}?dummy=/:vroot + +INCLUDEDIRS= ${LOCALBASE}/include +LIBDIRS= ${LOCALBASE}/lib + +_BUILDING_PROFTPD_MODULE= ${PORTNAME} + +post-extract: + @${MV} ${WRKDIR}/proftpd-mod_vroot-${DISTVERSION} ${WRKSRC}/contrib/mod_vroot + +.include "${MASTERDIR}/Makefile" Added: head/ftp/proftpd-mod_vroot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/proftpd-mod_vroot/distinfo Mon Mar 18 23:32:45 2019 (r496224) @@ -0,0 +1,5 @@ +TIMESTAMP = 1552951497 +SHA256 (proftpd-1.3.6.tar.gz) = 91ef74b143495d5ff97c4d4770c6804072a8c8eb1ad1ecc8cc541b40e152ecaf +SIZE (proftpd-1.3.6.tar.gz) = 20251898 +SHA256 (proftpd-mod_vroot-0.9.5.tar.gz) = 148384a33ee388bbb5dda36a09a944b2c528e1d46dc47e4d3aaedc37b14439be +SIZE (proftpd-mod_vroot-0.9.5.tar.gz) = 95664 Added: head/ftp/proftpd-mod_vroot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/proftpd-mod_vroot/pkg-descr Mon Mar 18 23:32:45 2019 (r496224) @@ -0,0 +1,3 @@ +A virtual chroot capability that does not require root privileges for ProFTPD. + +WWW: http://www.castaglia.org/proftpd/modules/mod_vroot.html