From 05490da0ee510fb1eb3f1e5203622d17ba90c711edefcf3998f8284e04513f1e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:03:02 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-base64-bytestring revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-base64-bytestring?expand=0&rev=47 --- base64-bytestring-1.0.0.2.tar.gz | 3 +++ base64-bytestring-1.2.0.0.tar.gz | 3 --- ghc-base64-bytestring.changes | 39 -------------------------------- ghc-base64-bytestring.spec | 11 ++++----- 4 files changed, 7 insertions(+), 49 deletions(-) create mode 100644 base64-bytestring-1.0.0.2.tar.gz delete mode 100644 base64-bytestring-1.2.0.0.tar.gz diff --git a/base64-bytestring-1.0.0.2.tar.gz b/base64-bytestring-1.0.0.2.tar.gz new file mode 100644 index 0000000..7feba89 --- /dev/null +++ b/base64-bytestring-1.0.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193654ed9bd9e7f20163c9b70bab32d33010be50a5e1e8e2258229faf32a608c +size 9830 diff --git a/base64-bytestring-1.2.0.0.tar.gz b/base64-bytestring-1.2.0.0.tar.gz deleted file mode 100644 index 967b8d6..0000000 --- a/base64-bytestring-1.2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3746c15de0b4d107cf00eab6b16856d688b003e15e98555be15956afd76ae4ef -size 13430 diff --git a/ghc-base64-bytestring.changes b/ghc-base64-bytestring.changes index a6dd9f0..8fadbab 100644 --- a/ghc-base64-bytestring.changes +++ b/ghc-base64-bytestring.changes @@ -1,42 +1,3 @@ -------------------------------------------------------------------- -Tue Aug 18 10:44:07 UTC 2020 - Peter Simons - -- Replace %setup -q with the more modern %autosetup macro. - -------------------------------------------------------------------- -Sat Aug 15 02:02:13 UTC 2020 - psimons@suse.com - -- Update base64-bytestring to version 1.2.0.0. - # 1.2.0.0 - - * Security fix: reject non-canonical base64 encoded values - ([#38](https://github.com/haskell/base64-bytestring/pull/38)) fixing issue [#24](https://github.com/haskell/base64-bytestring/issues/24). - - * Security fix: reject bytestrings with improper padding that can be "completed" by the unpadded-Base64url workflow, and homogenize error messages ([#33](https://github.com/haskell/base64-bytestring/pull/33)) - - * Test coverage expanded to 98% of the library. All critical paths covered. - -------------------------------------------------------------------- -Tue Jun 9 09:10:56 UTC 2020 - psimons@suse.com - -- Update base64-bytestring to version 1.1.0.0. - Upstream has edited the change log file since the last release in - a non-trivial way, i.e. they did more than just add a new entry - at the top. You can review the file at: - http://hackage.haskell.org/package/base64-bytestring-1.1.0.0/src/CHANGELOG.md - -------------------------------------------------------------------- -Tue Jan 14 03:03:06 UTC 2020 - psimons@suse.com - -- Update base64-bytestring to version 1.0.0.3. - # 1.0.0.3 - - * Made performance more robust - ([#27](https://github.com/haskell/base64-bytestring/pull/27)). - * Improved documentation - ([#23](https://github.com/haskell/base64-bytestring/pull/23)). - * Improved the performance of decodeLenient a bit - ([#21](https://github.com/haskell/base64-bytestring/pull/21)). - ------------------------------------------------------------------- Fri Nov 8 16:13:16 UTC 2019 - Peter Simons diff --git a/ghc-base64-bytestring.spec b/ghc-base64-bytestring.spec index b8fd8f4..33bc1a9 100644 --- a/ghc-base64-bytestring.spec +++ b/ghc-base64-bytestring.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-base64-bytestring # -# 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 base64-bytestring %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.0.0 +Version: 1.0.0.2 Release: 0 Summary: Fast base64 encoding and decoding for ByteStrings License: BSD-3-Clause @@ -41,10 +41,7 @@ BuildRequires: ghc-test-framework-quickcheck2-devel %description This package provides support for encoding and decoding binary data according to 'base64' (see also ) for -strict and lazy ByteStrings - -For a fuller-featured and better-performing Base64 library, see the - package. +strict and lazy ByteStrings. %package devel Summary: Haskell %{pkg_name} library development files @@ -58,7 +55,7 @@ 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 From 8eb7447da5b45dca7c3592d9b963a6a81c8ff9ca6de8cef7dda9386d0412ac36 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:10:06 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-base64-bytestring revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-base64-bytestring?expand=0&rev=48 --- base64-bytestring-1.0.0.2.tar.gz | 3 --- base64-bytestring-1.2.0.0.tar.gz | 3 +++ ghc-base64-bytestring.changes | 39 ++++++++++++++++++++++++++++++++ ghc-base64-bytestring.spec | 11 +++++---- 4 files changed, 49 insertions(+), 7 deletions(-) delete mode 100644 base64-bytestring-1.0.0.2.tar.gz create mode 100644 base64-bytestring-1.2.0.0.tar.gz diff --git a/base64-bytestring-1.0.0.2.tar.gz b/base64-bytestring-1.0.0.2.tar.gz deleted file mode 100644 index 7feba89..0000000 --- a/base64-bytestring-1.0.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:193654ed9bd9e7f20163c9b70bab32d33010be50a5e1e8e2258229faf32a608c -size 9830 diff --git a/base64-bytestring-1.2.0.0.tar.gz b/base64-bytestring-1.2.0.0.tar.gz new file mode 100644 index 0000000..967b8d6 --- /dev/null +++ b/base64-bytestring-1.2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3746c15de0b4d107cf00eab6b16856d688b003e15e98555be15956afd76ae4ef +size 13430 diff --git a/ghc-base64-bytestring.changes b/ghc-base64-bytestring.changes index 8fadbab..a6dd9f0 100644 --- a/ghc-base64-bytestring.changes +++ b/ghc-base64-bytestring.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Aug 18 10:44:07 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Sat Aug 15 02:02:13 UTC 2020 - psimons@suse.com + +- Update base64-bytestring to version 1.2.0.0. + # 1.2.0.0 + + * Security fix: reject non-canonical base64 encoded values - ([#38](https://github.com/haskell/base64-bytestring/pull/38)) fixing issue [#24](https://github.com/haskell/base64-bytestring/issues/24). + + * Security fix: reject bytestrings with improper padding that can be "completed" by the unpadded-Base64url workflow, and homogenize error messages ([#33](https://github.com/haskell/base64-bytestring/pull/33)) + + * Test coverage expanded to 98% of the library. All critical paths covered. + +------------------------------------------------------------------- +Tue Jun 9 09:10:56 UTC 2020 - psimons@suse.com + +- Update base64-bytestring to version 1.1.0.0. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/base64-bytestring-1.1.0.0/src/CHANGELOG.md + +------------------------------------------------------------------- +Tue Jan 14 03:03:06 UTC 2020 - psimons@suse.com + +- Update base64-bytestring to version 1.0.0.3. + # 1.0.0.3 + + * Made performance more robust + ([#27](https://github.com/haskell/base64-bytestring/pull/27)). + * Improved documentation + ([#23](https://github.com/haskell/base64-bytestring/pull/23)). + * Improved the performance of decodeLenient a bit + ([#21](https://github.com/haskell/base64-bytestring/pull/21)). + ------------------------------------------------------------------- Fri Nov 8 16:13:16 UTC 2019 - Peter Simons diff --git a/ghc-base64-bytestring.spec b/ghc-base64-bytestring.spec index 33bc1a9..b8fd8f4 100644 --- a/ghc-base64-bytestring.spec +++ b/ghc-base64-bytestring.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-base64-bytestring # -# 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 base64-bytestring %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.0.0.2 +Version: 1.2.0.0 Release: 0 Summary: Fast base64 encoding and decoding for ByteStrings License: BSD-3-Clause @@ -41,7 +41,10 @@ BuildRequires: ghc-test-framework-quickcheck2-devel %description This package provides support for encoding and decoding binary data according to 'base64' (see also ) for -strict and lazy ByteStrings. +strict and lazy ByteStrings + +For a fuller-featured and better-performing Base64 library, see the + package. %package devel Summary: Haskell %{pkg_name} library development files @@ -55,7 +58,7 @@ 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 From b7d510c714d351e4a63c223f3fb0337e3e3bd7d7b35efe9584a88ed65387b1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 17 Nov 2020 18:44:31 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-base64-bytestring revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-base64-bytestring?expand=0&rev=49 --- base64-bytestring-1.2.0.0.tar.gz | 3 --- base64-bytestring-1.2.0.1.tar.gz | 3 +++ ghc-base64-bytestring.changes | 8 ++++++++ ghc-base64-bytestring.spec | 4 +--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 base64-bytestring-1.2.0.0.tar.gz create mode 100644 base64-bytestring-1.2.0.1.tar.gz diff --git a/base64-bytestring-1.2.0.0.tar.gz b/base64-bytestring-1.2.0.0.tar.gz deleted file mode 100644 index 967b8d6..0000000 --- a/base64-bytestring-1.2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3746c15de0b4d107cf00eab6b16856d688b003e15e98555be15956afd76ae4ef -size 13430 diff --git a/base64-bytestring-1.2.0.1.tar.gz b/base64-bytestring-1.2.0.1.tar.gz new file mode 100644 index 0000000..63adc55 --- /dev/null +++ b/base64-bytestring-1.2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af09b17d072eb1391d91e30b4186dd1797330647ef79268ecd7fcce8f5afc638 +size 13650 diff --git a/ghc-base64-bytestring.changes b/ghc-base64-bytestring.changes index a6dd9f0..d28d32a 100644 --- a/ghc-base64-bytestring.changes +++ b/ghc-base64-bytestring.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Nov 15 22:12:13 UTC 2020 - psimons@suse.com + +- Update base64-bytestring to version 1.2.0.1. + # 1.2.0.1 + + * Package update: support for `bytestring >=0.11` + ------------------------------------------------------------------- Tue Aug 18 10:44:07 UTC 2020 - Peter Simons diff --git a/ghc-base64-bytestring.spec b/ghc-base64-bytestring.spec index b8fd8f4..deace46 100644 --- a/ghc-base64-bytestring.spec +++ b/ghc-base64-bytestring.spec @@ -19,7 +19,7 @@ %global pkg_name base64-bytestring %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.0.0 +Version: 1.2.0.1 Release: 0 Summary: Fast base64 encoding and decoding for ByteStrings License: BSD-3-Clause @@ -31,8 +31,6 @@ BuildRequires: ghc-rpm-macros %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-QuickCheck-devel -BuildRequires: ghc-containers-devel -BuildRequires: ghc-split-devel BuildRequires: ghc-test-framework-devel BuildRequires: ghc-test-framework-hunit-devel BuildRequires: ghc-test-framework-quickcheck2-devel