Update of /cvsroot/fink/dists/10.2/unstable/crypto/finkinfo
In directory sc8-pr-cvs1:/tmp/cvs-serv18538

Added Files:
        samba-2.2.7-1.info samba-2.2.7-1.patch 
Removed Files:
        samba-2.2.6-1.info samba-2.2.6-1.patch 
Log Message:
security fix


--- NEW FILE: samba-2.2.7-1.info ---
Package: samba
Version: 2.2.7
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
GCC: 3.1
Depends: dlcompat, popt-shlibs, readline-shlibs (>= 4.3-5), openssl-shlibs
BuildDepends: popt, readline (>= 4.3-5), openssl-dev, cups-dev, dlcompat-dev
Conflicts: samba-ssl
Replaces: samba-ssl
Source: mirror:custom:%n-%v.tar.bz2
CustomMirror: <<
Primary: http://us1.samba.org/samba/ftp/
Secondary: http://us1.samba.org/samba/ftp/old-versions/
<<
Source2: http://homepage.mac.com/mattsash/fink/Samba-StartupItem.tar.gz
Source-MD5: 9844529c047cd454fad25a0053994355
Source2-MD5: af4bb158865c29753871bcbf98487a71
Source2ExtractDir: %n-%v
SourceDirectory: %n-%v/source
Patch: %f.patch
ConfigureParams: --with-privatedir=%p/share/%n/private --with-swatdir=%p/share/%n/swat 
--with-configdir=%p/etc/%n --mandir=%i/share/man --with-lockdir=%p/var/%n 
--with-piddir=%p/var/%n --enable-cups --with-ssl --with-sslinc=%p/include/openssl 
--with-ssllib=%p/lib 
InstallScript: <<
mkdir -p %i/etc/%n
mkdir -p %i/share/man
mkdir -p %i/share/doc/%n
mkdir -p %i/share/%n/private
mkdir -p %i/share/%n/swat
mkdir -p %i/share/%n/StartupItems
mkdir -p %i/var/%n
make install prefix=%i SWATDIR=%i/share/%n/swat
cd ..; cp -r Samba %i/share/%n/StartupItems
cd ../examples; cp smb.conf.default %i/etc/%n/smb.conf
cd ..; cp -r examples %i/share/%n
cd ..; cp COPYING Manifest README Roadmap WHATSNEW.txt %i/share/doc/%n
cd ../swat; cp README %i/share/doc/%n/README.swat
<<
ConfFiles: %p/etc/%n/smb.conf
Description: SMB and CIFS client and server for UNIX
DescDetail: <<
 Samba is a free SMB and CIFS client and server for UNIX. This install of
samba has both ssl and cups support
<<
DescUsage: <<
 Samba settings are set in the configuration file 'smb.conf'. installed in
yourfinkdirectory/etc/samba.

 To enable this version of Samba instead of the version installed with 10.2
do the following;

 1. Backup the default 10.2 Samba startupitem found in /System/Library
/StartupItems, incase ever needed.

 2. Replace the default 10.2 Samba startupitem with the startupitem found
in yourfinkdirectory/share/samba/StartupItems. Please note if you have
fink installed outside of the default 'sw' you will have to edit the
startupitem to point it towards your fink install.
 
 3.Finally highlight "Windows File Sharing" in the System Preferences,
"Sharing" under the "Services" tab and press "Start".

 To enable Swat do the following;

1. Add the following line to "/etc/inetd.conf";
"swat  stream  tcp  nowait  root  /sw/sbin/swat  swat" and

2. Add the following line to "/etc/services"; "swat  901/tcp", reboot then

3. Open your favourite web browser and point it at http://localhost:901/
<<
DescPackaging: <<
Patch provided by David Morrison to fix a bug where a directory is created
in the fink prefix outside of dpkg when installing.
<<
License: GPL
Homepage: http://www.samba.org

--- NEW FILE: samba-2.2.7-1.patch ---
--- source/script/installbin.sh Fri Jan 12 19:28:02 2001
+++ source-patched/script/installbin.sh Mon Feb  4 00:55:52 2002
@@ -11,7 +11,7 @@
 shift
 shift
 
-for d in $BASEDIR $BINDIR $LIBDIR $VARDIR $BASEDIR/private; do
+for d in $BASEDIR $BINDIR $LIBDIR $VARDIR; do
 if [ ! -d $d ]; then
 mkdir $d
 if [ ! -d $d ]; then

--- source/Makefile.in  Thu Oct 10 06:27:15 2002
+++ source-patched/Makefile.in  Fri Oct 18 16:08:32 2002
@@ -14,7 +14,7 @@
 SHLD=@SHLD@ 
 CFLAGS=@CFLAGS@
 CPPFLAGS=@CPPFLAGS@
-LDFLAGS=@LDFLAGS@
+LDFLAGS=-L${prefix}/lib
 AWK=@AWK@
 DYNEXP=@DYNEXP@
 

--- samba-2.2.6-1.info DELETED ---

--- samba-2.2.6-1.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to