From 279e6fa112b065ce89673ff00210bf5b748b209d Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 2 Dec 2014 13:24:52 +0100 Subject: [PATCH] samba: update to 4.1.14 --- samba/.footprint | 1 + samba/.md5sum | 2 +- samba/Pkgfile | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/samba/.footprint b/samba/.footprint index 4f4eef835..106e0615c 100644 --- a/samba/.footprint +++ b/samba/.footprint @@ -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 diff --git a/samba/.md5sum b/samba/.md5sum index 41c9cb9df..4eb380685 100644 --- a/samba/.md5sum +++ b/samba/.md5sum @@ -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 diff --git a/samba/Pkgfile b/samba/Pkgfile index ff1f8224a..28abc358b 100644 --- a/samba/Pkgfile +++ b/samba/Pkgfile @@ -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 \