diff --git a/programming/misc/libtalloc/pspec.xml b/programming/misc/libtalloc/pspec.xml
index a9e66e3c04..d846958e33 100644
--- a/programming/misc/libtalloc/pspec.xml
+++ b/programming/misc/libtalloc/pspec.xml
@@ -12,7 +12,7 @@
library
Hierarchical pool based memory allocator
libtalloc is a library which implements a hierarchical allocator with destructors which is the core memory allocator in samba.
- http://www.samba.org/ftp/talloc/talloc-2.1.2.tar.gz
+ http://www.samba.org/ftp/talloc/talloc-2.1.6.tar.gz
docbook-xsl
libxslt-devel
@@ -68,6 +68,13 @@
+
+ 2016-07-25
+ 2.1.6
+ Version Bump
+ Ergün Salman
+ poyraz76@pisilinux.org
+
2016-06-09
2.1.2
diff --git a/programming/misc/libtevent/pspec.xml b/programming/misc/libtevent/pspec.xml
index 52dc8d3afa..ff74849934 100644
--- a/programming/misc/libtevent/pspec.xml
+++ b/programming/misc/libtevent/pspec.xml
@@ -12,7 +12,7 @@
library
Event system based on the talloc memory management library
libtevent is an event system based on the talloc memory management library. It is the core event system used in Samba. Tevent has support for many event types, including timers, signals, and the classic file descriptor events.
- http://samba.org/ftp/tevent/tevent-0.9.25.tar.gz
+ http://samba.org/ftp/tevent/tevent-0.9.28.tar.gz
python-devel
gdb-devel
@@ -47,6 +47,13 @@
+
+ 2016-06-09
+ 0.9.28
+ Version Bump
+ Ergün Salman
+ poyraz76@pisilinux.org
+
2016-06-09
0.9.25
diff --git a/server/database/libtdb/pspec.xml b/server/database/libtdb/pspec.xml
index f5e898a7e3..bcf4d99fac 100644
--- a/server/database/libtdb/pspec.xml
+++ b/server/database/libtdb/pspec.xml
@@ -13,7 +13,7 @@
app:console
Trivial database library
libtdb contains C library and Python bindings to access to a trivial database. TDB is very much like GDBM and BSDDB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other.
- http://www.samba.org/ftp/tdb/tdb-1.3.7.tar.gz
+ http://www.samba.org/ftp/tdb/tdb-1.3.8.tar.gz
libxslt
python-devel
@@ -50,6 +50,13 @@
+
+ 2016-07-24
+ 1.3.8
+ Version Bump
+ Ergün Salman
+ poyraz76@pisilinux.org
+
2016-06-08
1.3.7
diff --git a/server/samba/actions.py b/server/samba/actions.py
index 21e7ed754b..933774905a 100644
--- a/server/samba/actions.py
+++ b/server/samba/actions.py
@@ -23,7 +23,7 @@ def setup():
--libdir=/usr/lib \
--with-cachedir=/var/lib/samba \
--with-configdir=/etc/samba \
- --with-lockdir=/var/lib/samba \
+ --with-lockdir=/var/cache/samba \
--with-logfilebase=/var/log/samba \
--with-modulesdir=/usr/lib/samba \
--with-pammodulesdir=/lib/security \
@@ -42,7 +42,6 @@ def setup():
--with-cluster-support \
--with-dnsupdate \
--with-pam \
- --with-pam_smbpass \
--with-quotas \
--with-sendfile-support \
--with-shared-modules=%s \
diff --git a/server/samba/comar/package.py b/server/samba/comar/package.py
index 1fc9601751..5cfd01a964 100644
--- a/server/samba/comar/package.py
+++ b/server/samba/comar/package.py
@@ -10,6 +10,6 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease):
# needed by non-root sharing support.
os.system("/bin/mkdir /var/lib/samba/usershares")
os.system("/bin/chgrp users /var/lib/samba/usershares")
- os.system("/bin/chmod 1770 /var/lib/samba/usershares")
+ os.system("/bin/chmod 1777 /var/lib/samba/usershares")
os.system("/bin/chmod 0750 /var/lib/samba/winbindd_privileged")
diff --git a/server/samba/pspec.xml b/server/samba/pspec.xml
index 3c974a7347..df394289fe 100644
--- a/server/samba/pspec.xml
+++ b/server/samba/pspec.xml
@@ -11,8 +11,8 @@
GPLv2
service
A suite of SMB and CIFS client/server programs for UNIX
- samba is a free software implementation of Microsoft's networking protocol released under the GNU General Public License. As of version 3, Samba not only provides file and print services for various Microsoft Windows clients but can also integrate with a Windows Server domain, either as a Primary Domain Controller (PDC) or as a Domain Member. It can also be part of an Active Directory domain.
- http://us1.samba.org/samba/ftp/stable/samba-4.2.3.tar.gz
+ samba is a free software implementation of Microsoft's networking protocol released under the GNU General Public License. As of version 4, Samba not only provides file and print services for various Microsoft Windows clients but can also integrate with a Windows Server domain, either as a Primary Domain Controller (PDC) or as a Domain Member. It can also be part of an Active Directory domain.
+ http://us1.samba.org/samba/ftp/stable/samba-4.4.5.tar.gz
keyutils
acl-devel
@@ -31,7 +31,7 @@
cups-devel
avahi-devel
-
+ dmapi-devel
gnutls-devel
libaio-devel
@@ -96,8 +96,10 @@
/lib/security
/usr/share/samba
/usr/share/perl5
+ /usr/libexec/samba/
+ /usr/libexec/ctdb/
/var/cache/samba
- /var/run/ctdb
+ /var/run/ctdb
/usr/share/locale
/usr/lib/tmpfiles.d/samba.conf
@@ -132,6 +134,13 @@
+
+ 2016-07-24
+ 4.4.5
+ Version Bump fix service.py
+ Ergün Salman
+ poyraz76@pisilinux.org
+
2016-06-15
4.2.3