commit perl-Mail-DKIM for openSUSE:Factory

2020-10-24 Thread root
Hello community,

here is the log from the commit of package perl-Mail-DKIM for openSUSE:Factory 
checked in at 2020-10-24 15:13:14

Comparing /work/SRC/openSUSE:Factory/perl-Mail-DKIM (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mail-DKIM.new.3463 (New)


Package is "perl-Mail-DKIM"

Sat Oct 24 15:13:14 2020 rev:28 rq:842811 version:1.20200907

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mail-DKIM/perl-Mail-DKIM.changes
2019-04-05 11:55:19.754276500 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mail-DKIM.new.3463/perl-Mail-DKIM.changes  
2020-10-24 15:13:31.403957130 +0200
@@ -1,0 +2,6 @@
+Tue Sep  8 03:08:02 UTC 2020 - Tina Müller 
+
+- updated to 1.20200907
+   see /usr/share/doc/packages/perl-Mail-DKIM/Changes
+
+---

Old:

  Mail-DKIM-0.54.tar.gz

New:

  Mail-DKIM-1.20200907.tar.gz



Other differences:
--
++ perl-Mail-DKIM.spec ++
--- /var/tmp/diff_new_pack.AUkpxt/_old  2020-10-24 15:13:33.699959994 +0200
+++ /var/tmp/diff_new_pack.AUkpxt/_new  2020-10-24 15:13:33.70396 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mail-DKIM
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,33 +17,35 @@
 
 
 Name:   perl-Mail-DKIM
-Version:0.54
+Version:1.20200907
 Release:0
 %define cpan_name Mail-DKIM
 Summary:Signs/verifies Internet mail with DKIM/DomainKey signatures
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-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
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Crypt::OpenSSL::RSA) >= 0.24
+BuildRequires:  perl(Crypt::OpenSSL::RSA)
 BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(Mail::Address)
+BuildRequires:  perl(Mail::AuthenticationResults::Header::AuthServID)
+BuildRequires:  perl(Mail::AuthenticationResults::Parser)
 BuildRequires:  perl(Net::DNS)
+BuildRequires:  perl(Net::DNS::Resolver)
 BuildRequires:  perl(Net::DNS::Resolver::Mock)
 BuildRequires:  perl(Test::RequiresInternet)
 BuildRequires:  perl(YAML::XS)
-Requires:   perl(Crypt::OpenSSL::RSA) >= 0.24
+Requires:   perl(Crypt::OpenSSL::RSA)
 Requires:   perl(Digest::SHA)
 Requires:   perl(Mail::Address)
+Requires:   perl(Mail::AuthenticationResults::Header::AuthServID)
+Requires:   perl(Mail::AuthenticationResults::Parser)
 Requires:   perl(Net::DNS)
-Requires:   perl(Net::DNS::Resolver::Mock)
-Requires:   perl(Test::RequiresInternet)
-Requires:   perl(YAML::XS)
 %{perl_requires}
 
 %description
@@ -71,7 +73,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -87,6 +89,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog Changes doc HACKING.DKIM README.md TODO
+%doc Changes doc HACKING.DKIM README README.md TODO
+%license LICENSE
 
 %changelog

++ Mail-DKIM-0.54.tar.gz -> Mail-DKIM-1.20200907.tar.gz ++
 13423 lines of diff (skipped)




commit perl-Mail-DKIM for openSUSE:Factory

2019-04-05 Thread root
Hello community,

here is the log from the commit of package perl-Mail-DKIM for openSUSE:Factory 
checked in at 2019-04-05 11:55:18

