Package: libspf2 / 1.2.10-7.1~deb11u1

Metadata

Package Version Patches format
libspf2 1.2.10-7.1~deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
spf_dns include std headers.patch | (download)

src/include/spf_dns.h | 41 6 + 35 - 0 !
1 file changed, 6 insertions(+), 35 deletions(-)

 include arpa/nameser.h and netdb.h from spf_dns.h 
 instead of defining the constants needed unless certain HAVE_ macros are defined.
 Updated for libspf2 1.2.8/9 by Scott Kitterman <scott@kitterman.com>


abolish spf rrtype.patch | (download)

src/libspf2/spf_server.c 2014-06-19 14:09:07.000000000 +0200 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 stop trying to look up the dedicated spf dns rr type,
 which was abolished by RFC 7208. The rr_type variable and the all the
 "goto retry" commands could be deleted as well, but let's keep the
 patch minimal.


gcc5 variadicmacros.patch | (download)

src/include/spf_log.h | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---
error_results.patch | (download)

src/libspf2/spf_interpret.c | 4 2 + 2 - 0 !
src/libspf2/spf_server.c | 21 12 + 9 - 0 !
2 files changed, 14 insertions(+), 11 deletions(-)

 return header info also in case of missing or multiple spf records.
Bug: https://bugs.debian.org/806313
spf_compile.c Correct size of ds_avail.patch | (download)

src/libspf2/spf_compile.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 spf_compile.c: correct size of ds_avail.
Sanity check for sprintf.patch | (download)

src/libspf2/spf_expand.c | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 sanity check for sprintf
Fixed reverse macro modifier.patch | (download)

src/libspf2/spf_expand.c | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 fixed 'reverse' macro modifier