* Thu Nov 07 2024 Dirk Stoecker <opensuse@dstoecker.de>
- fix conflict with spfd daemon in libspf2
* Sun Jun 23 2024 Tina Müller <tina.mueller@suse.com>
- updated to 3.202.406.170 (3.20240617)
see /usr/share/doc/packages/perl-Mail-SPF/Changes
3.20240617 2024-06-17 Australia/Melbourne
- Update INSTALL file for Dist::Zilla changes
Thanks to Giovanni <g.bechis@snb.it>
- Fix memory leak in Mail::SPF::Server when cacheing a Mail::SPF::MacroString
Thanks to Giovanni <g.bechis@snb.it> and Felipe Gasper
- When mfrom is empty, create a synthetic mfrom (postmaster@helo) and check
that identity using the mfrom scope as specified in RFC7208
Thanks to Giovanni <g.bechis@snb.it>
- Fix missing declare in Mail::SPF::Server
Thanks to Giovanni <g.bechis@snb.it>
- require Mail::SPF::Mech when needed
Thanks to Giovanni <g.bechis@snb.it>
- correctly handle empty labels
Thanks to Giovanni <g.bechis@snb.it>
- use "try" instead of "eval"
Thanks to Giovanni <g.bechis@snb.it>
- error out if the lookup fails
Thanks to Giovanni <g.bechis@snb.it>
* Fri Mar 22 2024 Tina Müller <tina.mueller@suse.com>
- Remove fix_pod.patch, fixed upstream
* Fri Mar 22 2024 Tina Müller <timueller+perl@suse.de>
- updated to 3.20240206
see /usr/share/doc/packages/perl-Mail-SPF/Changes
* Mon Mar 04 2024 pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
* Thu Jul 11 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Fix permissions in spfd command [bsc#1141089]
- Added test dependency Test::Pod >= 1.00
- Move LICENSE file from doc to license
- Updated spec file with spec-cleaner
* Wed Jul 01 2015 hsk@imb-jena.de
- .spec file: added %{_sbindir}/spfd to %files section
* Tue Apr 14 2015 coolo@suse.com
- updated to 2.9.0
see /usr/share/doc/packages/perl-Mail-SPF/CHANGES
- -- 2.009 (2013-07-21 03:30)
Mail::SPF:
* Default to querying only TXT type RRs (query_rr_types = Mail::SPF::Server->
query_rr_type_txt). Experience has shown that querying SPF type RRs is
impractical.
* Wed Jun 26 2013 coolo@suse.com
- add fix_pod.patch to fix pod syntax for perl 5.18
* Wed Mar 27 2013 stefan.jakobs@rus.uni-stuttgart.de
- remove 'BuildRequires: perl-macros' from spec file, because perl
included in openSUSE > 1210 deprecates perl-macros which causes a
build failure.