update to samba 3.5.9, from maintainer Ian McWilliam

This commit is contained in:
sthen 2011-06-15 19:34:45 +00:00
parent bd39729c99
commit 2426dbb54a
3 changed files with 12 additions and 14 deletions

View File

@ -1,13 +1,11 @@
# $OpenBSD: Makefile,v 1.143 2011/06/03 10:21:54 sthen Exp $
# $OpenBSD: Makefile,v 1.144 2011/06/15 19:34:45 sthen Exp $
SHARED_ONLY= Yes
COMMENT-main= SMB and CIFS client and server for UNIX
COMMENT-docs= additional documentation and examples for Samba
REVISION-main= 6
DISTNAME= samba-3.5.8
DISTNAME= samba-3.5.9
PKGNAME-main= ${DISTNAME}
FULLPKGNAME-docs= ${DISTNAME:S/-/-docs-/}
FULLPKGPATH-docs= net/samba,-docs

View File

@ -1,5 +1,5 @@
MD5 (samba-3.5.8.tar.gz) = NVtFMMIJl+lK68dM1upTBw==
RMD160 (samba-3.5.8.tar.gz) = AnA7uvfX57l4aiIo/mCFFDyZJRo=
SHA1 (samba-3.5.8.tar.gz) = /7cd44RC7uFKr7RPgZZxNU3FzOk=
SHA256 (samba-3.5.8.tar.gz) = Mx4/KAbtythTtI9LHmUzZ62abOGrXtSGwDpr9hSIJ5Y=
SIZE (samba-3.5.8.tar.gz) = 30721269
MD5 (samba-3.5.9.tar.gz) = /D/hEDz51xq+EqjGBPMcdg==
RMD160 (samba-3.5.9.tar.gz) = xIs9Ds8LTN4nZM693l+FEzIM2WY=
SHA1 (samba-3.5.9.tar.gz) = d9o9/wUDKVD6GUMFcYLRaJRZGgU=
SHA256 (samba-3.5.9.tar.gz) = ivjcy7h6cKcfeVGA2HMQK1zMunAS1m8mIM6ouHF0OAo=
SIZE (samba-3.5.9.tar.gz) = 30750297

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure_in,v 1.18 2011/03/15 13:49:44 sthen Exp $
--- configure.in.orig Sun Mar 6 18:48:05 2011
+++ configure.in Tue Mar 8 16:00:11 2011
@@ -1565,8 +1565,7 @@ DSO_EXPORTS=""
$OpenBSD: patch-configure_in,v 1.19 2011/06/15 19:34:45 sthen Exp $
--- configure.in.orig Tue Jun 14 21:17:28 2011
+++ configure.in Wed Jun 15 19:57:56 2011
@@ -1566,8 +1566,7 @@ DSO_EXPORTS=""
;;
*openbsd*) BLDSHARED="true"
LDSHFLAGS="-shared"
@ -11,7 +11,7 @@ $OpenBSD: patch-configure_in,v 1.18 2011/03/15 13:49:44 sthen Exp $
PICFLAG="-fPIC"
AC_DEFINE(STAT_ST_BLOCKSIZE,512,[The size of a block])
AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly])
@@ -1712,38 +1711,6 @@ if test x"$BLDSHARED" = x"true" ; then
@@ -1713,38 +1712,6 @@ if test x"$BLDSHARED" = x"true" ; then
fi
AC_MSG_RESULT($BLDSHARED)