Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-network | Distribution: openSUSE Tumbleweed |
Version: 3.2.7.0 | Vendor: openSUSE |
Release: 1.2 | Build date: Wed Nov 27 01:22:03 2024 |
Group: Unspecified | Build host: reproducible |
Size: 978571 | Source RPM: ghc-network-3.2.7.0-1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/network | |
Summary: Low-level networking interface |
This package provides a low-level networking interface. === High-Level Packages Other packages provide higher level interfaces: * connection * hookup * network-simple === Extended Packages 'network' seeks to provide a cross-platform core for networking. As such some APIs live in extended libraries. Packages in the 'network' ecosystem are often prefixed with 'network-'. ==== 'network-bsd' In 'network-3.0.0.0' the 'Network.BSD' module was split off into its own package, 'network-bsd-3.0.0.0'. ==== 'network-uri' In 'network-2.6' the 'Network.URI' module was split off into its own package, 'network-uri-2.6'. If you're using the 'Network.URI' module you can automatically get it from the right package by adding this to your '.cabal' file: > library > build-depends: network-uri-flag.
BSD-3-Clause
* Wed Nov 27 2024 Peter Simons <psimons@suse.com> - Update network to version 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) * Tue Nov 12 2024 Peter Simons <psimons@suse.com> - Update network to version 3.2.6.0. [#]# 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) [#]# Version 3.2.0.0 * Breaking change: Using Strict and StrictData. * Breaking change: Allow a control message to contain multiple file descriptors [#567](https://github.com/haskell/network/issues/567) * Breaking change: CmsgIdFd -> CmsgIdFds [#575](https://github.com/haskell/network/issues/575) * SocketTypes: use UnsupportedSocketType instead of -1. [#560](https://github.com/haskell/network/issues/560) * Expose NullSockAddr, add send-with-fds functions. [#562](https://github.com/haskell/network/issues/562) * Allow bytestring-0.12 and replace deprecated memcpy by copyBytes. [#564](https://github.com/haskell/network/issues/564) * Close file descriptor in accept when exception happens [#569](https://github.com/haskell/network/issues/569) * Bump CI to GHC 9.8 and latest versions of actions [#573](https://github.com/haskell/network/issues/573) [#]# Version 3.1.5.0 * [#541](https://github.com/haskell/network/issues/541) * Export `Network.Socket.Internal.NullSockAddr` * Add `Network.Socket.ByteString.sendManyWithFds` * Add `Network.Socket.ByteString.Lazy.sendWithFds` * Tue Jul 18 2023 Peter Simons <psimons@suse.com> - Update network to version 3.1.4.0 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Wed May 24 2023 Peter Simons <psimons@suse.com> - Update network to version 3.1.4.0. [#]# Version 3.1.4.0 * Install and use afunix_compat.h header. [#556](https://github.com/haskell/network/pull/556) * Supporting SO_SNDTIMEO and SO_RCVTIMEO. [#555](https://github.com/haskell/network/pull/555) * Emulating socketPair on Windows. [#554](https://github.com/haskell/network/pull/554) * Tue May 16 2023 Peter Simons <psimons@suse.com> - Update network to version 3.1.3.0. [#]# Version 3.1.3.0 * Supporting AF_UNIX on Windows [#553](https://github.com/haskell/network/issues/553) * Mon May 01 2023 Peter Simons <psimons@suse.com> - Update network to version 3.1.2.9. [#]# Version 3.1.2.9 * Resolving the runtime linker problem on Windows. [#552](https://github.com/haskell/network/issues/552) * Thu Mar 30 2023 Peter Simons <psimons@suse.com> - Updated spec file to conform with ghc-rpm-macros-2.5.2. * Fri Mar 03 2023 Peter Simons <psimons@suse.com> - Update network to version 3.1.2.8. [#]# Version 3.1.2.8 * Ignoring error from shutdown in gracefulClose * Fix bitsize of some msghdr and cmsghdr fields on Linux [#535](https://github.com/haskell/network/issues/535) * Add SO_ACCEPTCONN SocketOption [#524](https://github.com/haskell/network/issues/524) * Thu Jan 20 2022 Peter Simons <psimons@suse.com> - Update network to version 3.1.2.7. [#]# Version 3.1.2.7 * No change from 3.1.2.6 but to take a right procedure to upload "network" to Hackage for Windows. [#]# Version 3.1.2.6 * Making IPv4PktInfo on Win the same as that on Posix [#522](https://github.com/haskell/network/issues/522) * Add support for nix/ghcjs [#517](https://github.com/haskell/network/issues/517) * Sun Oct 10 2021 psimons@suse.com - Update network to version 3.1.2.5. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/network-3.1.2.5/src/CHANGELOG.md * Fri Oct 08 2021 psimons@suse.com - Update network to version 3.1.2.4. [#]# Version 3.1.2.4 * Regenerate `configure` script with autoconf-2.69 to temporarily fix broken cabal-3.4.0.0 on Windows. Note that the old one was generated with autoconf-2.71. [#513](https://github.com/haskell/network/issues/513) * Thu Oct 07 2021 psimons@suse.com - Update network to version 3.1.2.3. [#]# Version 3.1.2.3 * Supporting M1 Mac [#510](https://github.com/haskell/network/pull/510) * Workaround for autoconf on Windows [#508](https://github.com/haskell/network/pull/508) * Fixing building failure on SmartOS [#507](https://github.com/haskell/network/pull/507) * HsNet.h: remove unused fn hsnet_inet_ntoa definition [#504](https://github.com/haskell/network/pull/504) * Use a working define for OpenBSD detection [#503](https://github.com/haskell/network/pull/503) * Wed Jun 16 2021 psimons@suse.com - Update network to version 3.1.2.2. [#]# Version 3.1.2.2 * Allow bytestring 0.11 [#490](https://github.com/haskell/network/pull/490) * Export StructLinger [#491](https://github.com/haskell/network/pull/491) * Fix a couple of broken tests on OpenBSD [#498](https://github.com/haskell/network/pull/498)
/usr/lib64/ghc-9.10.1/lib/libHSnetwork-3.2.7.0-554tZ8RlNDPKWOH3DKcaQH-ghc9.10.1.so /usr/share/licenses/ghc-network /usr/share/licenses/ghc-network/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 01:37:12 2025