Comparing /work/SRC/openSUSE:Factory/perl-Mail-DKIM (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mail-DKIM.new.3908 (New)


Package is "perl-Mail-DKIM"

Fri Apr  5 11:55:18 2019 rev:27 rq:691011 version:0.54

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mail-DKIM/perl-Mail-DKIM.changes
2013-03-27 19:31:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mail-DKIM.new.3908/perl-Mail-DKIM.changes  
2019-04-05 11:55:19.754276500 +0200
@@ -1,0 +2,109 @@
+Wed Apr  3 07:08:52 UTC 2019 - Stephan Kulow 
+
+- updated to 0.54
+   see /usr/share/doc/packages/perl-Mail-DKIM/ChangeLog
+
+   -- VERSION 0.54 --
+  
+  2018-10-12: Marc Bradshaw 
+  
+   * The T tag on arcseal is not required
+  
+   -- VERSION 0.53 --
+  
+  2018-05-27: Marc Bradshaw 
+  
+   * Make tests less dependent on local resolver setup
+   * Add thanks to Valimail
+  
+   -- VERSION 0.52 --
+  
+  2018-01-12: Marc Bradshaw 
+  
+   * Internet connection tests were declared in the wrong order
+  
+   -- VERSION 0.51 --
+  
+  2018-01-12: Marc Bradshaw 
+  
+   * Fix for older versions of perl
+   * Tests no longer fail with no internet connection
+  
+   -- VERSION 0.50 --
+  
+  2017-12-16: Marc Bradshaw 
+  
+   * Added Strict mode to DKIM verifier
+   * Code formatting fixes
+  
+  2017-12-14: John Levine 
+  
+  * Make ARC code work a lot better
+  
+  * Add new arcsign.pl and arcverify.pl scripts
+  
+   -- VERSION 0.44 --
+  
+  2017-10-19: Marc Bradshaw 
+  
+  * Added experimental support for ARC
+  
+   -- VERSION 0.43 --
+  
+   2017-09-20: Marc Bradshaw 
+  
+   * Update tests for new DNS setup
+  
+   -- VERSION 0.42 --
+  
+   2017-07-29: Marc Bradshaw 
+  
+   * Fix failing tests
+  
+   -- VERSION 0.41 --
+  
+  2017-04-14: Marc Bradshaw 
+  
+   * commit aac893fdbaa7f8ccd5d37fa7f20d1785406cda51
+ Author: Marc Bradshaw 
+ Date:   Fri Mar 17 14:53:53 2017 +1100
+  Avoid use of $_ in read loop
+  RT 106485: Mail::DKIM::PrivateKey->load tampering $_ and 
+  
+   * commit 06934f259e392b2a3cf94560e6051d9e522d0bf3
+ Author: Marc Bradshaw 
+ Date:   Fri Mar 17 14:44:44 2017 +1100
+  Ensure PrivateKey file is closed properly.
+  Store PrivateKey file handle in lexical variable and close it
+  once we are done.
+  RT 120638: Mail::DKIM::PrivateKey does not close FILE
+  
+   * commit 9e7c1c4cb78a6cb1cf396ece4379c7ed2c44c974
+ Author: Marc Bradshaw 
+ Date:   Fri Feb 27 12:08:11 2015 +1100
+  Allow greater control over signed headers
+  
+   * commit 8291c034dc7db4394e9df80e70b8cbe8428a38c2
+ Author: Marc Bradshaw 
+ Date:   Fri Jan 23 09:54:02 2015 +1100
+  Allow greater control over which headers are signed by Signer
+  
+  2013-02-07: Jason Long 
+   * lib/Mail/DKIM/Verifier.pm (add_signature): call fetch_public_key() iff
+ the signature passes a validity check;
+ (finish_header): set result to 'invalid' if signature does not have a
+ result
+   * lib/Mail/DKIM/Signature.pm (check_protocol): now returns a list of
+ supported protocols, or an empty list if no supported protocols found.
+  
+  2013-02-06: Jason Long 
+   * t/corpus/good_83176.txt: add new email to test suite; this email contains
+ a signature with a LIST of query methods, one of which is good, but the
+ rest should be quietly ignored. This test currently fails.
+   * lib/Mail/DKIM/Signature.pm (check_protocol): support multiple methods 
being
+ specified in signatures q= tag. We look for dns/txt to occur anywhere in
+ the field; all other values are ignored.
+  
+   -- VERSION 0.40 --
+
+---

Old:

  Mail-DKIM-0.39.tar.gz
  Mail-DKIM-0.40.tar.gz

New:

  Mail-DKIM-0.54.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Mail-DKIM.spec ++
--- /var/tmp/diff_new_pack.xhjBD6/_old  2019-04-05 11:55:20.494277096 +0200
+++ /var/tmp/diff_new_pack.xhjBD6/_new  2019-04-05 11:55:20.498277100 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mail-DKIM
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,39 +12,38 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   

commit perl-Mail-DKIM for openSUSE:Factory

2013-03-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Mail-DKIM for openSUSE:Factory 
checked in at 2013-03-27 19:31:46

Comparing /work/SRC/openSUSE:Factory/perl-Mail-DKIM (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mail-DKIM.new (New)


Package is perl-Mail-DKIM, Maintainer is vark...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mail-DKIM/perl-Mail-DKIM.changes
2011-11-21 12:42:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mail-DKIM.new/perl-Mail-DKIM.changes   
2013-03-27 19:31:47.0 +0100
@@ -1,0 +2,21 @@
+Wed Mar 27 12:43:00 UTC 2013 - stefan.jak...@rus.uni-stuttgart.de
+
+- Update to version 0.40 - released 2013-02-07
+  * New/changed functionality:
+* a single DNS resolver is created for the lifetime of the program,
+  rather than reinitializing the resolver for each new query.
+  * bugfixes:
+* fix the error message given when an invalid algorithm is
+  specified in the construction of Mail::DKIM::Signer.
+* avoid Perl warning about use of an undefined value in several
+  places (rt.cpan.org issue #82913).
+* speed- improved performance of parsing the message into lines
+  (rt.cpan.org issue #77902). Patch by Mark Martinec.
+* fix DNS queries to use the correct method (txtdata) of Net::DNS
+  (rt.cpan.org issue #83170). Patch by Mark Martinec.
+  * API changes:
+* global subroutines resolver() or enable_EDNS0() in module
+  Mail::DKIM::DNS can be called to specify non-default options
+  to Net::DNS::Resolver (see also rt.cpan.org issue #80425). 
+
+---

New:

  Mail-DKIM-0.40.tar.gz



Other differences:
--
++ perl-Mail-DKIM.spec ++
--- /var/tmp/diff_new_pack.Puq7gW/_old  2013-03-27 19:31:49.0 +0100
+++ /var/tmp/diff_new_pack.Puq7gW/_new  2013-03-27 19:31:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mail-DKIM
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,33 +16,34 @@
 #
 
 
-
 Name:   perl-Mail-DKIM
-Version:0.39
-Release:9
-License:GPL-2.0+
+Version:0.40
+Release:0
 %define cpan_name Mail-DKIM
 Summary:Signs/verifies Internet mail with DKIM/DomainKey signatures
-Url:http://search.cpan.org/dist/Mail-DKIM/
+License:GPL-2.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Mail-DKIM/
 #Source: 
http://www.cpan.org/authors/id/J/JA/JASLONG/Mail-DKIM-0.39.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
+%if 0%{?suse_version}  0%{?suse_version} = 1210
 BuildRequires:  perl-macros
+%endif
 BuildRequires:  perl(Test::Simple)
 #
 BuildRequires:  perl(Crypt::OpenSSL::RSA) = 0.24
 BuildRequires:  perl(Digest::SHA)
-BuildRequires:  perl(Mail::Address)
 BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(Mail::Address)
 BuildRequires:  perl(Net::DNS)
 #
 Requires:   perl(Crypt::OpenSSL::RSA) = 0.24
 Requires:   perl(Digest::SHA)
-Requires:   perl(Mail::Address)
 Requires:   perl(MIME::Base64)
+Requires:   perl(Mail::Address)
 Requires:   perl(Net::DNS)
 %{perl_requires}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Mail-DKIM for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Mail-DKIM for openSUSE:Factory 
checked in at 2011-12-06 18:43:56

Comparing /work/SRC/openSUSE:Factory/perl-Mail-DKIM (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mail-DKIM.new (New)


Package is perl-Mail-DKIM, Maintainer is vark...@suse.com

Changes:




Other differences:
--
++ perl-Mail-DKIM.spec ++
--- /var/tmp/diff_new_pack.f4X85L/_old  2011-12-06 19:12:55.0 +0100
+++ /var/tmp/diff_new_pack.f4X85L/_new  2011-12-06 19:12:55.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Mail-DKIM
 Version:0.39
 Release:9
-License:GPLv2+
+License:GPL-2.0+
 %define cpan_name Mail-DKIM
 Summary:Signs/verifies Internet mail with DKIM/DomainKey signatures
 Url:http://search.cpan.org/dist/Mail-DKIM/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Mail-DKIM for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Mail-DKIM for openSUSE:Factory 
checked in at 2011-11-21 12:42:29

Comparing /work/SRC/openSUSE:Factory/perl-Mail-DKIM (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mail-DKIM.new (New)


Package is perl-Mail-DKIM, Maintainer is vark...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mail-DKIM/perl-Mail-DKIM.changes
2011-09-23 12:38:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mail-DKIM.new/perl-Mail-DKIM.changes   
2011-11-21 12:42:35.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:08:11 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Mail-DKIM-0.39.tar.bz2

New:

  Mail-DKIM-0.39.tar.gz



Other differences:
--
++ perl-Mail-DKIM.spec ++
--- /var/tmp/diff_new_pack.dA7ETt/_old  2011-11-21 12:42:36.0 +0100
+++ /var/tmp/diff_new_pack.dA7ETt/_new  2011-11-21 12:42:36.0 +0100
@@ -26,7 +26,7 @@
 Url:http://search.cpan.org/dist/Mail-DKIM/
 Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/authors/id/J/JA/JASLONG/Mail-DKIM-0.39.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org