Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-crypton-x509-store for openSUSE:Factory checked in at 2025-07-23 16:34:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-crypton-x509-store (Old) and /work/SRC/openSUSE:Factory/.ghc-crypton-x509-store.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-crypton-x509-store" Wed Jul 23 16:34:45 2025 rev:3 rq:1295175 version:1.6.11 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-crypton-x509-store/ghc-crypton-x509-store.changes 2025-02-26 17:20:22.951881763 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-crypton-x509-store.new.8875/ghc-crypton-x509-store.changes 2025-07-23 16:36:32.739199069 +0200 @@ -1,0 +2,6 @@ +Wed Jul 16 23:14:31 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update crypton-x509-store to version 1.6.11. + Upstream does not provide a change log file. + +------------------------------------------------------------------- Old: ---- crypton-x509-store-1.6.10.tar.gz New: ---- crypton-x509-store-1.6.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-crypton-x509-store.spec ++++++ --- /var/tmp/diff_new_pack.dQO0jK/_old 2025-07-23 16:36:33.487228195 +0200 +++ /var/tmp/diff_new_pack.dQO0jK/_new 2025-07-23 16:36:33.491228351 +0200 @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.6.10 +Version: 1.6.11 Release: 0 Summary: X.509 collection accessing and storing methods License: BSD-3-Clause ++++++ crypton-x509-store-1.6.10.tar.gz -> crypton-x509-store-1.6.11.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crypton-x509-store-1.6.10/Data/X509/CertificateStore.hs new/crypton-x509-store-1.6.11/Data/X509/CertificateStore.hs --- old/crypton-x509-store-1.6.10/Data/X509/CertificateStore.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/crypton-x509-store-1.6.11/Data/X509/CertificateStore.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,6 +2,7 @@ module Data.X509.CertificateStore ( CertificateStore, + isEmptyCertificateStore, makeCertificateStore, readCertificateStore, readCertificates, @@ -38,6 +39,11 @@ = CertificateStore (M.Map DistinguishedName SignedCertificate) | CertificateStores [CertificateStore] +isEmptyCertificateStore :: CertificateStore -> Bool +isEmptyCertificateStore (CertificateStore m) = M.null m +isEmptyCertificateStore (CertificateStores []) = True +isEmptyCertificateStore _ = False + #if MIN_VERSION_base(4,9,0) instance Semigroup CertificateStore where (<>) = append diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crypton-x509-store-1.6.10/crypton-x509-store.cabal new/crypton-x509-store-1.6.11/crypton-x509-store.cabal --- old/crypton-x509-store-1.6.10/crypton-x509-store.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/crypton-x509-store-1.6.11/crypton-x509-store.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ Name: crypton-x509-store -version: 1.6.10 +version: 1.6.11 Description: X.509 collection accessing and storing methods for certificate, crl, exception list License: BSD3 License-file: LICENSE