#12800: Upgrade zlib to 1.2.6
----------------------------------+-----------------------------------------
       Reporter:  jdemeyer        |         Owner:  tbd                         
                  
           Type:  defect          |        Status:  needs_review                
                  
       Priority:  major           |     Milestone:  sage-5.0                    
                  
      Component:  packages        |    Resolution:                              
                  
       Keywords:                  |   Work issues:                              
                  
Report Upstream:  N/A             |     Reviewers:  Michael Orlitzky, Julien 
Puydt, Leif Leonhardy
        Authors:  Jeroen Demeyer  |     Merged in:                              
                  
   Dependencies:                  |      Stopgaps:                              
                  
----------------------------------+-----------------------------------------
Changes (by jdemeyer):

  * status:  needs_work => needs_review


Comment:

 Leif, I added almost all of your changes, the spkg is at the same
 location.  I patched the `patch` loop in a different way, now it is:
 {{{
 # Apply all patches
 for patch in ../patches/*.patch; do
     [ -f "$patch" ] || continue
     basename "$patch"
     if ! patch -p1 <"$patch"; then
         echo >&2 "Error: patch '$patch' failed to apply."
         exit 1
     fi
 done
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12800#comment:8>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to