CVSROOT: /cvs Module name: ports Changes by: k...@cvs.openbsd.org 2012/11/21 15:27:18
Modified files: devel/hs-network: Makefile devel/hs-network/patches: patch-Network_Socket_hsc Log message: Ignore exceptions thrown by setsockopt IPV6_ONLY in the socket function. May look pointless to not just remove the call to setsockopt, but this way it's probably easier to get it accepted upstream. Problem initially reported and diff tested by Alexander Polakov.