osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-tls revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tls?expand=0&rev=69
This commit is contained in:
parent
84819c0b33
commit
56d6601096
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:46:20 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 11:14:43 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Re-generate file with latest version of spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 14:16:56 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update tls to version 1.5.4.
|
||||
## Version 1.5.4
|
||||
|
||||
- Restore interoperability with early Java 6
|
||||
[#422](https://github.com/vincenthz/hs-tls/pull/422)
|
||||
- Test cleanups for timeout and async usage
|
||||
[#416](https://github.com/vincenthz/hs-tls/pull/416)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 03:03:11 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update tls to version 1.5.3.
|
||||
## Version 1.5.3
|
||||
|
||||
- Additional verification regarding EC signatures
|
||||
[#412](https://github.com/vincenthz/hs-tls/pull/412)
|
||||
- Fixing ALPN
|
||||
[#411](https://github.com/vincenthz/hs-tls/pull/411)
|
||||
- Check SSLv3 padding length
|
||||
[#410](https://github.com/vincenthz/hs-tls/pull/410)
|
||||
- Exposing getClientCertificateChain
|
||||
[#407](https://github.com/vincenthz/hs-tls/pull/407)
|
||||
- Extended Master Secret
|
||||
[#406](https://github.com/vincenthz/hs-tls/pull/406)
|
||||
- Brushing up the documentation
|
||||
[#404](https://github.com/vincenthz/hs-tls/pull/404)
|
||||
[#408](https://github.com/vincenthz/hs-tls/pull/408)
|
||||
- Improving tests
|
||||
[#403](https://github.com/vincenthz/hs-tls/pull/403)
|
||||
- Avoid calling onServerNameIndication twice with HRR
|
||||
[#402](https://github.com/vincenthz/hs-tls/pull/402)
|
||||
- Enable X448 and FFDHE groups
|
||||
[#401](https://github.com/vincenthz/hs-tls/pull/401)
|
||||
- Refactoring
|
||||
[#400](https://github.com/vincenthz/hs-tls/pull/400)
|
||||
[#399](https://github.com/vincenthz/hs-tls/pull/399)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:15:03 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-tls
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name tls
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.5.4
|
||||
Version: 1.5.2
|
||||
Release: 0
|
||||
Summary: TLS/SSL protocol native implementation (Server and Client)
|
||||
License: BSD-3-Clause
|
||||
@ -73,7 +73,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
3
tls-1.5.2.tar.gz
Normal file
3
tls-1.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb90db5034baac136b1fc5f307e6ec89adf3d1918ed1f1bc9f20368d55984330
|
||||
size 145694
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce42bfa581a50f62776581da4b86408ebb1a51bc6cb2f95ad0a2ac7caa19a437
|
||||
size 150171
|
Loading…
Reference in New Issue
Block a user