8ef8d319f4
Accepting request 1173737 from devel:languages:perl:autoupdate
...
- updated to 5.515
see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
5.515 2024-04-24 Dianne Skoll <dianne@skoll.ca >
* VERSION 5.514 RELEASED
* Fix the "version" setting in META.yml. There are no other changes
since 5.514.
OBS-URL: https://build.opensuse.org/request/show/1173737
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=44
2024-05-15 07:11:30 +00:00
6b93622bfb
Accepting request 1160823 from devel:languages:perl:autoupdate
...
- 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
OBS-URL: https://build.opensuse.org/request/show/1160823
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=42
2024-03-27 18:59:37 +00:00
d6f4e0fc80
Accepting request 1136650 from devel:languages:perl:autoupdate
...
- 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
OBS-URL: https://build.opensuse.org/request/show/1136650
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=40
2024-01-04 13:19:43 +00:00
869714319f
Accepting request 988350 from devel:languages:perl:autoupdate
...
- updated to 5.510
see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
OBS-URL: https://build.opensuse.org/request/show/988350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=38
2022-07-13 11:35:40 +00:00
Stephan Kulow
b3ad8ae274
Accepting request 486273 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/486273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=36
2017-04-08 06:14:19 +00:00
73e7ff0ee7
Accepting request 423920 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/423920
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=33
2016-09-01 12:25:48 +00:00
P. Janouch
210a0e0a42
Accepting request 398965 from home:bmwiedemann:branches:devel:languages:perl
...
Add MIME-tools-5.507-rt113887.patch from fedora
to fix test failure with new MailTools
OBS-URL: https://build.opensuse.org/request/show/398965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=31
2016-05-30 13:53:44 +00:00
3586099375
Accepting request 335978 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/335978
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=29
2015-10-02 19:16:22 +00:00
Stephan Kulow
cad2244932
Accepting request 305032 from devel:languages:perl:autoupdate
...
automatic update
OBS-URL: https://build.opensuse.org/request/show/305032
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=27
2015-05-02 09:38:36 +00:00
Stephan Kulow
a95c7017ed
- 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=25
2013-06-17 05:47:31 +00:00
Vítězslav Čížek
d528d6c365
- update to 5.502
...
* NOTE to packagers (Debian, Red Hat, FreeBSD, etc.): Do not ship
MIME::tools 5.500 or 5.501. They both had serious bugs!
* Fix parsing bug: https://rt.cpan.org/Ticket/Display.html?id=66025
* Fix typo: https://rt.cpan.org/Ticket/Display.html?id=65387
* Fix unit tests on Perl 5.8.x: https://rt.cpan.org/Ticket/Display.html?id=66188
* Fix unit test failure on Win32: (https://rt.cpan.org/Ticket/Display.html?id=66286 )
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=23
2011-03-09 10:49:46 +00:00
Vítězslav Čížek
fd86348e02
- update to 5.501
...
* Add build_requires 'Test::Deep'; to Makefile (rt.cpan.org #64659 )
* Fix spelling errors (rt.cpan.org #64610 )
* Fix double-decoding bug when decoding RFC-2231-encoded parameters
(rt.cpan.org #65162 )
* Fix inappropriate inclusion of CR characters in parsed headers
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=21
2011-02-21 09:12:30 +00:00
Vítězslav Čížek
f2cb36f89b
- updated to 5.500
...
* (cleanup) IO-Stringy (specifically, IO::ScalarArray, IO::Lines, and
IO::InnerFile) is no longer used
* (ticket 22684) Fix deadlock in filter() when invoking external
programs such as gzip. (Alexey Tourbin <at -at- altlinux.ru>)
* Remove auto_install from Makefile.PL
* (ticket 60931) If preamble is empty, make sure it's still empty after roundtripping through MIME::Entity
* (ticket 63739) Properly decude RFC2231 encodings in attachment filenames
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=19
2011-01-11 11:02:52 +00:00
Vítězslav Čížek
ace030f947
- updated to 5.500
...
* (cleanup) IO-Stringy (specifically, IO::ScalarArray, IO::Lines, and
IO::InnerFile) is no longer used
* (ticket 22684) Fix deadlock in filter() when invoking external
programs such as gzip. (Alexey Tourbin <at -at- altlinux.ru>)
* Remove auto_install from Makefile.PL
* (ticket 60931) If preamble is empty, make sure it's still empty after roundtripping through MIME::Entity
* (ticket 63739) Properly decude RFC2231 encodings in attachment filenames
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=18
2011-01-11 09:56:14 +00:00
Stephan Kulow
94689b98d6
siwtch to perl_requires macro
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=15
2010-12-01 13:49:34 +00:00
Stephan Kulow
674fdd2b7c
- remove /var/adm/perl-modules
...
- remove /var/adm/perl-modules
- remove /var/adm/perl-modules
- remove /var/adm/perl-modules
- remove /var/adm/perl-modules
- remove /var/adm/perl-modules
- remove /var/adm/perl-modules
- remove /var/adm/perl-modules
- remove /var/adm/perl-modules
- remove /var/adm/perl-modules
- remove /var/adm/perl-modules
- remove /var/adm/perl-modules
- remove /var/adm/perl-modules
- remove /var/adm/perl-modules
- remove /var/adm/perl-modules
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-tools?expand=0&rev=14
2010-11-29 18:57:18 +00:00
OBS User autobuild
9cdeccd03b
Accepting request 43059 from devel:languages:perl
...
Copy from devel:languages:perl/perl-MIME-tools based on submit request 43059 from user anicka
OBS-URL: https://build.opensuse.org/request/show/43059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-tools?expand=0&rev=16
2010-07-19 12:39:28 +00:00
OBS User autobuild
53e53fbd38
Accepting request 35745 from devel:languages:perl
...
Copy from devel:languages:perl/perl-MIME-tools based on submit request 35745 from user coolo
OBS-URL: https://build.opensuse.org/request/show/35745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-tools?expand=0&rev=13
2010-03-26 01:17:39 +00:00
OBS User autobuild
ce3e4c5148
Accepting request 29240 from devel:languages:perl
...
Copy from devel:languages:perl/perl-MIME-tools based on submit request 29240 from user coolo
OBS-URL: https://build.opensuse.org/request/show/29240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-tools?expand=0&rev=11
2010-01-12 11:01:08 +00:00
OBS User unknown
95109ac02a
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-tools?expand=0&rev=9
2009-08-10 22:07:54 +00:00
OBS User unknown
c65cb2d895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-tools?expand=0&rev=8
2009-07-27 20:54:29 +00:00
OBS User unknown
51936d314a
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-tools?expand=0&rev=7
2009-01-16 00:51:31 +00:00
OBS User unknown
fb61634cc3
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-tools?expand=0&rev=6
2008-07-25 15:00:36 +00:00
OBS User unknown
f062a539d2
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-tools?expand=0&rev=5
2008-03-26 15:29:43 +00:00
OBS User unknown
704dade08d
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-tools?expand=0&rev=4
2007-11-21 21:59:35 +00:00
OBS User unknown
a05f3d2303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-tools?expand=0&rev=3
2007-11-12 20:58:16 +00:00
OBS User unknown
a3b821103a
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-tools?expand=0&rev=2
2007-10-08 10:27:51 +00:00
OBS User unknown
d4de15b905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-tools?expand=0&rev=1
2007-01-15 23:31:06 +00:00