gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1669-gaced16d
Date: Tue, 16 Jul 2013 11:25:24 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  aced16dc89cc2eda08dd0f119efc9ff7b435101e (commit)
      from  b9c100ff483aaa553c0da6757b42a59cfd96a4a3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=aced16dc89cc2eda08dd0f119efc9ff7b435101e


commit aced16dc89cc2eda08dd0f119efc9ff7b435101e
Author: Bastiaan Jacques <address@hidden>
Date:   Tue Jul 16 13:24:50 2013 +0200

    Revert "Attempt to fix XMLSocketTest on Fedora."
    
    This reverts commit fbe86e40329b55e0facdfddbeb7351d9ea4284e4.
    
    This change fixed the test on Fedora but broke it on Debian.

diff --git a/testsuite/XmlSocketServer.pl b/testsuite/XmlSocketServer.pl
index 4a0e255..3d06aee 100644
--- a/testsuite/XmlSocketServer.pl
+++ b/testsuite/XmlSocketServer.pl
@@ -1,11 +1,10 @@
 use IO::Socket;
 use IO::Select;
 use Time::HiRes;
-use IO::Socket::IP;
 
 $SIG{PIPE}='IGNORE';
 
-my $m=new 
IO::Socket::IP(Listen=>1,LocalPort=>2229,Reuse=>1,Proto=>'tcp',Family=>AF_INET6,V6Only=>0)
 or die("Can't bind!");
+my $m=new IO::Socket::INET(Listen=>1,LocalPort=>2229,Reuse=>1,Proto=>'tcp');
 my $O=new IO::Select($m);
 
 $verbose = ( $ARGV[0] eq '-v' ) ? 1 : 0;

-----------------------------------------------------------------------

Summary of changes:
 testsuite/XmlSocketServer.pl |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]