pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/smtpd-starttls-proxy Initial import of smtpd-star...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8baaceae866
branches:  trunk
changeset: 459082:c8baaceae866
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Sep 29 09:58:31 2021 +0000

description:
Initial import of smtpd-starttls-proxy, a STARTTLS implementation for
inetd-like mail servers.

smtpd-starttls-proxy is a chainloading program that runs right before
the SMTP server on your command line. It interposes itself between the
client commands and the server, and implements STARTTLS on behalf of
the server.

diffstat:

 mail/smtpd-starttls-proxy/DESCR    |   4 ++++
 mail/smtpd-starttls-proxy/Makefile |  21 +++++++++++++++++++++
 mail/smtpd-starttls-proxy/PLIST    |   3 +++
 mail/smtpd-starttls-proxy/distinfo |   6 ++++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 6226516605d6 -r c8baaceae866 mail/smtpd-starttls-proxy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/smtpd-starttls-proxy/DESCR   Wed Sep 29 09:58:31 2021 +0000
@@ -0,0 +1,4 @@
+smtpd-starttls-proxy is a chainloading program that runs right before
+the SMTP server on your command line. It interposes itself between the
+client commands and the server, and implements STARTTLS on behalf of
+the server.
diff -r 6226516605d6 -r c8baaceae866 mail/smtpd-starttls-proxy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/smtpd-starttls-proxy/Makefile        Wed Sep 29 09:58:31 2021 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/09/29 09:58:31 schmonz Exp $
+
+DISTNAME=      smtpd-starttls-proxy-0.0.1.0
+CATEGORIES=    mail
+MASTER_SITES=  ${HOMEPAGE}
+
+MAINTAINER=    schmonz%NetBSD.org@localhost
+HOMEPAGE=      https://skarnet.org/software/smtpd-starttls-proxy/
+COMMENT=       STARTTLS implementation for inetd-like mail servers
+LICENSE=       isc
+
+DEPENDS+=      s6-networking>=2.4.1.1:../../net/s6-networking
+
+USE_TOOLS+=            gmake
+HAS_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --prefix=${PREFIX}
+CONFIGURE_ARGS+=       --with-sysdeps=${PREFIX}/lib/skalibs/sysdeps
+
+.include "../../devel/skalibs/buildlink3.mk"
+.include "../../sysutils/s6/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6226516605d6 -r c8baaceae866 mail/smtpd-starttls-proxy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/smtpd-starttls-proxy/PLIST   Wed Sep 29 09:58:31 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/09/29 09:58:31 schmonz Exp $
+bin/smtpd-starttls-proxy-io
+include/smtpd-starttls-proxy/config.h
diff -r 6226516605d6 -r c8baaceae866 mail/smtpd-starttls-proxy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/smtpd-starttls-proxy/distinfo        Wed Sep 29 09:58:31 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/09/29 09:58:31 schmonz Exp $
+
+SHA1 (smtpd-starttls-proxy-0.0.1.0.tar.gz) = 5d70e7c0845204174f2e2c8d67995968d9e7aace
+RMD160 (smtpd-starttls-proxy-0.0.1.0.tar.gz) = b6f0012606b138bd8695e880eba59a8d45615419
+SHA512 (smtpd-starttls-proxy-0.0.1.0.tar.gz) = e8268341ef70ad4c254f20079d07d44f3ff4cc28dd5e3327678334b92c270bf4bc0f392d08cda271d8dccb49f723bcbe52b6fcfadf9d188bb89c373fdeb69a56
+Size (smtpd-starttls-proxy-0.0.1.0.tar.gz) = 17997 bytes



Home | Main Index | Thread Index | Old Index