Your message dated Mon, 09 Jan 2012 05:17:28 +0000
with message-id <[email protected]>
and subject line Bug#654982: fixed in remctl 3.0-5
has caused the Debian Bug report #654982,
regarding Wrong number of skipped blocks in network-t.c test_all()
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
654982: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654982
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: remctl
Version: 3.0-4

Some code in tests/util/network-t.c assumes that each iteration in test_all()
emits 3 blocks instead of 4:
ok 8 - all address server test (part 0)
ok 9 - ...socket accept
ok 10 - ...socket read
ok 11 - client made correct connections

These changes should fix that:

--- remctl-3.0.orig/tests/util/network-t.c
+++ remctl-3.0/tests/util/network-t.c
@@ -289,7 +289,7 @@ test_all(const char *source_ipv4, const
         }
     }
     if (count == 1)
-        skip_block(3, "only one listening socket");
+        skip_block(4, "only one listening socket");
     network_bind_all_free(fds);
 }
 
@@ -484,7 +493,7 @@ main(void)
     if (ipv6)
         test_all(NULL, NULL);
     else
-        skip_block(6, "IPv6 not configured");
+        skip_block(8, "IPv6 not configured");
     test_create_ipv4(NULL);
 
     /* This won't make a difference for loopback connections. */
@@ -493,7 +502,7 @@ main(void)
     if (ipv6)
         test_all("127.0.0.1", "::1");
     else
-        skip_block(6, "IPv6 not configured");
+        skip_block(8, "IPv6 not configured");
     test_create_ipv4("127.0.0.1");
 
     /* Test network_accept_any. */




--- End Message ---
--- Begin Message ---
Source: remctl
Source-Version: 3.0-5

We believe that the bug you reported is fixed in the latest version of
remctl, which is due to be installed in the Debian FTP archive:

libnet-remctl-perl_3.0-5_i386.deb
  to main/r/remctl/libnet-remctl-perl_3.0-5_i386.deb
libremctl-dev_3.0-5_i386.deb
  to main/r/remctl/libremctl-dev_3.0-5_i386.deb
libremctl-ruby1.8_3.0-5_i386.deb
  to main/r/remctl/libremctl-ruby1.8_3.0-5_i386.deb
libremctl-ruby1.9.1_3.0-5_i386.deb
  to main/r/remctl/libremctl-ruby1.9.1_3.0-5_i386.deb
libremctl-ruby_3.0-5_all.deb
  to main/r/remctl/libremctl-ruby_3.0-5_all.deb
libremctl1_3.0-5_i386.deb
  to main/r/remctl/libremctl1_3.0-5_i386.deb
php5-remctl_3.0-5_i386.deb
  to main/r/remctl/php5-remctl_3.0-5_i386.deb
python-remctl_3.0-5_i386.deb
  to main/r/remctl/python-remctl_3.0-5_i386.deb
remctl-client_3.0-5_i386.deb
  to main/r/remctl/remctl-client_3.0-5_i386.deb
remctl-server_3.0-5_i386.deb
  to main/r/remctl/remctl-server_3.0-5_i386.deb
remctl_3.0-5.debian.tar.gz
  to main/r/remctl/remctl_3.0-5.debian.tar.gz
