<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>7061</bug_id>
          
          <creation_ts>2005-06-11 10:23:28 +0400</creation_ts>
          <short_desc>mutt1.5: fix dependency on timelocal.pl</short_desc>
          <delta_ts>2009-06-21 22:28:24 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>mutt1.5</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="at@altlinux.org">at</reporter>
          <assigned_to name="Nobody&apos;s working on this, feel free to take it">nobody</assigned_to>
          <cc>mike</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>25587</commentid>
    <comment_count>0</comment_count>
    <who name="at@altlinux.org">at</who>
    <bug_when>2005-06-11 10:23:28 +0400</bug_when>
    <thetext>/usr/lib/perl5/timelocal.pl:
;# This file has been superseded by the Time::Local library module.
;# It is implemented as a call to that module for backwards compatibility
;# with code written for perl4; new code should use Time::Local directly.

mutt1.5-alt-req-timelocal.patch:
--- smime_keys.pl-	2005-01-29 11:50:53 +0000
+++ smime_keys.pl	2005-06-11 06:16:35 +0000
@@ -23,7 +23,7 @@ use File::Copy;
 
 umask 077;
 
-require &quot;timelocal.pl&quot;;
+use Time::Local qw(timegm);
 
 sub usage ();
 sub newfile ($;$$);</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>27690</commentid>
    <comment_count>1</comment_count>
    <who name="Sir Raorn">raorn</who>
    <bug_when>2005-07-23 13:23:10 +0400</bug_when>
    <thetext>Склероз проклятый...  В следующей сборке поправлю.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>28959</commentid>
    <comment_count>2</comment_count>
    <who name="Sir Raorn">raorn</who>
    <bug_when>2005-08-22 20:58:18 +0400</bug_when>
    <thetext>Fixed in 1.5.10i-alt2</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93402</commentid>
    <comment_count>3</comment_count>
    <who name="Sir Raorn">raorn</who>
    <bug_when>2009-06-21 19:29:44 +0400</bug_when>
    <thetext>*** Bug 19454 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93403</commentid>
    <comment_count>4</comment_count>
    <who name="Sir Raorn">raorn</who>
    <bug_when>2009-06-21 19:30:35 +0400</bug_when>
    <thetext>Потерялось при переезде.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93428</commentid>
    <comment_count>5</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2009-06-21 22:28:24 +0400</bug_when>
    <thetext>mutt1.5-3:1.5.20-alt1 -&gt; sisyphus:

* Sun Jun 21 2009 Alexey I. Froloff &lt;raorn@altlinux&gt; 3:1.5.20-alt1

- [1.5.20] (closes: #20476)
  ! $fcc_attach is a quadoption now
  + $honor_disposition to honor Content-Disposition headers
  + $search_context specifies number of context lines for search results
    in pager/page-based menus
  ! ssl_use_sslv2 defaults to no
  + uncolor works for header + body objects, too
  + the &quot;flagged&quot; and &quot;replied&quot; flags are enabled/supported for
    POP when built with header caching
  ! browser correctly displays maildir&apos;s mtime
  + &lt;set-flag&gt; and &lt;clear-flag&gt; work in the pager, too
  + ~x pattern also matches against In-Reply-To
  + lower case patterns for string searches perform case-insensitive
    search as regex patterns do (except IMAP)
  + $ssl_verify_dates controls whether mutt checks the validity period of
    SSL certificates
  + $ssl_verify_hostname controls whether mutt will accept certificates whose
    host names do not match the host name in the folder URL.
- Removed dependency on perl(timelocal.pl) (closes: #7061)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>