This commit is contained in:
parent
ff9dff793b
commit
dedc39bc93
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:838e7343b2a6eac0f26f0d69a16aef0041729a62b98d3476db510363005e3e10
|
|
||||||
size 45816
|
|
3
MailTools-2.03.tar.bz2
Normal file
3
MailTools-2.03.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e995a53b5bd098429669054b018d51780c939c914ef64bf4b0b560d1aba7291
|
||||||
|
size 45899
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 19 16:23:28 CEST 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 2.03
|
||||||
|
* Netware needs to use smtp as well
|
||||||
|
* Mail::Field::extract() fixed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 13 15:32:59 CET 2007 - anicka@suse.cz
|
Thu Dec 13 15:32:59 CET 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-MailTools (Version 2.02)
|
# spec file for package perl-MailTools (Version 2.03)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,9 +10,10 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: perl-MailTools
|
Name: perl-MailTools
|
||||||
Url: http://cpan.org/modules/by-module/Mail/
|
Url: http://cpan.org/modules/by-module/Mail/
|
||||||
Version: 2.02
|
Version: 2.03
|
||||||
Release: 1
|
Release: 1
|
||||||
Provides: p_mtools
|
Provides: p_mtools
|
||||||
Obsoletes: p_mtools
|
Obsoletes: p_mtools
|
||||||
@ -58,7 +59,11 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|||||||
%doc ChangeLog MANIFEST README README.demos examples
|
%doc ChangeLog MANIFEST README README.demos examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 13 2007 - anicka@suse.cz
|
* Thu Jun 19 2008 anicka@suse.cz
|
||||||
|
- update to 2.03
|
||||||
|
* Netware needs to use smtp as well
|
||||||
|
* Mail::Field::extract() fixed.
|
||||||
|
* Thu Dec 13 2007 anicka@suse.cz
|
||||||
- update to 2.02
|
- update to 2.02
|
||||||
* use 3-arg open() in Mail::Util.
|
* use 3-arg open() in Mail::Util.
|
||||||
* reorganized installation of MailTools, in a modern way. This
|
* reorganized installation of MailTools, in a modern way. This
|
||||||
@ -67,14 +72,14 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|||||||
generate nice manuals in POD and HTML.
|
generate nice manuals in POD and HTML.
|
||||||
* extracted Mail::Field::Generic from Mail::Field
|
* extracted Mail::Field::Generic from Mail::Field
|
||||||
* added misteriously missing Mail::Field::AddrList::addr_list()
|
* added misteriously missing Mail::Field::AddrList::addr_list()
|
||||||
* Tue May 15 2007 - anicka@suse.cz
|
* Tue May 15 2007 anicka@suse.cz
|
||||||
- update to 1.77
|
- update to 1.77
|
||||||
* fixed syntax error in qmail.pm
|
* fixed syntax error in qmail.pm
|
||||||
* die if qmail's exec fails.
|
* die if qmail's exec fails.
|
||||||
* require Data::Format
|
* require Data::Format
|
||||||
* corrected header field folding according to rfc2822, which
|
* corrected header field folding according to rfc2822, which
|
||||||
may break some ancient (poor) applications.
|
may break some ancient (poor) applications.
|
||||||
* Thu Apr 12 2007 - anicka@suse.cz
|
* Thu Apr 12 2007 anicka@suse.cz
|
||||||
- update to 1.76
|
- update to 1.76
|
||||||
* The tag (field label) casing is "normalized" which is not
|
* The tag (field label) casing is "normalized" which is not
|
||||||
required (as the comment in the code told), but a mis*
|
required (as the comment in the code told), but a mis*
|
||||||
@ -90,45 +95,45 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|||||||
thread*safe in mod_perl. Therefore, he required to pass the
|
thread*safe in mod_perl. Therefore, he required to pass the
|
||||||
sender of the message explictly on qmail's command*line.
|
sender of the message explictly on qmail's command*line.
|
||||||
His addapted patch included.
|
His addapted patch included.
|
||||||
* Thu Jul 13 2006 - anicka@suse.cz
|
* Thu Jul 13 2006 anicka@suse.cz
|
||||||
- update to 1.74
|
- update to 1.74
|
||||||
* minor improvements and bugfixes, new examples added
|
* minor improvements and bugfixes, new examples added
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Apr 11 2005 - freitag@suse.de
|
* Mon Apr 11 2005 freitag@suse.de
|
||||||
- updated to most recent version 1.67
|
- updated to most recent version 1.67
|
||||||
* Thu Feb 26 2004 - choeger@suse.de
|
* Thu Feb 26 2004 choeger@suse.de
|
||||||
- updated to most recent version 1.60
|
- updated to most recent version 1.60
|
||||||
* Sun Jan 11 2004 - adrian@suse.de
|
* Sun Jan 11 2004 adrian@suse.de
|
||||||
- add %%defattr
|
- add %%defattr
|
||||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
* Fri Aug 22 2003 mjancar@suse.cz
|
||||||
- require the perl version we build with
|
- require the perl version we build with
|
||||||
* Thu Jul 17 2003 - choeger@suse.de
|
* Thu Jul 17 2003 choeger@suse.de
|
||||||
- use install_vendor and new %%perl_process_packlist macro
|
- use install_vendor and new %%perl_process_packlist macro
|
||||||
* Tue Jun 17 2003 - choeger@suse.de
|
* Tue Jun 17 2003 choeger@suse.de
|
||||||
- updated filelist
|
- updated filelist
|
||||||
* Mon May 19 2003 - choeger@suse.de
|
* Mon May 19 2003 choeger@suse.de
|
||||||
- remove installed (but unpackaged) file perllocal.pod
|
- remove installed (but unpackaged) file perllocal.pod
|
||||||
* Thu May 08 2003 - choeger@suse.de
|
* Thu May 08 2003 choeger@suse.de
|
||||||
- update to version 1.58
|
- update to version 1.58
|
||||||
* Wed Oct 30 2002 - choeger@suse.de
|
* Wed Oct 30 2002 choeger@suse.de
|
||||||
- Security update: The mailx mailer has been removed from the list
|
- Security update: The mailx mailer has been removed from the list
|
||||||
of possible mailers in the Mail::Mailer package. Remote attackers
|
of possible mailers in the Mail::Mailer package. Remote attackers
|
||||||
could use unpatched Mail::Mailer packages to execute arbitrary
|
could use unpatched Mail::Mailer packages to execute arbitrary
|
||||||
commands via programs using this package or any other Perl
|
commands via programs using this package or any other Perl
|
||||||
package using Mail::Mailer. Such programs are auto-reply
|
package using Mail::Mailer. Such programs are auto-reply
|
||||||
programs or SpamAssassin for example.
|
programs or SpamAssassin for example.
|
||||||
* Mon Aug 05 2002 - link@suse.de
|
* Mon Aug 05 2002 link@suse.de
|
||||||
- update to 1.47
|
- update to 1.47
|
||||||
- overhauled spec file
|
- overhauled spec file
|
||||||
* Mon Jul 29 2002 - mls@suse.de
|
* Mon Jul 29 2002 mls@suse.de
|
||||||
- Fixed neededforbuild for perl-5.8.0
|
- Fixed neededforbuild for perl-5.8.0
|
||||||
* Tue Jul 02 2002 - mls@suse.de
|
* Tue Jul 02 2002 mls@suse.de
|
||||||
- remove race in .packlist generation
|
- remove race in .packlist generation
|
||||||
* Sun Jan 13 2002 - link@suse.de
|
* Sun Jan 13 2002 link@suse.de
|
||||||
- update to v1.42
|
- update to v1.42
|
||||||
* Wed Nov 15 2000 - choeger@suse.de
|
* Wed Nov 15 2000 choeger@suse.de
|
||||||
- long package name
|
- long package name
|
||||||
- buildroot
|
- buildroot
|
||||||
* Wed Jul 19 2000 - choeger@suse.de
|
* Wed Jul 19 2000 choeger@suse.de
|
||||||
- first package, v1.1401
|
- first package, v1.1401
|
||||||
|
Loading…
Reference in New Issue
Block a user