diff --git a/ghc-tls.changes b/ghc-tls.changes index e7c7472..a6dc327 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jun 21 16:56:51 UTC 2015 - mimi.vx@gmail.com + +- update to 1.2.18 +* add more tests (network, local) +* cleanup cipher / bulk code, certificate verify / creation, and digitall signed handling +* fix handling of DHE ciphers with MS SSL stack that serialize leading zero. + ------------------------------------------------------------------- Thu Apr 23 18:32:31 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-tls.spec b/ghc-tls.spec index 8b07384..88febc7 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name tls %bcond_with tests -Name: ghc-%{pkg_name} -Version: 1.2.17 +Name: ghc-tls +Version: 1.2.18 Release: 0 Summary: TLS/SSL protocol native implementation (Server and Client) +License: BSD-3-Clause Group: System/Libraries -License: BSD-3-Clause Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -94,36 +95,28 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %check %if %{with tests} %cabal test %endif - %post devel %ghc_pkg_recache - %postun devel %ghc_pkg_recache - %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE - %files devel -f %{name}-devel.files %defattr(-,root,root,-) - %changelog diff --git a/tls-1.2.17.tar.gz b/tls-1.2.17.tar.gz deleted file mode 100644 index f12fe28..0000000 --- a/tls-1.2.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6fe7c428237246034958e3258bda4a1eda2d9cd202ba9730397f9cbbf090a48 -size 73525 diff --git a/tls-1.2.18.tar.gz b/tls-1.2.18.tar.gz new file mode 100644 index 0000000..f1eb2e0 --- /dev/null +++ b/tls-1.2.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019249ef687ce4f0961adcfe24553340a1bf98eb15485918112f804993b9ae01 +size 74115