[Bug 522191] Re: setsockopt SOL_IPV6-level constants (IPV6_*) missing from Socket6
Launchpad Bug Tracker
522191 at bugs.launchpad.net
Mon Feb 17 04:27:16 UTC 2014
This bug was fixed in the package libsocket6-perl - 0.25-1
---------------
libsocket6-perl (0.25-1) unstable; urgency=low
* Imported Upstream version 0.25
* New maintainer (Closes: #738885)
* Bump standards version to 3.9.5 (no changes)
* [11eaa0be] debian/control
+ Add homepage field
* Install socket6(3) manpage (Closes: #694083)
* [8ee3ba01] Import patch to add missing IPv6 constants
(Closes: #569981 LP: #522191)
Thanks to David Madore for the patch
* [c5f9120a] Update debian/watch
* [71f53f90] debian/control
+ Add VCS fields
* [24b9fbe0] debian/copyright
+ Convert to machine readable format
* [a2d90858] Use https://metacpan.org/release/Socket6 in
d/control, d/copyright, d/watch
* [1a66281f] Remove obsolete postinst script
* [748e7406] Correct licence name to BSD-3-Clause
* [c0eeedec] Complete copyrights for Upstream sources
* [f01ff881] Move debian/* copyright to end and complete all
copyright holders
* [e4c2b323] Reduce debian/rules to minimal format
* [ef54d313] Add debian/clean
* [60cc876d] Add debian/libsocket6-perl.examples
* [362ba811] debian/control
+ Modify build-depends
+ Remove perl-base from Depends
+ Modify description to include the module name
* [a8b2cf87] Remove unneeded README.Debian
* [b527fae1] Remove override and add build-system to debian/rules
-- Daniel Lintott <daniel at serverb.co.uk> Sun, 16 Feb 2014 12:07:30
+0000
** Changed in: libsocket6-perl (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to libsocket6-perl in Ubuntu.
https://bugs.launchpad.net/bugs/522191
Title:
setsockopt SOL_IPV6-level constants (IPV6_*) missing from Socket6
Status in “libsocket6-perl” package in Ubuntu:
Fix Released
Status in “libsocket6-perl” package in Debian:
Fix Committed
Bug description:
Binary package hint: libsocket6-perl
The SOL_IPV6(=IPPROTO_IPV6)-level constants for setsockopt which are
documented in ipv6(7) under Linux, many of which are common to other
operating systems, are not defined by the Socket6 module, as they
probably should. Of particular importance is IPV6_V6ONLY, which is
indispensable for reliably binding an IPv6 socket to ip6addr_any
(without setting the value of the IPV6_V6ONLY option, it is impossible
to know whether the socket will bind to the IPv4 domain as well: this
depends on the net.ipv6.bindv6only sysctl which is unpredictable).
The attached patch fixes the problem by adding the constants in
question to those defined by Socket6.
(Bug report also submitted to Debian.)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsocket6-perl/+bug/522191/+subscriptions
More information about the foundations-bugs
mailing list