From ee792ef42551a13d2538922aca8ff410f62e7d59 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 12 Nov 2011 04:33:41 +0000 Subject: [PATCH] Update to samba-3.6.1. Update to stunnel-4.46. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8956 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 10 +++---- introduction/welcome/changelog.xml | 14 +++++++-- networking/netprogs/samba3.xml | 47 ++++++++++++++---------------- postlfs/security/stunnel.xml | 17 ++++------- 4 files changed, 44 insertions(+), 44 deletions(-) diff --git a/general.ent b/general.ent index f98df09acc..5f0d83e5d4 100644 --- a/general.ent +++ b/general.ent @@ -3,13 +3,13 @@ $LastChangedBy$ $Date$ --> - + - + @@ -56,7 +56,7 @@ $Date$ - + @@ -118,7 +118,7 @@ $Date$ - + @@ -451,7 +451,7 @@ $Date$ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index cedba8b0ca..80a8b5d025 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -42,12 +42,20 @@ --> - November 10th, 2011 + November 11th, 2011 - + + [bdubbs] - Update to stunnel-4.46. + + + + + + November 10th, 2011 + [bdubbs] - Update to gnutls-3.0.7. diff --git a/networking/netprogs/samba3.xml b/networking/netprogs/samba3.xml index c736b4fbad..88bd98d5af 100644 --- a/networking/netprogs/samba3.xml +++ b/networking/netprogs/samba3.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -37,6 +37,8 @@ Active Directory domain and a NetBIOS (rfc1001/1002) nameserver (which amongst other things provides LAN browsing support). + &lfs70_checked; + Package Information @@ -82,8 +84,8 @@ tdb (version 1.2.1), , libunwind, - keyutils - (required to build the cifs.upcall program), + , OpenAFS, and Valgrind (optionally @@ -119,19 +121,19 @@ cd source3 && -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --with-piddir=/var/run \ +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-piddir=/run \ --with-pammodulesdir=/lib/security \ - --with-fhs \ - --with-automount \ - --with-cifsumount \ - --enable-nss-wrapper \ - --with-pthreads && + --with-fhs \ + --enable-nss-wrapper \ + --enable-socket-wrapper && make + + To test the results, issue: make test. If you have Linux-PAM installed and built the PAM library modules, you can perform a dlopen test by issuing: @@ -180,16 +182,11 @@ ln -v -s ../../samba/swat /usr/share/doc/samba-&samba3-version;--with-fhs: Assigns all other file paths in a manner compliant with the Filesystem Hierarchy Standard (FHS). - --with-automount: Includes automounting - support. - - --with-cifsumount: Builds the - umount.cifs program. - --enable-nss-wrapper: Builds the nss-wrapper library. - --with-pthreads: Adds threading support. + --enable-socket-wrapper: This options is + required to run the test suite. install -v -m755 nsswitch/libnss_win{s,bind}.so /lib: The nss libraries are not installed by default. If you intend to use @@ -228,7 +225,7 @@ ln -v -s ../../samba/swat /usr/share/doc/samba-&samba3-version; - + Printing to SMB Clients diff --git a/postlfs/security/stunnel.xml b/postlfs/security/stunnel.xml index 7370f5cd77..62a946c1d0 100644 --- a/postlfs/security/stunnel.xml +++ b/postlfs/security/stunnel.xml @@ -6,10 +6,10 @@ - - + + - + ]> @@ -38,6 +38,8 @@ SMTP and HTTP, and in tunneling PPP over network sockets without changes to the server package source code. + &lfs70_checked; + Package Information @@ -118,8 +120,7 @@ useradd -c "Stunnel Daemon" -d /var/lib/stunnel \ Install Stunnel by running the following commands: -sed -i 's|nogroup|stunnel|g' configure && -./configure --prefix=/usr \ +./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-libwrap && @@ -136,12 +137,6 @@ make Command Explanations - sed -i 's|nogroup|stunnel|g' configure: This - command is used to change the default group for the installed files in - /var/lib/stunnel from - nogroup to - stunnel. - --sysconfdir=/etc: This parameter forces the configuration directory to /etc instead of /usr/etc.