Subversion Repositories libspf2

Compare Revisions

Ignore whitespace Rev 16 → Rev 17

/trunk/debian/changelog
4,8 → 4,10
(Closes: #440147). Thanks to Matthias Cramer.
* 35_untabify_help.dpatch: Make --help output of utilities less ugly by
converting tabs to spaces.
* 43_new_explanation_url.dpatch: Bring default explanation up to date by
referring to www.openspf.org instead of spf.pobox.com.
 
-- Magnus Holmgren <magnus@kibibyte.se> Wed, 05 Sep 2007 15:39:22 +0200
-- Magnus Holmgren <magnus@kibibyte.se> Thu, 06 Sep 2007 14:03:51 +0200
 
libspf2 (1.2.5.dfsg-3) unstable; urgency=low
 
/trunk/debian/patches/43_new_explanation_url.dpatch
0,0 → 1,20
#! /bin/sh /usr/share/dpatch/dpatch-run
## 43_new_explanation_url.dpatch by <magnus@proffe.kibibyte.se>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Bring default explanation up to date by referring to
## DP: www.openspf.org instead of spf.pobox.com.
 
@DPATCH@
diff -urNad trunk~/src/include/spf.h trunk/src/include/spf.h
--- trunk~/src/include/spf.h 2007-09-06 13:57:32.000000000 +0200
+++ trunk/src/include/spf.h 2007-09-06 13:58:59.000000000 +0200
@@ -57,7 +57,7 @@
#define SPF_DEFAULT_SANITIZE 1
#define SPF_DEFAULT_WHITELIST "include:spf.trusted-forwarder.org"
#define SPF_EXP_MOD_NAME "exp-text"
-#define SPF_DEFAULT_EXP "Please see http://spf.pobox.com/why.html?sender=%{S}&ip=%{C}&receiver=%{R}"
+#define SPF_DEFAULT_EXP "Please see http://www.openspf.org/Why?id=%{S}&ip=%{C}&receiver=%{R}"
Property changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: debian/patches/00list
===================================================================
--- debian/patches/00list (revision 16)
+++ debian/patches/00list (revision 17)
@@ -13,3 +13,4 @@
40_permanent_include_errors
41_none_not_neutral
42_empty_sender
+43_new_explanation_url