Your message dated Wed, 22 Feb 2006 02:47:06 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#351030: fixed in libmail-spf-query-perl 1.999-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libmail-spf-query-perl
Version: 1.998-1
Severity: serious

From my pbuilder build log:

...
/usr/bin/make test
make[1]: Entering directory `/tmp/buildd/libmail-spf-query-perl-1.998'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/00_all....# Test 3 got: "none" (t/00_all.t at line 109 fail #2)
#   Expected: "neutral"
#  t/00_all.t line 109 is:       my $ok = (! $expected_smtp_comment
|         01.spf1-test.mailzone.com new: ipv4=192.0.2.1, 
sender=01.spf1-test.mailzone.com, helo=01.spf1-test.mailzone.com
|        postmaster 01.spf1-test.mailzone.com localpart is postmaster
||       postmaster 01.spf1-test.mailzone.com   DirectiveSet->new(): doing TXT 
query on 01.spf1-test.mailzone.com
||       postmaster 01.spf1-test.mailzone.com   myquery: doing TXT query on 
01.spf1-test.mailzone.com
||       postmaster 01.spf1-test.mailzone.com   myquery: 
01.spf1-test.mailzone.com TXT lookup error: could not get socket
||       postmaster 01.spf1-test.mailzone.com   myquery: will set error 
condition.
||       postmaster 01.spf1-test.mailzone.com   DirectiveSet->new(): TXT query 
on 01.spf1-test.mailzone.com returned error=DNS error while looking up 
01.spf1-test.mailzone.com TXT: could not get socket, last_dns_error=could not 
get socket
||       postmaster 01.spf1-test.mailzone.com   DirectiveSet->new(): will try 
fallbacks.
||       postmaster 01.spf1-test.mailzone.com   DirectiveSet->new(): fallback 
search failed.
||       postmaster 01.spf1-test.mailzone.com   DirectiveSet->new(): SPF policy:
||       postmaster 01.spf1-test.mailzone.com no SPF record found for 
01.spf1-test.mailzone.com
||       postmaster 01.spf1-test.mailzone.com header_comment: spf_source = 
domain of 01.spf1-test.mailzone.com
||       postmaster 01.spf1-test.mailzone.com header_comment: spf_source_type = 
original-spf-record
# Test 4 got: "none" (t/00_all.t at line 109 fail #3)
#   Expected: "fail"
...
FAILED tests 3-7, 9-223
        Failed 220/223 tests, 1.35% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/00_all.t               223  220  98.65%  3-7 9-223
Failed 1/1 test scripts, 0.00% okay. 220/223 subtests failed, 1.35% okay.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/tmp/buildd/libmail-spf-query-perl-1.998'
make: *** [install-stamp] Error 2

If I add netbase to the Build-Depends, the package builds fine.
-- 
Daniel Schepler


--- End Message ---
--- Begin Message ---
Source: libmail-spf-query-perl
Source-Version: 1.999-1

We believe that the bug you reported is fixed in the latest version of
libmail-spf-query-perl, which is due to be installed in the Debian FTP archive:

libmail-spf-query-perl_1.999-1.dsc
  to pool/main/libm/libmail-spf-query-perl/libmail-spf-query-perl_1.999-1.dsc
libmail-spf-query-perl_1.999-1.tar.gz
  to pool/main/libm/libmail-spf-query-perl/libmail-spf-query-perl_1.999-1.tar.gz
libmail-spf-query-perl_1.999-1_all.deb
  to 
pool/main/libm/libmail-spf-query-perl/libmail-spf-query-perl_1.999-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Mehnle <[EMAIL PROTECTED]> (supplier of updated libmail-spf-query-perl 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  9 Feb 2006 18:57:24 +0000
Source: libmail-spf-query-perl
Binary: libmail-spf-query-perl
Architecture: source all
Version: 1.999-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: Julian Mehnle <[EMAIL PROTECTED]>
Description: 
 libmail-spf-query-perl - query SPF (Sender Policy Framework) to validate mail 
senders
Closes: 351030
Changes: 
 libmail-spf-query-perl (1.999-1) unstable; urgency=low
 .
   Debian:
   * Build-Depend, not Build-Depend-Indep, on debhelper.  Also, depend on
     debhelper >= 5.
   * Build-Depend-Indep on netbase to allow testing to work when building in a
     pbuilder chroot (closes: #351030).
 .
   Mail::SPF::Query:
   * No longer accept malformed SPF records such as "\"v=spf1 ...\"" (spurious
     double quotes) or " v=spf1 ..." (leading whitespace).
   * Combine multiple TXT strings into a single string _before_ fallbacks are
     tried.  Thus, fallbacks now also get applied if there are only non-
     "v=spf1" TXT records; this wasn't the case before.
   * Guard against non-numeric cidr-lengths (closes rt.cpan.org bug #17061).
   * Flattened the { 'domain' => { record => '...' } } override and fallback
     argument format to just { 'domain' => '...' }.  The old format is still
     supported for backwards compatibility.
   * Added a "BUGS" section to the man-page documenting M:S:Q's known
     deficiencies.
   * Lots of minor code improvements.
 .
   spfquery:
   * Correctly recognize the --mail-from (AKA --sender) option.  The version
     in the M:S:Q 1.998 release was broken in this regard.
   * Actually require the --helo option for the --mail-from (AKA --sender)
     form.
   * Cleaned up command-line argument validation code.
   * Cleaned up the inconsistent short and long (--help) usage and man-page
     texts.
   * Clarified the file input syntax in the help and man-page texts.
   * The "--override" and "--fallback" options are now actually working and
     documented.
 .
   Tests:
   * Overhauled 00_all.t test script:
     * Don't skip tests when a non-last test in a test tuple fails (this made
       test 223 "fail", for example, because Test::Harness thought that some
       planned tests were not performed).
     * Marked test 219 (SERVFAIL) as non-critical, because it isn't completely
       reliable (sometimes, apparently behind some NATs and firewalls, the
       query just times out instead of returning SERVFAIL) (closes rt.cpan.org
       bug #17099).
     * Generate and collect debug log output (internally) along with the normal
       M:S:Q->result() calls right away, so that extra just-to-get-debug-output
       M:S:Q->result() calls can be saved.  Also we can make debug log output
       Test::Harness-compatible this way by printing it ourselves with '#'
       chars at the beginnings of lines.
     * Cleaned up code.
   * Cleaned up comments in t/test.dat test data file.
Files: 
 68a84a4c9a15385a3964b91f8ba1590d 759 perl optional 
libmail-spf-query-perl_1.999-1.dsc
 c99281f8f1d6d718a7781cc5cd0c46b9 55071 perl optional 
libmail-spf-query-perl_1.999-1.tar.gz
 adaa74bd37c2750d97b917c6e48d703a 70536 perl optional 
libmail-spf-query-perl_1.999-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD/Dz9+NMfSd6w7DERAsptAJ99dcJj95UyAGc0W3tDx6qOz/YoowCfUXYF
mHbS7e4eYPcQGsEsp4yRP+k=
=36ji
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to