pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/qmail-acceptutils
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Oct 22 15:23:06 UTC 2018
Added Files:
pkgsrc/mail/qmail-acceptutils: DESCR Makefile PLIST distinfo
Log Message:
Initial import of qmail-acceptutils, my SMTP AUTH implementation for
qmail. It avoids patch conflicts, adds new user-controlled features, and
is more consistent with qmail's design.
To SMTP-authenticate users without patching ofmipd(8) or qmail-smtpd(8),
compose the following programs into your configuration:
- reup runs a program repeatedly until it succeeds.
- authup offers SMTP or POP3 authentication and calls checkpassword.
- checknotroot refuses to run as UID 0.
- fixsmtpio filters SMTP I/O and exit status to suit authup.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/qmail-acceptutils/DESCR \
pkgsrc/mail/qmail-acceptutils/Makefile \
pkgsrc/mail/qmail-acceptutils/PLIST \
pkgsrc/mail/qmail-acceptutils/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/mail/qmail-acceptutils/DESCR
diff -u /dev/null pkgsrc/mail/qmail-acceptutils/DESCR:1.1
--- /dev/null Mon Oct 22 15:23:06 2018
+++ pkgsrc/mail/qmail-acceptutils/DESCR Mon Oct 22 15:23:06 2018
@@ -0,0 +1,7 @@
+To SMTP-authenticate users without patching ofmipd(8) or qmail-smtpd(8),
+compose the following programs into your configuration:
+
+- reup runs a program repeatedly until it succeeds.
+- authup offers SMTP or POP3 authentication and calls checkpassword.
+- checknotroot refuses to run as UID 0.
+- fixsmtpio filters SMTP I/O and exit status to suit authup.
Index: pkgsrc/mail/qmail-acceptutils/Makefile
diff -u /dev/null pkgsrc/mail/qmail-acceptutils/Makefile:1.1
--- /dev/null Mon Oct 22 15:23:06 2018
+++ pkgsrc/mail/qmail-acceptutils/Makefile Mon Oct 22 15:23:06 2018
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2018/10/22 15:23:06 schmonz Exp $
+
+DISTNAME= netqmail-1.06
+PKGNAME= qmail-acceptutils-${ACPATCHVERSION}
+CATEGORIES= mail
+MASTER_SITES= http://www.qmail.org/
+
+MAINTAINER= schmonz%NetBSD.org@localhost
+HOMEPAGE= https://schmonz.com/qmail/acceptutils/
+COMMENT= Offer SMTP AUTH with new features and no patch conflicts
+LICENSE= public-domain
+
+ACPATCHVERSION= 20181022
+ACPATCH= ${DISTNAME}-acceptutils-${ACPATCHVERSION}.patch
+PATCHFILES+= ${ACPATCH}
+SITES.${ACPATCH}= ${HOMEPAGE}
+
+CONFLICTS+= qmail<=1.03nb32
+
+DJB_RESTRICTED= no
+BUILD_TARGET= acceptutils
+
+ACCEPTUTILS= authup checknotroot fixsmtpio reup
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man8
+
+do-install:
+ for i in ${ACCEPTUTILS}; do \
+ ${INSTALL_PROGRAM} ${WRKSRC}/$$i ${DESTDIR}${PREFIX}/bin/$$i; \
+ ${INSTALL_MAN} ${WRKSRC}/$$i.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/$$i.8; \
+ done
+
+.include "../../mk/djbware.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/qmail-acceptutils/PLIST
diff -u /dev/null pkgsrc/mail/qmail-acceptutils/PLIST:1.1
--- /dev/null Mon Oct 22 15:23:06 2018
+++ pkgsrc/mail/qmail-acceptutils/PLIST Mon Oct 22 15:23:06 2018
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2018/10/22 15:23:06 schmonz Exp $
+bin/authup
+bin/checknotroot
+bin/fixsmtpio
+bin/reup
+man/man8/authup.8
+man/man8/checknotroot.8
+man/man8/fixsmtpio.8
+man/man8/reup.8
Index: pkgsrc/mail/qmail-acceptutils/distinfo
diff -u /dev/null pkgsrc/mail/qmail-acceptutils/distinfo:1.1
--- /dev/null Mon Oct 22 15:23:06 2018
+++ pkgsrc/mail/qmail-acceptutils/distinfo Mon Oct 22 15:23:06 2018
@@ -0,0 +1,10 @@
+$NetBSD: distinfo,v 1.1 2018/10/22 15:23:06 schmonz Exp $
+
+SHA1 (netqmail-1.06-acceptutils-20181022.patch) = ed713843baf4e208b0ca2a8bc63fcc7d045dbc79
+RMD160 (netqmail-1.06-acceptutils-20181022.patch) = 7e9ae28620e0ce238566e81ca6f24aba7f494575
+SHA512 (netqmail-1.06-acceptutils-20181022.patch) = f5f7c70d88c86ce34b36928e39c37ef39729790638fc45df83ceb1150b84b08c507e6fbd63e5123c5bba811d60d101acd8ef125722e6bc14c8bfc28f89bca7fe
+Size (netqmail-1.06-acceptutils-20181022.patch) = 91841 bytes
+SHA1 (netqmail-1.06.tar.gz) = 9ee9a603e2ad3d8e1d34b900e19b7a5d275f538b
+RMD160 (netqmail-1.06.tar.gz) = d31598afa862abb35bc1feb8d038ab619b5a17a2
+SHA512 (netqmail-1.06.tar.gz) = de40a6d8fac502bd785010434d99b99f2c0524e10aea3d0f2a0d35c70fce91e991eb1fb8f20a1276eb56d7e73130ea5e2c178f6075d138af47b28d9ca6e6046b
+Size (netqmail-1.06.tar.gz) = 260941 bytes
Home |
Main Index |
Thread Index |
Old Index