| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=2597rpop9e9daak18np8tqe8fu; path=/
content-type: text/html; charset=UTF-8
date: Sat, 27 Dec 2025 11:07:03 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
hs-netwo..
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./net/hs-network, Haskell Low-level networking interface
[
Branch: CURRENT, Version: 3.2.7.0nb3, Package name: hs-network-3.2.7.0nb3, Maintainer: pho
network: Networking-related facilities
Required to run:
[lang/ghc88]
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
hs-netwo..news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./net/hs-network, Haskell Low-level networking interface
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 3.2.7.0nb3, Package name: hs-network-3.2.7.0nb3, Maintainer: pho
network: Networking-related facilities
Required to run:
[lang/ghc88]
Required to build:
[pkgtools/cwrappers]
Master sites:
Filesize: 142.299 KBVersion history: (Expand)
- (2025-08-13) Updated to version: hs-network-3.2.7.0nb3
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-03-05) Updated to version: hs-network-3.2.7.0nb2
- (2025-02-02) Updated to version: hs-network-3.2.7.0nb1
- (2025-01-30) Updated to version: hs-network-3.2.7.0
CVS history: (Expand)
| 2025-08-13 13:07:47 by Masatake Daimon | Files touched by this commit (1263) |
Log message: Bump all Haskell because lang/ghc910 has got a library change |
| 2025-03-05 04:40:14 by Masatake Daimon | Files touched by this commit (1173) |
Log message: recursive revbump after patching lang/ghc910 |
| 2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173) |
Log message: Bump all Haskell packages after switching the default compiler. |
| 2025-01-30 10:56:49 by Masatake Daimon | Files touched by this commit (4) | |
Log message: net/hs-network: update to network-3.2.7.0 ## Version 3.2.7.0 * Using nested `bracket` for `gracefulClose`. [#591](https://github.com/haskell/network/issues/590) * Fix memory leak in getaddrinfo and make it async exception safe. [#591](https://github.com/haskell/network/pull/591) * Make call to c_free async exception safe. [#592](https://github.com/haskell/network/pull/592) ## Version 3.2.6.0 * fixing the Show instance of IPv4-mapped IPv6 address on little endian machines ## Version 3.2.5.0 * `gracefulClose` based on STM racing and `timeout`. [#587](https://github.com/haskell/network/issues/587) ## Version 3.2.4.0 * New API: setSockOptValue. [#588](https://github.com/haskell/network/issues/588) ## Version 3.2.3.0 * Making getAddrInfo polymorphic [#587](https://github.com/haskell/network/issues/587) ## Version 3.2.2.0 * New API: waitReadSocketSTM, waitAndCancelReadSocketSTM, waitWriteSocketSTM, waitAndCancelWriteSocketSTM [#586](https://github.com/haskell/network/issues/586) * Checking the length of ASCII string allowing trailing 0. [#585](https://github.com/haskell/network/issues/585) ## Version 3.2.1.0 * Trying to release with the latest autoreconf. Packing "network" in the local directory instead of CI. * Remove includes from .cabal-file [#583](https://github.com/haskell/network/issues/583) * making gracefulClose more graceful [#580](https://github.com/haskell/network/issues/580) * Update config.guess, config.sub to their latest versions [#579](https://github.com/haskell/network/issues/579) |
| 2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message: Recursive revbump after changing the default Haskell compiler |
| 2024-04-29 04:56:00 by Masatake Daimon | Files touched by this commit (4) |
Log message:
net/hs-network: Update to 3.2.0.0
Version 3.2.0.0
Breaking change: Using Strict and StrictData.
Breaking change: Allow a control message to contain multiple file \
descriptors #567
Breaking change: CmsgIdFd -> CmsgIdFds #575
SocketTypes: use UnsupportedSocketType instead of -1. #560
Expose NullSockAddr, add send-with-fds functions. #562
Allow bytestring-0.12 and replace deprecated memcpy by copyBytes. #564
Close file descriptor in accept when exception happens #569
Bump CI to GHC 9.8 and latest versions of actions #573
Version 3.1.5.0
#541
Export Network.Socket.Internal.NullSockAddr
Add Network.Socket.ByteString.sendManyWithFds
Add Network.Socket.ByteString.Lazy.sendWithFds
|
| 2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message: Revbump all Haskell after updating lang/ghc96 |
| 2023-10-27 04:08:49 by Masatake Daimon | Files touched by this commit (4) |
Log message:
net/hs-network: Update to 3.1.4.0
Version 3.1.4.0
Install and use afunix_compat.h header. #556
Supporting SO_SNDTIMEO and SO_RCVTIMEO. #555
Emulating socketPair on Windows. #554
Version 3.1.3.0
Supporting AF_UNIX on Windows #553
Version 3.1.2.9
Resolving the runtime linker problem on Windows. #552
Version 3.1.2.8
Ignoring error from shutdown in gracefulClose
Fix bitsize of some msghdr and cmsghdr fields on Linux #535
Add SO_ACCEPTCONN SocketOption #524
|
