./mail/qmail-acceptutils, TLS and AUTH for qmail without patching

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20230511, Package name: qmail-acceptutils-20230511, Maintainer: schmonz

Already using one of the popular AUTH patches? acceptutils is different.
Compare and contrast, noting that:

- TLS is included
- Message submission has been redesigned to cohere
- Submission and incoming SMTP are distinct services
- Neither of them runs weird privileged child processes
- POP3 has been improved, too
- These improvements come from new programs, not patches


Required to run:
[net/ucspi-ssl] [mail/mess822]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 254.825 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-11 19:49:29 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 20230511. From the changelog:

- fixsmtpio: fix build on systems without <sys/queue.h> by inlining a
  copy from NetBSD.
- authup: log when TLS has been negotiated.
- Improve manual pages slightly.
   2023-04-24 02:13:12 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
Follow URL redirects. While here, update COMMENT and DESCR. Bump
PKGREVISION.
   2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356)
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles were unfetchable (possibly fetched
conditionally?):

./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
   2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357)
Log message:
mail: Remove SHA1 hashes for distfiles
   2020-12-14 12:57:25 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 20201214. From the changelog:

- fixsmtpio: Fix segfault by making sure eventq_get() returns a
  free()-able string.
   2020-12-11 13:08:00 by Amitai Schleier | Files touched by this commit (3)
Log message:
Update to 20201211. From the changelog:

- reup: Delete, because retrying AUTH has been broken ever since TLS was
  added to authup.
- authup: Fix AUTH retries under TLS by inlining the retry logic.
- fixsmtpio: Fix process-management bugs in "Ensure STARTTLS resets all
  state by restarting qmail-smtpd."
- Manual pages: considerably improve clarity of authup(8) and
  fixsmtpio(8). Mention s6-ucspitlsd, a new UCSPI-TLS server
  implementation coming soon to s6-networking.
   2020-11-19 10:35:43 by Amitai Schleier | Files touched by this commit (41)
Log message:
Remove DJB_RESTRICTED, no longer used.
   2020-06-25 07:42:40 by Amitai Schleier | Files touched by this commit (39)
Log message:
Retire 'djbware-errno-hack' and associated options.mk cleverness.
Instead:

1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed

Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.

Approved during the freeze by wiz@.