Magellan Linux

Diff of /smage/trunk/core/sudo/sudo-1.8.6p3-r1.smage2

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

revision 4110 by niro, Wed Nov 7 11:39:00 2012 UTC revision 4111 by niro, Wed Nov 7 11:40:33 2012 UTC
# Line 21  SRC_URI=( Line 21  SRC_URI=(
21   http://www.sudo.ws/${PNAME}/dist/${SRCFILE}   http://www.sudo.ws/${PNAME}/dist/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
23   mirror://${PNAME}/${PNAME}-1.8.0-allow-wheel.patch   mirror://${PNAME}/${PNAME}-1.8.0-allow-wheel.patch
24   mirror://${PNAME}/${PNAME}-${PVER}-preserve-magellan-env.patch   mirror://${PNAME}/${PNAME}-1.8.5p2-preserve-magellan-env.patch
25   mirror://${PNAME}/${PNAME}-${PVER}-disable-from-ssh-login.patch   mirror://${PNAME}/${PNAME}-1.8.5p2-disable-from-ssh-login.patch
26  )  )
27    
28  UP2DATE="updatecmd http://www.sudo.ws/${PNAME}/dist | grep ${PNAME}- | lasttarball gz"  UP2DATE="updatecmd http://www.sudo.ws/${PNAME}/dist | grep ${PNAME}- | lasttarball gz"
# Line 36  src_prepare() Line 36  src_prepare()
36   mpatch ${PNAME}-1.8.0-allow-wheel.patch || die   mpatch ${PNAME}-1.8.0-allow-wheel.patch || die
37    
38   # preserve some important magellan environment variables   # preserve some important magellan environment variables
39   mpatch ${PNAME}-${PVER}-preserve-magellan-env.patch || die   mpatch ${PNAME}-1.8.5p2-preserve-magellan-env.patch || die
40    
41   # disable sudo run from ssh logon for security reasons   # disable sudo run from ssh logon for security reasons
42   mpatch ${PNAME}-${PVER}-disable-from-ssh-login.patch || die   mpatch ${PNAME}-1.8.5p2-disable-from-ssh-login.patch || die
43  }  }
44    
45  src_compile()  src_compile()

Legend:
Removed from v.4110  
changed lines
  Added in v.4111