Accepting request 312946 from devel:languages:haskell

- 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.

OBS-URL: https://build.opensuse.org/request/show/312946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-tls?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2015-06-23 09:59:30 +00:00 committed by Git OBS Bridge
commit c5b02fd878
4 changed files with 15 additions and 14 deletions

View File

@ -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 Thu Apr 23 18:32:31 UTC 2015 - mimi.vx@gmail.com

View File

@ -15,17 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%global pkg_name tls %global pkg_name tls
%bcond_with tests %bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-tls
Version: 1.2.17 Version: 1.2.18
Release: 0 Release: 0
Summary: TLS/SSL protocol native implementation (Server and Client) Summary: TLS/SSL protocol native implementation (Server and Client)
License: BSD-3-Clause
Group: System/Libraries Group: System/Libraries
License: BSD-3-Clause
Url: https://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -94,36 +95,28 @@ This package provides the Haskell %{pkg_name} library development files.
%prep %prep
%setup -q -n %{pkg_name}-%{version} %setup -q -n %{pkg_name}-%{version}
%build %build
%ghc_lib_build %ghc_lib_build
%install %install
%ghc_lib_install %ghc_lib_install
%check %check
%if %{with tests} %if %{with tests}
%cabal test %cabal test
%endif %endif
%post devel %post devel
%ghc_pkg_recache %ghc_pkg_recache
%postun devel %postun devel
%ghc_pkg_recache %ghc_pkg_recache
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE %doc LICENSE
%files devel -f %{name}-devel.files %files devel -f %{name}-devel.files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%changelog %changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6fe7c428237246034958e3258bda4a1eda2d9cd202ba9730397f9cbbf090a48
size 73525

3
tls-1.2.18.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:019249ef687ce4f0961adcfe24553340a1bf98eb15485918112f804993b9ae01
size 74115