WIP: Automatic update to Crypt-OpenSSL-Verify-0.38.tar.gz #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:deefdae6b14877f590f08c4eb50e3cd3710aa3ee62412c08d183f55b3af73e9e
|
||||
size 55194
|
||||
BIN
Crypt-OpenSSL-Verify-0.38.tar.gz
LFS
Normal file
BIN
Crypt-OpenSSL-Verify-0.38.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 22 06:06:44 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.380.0 (0.38)
|
||||
see /usr/share/doc/packages/perl-Crypt-OpenSSL-Verify/Changes
|
||||
|
||||
0.38 -- Sat Feb 21 15:05:16 AST 2026
|
||||
[Changes since 0.36]
|
||||
- Fix a minor memory leak and potential double frees
|
||||
- Add some additional test cases
|
||||
- Fix a couple of issues causing failures on the smokers
|
||||
- Replace the github actions for Linux and Windows (8e7ff45)
|
||||
[Detailed Change Log]
|
||||
- 14bd046 The module actually supports 5.008
|
||||
- 03c58de diag the openssl_version in first test
|
||||
- b2fbf7b Increment version number
|
||||
- 27e55aa Avoid potential double frees
|
||||
- aa8950b Clarify store - rename to store_sv
|
||||
- a96d3ee Require latest version of Crypt::OpenSSL::X509
|
||||
- 642a3b9 Bump actions/checkout from 2 to 6
|
||||
- 5d1f712 Add a dependabot for github actions
|
||||
- eab6e70 v0.37
|
||||
0.37 -- Sun Feb 01 14:08:32 AST 2026
|
||||
[Changes since 0.36]
|
||||
- Fix a minor memory leak
|
||||
- Add some additional test cases
|
||||
- Fix a couple of issues causing failures on the smokers
|
||||
- Replace the github actions for Linux and Windows (8e7ff45)
|
||||
[Detailed Change Log]
|
||||
- b254195 Improve 03-verify-bad-cert.t and sort Prereqs
|
||||
- 8e7ff45 Add a more thorough test suite
|
||||
- 7bdd4e3 Increase minimum version of Test::Spelling
|
||||
- 23d3174 Verify.xs white space change
|
||||
- a2800b7 Update to LICENSE text - no license impact
|
||||
- 3acc4bf Change Windows testers make to gmake
|
||||
- 23b14be Increment repo version
|
||||
- bb265f9 use libeay32 with Strawberry Perl <= 24
|
||||
- 1ba3225 Fix openSSL version differences
|
||||
- 71ff68f Add parameter tests
|
||||
- 3a83eb9 Improve code - fix memory leak
|
||||
- 92168a2 Fix case for PERL_VERSION
|
||||
- 99b0e6c v0.36
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 14:00:19 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Crypt-OpenSSL-Verify
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name Crypt-OpenSSL-Verify
|
||||
Name: perl-Crypt-OpenSSL-Verify
|
||||
Version: 0.360.0
|
||||
Version: 0.380.0
|
||||
Release: 0
|
||||
# 0.36 -> normalize -> 0.360.0
|
||||
%define cpan_version 0.36
|
||||
# 0.38 -> normalize -> 0.380.0
|
||||
%define cpan_version 0.38
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: OpenSSL Verify certificate verification in XS
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -31,10 +31,11 @@ Source100: README.md
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Crypt::OpenSSL::Guess)
|
||||
BuildRequires: perl(Crypt::OpenSSL::X509)
|
||||
BuildRequires: perl(File::Slurper) >= 0.012
|
||||
BuildRequires: perl(Crypt::OpenSSL::X509) >= 2.0.1
|
||||
BuildRequires: perl(File::Slurper) >= 0.12
|
||||
BuildRequires: perl(Test::Exception)
|
||||
Requires: perl(Crypt::OpenSSL::X509)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(Crypt::OpenSSL::X509) >= 2.0.1
|
||||
Provides: perl(Crypt::OpenSSL::Verify) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
@@ -51,7 +52,7 @@ A specific example is where you're working with XML signatures, and need to
|
||||
verify that the signing certificate is valid.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
|
||||
Reference in New Issue
Block a user