Received: by mail.netbsd.org (Postfix, from userid 605) id 4D93C84D21; Sat, 7 Sep 2019 13:12:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C8A2C84D02 for ; Sat, 7 Sep 2019 13:12:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mJmWVd11AQaZ for ; Sat, 7 Sep 2019 13:12:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4959784CE8 for ; Sat, 7 Sep 2019 13:12:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D088FBF4; Sat, 7 Sep 2019 13:12:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1567861974122720" MIME-Version: 1.0 Date: Sat, 7 Sep 2019 13:12:54 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/bftpd To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190907131254.3D088FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1567861974122720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Sep 7 13:12:54 UTC 2019 Modified Files: pkgsrc/net/bftpd: Makefile distinfo Removed Files: pkgsrc/net/bftpd/patches: patch-aa Log Message: bftpd: Update to 5.2 Jesse Smith -> 5.2 - Make sure we do not send extra newline when DENY message is sent to the client. - Fixed some build dependencies in the Makefile so fresh build is triggered by updating config.h. Change provided by Vemake. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/bftpd/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/bftpd/distinfo cvs rdiff -u -r1.5 -r0 pkgsrc/net/bftpd/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1567861974122720 Content-Disposition: inline Content-Length: 2299 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/bftpd/Makefile diff -u pkgsrc/net/bftpd/Makefile:1.19 pkgsrc/net/bftpd/Makefile:1.20 --- pkgsrc/net/bftpd/Makefile:1.19 Sat Jun 22 12:53:47 2019 +++ pkgsrc/net/bftpd/Makefile Sat Sep 7 13:12:53 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2019/06/22 12:53:47 nia Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/07 13:12:53 nia Exp $ # -DISTNAME= bftpd-5.1 +DISTNAME= bftpd-5.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bftpd/} @@ -13,11 +13,11 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES WRKSRC= ${WRKDIR}/bftpd -CONFIGURE_ARGS+=--enable-libz - CONF_FILES= ${PREFIX}/share/examples/bftpd/bftpd.conf \ ${PKG_SYSCONFDIR}/bftpd.conf +CONFIGURE_ARGS+= --enable-libz + SUBST_CLASSES+= varbase SUBST_STAGE.varbase= post-configure SUBST_FILES.varbase= bftpd.conf @@ -32,5 +32,10 @@ INSTALLATION_DIRS= sbin ${PKGMANDIR}/man BUILD_DEFS+= VARBASE +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bftpd ${DESTDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/bftpd.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 + ${INSTALL_DATA} ${WRKSRC}/bftpd.conf ${DESTDIR}${PREFIX}/share/examples/bftpd + .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/bftpd/distinfo diff -u pkgsrc/net/bftpd/distinfo:1.11 pkgsrc/net/bftpd/distinfo:1.12 --- pkgsrc/net/bftpd/distinfo:1.11 Sat Jun 22 12:53:47 2019 +++ pkgsrc/net/bftpd/distinfo Sat Sep 7 13:12:53 2019 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.11 2019/06/22 12:53:47 nia Exp $ +$NetBSD: distinfo,v 1.12 2019/09/07 13:12:53 nia Exp $ -SHA1 (bftpd-5.1.tar.gz) = dd8924e9b6dec4810c4444be9c13781578590d74 -RMD160 (bftpd-5.1.tar.gz) = f9692c472444772c64d72dff3d3508bde712cc31 -SHA512 (bftpd-5.1.tar.gz) = eb0e8eb24c033c3e8b592cce071639544e37d8ae37e1e29e6f2590e3c0ed25c91cdc554d40066fd2d09aa8ece50a27f054d7103dc1e652af78f576796f574ac1 -Size (bftpd-5.1.tar.gz) = 165928 bytes -SHA1 (patch-aa) = 3b4444d79533fd8b2ec7bc99eb53c34ca2113350 +SHA1 (bftpd-5.2.tar.gz) = 2f65baccf715a18f98c1ee04a68857432365bc29 +RMD160 (bftpd-5.2.tar.gz) = cf044193590914803a2cee86737fb677c4dbd636 +SHA512 (bftpd-5.2.tar.gz) = 2f0575e84ad198854d6457357bbddb8132276730431fcb4e2ef13d06f478bb2b100af6ef190ad9fb7b36898f14eeaf5884c8bd9f4cfff3c00af10247f7573f42 +Size (bftpd-5.2.tar.gz) = 166047 bytes --_----------=_1567861974122720--