Subversion Repositories libspf2

Compare Revisions

Ignore whitespace Rev 29 → Rev 17

/trunk/debian/patches/50_dns_resolv_bufoverflow.dpatch
File deleted
/trunk/debian/patches/00list
14,4 → 14,3
41_none_not_neutral
42_empty_sender
43_new_explanation_url
50_dns_resolv_bufoverflow
/trunk/debian/patches/42_empty_sender.dpatch
1,9 → 1,10
#!/bin/sh /usr/share/dpatch/dpatch-run
## 42_empty_sender.dpatch by Magnus Holmgren <magnus@kibibyte.se>
#! /bin/sh /usr/share/dpatch/dpatch-run
## 42_empty_sender.dpatch by <magnus@proffe.kibibyte.se>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: If SPF_request_set_env_from() is called with from set to the empty
## DP: string (i.e. a DSN), use the HELO identity. Also fix incorrect
## DP: handling when the local part is empty (but the "@" is present).
## DP: string, use the HELO identity. Also fix incorrect handling when
## DP: the local part is empty (but the "@" is present).
 
@DPATCH@
diff -urNad trunk~/src/libspf2/spf_request.c trunk/src/libspf2/spf_request.c