From 56d6601096bfafbcaf9cf0f190b0de2b940de0b9eeadef629d0fa77cbe3d7926 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:04:23 +0000 Subject: [PATCH 1/5] 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 --- ghc-tls.changes | 50 ------------------------------------------------ ghc-tls.spec | 6 +++--- tls-1.5.2.tar.gz | 3 +++ tls-1.5.4.tar.gz | 3 --- 4 files changed, 6 insertions(+), 56 deletions(-) create mode 100644 tls-1.5.2.tar.gz delete mode 100644 tls-1.5.4.tar.gz diff --git a/ghc-tls.changes b/ghc-tls.changes index 6a85a69..c85e2c4 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,53 +1,3 @@ -------------------------------------------------------------------- -Tue Aug 18 10:46:20 UTC 2020 - Peter Simons - -- Replace %setup -q with the more modern %autosetup macro. - -------------------------------------------------------------------- -Tue Jun 16 11:14:43 UTC 2020 - Peter Simons - -- 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 diff --git a/ghc-tls.spec b/ghc-tls.spec index e0b3d7a..20ee76b 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -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 diff --git a/tls-1.5.2.tar.gz b/tls-1.5.2.tar.gz new file mode 100644 index 0000000..8827b7f --- /dev/null +++ b/tls-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb90db5034baac136b1fc5f307e6ec89adf3d1918ed1f1bc9f20368d55984330 +size 145694 diff --git a/tls-1.5.4.tar.gz b/tls-1.5.4.tar.gz deleted file mode 100644 index 00a324b..0000000 --- a/tls-1.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce42bfa581a50f62776581da4b86408ebb1a51bc6cb2f95ad0a2ac7caa19a437 -size 150171 From 2b32f7b3059baca942dc51c1bb8121e858b34dfa736992d4cfd352ab8ff3bd88 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:11:50 +0000 Subject: [PATCH 2/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-tls revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tls?expand=0&rev=70 --- ghc-tls.changes | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ ghc-tls.spec | 6 +++--- tls-1.5.2.tar.gz | 3 --- tls-1.5.4.tar.gz | 3 +++ 4 files changed, 56 insertions(+), 6 deletions(-) delete mode 100644 tls-1.5.2.tar.gz create mode 100644 tls-1.5.4.tar.gz diff --git a/ghc-tls.changes b/ghc-tls.changes index c85e2c4..6a85a69 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Tue Aug 18 10:46:20 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Tue Jun 16 11:14:43 UTC 2020 - Peter Simons + +- 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 diff --git a/ghc-tls.spec b/ghc-tls.spec index 20ee76b..e0b3d7a 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-tls # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # 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.2 +Version: 1.5.4 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 -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build diff --git a/tls-1.5.2.tar.gz b/tls-1.5.2.tar.gz deleted file mode 100644 index 8827b7f..0000000 --- a/tls-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb90db5034baac136b1fc5f307e6ec89adf3d1918ed1f1bc9f20368d55984330 -size 145694 diff --git a/tls-1.5.4.tar.gz b/tls-1.5.4.tar.gz new file mode 100644 index 0000000..00a324b --- /dev/null +++ b/tls-1.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce42bfa581a50f62776581da4b86408ebb1a51bc6cb2f95ad0a2ac7caa19a437 +size 150171 From 5310eced07588027d24d797db6e6197595960bd7ca274e4306575a60f6fe893d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:53:10 +0000 Subject: [PATCH 3/5] osc copypac from project:devel:languages:haskell:ghc-8.10.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=71 --- ghc-tls.changes | 5 +++++ ghc-tls.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-tls.changes b/ghc-tls.changes index 6a85a69..e8b14b2 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Tue Aug 18 10:46:20 UTC 2020 - Peter Simons diff --git a/ghc-tls.spec b/ghc-tls.spec index e0b3d7a..7ee3fb5 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -42,6 +42,12 @@ BuildRequires: ghc-transformers-devel BuildRequires: ghc-x509-devel BuildRequires: ghc-x509-store-devel BuildRequires: ghc-x509-validation-devel +# GHC dont support i586 +%ifarch %{ix86} +ExclusiveArch: i586 i686 +ExclusiveArch: i686 +%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic} +%endif %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-tasty-devel From d7650adeac36fa25d7e2732d5a265370bd4f14eb31e4c79f96769fd2f0ddf54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:49:24 +0000 Subject: [PATCH 4/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-tls revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tls?expand=0&rev=72 --- ghc-tls.changes | 2 +- ghc-tls.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-tls.changes b/ghc-tls.changes index e8b14b2..ad3b0de 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup -- force i686 arch on i586 +- disable %{ix86} build ------------------------------------------------------------------- Tue Aug 18 10:46:20 UTC 2020 - Peter Simons diff --git a/ghc-tls.spec b/ghc-tls.spec index 7ee3fb5..89d408b 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -42,12 +42,7 @@ BuildRequires: ghc-transformers-devel BuildRequires: ghc-x509-devel BuildRequires: ghc-x509-store-devel BuildRequires: ghc-x509-validation-devel -# GHC dont support i586 -%ifarch %{ix86} -ExclusiveArch: i586 i686 -ExclusiveArch: i686 -%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic} -%endif +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-tasty-devel From 82fbd76a72e092b41891334e40fdb13eaa5c1f71b1fa73c1fab4a4ed13fb3908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:29:32 +0000 Subject: [PATCH 5/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-tls revision:12, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tls?expand=0&rev=73 --- ghc-tls.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-tls.changes b/ghc-tls.changes index ad3b0de..8c6e377 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup - disable %{ix86} build