ports/opt (3.3): samba: update to 4.6.9
commit dcf852b5d904e48bdb591639e4aa7a1f9e3d35bd Author: Juergen Daubert <jue@jue.li> Date: Fri Oct 27 19:58:10 2017 +0200 samba: update to 4.6.9 diff --git a/samba/.md5sum b/samba/.md5sum index 056d12a2c..e307e745b 100644 --- a/samba/.md5sum +++ b/samba/.md5sum @@ -1,2 +1,2 @@ 1869ebd29f3e277b405e3e4cd9423ccf samba -08d4aea06bcd990dc49caa6ba2f9e461 samba-4.6.8.tar.gz +dc1f394a81bf5726cde5a94e16d775c4 samba-4.6.9.tar.gz diff --git a/samba/.signature b/samba/.signature index 66facf7bb..3d07d7345 100644 --- a/samba/.signature +++ b/samba/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/by3LxHS7FMMq2QK911Xcgx2yeeyy/ffjxOVYc4/C7GwM3oRkPFnH9pnJnDU2seVf6Nn/q/vh1WRPgBKKBrtLw4= -SHA256 (Pkgfile) = 5a40ba7c3f4d6e89dcb0384a409a6cd0cfd25710e97d52754d750c260101ee8d +RWSE3ohX2g5d/YNyLFScBRYzbIHf5eEmPe+oeZqAaH7PxUKDqNwkiy6x75w3uV+4MsnFjmzhmnD7pfyQW9sy+bwhkzVWEw2HeAQ= +SHA256 (Pkgfile) = a7e4afa9f9d5ab29cc0e9771f9bc6e579c04e9c53acc84fe0161b959333a06a7 SHA256 (.footprint) = 0cf7e73a6310455c7d4386b1b8257ba0f699ba7afd4a63be58ff52f14318bc25 -SHA256 (samba-4.6.8.tar.gz) = 581deeb2543f5cedcb556cb950d0e82690d9f0cd33811d76624502ca0c32575d +SHA256 (samba-4.6.9.tar.gz) = c31db4aad82f0b9588ef6c4b4dab5dce3fa1787bd298e62d953c2628bb1af21a SHA256 (samba) = 75bccea892422b5aebe8d2f9ce9b9c42ddc3cbdeccfd16f3161c07c1eb3feff0 diff --git a/samba/Pkgfile b/samba/Pkgfile index c26739615..be58cdcf5 100644 --- a/samba/Pkgfile +++ b/samba/Pkgfile @@ -4,7 +4,7 @@ # Depends on: e2fsprogs libarchive tdb talloc tevent libcap libaio popt name=samba -version=4.6.8 +version=4.6.9 release=1 source=(https://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \ samba) @@ -21,9 +21,7 @@ build () { --bundled-libraries=!tdb,!talloc,!tevent,!popt \ --without-{ad-dc,ads,ldap,pam} - local JOBS= - [[ $MAKEFLAGS =~ (-j|-j *|--jobs=)([[:digit:]]+) ]] && JOBS="-j ${BASH_REMATCH[2]}" - python ./buildtools/bin/waf build $JOBS + python ./buildtools/bin/waf build --jobs=${JOBS:-1} python ./buildtools/bin/waf install --destdir=$PKG # man pages
participants (1)
-
crux@crux.nu