Subversion Repositories libspf2

Compare Revisions

Ignore whitespace Rev 70 → Rev 69

/trunk/debian/changelog
3,10 → 3,11
* New upstream release.
* Drop ipv6-bugs.patch and private-glibc-functions.patch; incorporated
upstream.
* Hide additional internal symbols from the dynamic table.
* debian/libspf2-2.symbols: SPF_realloc was renamed SPF_recalloc, but we
ignore that since it's an internal function.
* Build and include the Perl XS module.
 
-- Magnus Holmgren <holmgren@debian.org> Thu, 13 Jun 2013 23:40:00 +0200
-- Magnus Holmgren <holmgren@debian.org> Wed, 12 Jun 2013 22:45:51 +0200
 
libspf2 (1.2.9-7) unstable; urgency=high
 
/trunk/debian/libspf2-2.symbols
42,6 → 42,8
SPF_infox2@Base 0
SPF_infox@Base 0
SPF_macro_free@Base 0
SPF_print_sizeof@Base 0
SPF_recalloc@Base 1.2.10
SPF_record_compile@Base 0
SPF_record_compile_macro@Base 0
SPF_record_expand_data@Base 0
87,6 → 89,7
SPF_response_reason@Base 0
SPF_response_result@Base 0
SPF_response_warnings@Base 0
SPF_sanitize@Base 0
SPF_server_free@Base 0
SPF_server_get_max_dns_mech@Base 0
SPF_server_get_max_dns_mx@Base 0
/trunk/debian/libspf2.ver
9,8 → 9,5
_DYNAMIC_LINKING;
__RLD_MAP;
local:
SPF_recalloc;
SPF_sanitize;
SPF_print_sizeof;
*;
};