[notify] samba: update to 3.0.27a

Security update, see http://news.samba.org/releases/3.0.27/
This commit is contained in:
Juergen Daubert 2007-11-21 11:32:43 +01:00
parent c5d37b3d20
commit 22cf991866
2 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,3 @@
448caca4745aef1a842f4fdb1aa62e1e samba
16b47e6add332e5ac4523fc88c381d06 samba-3.0.26a.tar.gz
57aedd342cafddbb28e2936c15dde96b samba-3.0.27a.tar.gz
fbaccda19afc8f75f6f0123cab82c87e samba-config.patch

View File

@ -4,14 +4,16 @@
# Depends on: ncurses, readline
name=samba
version=3.0.26a
version=3.0.27a
release=1
source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
samba-config.patch samba)
build () {
cd $name-$version/source
patch -d $SRC -p0 -i $SRC/samba-config.patch
patch -d .. -p1 -i $SRC/samba-config.patch
./configure --prefix=/usr \
--with-fhs \
--with-smbmount \
@ -20,6 +22,7 @@ build () {
--with-piddir=/var/run/samba \
--with-mandir=/usr/man \
--with-logfilebase=/var/log/samba
make -j1
make DESTDIR=$PKG install