mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- Bump PORTREVISION for package change PR: 278201 Reported by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org> Obtained from: https://sources.debian.org/patches/libspf2/1.2.10-8.2/abolish-spf-rrtype.patch/ Reference: https://github.com/shevek/libspf2/pull/14#issuecomment-1747399288
13 lines
457 B
C
13 lines
457 B
C
Obtained from: https://sources.debian.org/patches/libspf2/1.2.10-8.2/abolish-spf-rrtype.patch/
|
|
|
|
--- src/libspf2/spf_server.c.orig 2023-10-04 16:34:06 UTC
|
|
+++ src/libspf2/spf_server.c
|
|
@@ -346,7 +346,7 @@ SPF_server_get_record(SPF_server_t *spf_server,
|
|
spf_response, spf_recordp);
|
|
|
|
/* I am VERY, VERY sorry about the gotos. Shevek. */
|
|
- rr_type = ns_t_spf;
|
|
+ rr_type = ns_t_txt;
|
|
retry:
|
|
rr_txt = SPF_dns_lookup(resolver, domain, rr_type, TRUE);
|
|
|