diff --git a/ghc-network.changes b/ghc-network.changes index e65e96a..407b1a2 100644 --- a/ghc-network.changes +++ b/ghc-network.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Wed May 24 23:57:29 UTC 2023 - Peter Simons + +- 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 04:28:50 UTC 2023 - Peter Simons + +- 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 1 13:54:13 UTC 2023 - Peter Simons + +- 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 17:07:40 UTC 2023 - Peter Simons diff --git a/ghc-network.spec b/ghc-network.spec index 01e28ce..d0acd4d 100644 --- a/ghc-network.spec +++ b/ghc-network.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 3.1.2.8 +Version: 3.1.4.0 Release: 0 Summary: Low-level networking interface License: BSD-3-Clause diff --git a/network-3.1.2.8.tar.gz b/network-3.1.2.8.tar.gz deleted file mode 100644 index 5b961a5..0000000 --- a/network-3.1.2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fde2d4b065f1984c76755004c64a29ae9ec52c8bf74f2485d805ef577e7c7822 -size 139597 diff --git a/network-3.1.4.0.tar.gz b/network-3.1.4.0.tar.gz new file mode 100644 index 0000000..a002a24 --- /dev/null +++ b/network-3.1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b452a2afac95d9207357eb3820c719c7c7d27871ef4b6ed7bfcd03a036b9158e +size 139988