pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/qmail
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Apr 24 17:22:59 UTC 2023
Modified Files:
pkgsrc/mail/qmail: DESCR Makefile options.mk
pkgsrc/mail/qmail/files: README.tls config-fast-pkgsrc-defaults.sh
Log Message:
Follow URL redirects. Quote paths in config script. Update COMMENT and
DESCR. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/qmail/DESCR
cvs rdiff -u -r1.125 -r1.126 pkgsrc/mail/qmail/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/mail/qmail/options.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/qmail/files/README.tls
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/mail/qmail/files/config-fast-pkgsrc-defaults.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/qmail/DESCR
diff -u pkgsrc/mail/qmail/DESCR:1.1 pkgsrc/mail/qmail/DESCR:1.2
--- pkgsrc/mail/qmail/DESCR:1.1 Thu Nov 1 01:01:10 2001
+++ pkgsrc/mail/qmail/DESCR Mon Apr 24 17:22:59 2023
@@ -1,20 +1,4 @@
-The qmail program is a secure, reliable, efficient simple message
-transfer agent. It is meant to be a replacement for the entire
-sendmail-binmail system that most UNIX hosts use.
-
-Although qmail holds security and reliability as its top two
-priorities, it is also fast. On a Pentium under BSD/OS, qmail can
-easily handle 200000 separate messages per day that are injected
-and must then be delivered to local mailboxes!
-
-Security and reliability are qmail's two strengths, however. The
-qmail package ensures a message, once accepted, will never be lost.
-An optional new mailbox format, maildir, even lets users safely
-read their mail over NFS, while still accepting new mail deliveries.
-
-The following features are supported: host and user masquerading,
-full host hiding, virtual domains, null clients, list-owner rewriting,
-relay control, double-bounce recording, arbitrary RFC 822 address
-lists, cross-host mailing-list loop detection, per-recipient
-checkpointing, downed host backoffs, independent message retry
-schedules, a drop-in sendmail replacement, and more!
+notqmail is a community-driven fork of qmail, beginning where netqmail
+left off: providing stable, compatible, small releases to which existing
+qmail users can safely update. notqmail also aims higher: developing an
+extensible, easily packaged, and increasingly useful modern mail server.
Index: pkgsrc/mail/qmail/Makefile
diff -u pkgsrc/mail/qmail/Makefile:1.125 pkgsrc/mail/qmail/Makefile:1.126
--- pkgsrc/mail/qmail/Makefile:1.125 Wed Oct 26 10:31:39 2022
+++ pkgsrc/mail/qmail/Makefile Mon Apr 24 17:22:59 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.125 2022/10/26 10:31:39 wiz Exp $
+# $NetBSD: Makefile,v 1.126 2023/04/24 17:22:59 schmonz Exp $
#
DISTNAME= notqmail-1.08
PKGNAME= qmail-1.03
-PKGREVISION= 51
+PKGREVISION= 52
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=notqmail/}
GITHUB_PROJECT= notqmail
@@ -11,7 +11,7 @@ GITHUB_RELEASE= ${DISTNAME}
MAINTAINER= schmonz%NetBSD.org@localhost
HOMEPAGE= https://notqmail.org/
-COMMENT= Secure, reliable, efficient, simple, and fast MTA
+COMMENT= Community-driven open-source successor to qmail
LICENSE= public-domain
DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools
@@ -138,7 +138,7 @@ QMAILPATCHES= notqmail:${DEFAULT_DISTF
QMAILPATCHES+= tls:${TLSREMOTE_PATCH}
TLSREMOTE_PATCH= notqmail-1.07-tls-20200107-onlyremote-20200202.patch
PATCHFILES+= ${TLSREMOTE_PATCH}
-SITES.${TLSREMOTE_PATCH}= https://schmonz.com/qmail/tlsonlyremote/
+SITES.${TLSREMOTE_PATCH}= https://schmonz.com/software/tlsonlyremote/
QMAILPATCHES+= bigdns:${BIGDNS_PATCH}
BIGDNS_PATCH= qmail-103.patch
Index: pkgsrc/mail/qmail/options.mk
diff -u pkgsrc/mail/qmail/options.mk:1.70 pkgsrc/mail/qmail/options.mk:1.71
--- pkgsrc/mail/qmail/options.mk:1.70 Thu Jan 14 15:25:22 2021
+++ pkgsrc/mail/qmail/options.mk Mon Apr 24 17:22:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.70 2021/01/14 15:25:22 schmonz Exp $
+# $NetBSD: options.mk,v 1.71 2023/04/24 17:22:59 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qmail
PKG_SUPPORTED_OPTIONS+= eai inet6 pam syncdir tai-system-clock tls
@@ -13,7 +13,7 @@ PKG_SUGGESTED_OPTIONS+= qmail-customerr
QMAILPATCHES+= eai:${EAI_PATCH}
EAI_PATCH= netqmail-1.06-tls-20160918-onlyremote-20181107-spp-20181109-smtputf8-20181109.patch
PATCHFILES+= ${EAI_PATCH}
-SITES.${EAI_PATCH}= https://schmonz.com/qmail/eai/
+SITES.${EAI_PATCH}= https://schmonz.com/software/eai/
CPPFLAGS+= -DEHLO=1
.endif
@@ -39,7 +39,7 @@ PLIST.srs= yes
QMAILPATCHES+= srs:${SRS_PATCH}
SRS_PATCH= notqmail-1.07-tls-20190517-qmailremote-20190819-srs-20190819.patch
PATCHFILES+= ${SRS_PATCH}
-SITES.${SRS_PATCH}= https://schmonz.com/qmail/srs/
+SITES.${SRS_PATCH}= https://schmonz.com/software/srs/
PATCH_DIST_CAT.${SRS_PATCH}= ${SED} -e 's|compile forward.c sig.h readwrite.h exit.h env.h qmail.h substdio.h|compile forward.c sig.h readwrite.h env.h qmail.h substdio.h|g' < ${SRS_PATCH}
SUBST_CLASSES+= srsinclude
SUBST_STAGE.srsinclude= do-configure
Index: pkgsrc/mail/qmail/files/README.tls
diff -u pkgsrc/mail/qmail/files/README.tls:1.3 pkgsrc/mail/qmail/files/README.tls:1.4
--- pkgsrc/mail/qmail/files/README.tls:1.3 Thu Jan 14 15:25:22 2021
+++ pkgsrc/mail/qmail/files/README.tls Mon Apr 24 17:22:59 2023
@@ -4,12 +4,12 @@
notqmail does not yet ship with native support for TLS encryption. This
notqmail package enables outbound TLS via a patch:
-<URL:https://schmonz.com/qmail/tlsonlyremote/>
+<URL:https://schmonz.com/software/tlsonlyremote/>
To enable TLS for incoming mail, message submission, and POP3, install
the qmail-run package. It includes these add-on programs:
-<URL:https://schmonz.com/qmail/acceptutils/>
+<URL:https://schmonz.com/software/acceptutils/>
With qmail-run installed, follow these steps:
Index: pkgsrc/mail/qmail/files/config-fast-pkgsrc-defaults.sh
diff -u pkgsrc/mail/qmail/files/config-fast-pkgsrc-defaults.sh:1.1 pkgsrc/mail/qmail/files/config-fast-pkgsrc-defaults.sh:1.2
--- pkgsrc/mail/qmail/files/config-fast-pkgsrc-defaults.sh:1.1 Tue Aug 20 02:38:04 2019
+++ pkgsrc/mail/qmail/files/config-fast-pkgsrc-defaults.sh Mon Apr 24 17:22:59 2023
@@ -1,11 +1,11 @@
-# $NetBSD: config-fast-pkgsrc-defaults.sh,v 1.1 2019/08/20 02:38:04 schmonz Exp $
+# $NetBSD: config-fast-pkgsrc-defaults.sh,v 1.2 2023/04/24 17:22:59 schmonz Exp $
-SORT=@SORT@
-MV=@MV@
-CP=@CP@
+SORT="@SORT@"
+MV="@MV@"
+CP="@CP@"
-PKG_SYSCONFDIR=@PKG_SYSCONFDIR@
-QMAIL_QUEUE_EXTRA=@QMAIL_QUEUE_EXTRA@
+PKG_SYSCONFDIR="@PKG_SYSCONFDIR@"
+QMAIL_QUEUE_EXTRA="@QMAIL_QUEUE_EXTRA@"
cd ${PKG_SYSCONFDIR}/.pkgsrc-defaults-do-not-edit
for i in locals rcpthosts; do
Home |
Main Index |
Thread Index |
Old Index