Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-crypton-x509-validation for
openSUSE:Factory checked in at 2026-06-10 15:59:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-crypton-x509-validation (Old)
and /work/SRC/openSUSE:Factory/.ghc-crypton-x509-validation.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-crypton-x509-validation"
Wed Jun 10 15:59:06 2026 rev:4 rq:1358354 version:1.6.14
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-crypton-x509-validation/ghc-crypton-x509-validation.changes
2025-02-26 17:20:24.907963625 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-crypton-x509-validation.new.2375/ghc-crypton-x509-validation.changes
2026-06-10 16:00:01.845818259 +0200
@@ -1,0 +2,6 @@
+Sat Mar 7 19:41:22 UTC 2026 - Peter Simons <[email protected]>
+
+- Update crypton-x509-validation to version 1.6.14 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
crypton-x509-validation.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-crypton-x509-validation.spec ++++++
--- /var/tmp/diff_new_pack.OlB3ob/_old 2026-06-10 16:00:02.849859868 +0200
+++ /var/tmp/diff_new_pack.OlB3ob/_new 2026-06-10 16:00:02.853860034 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-crypton-x509-validation
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-asn1-encoding-devel
BuildRequires: ghc-asn1-encoding-prof
@@ -96,6 +97,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ crypton-x509-validation.cabal ++++++
Name: crypton-x509-validation
version: 1.6.14
x-revision: 1
Description: X.509 Certificate and CRL validation. please see README
License: BSD3
License-file: LICENSE
Copyright: Vincent Hanquez <[email protected]>
Author: Vincent Hanquez <[email protected]>
Maintainer: Kazu Yamamoto <[email protected]>
Synopsis: X.509 Certificate and CRL validation
Build-Type: Simple
Category: Data
stability: experimental
Homepage: https://github.com/kazu-yamamoto/crypton-certificate
Cabal-Version: >= 1.10
Library
Default-Language: Haskell2010
Build-Depends: base >= 3 && < 5
, bytestring
, memory
, mtl
, containers
, hourglass
, data-default
, pem >= 0.1
, asn1-types >= 0.3 && < 0.4
, asn1-encoding >= 0.9 && < 0.10
, crypton-x509 >= 1.7.5 && < 1.8
, crypton-x509-store >= 1.6
, crypton >= 0.24 && < 1.1
, iproute >= 1.2.2
Exposed-modules: Data.X509.Validation
Other-modules: Data.X509.Validation.Signature
Data.X509.Validation.Fingerprint
Data.X509.Validation.Cache
Data.X509.Validation.Types
ghc-options: -Wall
Test-Suite test-x509-validation
Default-Language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: Tests
Main-is: Tests.hs
Other-modules: Certificate
Build-Depends: base >= 3 && < 5
, bytestring
, memory
, data-default
, tasty
, tasty-hunit
, hourglass
, asn1-types
, asn1-encoding
, crypton-x509 >= 1.7.1
, crypton-x509-store
, crypton-x509-validation
, crypton
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/kazu-yamamoto/crypton-certificate
subdir: x509-validation