Update of /cvsroot/devil-linux/build/scripts
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29586/scripts
Modified Files:
samba
Log Message:
- updated samba to 4.6.5
- updated bareos to 16.2.6
- updated haproxy to 1.7.7
- updated httpd to 2.2.32
- updated openssh to 7.5p1
- updated openssl to 1.0.2l
Index: samba
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/samba,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- samba 27 Nov 2015 21:57:17 -0000 1.43
+++ samba 5 Jul 2017 16:08:26 -0000 1.44
@@ -23,7 +23,7 @@
test "$CONFIG_AVAHI" = "y" && EXTRA_OPS="$EXTRA_OPS --enable-avahi"
test "$CONFIG_OPENLDAPLIB" = "y" && EXTRA_OPS="$EXTRA_OPS --with-ldap"
./configure --prefix=/usr --localstatedir=/var --with-configdir=/etc/samba --with-privatedir=/etc/samba --with-lockdir=/var/lock/samba \
- --with-aio-support --with-dnsupdate \
+ --with-dnsupdate \
--enable-fhs --with-syslog --with-utmp \
--with-acl-support --with-winbind --with-quotas \
--with-logfilebase=/var/log || exit 1
|