osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-x509 revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-x509?expand=0&rev=37
This commit is contained in:
parent
03d6a27dfe
commit
31b15ab6ba
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 10 19:23:53 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update x509 to version 1.7.4.
|
||||||
|
Upstream does not provide a change log file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 18 14:26:48 UTC 2018 - psimons@suse.com
|
Wed Jul 18 14:26:48 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -12,14 +12,14 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global pkg_name x509
|
%global pkg_name x509
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.7.3
|
Version: 1.7.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X509 reader and writer
|
Summary: X509 reader and writer
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -45,7 +45,7 @@ BuildRequires: ghc-tasty-quickcheck-devel
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X509 reader and writer.
|
X509 reader and writer. please see README.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Haskell %{pkg_name} library development files
|
Summary: Haskell %{pkg_name} library development files
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:41740f949bb773dc721d342a85587a512658c81ee8cd38f102473b315e127356
|
|
||||||
size 18386
|
|
3
x509-1.7.4.tar.gz
Normal file
3
x509-1.7.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:279c8ac27b11c1cc6694699f0394cf6eb84af98287d7550cf6acdb83418ea1ee
|
||||||
|
size 20094
|
133
x509.cabal
133
x509.cabal
@ -1,68 +1,65 @@
|
|||||||
Name: x509
|
Name: x509
|
||||||
version: 1.7.3
|
version: 1.7.4
|
||||||
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>
|
||||||
Author: Vincent Hanquez <vincent@snarc.org>
|
Author: Vincent Hanquez <vincent@snarc.org>
|
||||||
Maintainer: Vincent Hanquez <vincent@snarc.org>
|
Maintainer: Vincent Hanquez <vincent@snarc.org>
|
||||||
Synopsis: X509 reader and writer
|
Synopsis: X509 reader and writer
|
||||||
Build-Type: Simple
|
Build-Type: Simple
|
||||||
Category: Data
|
Category: Data
|
||||||
stability: experimental
|
stability: experimental
|
||||||
Homepage: http://github.com/vincenthz/hs-certificate
|
Homepage: http://github.com/vincenthz/hs-certificate
|
||||||
Cabal-Version: >= 1.10
|
Cabal-Version: >= 1.10
|
||||||
|
|
||||||
Library
|
Library
|
||||||
-- Could not find module 'Data.Proxy'
|
Default-Language: Haskell2010
|
||||||
build-depends: base >=4.7
|
Build-Depends: base >= 4.7 && < 5
|
||||||
|
, bytestring
|
||||||
Default-Language: Haskell2010
|
, memory
|
||||||
Build-Depends: base >= 3 && < 5
|
, mtl
|
||||||
, bytestring
|
, containers
|
||||||
, memory
|
, hourglass
|
||||||
, mtl
|
, pem >= 0.1
|
||||||
, containers
|
, asn1-types >= 0.3.1 && < 0.4
|
||||||
, hourglass
|
, asn1-encoding >= 0.9 && < 0.10
|
||||||
, pem >= 0.1
|
, asn1-parse >= 0.9.3 && < 0.10
|
||||||
, asn1-types >= 0.3.1 && < 0.4
|
, cryptonite >= 0.8
|
||||||
, asn1-encoding >= 0.9 && < 0.10
|
Exposed-modules: Data.X509
|
||||||
, asn1-parse >= 0.9.3 && < 0.10
|
Data.X509.EC
|
||||||
, cryptonite >= 0.8
|
Other-modules: Data.X509.Internal
|
||||||
Exposed-modules: Data.X509
|
Data.X509.CertificateChain
|
||||||
Data.X509.EC
|
Data.X509.AlgorithmIdentifier
|
||||||
Other-modules: Data.X509.Internal
|
Data.X509.DistinguishedName
|
||||||
Data.X509.CertificateChain
|
Data.X509.Cert
|
||||||
Data.X509.AlgorithmIdentifier
|
Data.X509.PublicKey
|
||||||
Data.X509.DistinguishedName
|
Data.X509.PrivateKey
|
||||||
Data.X509.Cert
|
Data.X509.Ext
|
||||||
Data.X509.PublicKey
|
Data.X509.ExtensionRaw
|
||||||
Data.X509.PrivateKey
|
Data.X509.CRL
|
||||||
Data.X509.Ext
|
Data.X509.OID
|
||||||
Data.X509.ExtensionRaw
|
Data.X509.Signed
|
||||||
Data.X509.CRL
|
ghc-options: -Wall
|
||||||
Data.X509.OID
|
|
||||||
Data.X509.Signed
|
Test-Suite test-x509
|
||||||
ghc-options: -Wall
|
Default-Language: Haskell2010
|
||||||
|
type: exitcode-stdio-1.0
|
||||||
Test-Suite test-x509
|
hs-source-dirs: Tests
|
||||||
Default-Language: Haskell2010
|
Main-is: Tests.hs
|
||||||
type: exitcode-stdio-1.0
|
Build-Depends: base >= 3 && < 5
|
||||||
hs-source-dirs: Tests
|
, bytestring
|
||||||
Main-is: Tests.hs
|
, mtl
|
||||||
Build-Depends: base >= 3 && < 5
|
, tasty
|
||||||
, bytestring
|
, tasty-quickcheck
|
||||||
, mtl
|
, hourglass
|
||||||
, tasty
|
, asn1-types
|
||||||
, tasty-quickcheck
|
, x509
|
||||||
, hourglass
|
, cryptonite
|
||||||
, asn1-types
|
ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
|
||||||
, x509
|
|
||||||
, cryptonite
|
source-repository head
|
||||||
ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
|
type: git
|
||||||
|
location: git://github.com/vincenthz/hs-certificate
|
||||||
source-repository head
|
subdir: x509
|
||||||
type: git
|
|
||||||
location: git://github.com/vincenthz/hs-certificate
|
|
||||||
subdir: x509
|
|
||||||
|
Loading…
Reference in New Issue
Block a user