Hello community,

here is the log from the commit of package ghc-x509 for openSUSE:Factory 
checked in at 2015-06-02 10:05:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-x509 (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-x509.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-x509"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-x509/ghc-x509.changes        2015-05-21 
08:38:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-x509.new/ghc-x509.changes   2015-06-02 
10:05:13.000000000 +0200
@@ -1,0 +2,5 @@
+Sun May 31 19:47:07 UTC 2015 - [email protected]
+
+- update to 1.5.1 
+
+-------------------------------------------------------------------

Old:
----
  x509-1.5.0.1.tar.gz

New:
----
  x509-1.5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-x509.spec ++++++
--- /var/tmp/diff_new_pack.hjizCF/_old  2015-06-02 10:05:14.000000000 +0200
+++ /var/tmp/diff_new_pack.hjizCF/_new  2015-06-02 10:05:14.000000000 +0200
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name x509
 
 %bcond_with tests
 
 Name:           ghc-x509
-Version:        1.5.0.1
+Version:        1.5.1
 Release:        0
 Summary:        X509 reader and writer
+License:        BSD-3-Clause
 Group:          System/Libraries
 
-License:        BSD-3-Clause
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -71,36 +72,28 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
 %if %{with tests}
 %cabal test
 %endif
 
-
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog

++++++ x509-1.5.0.1.tar.gz -> x509-1.5.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-1.5.0.1/Data/X509/AlgorithmIdentifier.hs 
new/x509-1.5.1/Data/X509/AlgorithmIdentifier.hs
--- old/x509-1.5.0.1/Data/X509/AlgorithmIdentifier.hs   2014-10-20 
06:09:06.000000000 +0200
+++ new/x509-1.5.1/Data/X509/AlgorithmIdentifier.hs     2015-05-30 
07:41:48.000000000 +0200
@@ -55,6 +55,8 @@
         , ([1,2,840,113549,1,1,2], SignatureALG HashMD2 PubKeyALG_RSA)
         , ([1,2,840,113549,1,1,11], SignatureALG HashSHA256 PubKeyALG_RSA)
         , ([1,2,840,113549,1,1,12], SignatureALG HashSHA384 PubKeyALG_RSA)
+        , ([1,2,840,113549,1,1,13], SignatureALG HashSHA512 PubKeyALG_RSA)
+        , ([1,2,840,113549,1,1,14], SignatureALG HashSHA224 PubKeyALG_RSA)
         , ([1,2,840,10040,4,3],    SignatureALG HashSHA1 PubKeyALG_DSA)
         , ([1,2,840,10045,4,3,1],  SignatureALG HashSHA224 PubKeyALG_ECDSA)
         , ([1,2,840,10045,4,3,2],  SignatureALG HashSHA256 PubKeyALG_ECDSA)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-1.5.0.1/Data/X509/Cert.hs 
new/x509-1.5.1/Data/X509/Cert.hs
--- old/x509-1.5.0.1/Data/X509/Cert.hs  2014-10-20 06:09:06.000000000 +0200
+++ new/x509-1.5.1/Data/X509/Cert.hs    2015-05-30 07:41:48.000000000 +0200
@@ -12,7 +12,7 @@
 module Data.X509.Cert (Certificate(..)) where
 
 import Data.ASN1.Types
-import Data.Hourglass (DateTime)
+import Data.Hourglass (DateTime, TimezoneOffset(TimezoneOffset))
 import Control.Applicative ((<$>), (<*>))
 import Data.X509.Internal
 import Data.X509.PublicKey
@@ -41,7 +41,7 @@
         , certSerial       :: Integer                -- ^ Serial number
         , certSignatureAlg :: SignatureALG           -- ^ Signature algorithm
         , certIssuerDN     :: DistinguishedName      -- ^ Issuer DN
-        , certValidity     :: (DateTime, DateTime)   -- ^ Validity period
+        , certValidity     :: (DateTime, DateTime)   -- ^ Validity period (UTC)
         , certSubjectDN    :: DistinguishedName      -- ^ Subject DN
         , certPubKey       :: PubKey                 -- ^ Public key
         , certExtensions   :: Extensions             -- ^ Extensions
@@ -104,8 +104,8 @@
         eAlgId    = toASN1 (certSignatureAlg cert) []
         eIssuer   = toASN1 (certIssuerDN cert) []
         (t1, t2)  = certValidity cert
-        eValidity = asn1Container Sequence [ASN1Time TimeGeneralized t1 Nothing
-                                           ,ASN1Time TimeGeneralized t2 
Nothing]
+        eValidity = asn1Container Sequence [ASN1Time TimeGeneralized t1 (Just 
(TimezoneOffset 0))
+                                           ,ASN1Time TimeGeneralized t2 (Just 
(TimezoneOffset 0))]
         eSubject  = toASN1 (certSubjectDN cert) []
         epkinfo   = toASN1 (certPubKey cert) []
         eexts     = toASN1 (certExtensions cert) []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-1.5.0.1/Tests/Tests.hs 
new/x509-1.5.1/Tests/Tests.hs
--- old/x509-1.5.0.1/Tests/Tests.hs     2014-10-20 06:09:06.000000000 +0200
+++ new/x509-1.5.1/Tests/Tests.hs       2015-05-30 07:41:48.000000000 +0200
@@ -56,6 +56,8 @@
         , SignatureALG HashMD2 PubKeyALG_RSA
         , SignatureALG HashSHA256 PubKeyALG_RSA
         , SignatureALG HashSHA384 PubKeyALG_RSA
+        , SignatureALG HashSHA512 PubKeyALG_RSA
+        , SignatureALG HashSHA224 PubKeyALG_RSA
         , SignatureALG HashSHA1 PubKeyALG_DSA
         , SignatureALG HashSHA224 PubKeyALG_ECDSA
         , SignatureALG HashSHA256 PubKeyALG_ECDSA
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-1.5.0.1/x509.cabal new/x509-1.5.1/x509.cabal
--- old/x509-1.5.0.1/x509.cabal 2014-10-20 06:09:06.000000000 +0200
+++ new/x509-1.5.1/x509.cabal   2015-05-30 07:41:48.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                x509
-Version:             1.5.0.1
+Version:             1.5.1
 Description:         X509 reader and writer
 License:             BSD3
 License-file:        LICENSE


Reply via email to