CVS log for pkgsrc/mail/qsmtp/distinfo
Up to [cvs.NetBSD.org] / pkgsrc / mail / qsmtp
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 25 12:52:52 2023 UTC (19 months, 2 weeks ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -4
lines
qsmtp: update to 0.39. From the changelog:
- Qsmtpd: hide SSL error details from SMTP client
- Qsmtpd: allow the SSL key to be stored independent of the certificate
- Qsmtpd: allow an additional argument for checkpassword authentication
- Qsmtpd: fix filtering out invalid characters in SPF records on
platforms where "char" is unsigned by default (e.g. ARM)
- Qsmtpd: fix truncated "Received" lines with newer gcc versions
- Qsmtpd: fix endless loop on SSL protocol level errors
- add dumpipbl tool to show the files written by addipbl
Updating during the freeze for the leafy bugfixes.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:54:25 2021 UTC (3 years, 6 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
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
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:25:43 2021 UTC (3 years, 7 months ago) by nia
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -2
lines
mail: Remove SHA1 hashes for distfiles
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Oct 10 10:01:38 2020 UTC (4 years, 7 months ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -12
lines
Update to 0.38. From the changelog:
- many portability fixes for BSD like systems
- Qremote: allow the SSL key to be stored independent of the certificate
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jul 4 14:11:40 2020 UTC (4 years, 10 months ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Skip building and installing API docs with Doxygen, as suggested
by the author. Bump PKGREVISION.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 6 20:50:24 2020 UTC (5 years, 2 months ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
Avoid conflicting implicit definition of htonl() on NetBSD.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 12 23:03:28 2020 UTC (5 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -2
lines
Fix build on NetBSD current.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 7 08:15:30 2020 UTC (5 years, 4 months ago) by schmonz
Branches: MAIN
Initial import of Qsmtp, a drop-in replacement for qmail-smtpd and
qmail-remote. The benefits:
- Fast and small: written in plain C
- IPv6 clean
- Many antispam modules included, e.g. SPF, IP blacklists, domain
blacklists, badmailfrom, helo filtering
- Easy API to add your own spamfilters
- For vpopmail hosts: does not create bounces for non-existing users
- Tested: includes unit tests, nightly checks available at
<http://my.cdash.org/index.php?project=Qsmtp>
CVSweb <webmaster@jp.NetBSD.org>