Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E436D1A921F for ; Wed, 18 Nov 2020 14:17:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 57F0884DAF; Wed, 18 Nov 2020 14:17:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9355884DAA for ; Wed, 18 Nov 2020 14:17:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GqYp5BqBuEtx for ; Wed, 18 Nov 2020 14:17:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A8CBA84CD8 for ; Wed, 18 Nov 2020 14:17:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2290FA9D; Wed, 18 Nov 2020 14:17:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1605709031171380" MIME-Version: 1.0 Date: Wed, 18 Nov 2020 14:17:11 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/net/ucspi-proxy To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20201118141711.A2290FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1605709031171380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Nov 18 14:17:11 UTC 2020 Added Files: pkgsrc/net/ucspi-proxy: DESCR Makefile PLIST distinfo Log Message: Initial import of ucspi-proxy, a program that passes data back and forth between two connections set up by a UCSPI server and a UCSPI client. The simple usage is: UCSPIserver [address] UCSPIclient [address] ucspi-proxy Replace "UCSPIserver" with the program that will accept connections, and "UCSPIclient" with the program that will make connections. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/net/ucspi-proxy/DESCR \ pkgsrc/net/ucspi-proxy/Makefile pkgsrc/net/ucspi-proxy/PLIST \ pkgsrc/net/ucspi-proxy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1605709031171380 Content-Disposition: inline Content-Length: 2336 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/net/ucspi-proxy/DESCR diff -u /dev/null pkgsrc/net/ucspi-proxy/DESCR:1.1 --- /dev/null Wed Nov 18 14:17:11 2020 +++ pkgsrc/net/ucspi-proxy/DESCR Wed Nov 18 14:17:11 2020 @@ -0,0 +1,8 @@ +ucspi-proxy contains a proxy program that passes data back and forth +between two connections set up by a UCSPI server and a UCSPI client. The +simple usage is: + + UCSPIserver [address] UCSPIclient [address] ucspi-proxy + +Replace "UCSPIserver" with the program that will accept connections, and +"UCSPIclient" with the program that will make connections. Index: pkgsrc/net/ucspi-proxy/Makefile diff -u /dev/null pkgsrc/net/ucspi-proxy/Makefile:1.1 --- /dev/null Wed Nov 18 14:17:11 2020 +++ pkgsrc/net/ucspi-proxy/Makefile Wed Nov 18 14:17:11 2020 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2020/11/18 14:17:11 schmonz Exp $ + +DISTNAME= ucspi-proxy-1.1 +CATEGORIES= net +MASTER_SITES= ${HOMEPAGE} + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= https://untroubled.org/ucspi-proxy/ +COMMENT= Proxy between an UCSPI client and server +LICENSE= gnu-gpl-v2 + +DJB_MAKE_TARGETS= no +DJB_RESTRICTED= no +INSTALL_ENV+= install_prefix=${DESTDIR:Q} + +.include "../../devel/bglibs/buildlink3.mk" +.include "../../mk/djbware.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/ucspi-proxy/PLIST diff -u /dev/null pkgsrc/net/ucspi-proxy/PLIST:1.1 --- /dev/null Wed Nov 18 14:17:11 2020 +++ pkgsrc/net/ucspi-proxy/PLIST Wed Nov 18 14:17:11 2020 @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2020/11/18 14:17:11 schmonz Exp $ +bin/ucspi-proxy +bin/ucspi-proxy-http-xlate +bin/ucspi-proxy-imap +bin/ucspi-proxy-log +bin/ucspi-proxy-pop3 +man/man1/ucspi-proxy-http-xlate.1 +man/man1/ucspi-proxy.1 Index: pkgsrc/net/ucspi-proxy/distinfo diff -u /dev/null pkgsrc/net/ucspi-proxy/distinfo:1.1 --- /dev/null Wed Nov 18 14:17:11 2020 +++ pkgsrc/net/ucspi-proxy/distinfo Wed Nov 18 14:17:11 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/11/18 14:17:11 schmonz Exp $ + +SHA1 (ucspi-proxy-1.1.tar.gz) = 5c6fc2078e75ad64f036f8c16c6609fe4ca8597d +RMD160 (ucspi-proxy-1.1.tar.gz) = 16ad1edb33f807b1639ec0d74eed03a8b816bde9 +SHA512 (ucspi-proxy-1.1.tar.gz) = c9e6f98a73bf6868341b0d5c1653d0b9107aa92c21e8fe96c47a9ca0ae41b247aa10bccd819d84bdcf4e8d5902c1955bfbe9e4e3256d5303578cd3337220139c +Size (ucspi-proxy-1.1.tar.gz) = 38351 bytes --_----------=_1605709031171380--