osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-x509 revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-x509?expand=0&rev=39
This commit is contained in:
parent
31b15ab6ba
commit
9685d2e543
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 5 03:01:21 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update x509 to version 1.7.5.
|
||||||
|
Upstream does not provide a change log file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 10 19:23:53 UTC 2018 - psimons@suse.com
|
Wed Oct 10 19:23:53 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,14 +19,13 @@
|
|||||||
%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.4
|
Version: 1.7.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X509 reader and writer
|
Summary: X509 reader and writer
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Haskell
|
Group: Development/Libraries/Haskell
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-asn1-encoding-devel
|
BuildRequires: ghc-asn1-encoding-devel
|
||||||
BuildRequires: ghc-asn1-parse-devel
|
BuildRequires: ghc-asn1-parse-devel
|
||||||
@ -60,7 +59,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:279c8ac27b11c1cc6694699f0394cf6eb84af98287d7550cf6acdb83418ea1ee
|
|
||||||
size 20094
|
|
3
x509-1.7.5.tar.gz
Normal file
3
x509-1.7.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1b0fcbb4aa0d749ed2b54710c2ebd6d900cb932108ad14f97640cf4ca60c7c8
|
||||||
|
size 21457
|
65
x509.cabal
65
x509.cabal
@ -1,65 +0,0 @@
|
|||||||
Name: x509
|
|
||||||
version: 1.7.4
|
|
||||||
x-revision: 1
|
|
||||||
Description: X509 reader and writer. please see README
|
|
||||||
License: BSD3
|
|
||||||
License-file: LICENSE
|
|
||||||
Copyright: Vincent Hanquez <vincent@snarc.org>
|
|
||||||
Author: Vincent Hanquez <vincent@snarc.org>
|
|
||||||
Maintainer: Vincent Hanquez <vincent@snarc.org>
|
|
||||||
Synopsis: X509 reader and writer
|
|
||||||
Build-Type: Simple
|
|
||||||
Category: Data
|
|
||||||
stability: experimental
|
|
||||||
Homepage: http://github.com/vincenthz/hs-certificate
|
|
||||||
Cabal-Version: >= 1.10
|
|
||||||
|
|
||||||
Library
|
|
||||||
Default-Language: Haskell2010
|
|
||||||
Build-Depends: base >= 4.7 && < 5
|
|
||||||
, bytestring
|
|
||||||
, memory
|
|
||||||
, mtl
|
|
||||||
, containers
|
|
||||||
, hourglass
|
|
||||||
, pem >= 0.1
|
|
||||||
, asn1-types >= 0.3.1 && < 0.4
|
|
||||||
, asn1-encoding >= 0.9 && < 0.10
|
|
||||||
, asn1-parse >= 0.9.3 && < 0.10
|
|
||||||
, cryptonite >= 0.8
|
|
||||||
Exposed-modules: Data.X509
|
|
||||||
Data.X509.EC
|
|
||||||
Other-modules: Data.X509.Internal
|
|
||||||
Data.X509.CertificateChain
|
|
||||||
Data.X509.AlgorithmIdentifier
|
|
||||||
Data.X509.DistinguishedName
|
|
||||||
Data.X509.Cert
|
|
||||||
Data.X509.PublicKey
|
|
||||||
Data.X509.PrivateKey
|
|
||||||
Data.X509.Ext
|
|
||||||
Data.X509.ExtensionRaw
|
|
||||||
Data.X509.CRL
|
|
||||||
Data.X509.OID
|
|
||||||
Data.X509.Signed
|
|
||||||
ghc-options: -Wall
|
|
||||||
|
|
||||||
Test-Suite test-x509
|
|
||||||
Default-Language: Haskell2010
|
|
||||||
type: exitcode-stdio-1.0
|
|
||||||
hs-source-dirs: Tests
|
|
||||||
Main-is: Tests.hs
|
|
||||||
Build-Depends: base >= 3 && < 5
|
|
||||||
, bytestring
|
|
||||||
, mtl
|
|
||||||
, tasty
|
|
||||||
, tasty-quickcheck
|
|
||||||
, hourglass
|
|
||||||
, asn1-types
|
|
||||||
, x509
|
|
||||||
, cryptonite
|
|
||||||
ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
|
|
||||||
|
|
||||||
source-repository head
|
|
||||||
type: git
|
|
||||||
location: git://github.com/vincenthz/hs-certificate
|
|
||||||
subdir: x509
|
|
Loading…
Reference in New Issue
Block a user