Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
032f2d6951 | |||
14e75aab27 | |||
00aa47ae47 | |||
ae7d6e1f19 | |||
2c358d5842 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc4d901a8f8a76fc133ae607ce6b9c668211fb09ff8c497d4206367f4901c80a
|
|
||||||
size 183426
|
|
3
Mail-DKIM-1.20240923.tar.gz
Normal file
3
Mail-DKIM-1.20240923.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45de46f5dc4d23bcb6ad6401759881dd43968eab20e73f6f79d9557467de20ee
|
||||||
|
size 184393
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 23 05:32:49 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.20240923
|
||||||
|
see /usr/share/doc/packages/perl-Mail-DKIM/Changes
|
||||||
|
|
||||||
|
1.20240923 2024-09-23 Australia/Melbourne
|
||||||
|
* Fix loading of ED25519 keys with CryptX-0.081
|
||||||
|
|
||||||
|
1.20240827 2024-08-27 Australia/Melbourne
|
||||||
|
* Add missing Author prerequisite
|
||||||
|
Thanks to Giovanni <g.bechis@snb.it>
|
||||||
|
* Option to pass a time to the Validator to assert the time
|
||||||
|
which should be considered as "now" for expiry checks
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 23 16:29:40 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- updated to 1.20240619
|
||||||
|
see /usr/share/doc/packages/perl-Mail-DKIM/Changes
|
||||||
|
|
||||||
|
1.20240619 2024-06-19 Australia/Melbourne
|
||||||
|
* Remove version check for Net::DNS, this fixes issues when using a
|
||||||
|
development version of Net::DNS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 25 03:07:52 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
Thu Jan 25 03:07:52 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -18,13 +18,14 @@
|
|||||||
|
|
||||||
%define cpan_name Mail-DKIM
|
%define cpan_name Mail-DKIM
|
||||||
Name: perl-Mail-DKIM
|
Name: perl-Mail-DKIM
|
||||||
Version: 1.20240124
|
Version: 1.20240923
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Signs/verifies Internet mail with DKIM/DomainKey signatures
|
Summary: Signs/verifies Internet mail with DKIM/DomainKey signatures
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -38,6 +39,7 @@ BuildRequires: perl(Net::DNS)
|
|||||||
BuildRequires: perl(Net::DNS::Resolver)
|
BuildRequires: perl(Net::DNS::Resolver)
|
||||||
BuildRequires: perl(Net::DNS::Resolver::Mock)
|
BuildRequires: perl(Net::DNS::Resolver::Mock)
|
||||||
BuildRequires: perl(Test::RequiresInternet)
|
BuildRequires: perl(Test::RequiresInternet)
|
||||||
|
BuildRequires: perl(YAML)
|
||||||
BuildRequires: perl(YAML::XS)
|
BuildRequires: perl(YAML::XS)
|
||||||
Requires: perl(Crypt::OpenSSL::RSA)
|
Requires: perl(Crypt::OpenSSL::RSA)
|
||||||
Requires: perl(Crypt::PK::Ed25519)
|
Requires: perl(Crypt::PK::Ed25519)
|
||||||
|
Reference in New Issue
Block a user