Subversion Repositories libspf2

Compare Revisions

Ignore whitespace Rev 52 → Rev 51

/tags/1.2.9-2/debian/README.Debian-source
File deleted
/tags/1.2.9-2/debian/spfquery.libspf2.1
File deleted
/tags/1.2.9-2/debian/control
File deleted
/tags/1.2.9-2/debian/libspf2-dev.install
File deleted
/tags/1.2.9-2/debian/compat
File deleted
/tags/1.2.9-2/debian/spfquery.install
File deleted
/tags/1.2.9-2/debian/changelog
File deleted
/tags/1.2.9-2/debian/patches/00list
File deleted
/tags/1.2.9-2/debian/patches/01_private_glibc_functions.dpatch
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 1.2.9-2/debian/patches/20_spf_dns_include_std_headers.dpatch
===================================================================
--- 1.2.9-2/debian/patches/20_spf_dns_include_std_headers.dpatch (revision 52)
+++ 1.2.9-2/debian/patches/20_spf_dns_include_std_headers.dpatch (nonexistent)
@@ -1,67 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20_spf_dns_include_std_headers.dpatch by Magnus Holmgren <magnus@kibibyte.se>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Include arpa/nameser.h and netdb.h from spf_dns.h instead of defining
-## DP: the constants needed unless certain HAVE_ macros are defined.
-## DP: Updated for libspf2 1.2.8/9 by Scott Kitterman <scott@kitterman.com>
-
-@DPATCH@
-diff -urNad libspf2-1.2.9~/src/include/spf_dns.h libspf2-1.2.9/src/include/spf_dns.h
---- libspf2-1.2.9~/src/include/spf_dns.h 2008-10-27 12:27:14.000000000 -0400
-+++ libspf2-1.2.9/src/include/spf_dns.h 2008-11-04 10:10:58.000000000 -0500
-@@ -63,48 +63,19 @@
- *
- */
-
-+/* The following two header files might not exist on all platforms,
-+ * but at least they exist on Debian with libc6.
-+ */
-+#include <arpa/nameser.h>
-+#include <netdb.h>
-
- /*
-- * For those who don't have <arpa/nameserv.h>
-+ * Type 99 decl does not exist in Debian libc6 (not even 2.7)
- */
--
--/* XXX This should use a more sensible define. */
--#if !defined( HAVE_NS_TYPE )
--
--#define ns_t_invalid 0
--#define ns_t_a 1
--#define ns_t_ns 2
--#define ns_t_cname 5
--#define ns_t_ptr 12
--#define ns_t_mx 15
--#define ns_t_txt 16
--#define ns_t_aaaa 28
--/* #define ns_t_a6 38 */
--#define ns_t_any 255 /**< Wildcard match. */
--
--typedef int ns_type;
--#endif
--
- #if ! HAVE_DECL_NS_T_SPF
- #define ns_t_spf 99
- #endif
-
--#if ! HAVE_DECL_NS_T_INVALID
--#define ns_t_invalid 0
--#endif
--
--
--/*
-- * For those who don't have <netdb.h>
-- */
--
--#if !defined(HAVE_NETDB_H) && !defined(_WIN32)
--#define NETDB_SUCCESS 0
--#define HOST_NOT_FOUND 1 /**< NXDOMAIN (authoritative answer)*/
--#define TRY_AGAIN 2 /**< SERVFAIL (no authoritative answer)*/
--#define NO_RECOVERY 3 /**< invalid/unimplmeneted query */
--#define NO_DATA 4 /**< host found, but no RR of req type*/
--#endif
- typedef int SPF_dns_stat_t;
-
- typedef struct SPF_dns_server_struct SPF_dns_server_t;
/1.2.9-2/debian/patches/20_spf_dns_include_std_headers.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 1.2.9-2/debian/libspf2-2.symbols
===================================================================
--- 1.2.9-2/debian/libspf2-2.symbols (revision 52)
+++ 1.2.9-2/debian/libspf2-2.symbols (nonexistent)
@@ -1,116 +0,0 @@
-libspf2.so.2 libspf2-2 #MINVER#
- SPF_debug_handler@Base 0
- SPF_debug_stdio@Base 0
- SPF_debug_syslog@Base 0
- SPF_debugv@Base 0
- SPF_debugx2@Base 0
- SPF_debugx@Base 0
- SPF_dns_cache_new@Base 0
- SPF_dns_cache_set_ttl@Base 0
- SPF_dns_free@Base 0
- SPF_dns_get_client_dom@Base 0
- SPF_dns_lookup@Base 0
- SPF_dns_null_new@Base 0
- SPF_dns_resolv_new@Base 0
- SPF_dns_rlookup6@Base 0
- SPF_dns_rlookup@Base 0
- SPF_dns_rr_buf_realloc@Base 0
- SPF_dns_rr_dup@Base 0
- SPF_dns_rr_free@Base 0
- SPF_dns_rr_new@Base 0
- SPF_dns_rr_new_init@Base 0
- SPF_dns_rr_new_nxdomain@Base 0
- SPF_dns_set_conserve_cache@Base 0
- SPF_dns_test_new@Base 0
- SPF_dns_zone_add_str@Base 0
- SPF_dns_zone_new@Base 0
- SPF_error_code@Base 0
- SPF_error_errorp@Base 0
- SPF_error_handler@Base 0
- SPF_error_message@Base 0
- SPF_error_stdio@Base 0
- SPF_error_syslog@Base 0
- SPF_errorv@Base 0
- SPF_errorx2@Base 0
- SPF_errorx@Base 0
- SPF_get_lib_version@Base 0
- SPF_i_done@Base 0
- SPF_info_handler@Base 0
- SPF_info_stdio@Base 0
- SPF_info_syslog@Base 0
- SPF_infov@Base 0
- SPF_infox2@Base 0
- SPF_infox@Base 0
- SPF_macro_free@Base 0
- SPF_print_sizeof@Base 0
- SPF_realloc@Base 1.2.9
- SPF_record_compile@Base 0
- SPF_record_compile_macro@Base 0
- SPF_record_expand_data@Base 0
- SPF_record_find_mod_value@Base 0
- SPF_record_free@Base 0
- SPF_record_interpret@Base 0
- SPF_record_new@Base 0
- SPF_record_print@Base 0
- SPF_record_stringify@Base 0
- SPF_request_free@Base 0
- SPF_request_get_client_dom@Base 0
- SPF_request_get_exp@Base 0
- SPF_request_get_rec_dom@Base 0
- SPF_request_is_loopback@Base 0
- SPF_request_new@Base 0
- SPF_request_query_fallback@Base 0
- SPF_request_query_mailfrom@Base 0
- SPF_request_query_rcptto@Base 0
- SPF_request_set_env_from@Base 0
- SPF_request_set_helo_dom@Base 0
- SPF_request_set_ipv4@Base 0
- SPF_request_set_ipv4_str@Base 0
- SPF_request_set_ipv6@Base 0
- SPF_request_set_ipv6_str@Base 0
- SPF_response_add_error@Base 0
- SPF_response_add_error_idx@Base 0
- SPF_response_add_error_ptr@Base 0
- SPF_response_add_warn@Base 0
- SPF_response_add_warn_idx@Base 0
- SPF_response_add_warn_ptr@Base 0
- SPF_response_combine@Base 0
- SPF_response_errcode@Base 0
- SPF_response_errors@Base 0
- SPF_response_free@Base 0
- SPF_response_get_explanation@Base 0
- SPF_response_get_header_comment@Base 0
- SPF_response_get_received_spf@Base 0
- SPF_response_get_received_spf_value@Base 0
- SPF_response_get_smtp_comment@Base 0
- SPF_response_message@Base 0
- SPF_response_messages@Base 0
- SPF_response_new@Base 0
- 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
- SPF_server_get_max_dns_ptr@Base 0
- SPF_server_get_record@Base 0
- SPF_server_new@Base 0
- SPF_server_new_dns@Base 1.2.8~
- SPF_server_set_explanation@Base 0
- SPF_server_set_localpolicy@Base 0
- SPF_server_set_max_dns_mech@Base 0
- SPF_server_set_max_dns_mx@Base 0
- SPF_server_set_max_dns_ptr@Base 0
- SPF_server_set_rec_dom@Base 0
- SPF_server_set_sanitize@Base 0
- SPF_strerror@Base 0
- SPF_strreason@Base 0
- SPF_strresult@Base 0
- SPF_strrrtype@Base 1.2.8~
- SPF_warning_handler@Base 0
- SPF_warning_stdio@Base 0
- SPF_warning_syslog@Base 0
- SPF_warningv@Base 0
- SPF_warningx2@Base 0
- SPF_warningx@Base 0
Index: 1.2.9-2/debian/libspf2-dev.README.Debian
===================================================================
--- 1.2.9-2/debian/libspf2-dev.README.Debian (revision 52)
+++ 1.2.9-2/debian/libspf2-dev.README.Debian (nonexistent)
@@ -1,8 +0,0 @@
-libspf2 for Debian
-------------------
-
-Information and more recent versions of libspf2 are available from
-
- http://www.libspf2.org/
-
- -- Eric Dorland <eric@debian.org>, Sun Jul 4 19:02:07 2004
Index: 1.2.9-2/debian/rules
===================================================================
--- 1.2.9-2/debian/rules (revision 52)
+++ 1.2.9-2/debian/rules (nonexistent)
@@ -1,19 +0,0 @@
-#!/usr/bin/make -f
-
-SOURCE_PACKAGE = libspf2
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-
-DEB_DH_MAKESHLIBS_ARGS_libspf2-2 = -V 'libspf2-2 (>= 1.2.9)'
-LDFLAGS += -Wl,--version-script=$(CURDIR)/debian/libspf2.ver
-DEB_DH_INSTALL_SOURCEDIR = debian/tmp
-
-binary-install/spfquery::
-# Rename the `spfquery` tool for the alternatives system:
- mv debian/spfquery/usr/bin/spfquery debian/spfquery/usr/bin/spfquery.$(SOURCE_PACKAGE)
- mv debian/spfquery/usr/sbin/spfd debian/spfquery/usr/sbin/spfd.$(SOURCE_PACKAGE)
-
-get-orig-source:
- wget http://www.libspf2.org/spf/libspf2-1.2.9.tar.gz
/1.2.9-2/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 1.2.9-2/debian/libspf2.ver
===================================================================
--- 1.2.9-2/debian/libspf2.ver (revision 52)
+++ 1.2.9-2/debian/libspf2.ver (nonexistent)
@@ -1,4 +0,0 @@
-{
-global: SPF_*;
-local: *;
-};
Index: 1.2.9-2/debian/README.source
===================================================================
--- 1.2.9-2/debian/README.source (revision 52)
+++ 1.2.9-2/debian/README.source (nonexistent)
@@ -1,8 +0,0 @@
-This package uses dpatch to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build. For basic usage
-information, see
-
- /usr/share/doc/dpatch/README.source.gz
-
-(after installing dpatch).
Index: 1.2.9-2/debian/spfquery.postinst
===================================================================
--- 1.2.9-2/debian/spfquery.postinst (revision 52)
+++ 1.2.9-2/debian/spfquery.postinst (nonexistent)
@@ -1,17 +0,0 @@
-#!/bin/sh -e
-
-mode=$1
-
-source_package=libspf2
-
-case "$mode" in
- configure )
- prev_version=$2
-
- update-alternatives --install /usr/bin/spfquery spfquery /usr/bin/spfquery.$source_package 25 \
- --slave /usr/share/man/man1/spfquery.1.gz spfquery.1.gz /usr/share/man/man1/spfquery.$source_package.1.gz
- update-alternatives --install /usr/sbin/spfd spfd /usr/sbin/spfd.$source_package 25
- ;;
-esac
-
-#DEBHELPER#
Index: 1.2.9-2/debian/spfquery.prerm
===================================================================
--- 1.2.9-2/debian/spfquery.prerm (revision 52)
+++ 1.2.9-2/debian/spfquery.prerm (nonexistent)
@@ -1,14 +0,0 @@
-#!/bin/sh -e
-
-mode=$1
-
-source_package=libspf2
-
-case "$mode" in
- remove )
- update-alternatives --remove spfquery /usr/bin/spfquery.$source_package
- update-alternatives --remove spfd /usr/sbin/spfd.$source_package
- ;;
-esac
-
-#DEBHELPER#
Index: 1.2.9-2/debian/libspf2-2.install
===================================================================
--- 1.2.9-2/debian/libspf2-2.install (revision 52)
+++ 1.2.9-2/debian/libspf2-2.install (nonexistent)
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
Index: 1.2.9-2/debian/watch
===================================================================
--- 1.2.9-2/debian/watch (revision 52)
+++ 1.2.9-2/debian/watch (nonexistent)
@@ -1,3 +0,0 @@
-version=3
-
-opts=dversionmangle=s/\.dfsg$// http://www.libspf2.org/download.html spf/libspf2-(.+)\.tar\.gz
Index: 1.2.9-2/debian/copyright
===================================================================
--- 1.2.9-2/debian/copyright (revision 52)
+++ 1.2.9-2/debian/copyright (nonexistent)
@@ -1,39 +0,0 @@
-This package was debianized by Eric Dorland <eric@debian.org> on
-Sun, 04 Jul 2004 19:00:36 -0400
-
-The current maintainer is Magnus Holmgren <holmgren@debian.org>.
-
-It was downloaded from http://www.libspf2.org/
-
-Upstream authors:
- - Current maintainer: Shevek <libspf2@anarres.org>
- - Contributors: Magnus Holmgren, Julian Mehnle, Scott Kitterman,
- Dan Kaminsky, Ben Chelf, Hannah Schroeter, Manish Raje
- - Original author, 1.0 series: Wayne Schlitt <wayne@schlitt.net>
-
-Copyright:
-
-Software copyright © 2004-2005 Wayne Schlitt and Shevek,
- © 2008 Shevek.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of either:
-
- a) The GNU Lesser General Public License as published by the Free
- Software Foundation; either version 2.1, or (at your option) any
- later version,
-
- OR
-
- b) The two-clause BSD license.
-
-On Debian systems, the complete text of the GNU Lesser General Public
-License can be found in the file `/usr/share/common-licenses/LGPL' and
-the BSD license can be found in the file `/usr/share/common-licenses/BSD'.
-
-The parts of the Debian packaging that is eligible for copyright is ©
-2004-2006 Eric Dorland, 2007-2008 Magnus Holmgren and assumed to be
-licensed under the same licenses as above. The spfquery(1) manpage
-is (Giving the LGPL as an alternative is quite redundant as the BSD
-license is so permissive that it allows redistribution under the LGPL
-or most other licenses anyway).
Index: 1.2.9-2/debian/spfquery.manpages
===================================================================
--- 1.2.9-2/debian/spfquery.manpages (revision 52)
+++ 1.2.9-2/debian/spfquery.manpages (nonexistent)
@@ -1 +0,0 @@
-debian/spfquery.libspf2.1
Index: 1.2.9-2/debian
===================================================================
--- 1.2.9-2/debian (revision 52)
+++ 1.2.9-2/debian (nonexistent)
/1.2.9-2/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property