update to 1.7.5
This commit is contained in:
parent
85415d5fb6
commit
4f51006576
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/x509-1.7.2.tar.gz
|
/x509-1.7.2.tar.gz
|
||||||
/x509-1.7.3.tar.gz
|
/x509-1.7.3.tar.gz
|
||||||
|
/x509-1.7.5.tar.gz
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.7.3
|
Version: 1.7.5
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: X509 reader and writer
|
Summary: X509 reader and writer
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -97,6 +97,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 1.7.5-1
|
||||||
|
- update to 1.7.5
|
||||||
|
|
||||||
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.7.3-6
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.7.3-6
|
||||||
- refresh to cabal-rpm-0.13
|
- refresh to cabal-rpm-0.13
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (x509-1.7.3.tar.gz) = 6b445a69af8a9ba1a24f1ee0324b850a36b664a8ffb77d3b3de5ebd0d74b1bf458229c2d7f7bff52013666b34ad3b3088a01621fe35b4cd9f285795e8093cb87
|
SHA512 (x509-1.7.5.tar.gz) = e1caa84944294ca412b18269eef19f1b511f0e317b25431102b8b757ce266ab4ec48f805d4d251ff46a85f3b20ef368b176d8b93a92456fc9b8885a85695c537
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: x509
|
Name: x509
|
||||||
version: 1.7.3
|
version: 1.7.5
|
||||||
x-revision: 1
|
x-revision: 1
|
||||||
Description: X509 reader and writer
|
Description: X509 reader and writer. please see README
|
||||||
License: BSD3
|
License: BSD3
|
||||||
License-file: LICENSE
|
License-file: LICENSE
|
||||||
Copyright: Vincent Hanquez <vincent@snarc.org>
|
Copyright: Vincent Hanquez <vincent@snarc.org>
|
||||||
@ -15,11 +15,8 @@ Homepage: http://github.com/vincenthz/hs-certificate
|
|||||||
Cabal-Version: >= 1.10
|
Cabal-Version: >= 1.10
|
||||||
|
|
||||||
Library
|
Library
|
||||||
-- Could not find module 'Data.Proxy'
|
|
||||||
build-depends: base >=4.7
|
|
||||||
|
|
||||||
Default-Language: Haskell2010
|
Default-Language: Haskell2010
|
||||||
Build-Depends: base >= 3 && < 5
|
Build-Depends: base >= 4.7 && < 5
|
||||||
, bytestring
|
, bytestring
|
||||||
, memory
|
, memory
|
||||||
, mtl
|
, mtl
|
||||||
@ -29,7 +26,7 @@ Library
|
|||||||
, asn1-types >= 0.3.1 && < 0.4
|
, asn1-types >= 0.3.1 && < 0.4
|
||||||
, asn1-encoding >= 0.9 && < 0.10
|
, asn1-encoding >= 0.9 && < 0.10
|
||||||
, asn1-parse >= 0.9.3 && < 0.10
|
, asn1-parse >= 0.9.3 && < 0.10
|
||||||
, cryptonite >= 0.8
|
, cryptonite >= 0.24
|
||||||
Exposed-modules: Data.X509
|
Exposed-modules: Data.X509
|
||||||
Data.X509.EC
|
Data.X509.EC
|
||||||
Other-modules: Data.X509.Internal
|
Other-modules: Data.X509.Internal
|
Loading…
Reference in New Issue
Block a user