diff --git a/ghc-network.changes b/ghc-network.changes index 70ba3b1..407b1a2 100644 --- a/ghc-network.changes +++ b/ghc-network.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +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 diff --git a/ghc-network.spec b/ghc-network.spec index b711f65..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.9 +Version: 3.1.4.0 Release: 0 Summary: Low-level networking interface License: BSD-3-Clause diff --git a/network-3.1.2.9.tar.gz b/network-3.1.2.9.tar.gz deleted file mode 100644 index 0f8bb0e..0000000 --- a/network-3.1.2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cbf95e4653dbfecc3907e10e7e7bbddb9dd673f172848a0ff3131ab3efdd900 -size 139341 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