Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e7e23f8a4c0ee386397ecc2c9acdc339b5c37ed8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e7e23f8a4c0ee386397ecc2c9acdc339b5c37ed8)
  • Date: Thu, 28 Jul 2016 05:44:05 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

net/samba4/DEPENDS | 7 +------
net/samba4/DETAILS | 6 +++---
net/samba4/HISTORY | 8 ++++++++
3 files changed, 12 insertions(+), 9 deletions(-)

New commits:
commit e7e23f8a4c0ee386397ecc2c9acdc339b5c37ed8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

samba4: Updated to 4.4.5

SECURITY_PATCH++ for CVE-2016-2119, CVE-2015-5370, CVE-2016-2110,
CVE-2016-2111,
CVE-2016-2112, CVE-2016-2113, CVE-2016-2114, CVE-2016-2115 and
CVE-2016-2118.

pthread_aio (built-in) is preferred over libaio.
linux-pam no longer needs '--with-pam_smbpass' option.

diff --git a/net/samba4/DEPENDS b/net/samba4/DEPENDS
index c3887c4..9463df5 100755
--- a/net/samba4/DEPENDS
+++ b/net/samba4/DEPENDS
@@ -34,7 +34,7 @@ fi &&
optional_depends readline "" "" "for readline support" &&

optional_depends linux-pam \
- "--with-pam --with-pam_smbpass" \
+ "--with-pam" \
"--without-pam" \
"To enable PAM authentication" &&

@@ -75,11 +75,6 @@ optional_depends sendfile \
"--without-sendfile-support" \
"for sendfile support" &&

-optional_depends libaio \
- "--with-aio-support" \
- "--without-aio-support" \
- "for asynchronous I/O support" &&
-
optional_depends dmapi \
"--with-dmapi" \
"--without-dmapi" \
diff --git a/net/samba4/DETAILS b/net/samba4/DETAILS
index 863c144..744e445 100755
--- a/net/samba4/DETAILS
+++ b/net/samba4/DETAILS
@@ -7,10 +7,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
SOURCE_URL[0]=git://git.samba.org/samba.git:$SPELL
SOURCE_IGNORE=volatile
else
- VERSION=4.3.4
- PATCHLEVEL=2
+ VERSION=4.4.5
+ SECURITY_PATCH=1
SOURCE=${SPELL/4}-$VERSION.tar.gz
-
SOURCE_HASH=sha512:021351534a70cd351934d7f8bfc3c4e9ed9ea3f11f778f6f9d076b3368103f7f478ff1745cb257de0bf2ee38ae76ecba58e01a4db6cbcacbd8a4876e8e1b30f2
+
SOURCE_HASH=sha512:4e63fabbddc04ebdf08b68a98fe4fa0c525b30f7d949948dd5d2e5cba17d263db820c61bac0c90dcb4e0b530d945a560c358df6c37e225d69788794fef851f0d
# SOURCE2=${SPELL/4}-${VERSION}.tar.asc
# SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/4}-$VERSION
diff --git a/net/samba4/HISTORY b/net/samba4/HISTORY
index b45079e..579c2f2 100644
--- a/net/samba4/HISTORY
+++ b/net/samba4/HISTORY
@@ -1,3 +1,11 @@
+2016-07-27 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.4.5
+ SECURITY_PATCH++ for CVE-2016-2119, CVE-2015-5370, CVE-2016-2110,
+ CVE-2016-2111, CVE-2016-2112, CVE-2016-2113, CVE-2016-2114,
CVE-2016-2115
+ and CVE-2016-2118.
+ * DEPENDS: pthread_aio (built-in) is preferred over libaio.
+ linux-pam no longer needs '--with-pam_smbpass' option.
+
2016-06-01 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* init.d/samba: Add restart() command



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e7e23f8a4c0ee386397ecc2c9acdc339b5c37ed8), Eric Sandall, 07/28/2016

Archive powered by MHonArc 2.6.24.

Top of Page