forked from pool/perl-Mail-SPF
- fix conflict with spfd daemon in libspf2 OBS-URL: https://build.opensuse.org/request/show/1222490 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-SPF?expand=0&rev=40
156 lines
5.6 KiB
Plaintext
156 lines
5.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Nov 7 15:22:33 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- fix conflict with spfd daemon in libspf2
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 23 16:30:15 UTC 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 19:30:20 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
- Remove fix_pod.patch, fixed upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 22 16:30:35 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 3.20240206
|
|
see /usr/share/doc/packages/perl-Mail-SPF/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 4 13:16:48 UTC 2024 - pgajdos@suse.com
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
%patchN
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 11 14:04:47 UTC 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 1 10:02:29 UTC 2015 - hsk@imb-jena.de
|
|
|
|
- .spec file: added %{_sbindir}/spfd to %files section
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 14 17:30:29 UTC 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 09:01:55 UTC 2013 - coolo@suse.com
|
|
|
|
- add fix_pod.patch to fix pod syntax for perl 5.18
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 27 14:24:38 UTC 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 21 13:54:45 UTC 2012 - sweet_f_a@gmx.de
|
|
|
|
- cleanup spec file style
|
|
- build requires Mail::SPF::Test (needed for test suite)
|
|
- add skip_test.patch,
|
|
see https://rt.cpan.org/Public/Bug/Display.html?id=78214
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 19 11:41:38 UTC 2012 - sweet_f_a@gmx.de
|
|
|
|
- update to 2.008
|
|
Mail::SPF:
|
|
* Sanitize result local_explanation (as well as result object
|
|
string representation) by replacing all non-printable or
|
|
non-ascii characters with their hex-escaped representation
|
|
(e.g., "\x00").
|
|
(Addresses: bugs.launchpad.net #806926)
|
|
Miscellaneous:
|
|
* Change openspf.org URLs to openspf.net because openspf.org is
|
|
unreachable indefinitely.
|
|
* Change <http://www.ietf.org/rfc/….txt> URLs
|
|
to <http://tools.ietf.org/html/…>.
|
|
* META.yml: configure_requires: Module::Build 0.2805
|
|
* META.yml: requires: Net::DNS 0.62 (was: 0.52)
|
|
(Closes: rt.cpan.org #28545)
|
|
* META.yml: Revert to flat version numbers for perl and
|
|
Net::DNS::Resolver:: Programmable build requirements to avoid
|
|
Module::Build::Compat/Makefile.PL incompatibilities.
|
|
(Closes: rt.cpan.org #53231)
|
|
* Attempt to prevent a cascading failure in
|
|
t/00.03-class-result.t that seems to happen under rare,
|
|
unknown circumstances. (Closes: rt.cpan.org #39099)
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:33:26 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 9 15:20:36 UTC 2010 - coolo@novell.com
|
|
|
|
- update to 2.007 and fix build
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 30 22:23:15 CEST 2009 - lars@linux-schulserver.de
|
|
|
|
- update to 2.006:
|
|
details: /usr/share/doc/packages/perl-Mail-SPF/CHANGES
|
|
- rpmlint fixes
|
|
- added Mail-SPF-v2.006-Makefile.patch (use ExtUtils::MakeMaker)
|
|
|
|
-------------------------------------------------------------------
|
|
* Mon Jul 10 00:00:00 CEST 2006 - dmueller@suse.de
|
|
|
|
- update to 1.999.1 (#190194):
|
|
Lots of small changes, read details here:
|
|
/usr/share/doc/packages/perl-Mail-SPF/CHANGES
|
|
|
|
-------------------------------------------------------------------
|
|
* Wed Jan 25 00:00:00 CEST 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
* Mon Sep 19 00:00:00 CEST 2005 - dmueller@suse.de
|
|
|
|
- initial package 1.997
|
|
|