Your message dated Tue, 12 Jul 2005 14:48:12 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#211570: fixed in sdl-net1.2 1.2.5-4
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 18 Sep 2003 17:52:15 +0000
>From [EMAIL PROTECTED] Thu Sep 18 12:52:04 2003
Return-path: <[EMAIL PROTECTED]>
Received: from anchor-post-34.mail.demon.net [194.217.242.92]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1A02wl-00043d-00; Thu, 18 Sep 2003 12:52:03 -0500
Received: from cph.demon.co.uk ([158.152.107.46])
by anchor-post-34.mail.demon.net with esmtp (Exim 3.35 #1)
id 1A02wk-000Cwb-0Y
for [EMAIL PROTECTED]; Thu, 18 Sep 2003 18:52:02 +0100
Received: by cph.demon.co.uk (Postfix, from userid 1000)
id 59BC056B0F; Thu, 18 Sep 2003 18:54:09 +0100 (BST)
From: [EMAIL PROTECTED]
Subject: libsdl-net1.2: SDLNet_UDP_Bind does not behave as described
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.10.1
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 18 Sep 2003 18:54:09 +0100 (BST)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-5.0 required=4.0
tests=HAS_PACKAGE
version=2.53-bugs.debian.org_2003_9_16
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_16
(1.174.2.15-2003-03-30-exp)
Package: libsdl-net1.2
Version: 1.2.2-1.1
Severity: normal
>From SDLnetUDP.c:SDLNet_UDP_Bind:
/* Bind the address 'address' to the requested channel on the UDP socket.
If the channel is -1, then the first unbound channel will be bound with
the given address as it's primary address.
...
if ( channel == -1 ) {
for ( channel=0; channel < SDLNET_MAX_UDPCHANNELS; ++channel ) {
binding = &sock->binding[channel];
if ( binding->numbound < SDLNET_MAX_UDPADDRESSES ) {
break;
}
}
The comment, which is the same as in the header file, describes one behaviour.
The code implements another: if channel is -1, it binds to the first channel
that has not yet been bound to the maximum number of addresses. The if
(binding->numbound... line should be just if ( binding->numbound) {
(i.e. choose an unused channel). (Although this may break any apps using the
incorrect behaviour.)
This bug appears to be present in the version in unstable, which is the latest
upstream release of SDL_net.
-- System Information
Debian Release: 3.0
Kernel Version: Linux athlon 2.4.22-rc2 #1 Mon Aug 11 21:14:13 BST 2003 i686
unknown
Versions of the packages libsdl-net1.2 depends on:
ii libc6 2.2.5-11.2 GNU C Library: Shared libraries and Timezone
---------------------------------------
Received: (at 211570-close) by bugs.debian.org; 12 Jul 2005 18:53:04 +0000
>From [EMAIL PROTECTED] Tue Jul 12 11:53:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DsPsO-0007VP-00; Tue, 12 Jul 2005 11:53:04 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DsPng-0001Ks-00; Tue, 12 Jul 2005 14:48:12 -0400
From: Mike Furr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#211570: fixed in sdl-net1.2 1.2.5-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 12 Jul 2005 14:48:12 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: sdl-net1.2
Source-Version: 1.2.5-4
We believe that the bug you reported is fixed in the latest version of
sdl-net1.2, which is due to be installed in the Debian FTP archive:
libsdl-net1.2-dev_1.2.5-4_i386.deb
to pool/main/s/sdl-net1.2/libsdl-net1.2-dev_1.2.5-4_i386.deb
libsdl-net1.2_1.2.5-4_i386.deb
to pool/main/s/sdl-net1.2/libsdl-net1.2_1.2.5-4_i386.deb
sdl-net1.2_1.2.5-4.diff.gz
to pool/main/s/sdl-net1.2/sdl-net1.2_1.2.5-4.diff.gz
sdl-net1.2_1.2.5-4.dsc
to pool/main/s/sdl-net1.2/sdl-net1.2_1.2.5-4.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.
Mike Furr <[EMAIL PROTECTED]> (supplier of updated sdl-net1.2 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: Sat, 2 Jul 2005 17:51:00 -0400
Source: sdl-net1.2
Binary: libsdl-net1.2-dev libsdl-net1.2
Architecture: source i386
Version: 1.2.5-4
Distribution: unstable
Urgency: low
Maintainer: Mike Furr <[EMAIL PROTECTED]>
Changed-By: Mike Furr <[EMAIL PROTECTED]>
Description:
libsdl-net1.2 - network library for Simple DirectMedia Layer
libsdl-net1.2-dev - Development files for SDL network library
Closes: 211570 278595 290202
Changes:
sdl-net1.2 (1.2.5-4) unstable; urgency=low
.
* dpatch-ification
* Added patch from Sam Hocevar which doesn't byteswap on big endian
arches when SDL_DATA_ALIGNED is true
* Changed comment for SDLNet_UDP_Bind to reflect implementation
- Since upstream has not responded to this (and seems dead), and a fair
number of packages use sdl-net, I don't want to change the behavior
just for debian, only properly document the actual behavior.
- (Closes: 211570)
* Updated libtool for kfreebsd-gnu support (Closes: 278595)
* Updated debian/copyright to say GPL is the license instead of copyright
(Closes: 290202)
Files:
5c3b0b1e72299536ae5a0a68d59560d1 641 libs optional sdl-net1.2_1.2.5-4.dsc
890e73e8c77eb39cb45e7ceccfdc1f08 296731 libs optional
sdl-net1.2_1.2.5-4.diff.gz
75dc19996e25b2cbe0016f96b176d96f 15614 libdevel optional
libsdl-net1.2-dev_1.2.5-4_i386.deb
1974c1dee7f4c57b7cf9eff078476314 10018 libs optional
libsdl-net1.2_1.2.5-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC1AvG7ZPKKRJLJvMRApVGAKC7s6LJeMVKpTTBcZJWkV10TfafSQCfWKR2
WmtbuTHDS8lLJdBMAhke3Pw=
=2SdS
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]