Magellan Linux

Diff of /trunk/core/samba/samba-3.0.34-r1.smage2

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

revision 1579 by niro, Mon May 11 19:15:26 2009 UTC revision 1580 by niro, Mon May 11 19:26:11 2009 UTC
# Line 42  SRC_URI=( Line 42  SRC_URI=(
42   mirror://${PNAME}/samba-3.0.34-subins-makefile.patch   mirror://${PNAME}/samba-3.0.34-subins-makefile.patch
43   mirror://${PNAME}/samba-3.0.34-magellan-no-swat.patch   mirror://${PNAME}/samba-3.0.34-magellan-no-swat.patch
44   mirror://${PNAME}/samba-3.0.27-invalid-free-fix.patch   mirror://${PNAME}/samba-3.0.27-invalid-free-fix.patch
45     mirror://${PNAME}/samba-3.0.34-fix-broken-readdir-detection.patch
46  )  )
47    
48  UP2DATE="updatecmd http://ftp.samba.org/samba/ftp | grep ${PNAME}-[0-9].* | lasttarball gz"  UP2DATE="updatecmd http://ftp.samba.org/samba/ftp | grep ${PNAME}-[0-9].* | lasttarball gz"
# Line 69  src_prepare() Line 70  src_prepare()
70   # fixes an invalid pointer in libsmbclient - see upstream bug #5021   # fixes an invalid pointer in libsmbclient - see upstream bug #5021
71   mpatch samba-3.0.27-invalid-free-fix.patch || die   mpatch samba-3.0.27-invalid-free-fix.patch || die
72    
73     # fix compilation with libcaps-2
74     mpatch samba-3.0.34-fix-broken-readdir-detection.patch || die
75    
76   # add our vendor suffix   # add our vendor suffix
77   sed -i "s:^\(SAMBA_VERSION_VENDOR_SUFFIX=\).*:\1\"magellan\":" ${SRCDIR}/source/VERSION || die   sed -i "s:^\(SAMBA_VERSION_VENDOR_SUFFIX=\).*:\1\"magellan\":" ${SRCDIR}/source/VERSION || die
78   cd ${SRCDIR}/source   cd ${SRCDIR}/source

Legend:
Removed from v.1579  
changed lines
  Added in v.1580