Revisions of perl-MIME-tools

buildservice-autocommit accepted request 1163124 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 43)
baserev update by copy to link target
Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) accepted request 1160823 from Tina Müller's avatar Tina Müller (tinita) (revision 42)
- updated to 5.514
   see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
  5.514	  2024-02-06  Dianne Skoll <dianne@skoll.ca>
  	* VERSION 5.514 RELEASED
  	* Move the guts of the ambiguous_content method to MIME::Head
  	* Add MIME::Entity->ambiguous_content that returns true if
  	  this entity or any of its parts, recursively, has a MIME::Head
  	  whose ambiguous_content method returns true.
  	* Keep MIME::Parser->ambiguous_content as a cached version of the
  	  most recently parsed $entity->ambiguous_content.
  	* BUGFIX: Add some missing files to MANIFEST
  5.513	  2024-01-25  Dianne Skoll <dianne@skoll.ca>
  	* VERSION 5.513 RELEASED
  	* Add MIME::Parser->ambiguous_content to indicate one of several
     	  types of ambiguous MIME content that could be security risks.
  	* Add the '@duplicate_parameters' pseudo-parameter to let caller
    	  detect duplicate MIME parameters on a MIME header.
  5.512	  2024-01-08  Dianne Skoll <dianne@skoll.ca>
  	* VERSION 5.512 RELEASED
  	* Use much larger chunk sizes for Base-64 encoding which reduces
  	  both encoding time and space overhead.
  	  https://rt.cpan.org/Ticket/Display.html?id=128400
  	  https://rt.cpan.org/Ticket/Display.html?id=130110
buildservice-autocommit accepted request 1136805 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 41)
baserev update by copy to link target
Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) accepted request 1136650 from Tina Müller's avatar Tina Müller (tinita) (revision 40)
- updated to 5.511
   see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
  5.511	  2024-01-02  Dianne Skoll <dianne@skoll.ca>
  	* VERSION 5.511 RELEASED
  	* Silence a warning if used with a development version of
  	  MIME::QuotedPrint
  	  https://rt.cpan.org/Ticket/Display.html?id=150118
  	  https://rt.cpan.org/Ticket/Display.html?id=149225
buildservice-autocommit accepted request 988974 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 39)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 988350 from Tina Müller's avatar Tina Müller (tinita) (revision 38)
- updated to 5.510
   see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
buildservice-autocommit accepted request 486682 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 37)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 486273 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 36)
automatic update
buildservice-autocommit accepted request 424605 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 35)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 34)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 423920 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 33)
automatic update
buildservice-autocommit accepted request 398971 from P. Janouch's avatar P. Janouch (pjanouch) (revision 32)
baserev update by copy to link target
P. Janouch's avatar P. Janouch (pjanouch) accepted request 398965 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 31)
Add MIME-tools-5.507-rt113887.patch from fedora
  to fix test failure with new MailTools
buildservice-autocommit accepted request 335987 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 30)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 335978 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 29)
automatic update
buildservice-autocommit accepted request 305036 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 28)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 305032 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 27)
automatic update
buildservice-autocommit accepted request 179240 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 26)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 25)
- updated to 5.504
     * Fix encoding of MIME parameters that contain a quoted
       string:  "like \"this"
       https://rt.cpan.org/Public/Bug/Display.html?id=80433
     * Suppress useless warnings from tests
       https://rt.cpan.org/Public/Bug/Display.html?id=80679
     * Fix long-standing bug in encode_mimewords that can
       break multibyte-encodings (eg, utf-8)
       https://rt.cpan.org/Public/Bug/Display.html?id=5462
     * Avoid inappropriately untainting data
       https://rt.cpan.org/Public/Bug/Display.html?id=67119
     * Localise $\ to avoid parsing problems if it's set elsewhere
       https://rt.cpan.org/Public/Bug/Display.html?id=71041
     * Improve exorcising of filenames
       https://rt.cpan.org/Public/Bug/Display.html?id=71677
     * Fix potential race condition in t/Smtpsend.t
       https://rt.cpan.org/Public/Bug/Display.html?id=68879
     * Allow native I/O on File::Handle objects
       https://rt.cpan.org/Public/Bug/Display.html?id=72538
     * Add "recommends Convert::BinHex" clause to Makefile.PL
       https://rt.cpan.org/Public/Bug/Display.html?id=72223
     * Add module_name to Makefile.PL
       https://rt.cpan.org/Public/Bug/Display.html?id=77138
     * Fix "Uninitialized value" warning
       https://rt.cpan.org/Public/Bug/Display.html?id=77190
     * Don't run t/Smtpsend.t on systems that lack fork()
       https://rt.cpan.org/Public/Bug/Display.html?id=77351
     * Add "use strict" everywhere
buildservice-autocommit accepted request 63711 from Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) (revision 24)
baserev update by copy to link target
Displaying revisions 1 - 20 of 43
openSUSE Build Service is sponsored by