Magellan Linux

Diff of /trunk/core/screen/screen-4.2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21368 by niro, Tue Jun 17 14:41:28 2014 UTC revision 21369 by niro, Tue Jun 17 14:43:05 2014 UTC
# Line 25  SRC_URI=( Line 25  SRC_URI=(
25   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27   mirror://${PNAME}/screen.pamd-systemauth   mirror://${PNAME}/screen.pamd-systemauth
  mirror://${PNAME}/${PNAME}-4.0.1-int-overflow-fix.patch  
  mirror://${PNAME}/${PNAME}-4.0.2-no-libelfs-or-elfutils-dep.patch  
28   mirror://${PNAME}/${PNAME}-4.0.2-no-utempter-dep.patch   mirror://${PNAME}/${PNAME}-4.0.2-no-utempter-dep.patch
29  )  )
30    
# Line 37  src_prepare() Line 35  src_prepare()
35   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
36   cd ${SRCDIR}   cd ${SRCDIR}
37    
  # fix integer overflow vulnerability  
  mpatch ${PNAME}-4.0.1-int-overflow-fix.patch || die  
   
  # remove libelf and elfutil dep even when they are found on the system  
  mpatch ${PNAME}-4.0.2-no-libelfs-or-elfutils-dep.patch || die  
   
38   # same for utempter   # same for utempter
39   mpatch ${PNAME}-4.0.2-no-utempter-dep.patch || die   mpatch ${PNAME}-4.0.2-no-utempter-dep.patch || die
40    

Legend:
Removed from v.21368  
changed lines
  Added in v.21369