Subversion Repositories libspf2

Compare Revisions

Ignore whitespace Rev 81 → Rev 90

/tags/1.2.10-5/debian/changelog
1,3 → 1,21
libspf2 (1.2.10-5) unstable; urgency=low
 
* abolish-spf-rrtype.patch: Stop trying to look up the dedicated SPF DNS
RR type, which was abolished by RFC 7208 (Closes: #764533).
* Bump Standards-Version to 3.9.6.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 12 Oct 2014 21:18:33 +0200
 
libspf2 (1.2.10-4) unstable; urgency=low
 
* Upgrade to Debhelper compat level 9, in order to:
* Handle variable vendorarch installation directory (Closes: #752712),
by making debian/libmail-spf-xs-perl.install executable.
* Bump Standards-Version to 3.9.5.
* debian/rules: Update URL in get-orig-source target (a year late).
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 05 Jul 2014 22:19:51 +0200
 
libspf2 (1.2.10-3) unstable; urgency=low
 
* Merge changes from Ubuntu (Closes: #734224).
/tags/1.2.10-5/debian/compat
1,0 → 0,0
7
9
/tags/1.2.10-5/debian/control
2,9 → 2,9
Priority: optional
Section: libs
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf,
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), dh-autoreconf,
perl, libstring-escape-perl
Standards-Version: 3.9.4
Standards-Version: 3.9.6
Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk
Vcs-Browser: http://svn.kibibyte.se/libspf2
Homepage: http://www.libspf2.org/
/tags/1.2.10-5/debian/libmail-spf-xs-perl.install
1,2 → 1,5
usr/lib/perl5
#!/usr/bin/perl -w
use Config;
print <<"" =~ s!^/!!rgm;
$Config{vendorarch}
usr/share/man/man3/*.3pm
Property changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: patches/abolish-spf-rrtype.patch
===================================================================
--- patches/abolish-spf-rrtype.patch (.../trunk/debian) (nonexistent)
+++ patches/abolish-spf-rrtype.patch (.../tags/1.2.10-5/debian) (revision 90)
@@ -0,0 +1,16 @@
+Description: 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.
+
+--- a/src/libspf2/spf_server.c 2012-01-28 09:24:47.000000000 +0100
++++ b/src/libspf2/spf_server.c 2014-06-19 14:09:07.000000000 +0200
+@@ -346,7 +346,7 @@
+ 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);
+
Index: patches/series
===================================================================
--- patches/series (.../trunk/debian) (revision 81)
+++ patches/series (.../tags/1.2.10-5/debian) (revision 90)
@@ -1 +1,2 @@
spf_dns-include-std-headers.patch
+abolish-spf-rrtype.patch
Index: rules
===================================================================
--- rules (.../trunk/debian) (revision 81)
+++ rules (.../tags/1.2.10-5/debian) (revision 90)
@@ -83,6 +83,6 @@
binary: binary-arch
get-orig-source:
- wget http://www.libspf2.org/spf/libspf2-1.2.9.tar.gz
+ wget http://www.libspf2.org/spf/libspf2-1.2.10.tar.gz
.PHONY: build build-indep build-arch clean clean-patched binary-indep binary-arch binary install get-orig-source