samba: update to 4.1.14

This commit is contained in:
Juergen Daubert 2014-12-02 13:24:52 +01:00
parent 6f4d161c3a
commit 279e6fa112
3 changed files with 6 additions and 2 deletions

View File

@ -656,6 +656,7 @@ drwxr-xr-x root/root usr/lib/samba/auth/
-rwxr-xr-x root/root usr/lib/samba/auth/script.so
drwxr-xr-x root/root usr/lib/samba/bind9/
-rwxr-xr-x root/root usr/lib/samba/bind9/dlz_bind9.so
-rwxr-xr-x root/root usr/lib/samba/bind9/dlz_bind9_10.so
-rwxr-xr-x root/root usr/lib/samba/bind9/dlz_bind9_9.so
drwxr-xr-x root/root usr/lib/samba/gensec/
-rwxr-xr-x root/root usr/lib/samba/gensec/krb5.so

View File

@ -1,3 +1,3 @@
448caca4745aef1a842f4fdb1aa62e1e samba
7ed2d4a181e55baa995eb8b58a9ad293 samba-4.1.13.tar.gz
9f7bae123ed39d2aa9ba842d3a138d54 samba-4.1.14.tar.gz
befcb6d70805a641aaaef38550b07725 samba-install_yapp_driver.patch

View File

@ -4,7 +4,7 @@
# Depends on: ncurses openssl readline zlib tdb talloc libcap acl libaio popt
name=samba
version=4.1.13
version=4.1.14
release=1
source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
samba-install_yapp_driver.patch
@ -15,6 +15,9 @@ build () {
patch -d pidl/lib -p0 -i $SRC/samba-install_yapp_driver.patch
# we should define vendorlib in our perl port
sed -ri 's/(vendor)(arch|lib|prefix)/site\2/' buildtools/wafsamba/samba_perl.py
./configure --enable-fhs \
--prefix=/usr \
--localstatedir=/var \