Path to this page:
./
mail/libspf2,
Implementation of the Sender Policy Framework
Branch: CURRENT,
Version: 1.2.11nb2,
Package name: libspf2-1.2.11nb2,
Maintainer: pkgsrc-userslibspf2 implements the Sender Policy Framework, a part of the SPF/SRS
protocol pair. libspf2 is a library which allows email systems such as
Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF records
and make sure that the email is authorized by the domain name that it
is coming from. This prevents email forgery, commonly used by spammers,
scammers and email viruses/worms.
Master sites: (Expand)
Filesize: 518.437 KB
Version history: (Expand)
- (2023-10-07) Updated to version: libspf2-1.2.11nb2
- (2023-06-02) Updated to version: libspf2-1.2.11nb1
- (2022-04-03) Updated to version: libspf2-1.2.11
- (2017-11-23) Package has been reborn
- (2014-10-12) Updated to version: libspf2-1.2.10nb1
- (2013-07-06) Updated to version: libspf2-1.2.10
CVS history: (Expand)
2024-04-23 21:32:53 by Amitai Schleier | Files touched by this commit (1) |
Log message:
libspf2: add -lresolv to fix Tiger build. No change on Sonoma.
|
2023-10-07 22:12:08 by Amitai Schleier | Files touched by this commit (3) |
Log message:
libspf2: apply upstream integer-underflow fix. Bump PKGREVISION.
|
2023-06-02 17:58:46 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Indent.
|
2023-06-02 17:57:58 by Amitai Schleier | Files touched by this commit (10) |
Log message:
libspf2: link with glibc>=2.34 and build with musl libc.
Newer glibc removes visibility of __dn_expand and __dn_skipname.
Borrow Fedora's fix: stop linking with libreplace for most platforms
(except OpenBSD).
For musl, provide a fallback definition of NETDB_SUCCESS.
Fixes build: Void Linux, Ubuntu 22, Arch, CentOS 9.
Continues to build: Ubuntu 20, CentOS 8 and 7, Debian, Tribblix, macOS,
NetBSD, FreeBSD, OpenBSD.
Bump PKGREVISION.
|
2022-04-02 23:41:39 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
libspf2-1.2.11 from
https://github.com/shevek/libspf2/commit/c37b7c13c30e225183899364b9f2efdfa85552ef
fixes CVE-2021-33912, CVE-2021-33913 and CVE-2021-33914
|
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
|
2018-12-17 20:24:44 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Add proper autoconfery for res_close(), from maya@ (thanks!).
|