5 Commits

Author SHA256 Message Date
032f2d6951 Add Gitea build results 2025-08-12 18:15:13 +02:00
14e75aab27 Accepting request 1235275 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1235275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mail-DKIM?expand=0&rev=36
2025-01-07 19:50:20 +00:00
00aa47ae47 Accepting request 1233998 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1233998
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-DKIM?expand=0&rev=50
2025-01-06 16:48:16 +00:00
ae7d6e1f19 Accepting request 1183689 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1183689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mail-DKIM?expand=0&rev=35
2024-06-29 13:16:28 +00:00
2c358d5842 Accepting request 1182899 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1182899
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-DKIM?expand=0&rev=48
2024-06-27 18:11:04 +00:00
5 changed files with 43 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc4d901a8f8a76fc133ae607ce6b9c668211fb09ff8c497d4206367f4901c80a
size 183426

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45de46f5dc4d23bcb6ad6401759881dd43968eab20e73f6f79d9557467de20ee
size 184393

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Mail-DKIM/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Mail-DKIM)

View File

@@ -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>

View File

@@ -18,13 +18,14 @@
%define cpan_name Mail-DKIM
Name: perl-Mail-DKIM
Version: 1.20240124
Version: 1.20240923
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Signs/verifies Internet mail with DKIM/DomainKey signatures
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -38,6 +39,7 @@ BuildRequires: perl(Net::DNS)
BuildRequires: perl(Net::DNS::Resolver)
BuildRequires: perl(Net::DNS::Resolver::Mock)
BuildRequires: perl(Test::RequiresInternet)
BuildRequires: perl(YAML)
BuildRequires: perl(YAML::XS)
Requires: perl(Crypt::OpenSSL::RSA)
Requires: perl(Crypt::PK::Ed25519)