remctl_3.0-5.dsc
  to main/r/remctl/remctl_3.0-5.dsc



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.
Russ Allbery <[email protected]> (supplier of updated remctl 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: SHA256

Format: 1.8
Date: Sun, 08 Jan 2012 21:01:28 -0800
Source: remctl
Binary: libremctl1 libremctl-dev remctl-client remctl-server libnet-remctl-perl 
php5-remctl python-remctl libremctl-ruby libremctl-ruby1.8 libremctl-ruby1.9.1
Architecture: source i386 all
Version: 3.0-5
Distribution: unstable
Urgency: low
Maintainer: Russ Allbery <[email protected]>
Changed-By: Russ Allbery <[email protected]>
Description: 
 libnet-remctl-perl - Perl client for Kerberos-authenticated command execution
 libremctl-dev - Development files for Kerberos-authenticated command execution
 libremctl-ruby - Ruby extension for Kerberos-authenticated command execution
 libremctl-ruby1.8 - Ruby 1.8 extension for Kerberos-authenticated command 
execution
 libremctl-ruby1.9.1 - Ruby 1.9.1 extension for Kerberos-authenticated command 
execution
 libremctl1 - Library for Kerberos-authenticated command execution
 php5-remctl - PECL module for Kerberos-authenticated command execution
 python-remctl - Python extension for Kerberos-authenticated command execution
 remctl-client - Client for Kerberos-authenticated command execution
 remctl-server - Server for Kerberos-authenticated command execution
Closes: 654982
Changes: 
 remctl (3.0-5) unstable; urgency=low
 .
   * Fix the skip count for the network utility test suite, fixing a
     spurious test failure on systems without IPv6.  Patch from Felix
     Geyer.  (Closes: #654982)
   * Fix removal of build directory paths from RPATH when building the Perl
     module inside a build directory that contains regex metacharacters.
Checksums-Sha1: 
 e17c708eb67af739ac7669cb80d603c0d407769f 2098 remctl_3.0-5.dsc
 80d4d4b222afa25ac281d709a5e760d927714474 17933 remctl_3.0-5.debian.tar.gz
 06ef6f2e7e934ddd1d5f3534d77b2e16e5e38763 45800 libremctl1_3.0-5_i386.deb
 de6a81b58b075aa9aedd06eec1300426dd0ae028 80994 libremctl-dev_3.0-5_i386.deb
 c85c958c663906f14e130f29b66fe0baa5cd8a78 79556 remctl-client_3.0-5_i386.deb
 0daa35447dd0ebebba8640d0834001f1f8e490d6 78232 remctl-server_3.0-5_i386.deb
 f4e9ee81fcf4d982e218a3dbb42dacac2d7a402f 48524 
libnet-remctl-perl_3.0-5_i386.deb
 5eaa998a989c38dbcdb00dfe8e92c9afffcba16c 36228 php5-remctl_3.0-5_i386.deb
 7b4ff90f9def5a7afc57e7430c67b61b26c314be 34368 python-remctl_3.0-5_i386.deb
 071ebeff79f5c280a2b5be74fc3b9654950b02cb 26806 libremctl-ruby_3.0-5_all.deb
 04f76c5555bb8135f42a189c6e54714007afc934 32282 libremctl-ruby1.8_3.0-5_i386.deb
 b0212f35bd25bb72d92597e828c8374bfc9faa60 32436 
libremctl-ruby1.9.1_3.0-5_i386.deb
Checksums-Sha256: 
 4318a94b68b2efe4725c7c7a0d20caf5775d4c59c0d4ebf004b8da2ad24d621a 2098 
remctl_3.0-5.dsc
 28b76af5e95a56438624eecf1408d2f8cc1dadf49b51102736e105d878907efa 17933 
remctl_3.0-5.debian.tar.gz
 7aba55f28a799bfb355dfdd3c718b21158f073172e9f366ec5c5aaa44a0e8b75 45800 
libremctl1_3.0-5_i386.deb
 0dd406b8774ae8115fe92037cfe54bad23781787a8f3d6af00d8c8e97dbdb8b1 80994 
libremctl-dev_3.0-5_i386.deb
 80cffd554285afedd25fa904075c717cb018704e4e615c0b07a08e94bd849dff 79556 
remctl-client_3.0-5_i386.deb
 8daf2c09c75f1369927195244d8039c31c7da44c8a4a73f6fb1d7e72c6569cf6 78232 
remctl-server_3.0-5_i386.deb
 d4fba013ec666c7f24fe4425c58105c33dcb76acf7e9ed15051d05f74e4a8f53 48524 
libnet-remctl-perl_3.0-5_i386.deb
 7b5bd20b2bc2cf3c51b1be78baad1a6d66bad37464e239aa5840896298da4333 36228 
php5-remctl_3.0-5_i386.deb
 b37b38036d9832f4b8e68e9b1f178c7a4b4eff6e0663817fee2a766cb0b03f9c 34368 
python-remctl_3.0-5_i386.deb
 f9ef224682c3d2f09ec0912c8851c927e5cb72a847a3505dcc29b2c427bd0032 26806 
libremctl-ruby_3.0-5_all.deb
 1d745cf1e8a031a02b3f0d9ee7b2ede91cc68f595ed21ff02eaa043dc86721b4 32282 
libremctl-ruby1.8_3.0-5_i386.deb
 381465a005564e6880c975879a8091a912277c2d3c34f9ad309564d666934751 32436 
libremctl-ruby1.9.1_3.0-5_i386.deb
Files: 
 4a35b435b48c1c64c09cba1bb3b9f23d 2098 net optional remctl_3.0-5.dsc
 98f233404f7902036d026288ee2392b2 17933 net optional remctl_3.0-5.debian.tar.gz
 faf31aac13e1a93d6c3e353f6c50aabc 45800 libs optional libremctl1_3.0-5_i386.deb
 6df41d2c511894babd4e76ae5b1ead06 80994 libdevel extra 
libremctl-dev_3.0-5_i386.deb
 d2eed4bf227668e224e8b14bf7eb6ab4 79556 net optional 
remctl-client_3.0-5_i386.deb
 e3c95482b5ab1d6334b50bcfbd208abb 78232 net optional 
remctl-server_3.0-5_i386.deb
 ebd1112309f0cb74a06adec13098a1bf 48524 perl optional 
libnet-remctl-perl_3.0-5_i386.deb
 e4b25e0ecbb2f9c20ae93f1212f7ded3 36228 php optional php5-remctl_3.0-5_i386.deb
 d24aa09bd2e2922b8585fe46705feb7a 34368 python optional 
python-remctl_3.0-5_i386.deb
 8bcb20afcb790b88b8a6af751761cfb3 26806 ruby optional 
libremctl-ruby_3.0-5_all.deb
 c29c4f52511e2b13d4a7a016e4641227 32282 ruby optional 
libremctl-ruby1.8_3.0-5_i386.deb
 8fe4bdcb2eb0724d5399c22deb36d4c4 32436 ruby optional 
libremctl-ruby1.9.1_3.0-5_i386.deb

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

iQEcBAEBCAAGBQJPCnWlAAoJEH2AMVxXNt51eh8H/2ATBqqgg2f5BfXPkaqXjGq+
MWVkby3o469aThg4dTdiK+SruA8nuzBhuqYIFU+9Kt5mP+nXKRTXzsOAwJ9G4Cyc
c1euy0QX4yUdJnoX/iCsbCwNgChbsjvSWvkBnKtVbccHi4BrX3atfm+as4maWQ08
CtrvVLh7J9pu3iEBm1sA7IAzJqPpJxAKuGYRm201mVMfgCB0dlfsTjbdoL8Pm35y
Ebco5vYDXsgtV4IqVglWE34781gNd1b6rurVEOuXd9V9aq9ql/fdGmlsRbstLgxk
tjHAZqs5Q5tiebsAsMCI4K/mQsC+Xxp+NDG1Vk3GPz37aB9B3ZjVwCCMMUX9GF0=
=8flp
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to