Samba 3.0.27a Available for Download

Michael Adam ma at sernet.de
Fri Nov 23 15:56:34 GMT 2007


Hi Thomas!

Thomas Bork wrote:
> Gerald (Jerry) Carter wrote:
> 
> >This is a bug fix release of the Samba 3.0.27 code base and
> >is the version that servers should be run for for all current
> >Samba 3.0 bug fixes.
> 
> Did you drop the SAMBA_VENDOR_PATCH?
> 
> 
> version.h from 3.0.27:
> 
> /* Autogenerated by script/mkversion.sh */
> #define SAMBA_VERSION_MAJOR 3
> #define SAMBA_VERSION_MINOR 0
> #define SAMBA_VERSION_RELEASE 27
> #define SAMBA_VERSION_VENDOR_SUFFIX "for-eisfair"
> #define SAMBA_VENDOR_PATCH 1
> #define SAMBA_VERSION_OFFICIAL_STRING "3.0.27"
> #define SAMBA_VERSION_STRING samba_version_string()
> 
> 
> version.h from 3.0.27a:
> 
> /* Autogenerated by script/mkversion.sh */
> #define SAMBA_VERSION_MAJOR 3
> #define SAMBA_VERSION_MINOR 0
> #define SAMBA_VERSION_RELEASE 27
> #define SAMBA_VERSION_REVISION "a"
> #define SAMBA_VERSION_OFFICIAL_STRING "3.0.27a"
> #define SAMBA_VERSION_VENDOR_SUFFIX "for-eisfair"
> #define SAMBA_VERSION_STRING samba_version_string()
> 
> 
> In both cases I defined
> 
> SAMBA_VERSION_VENDOR_SUFFIX="for-eisfair"
> SAMBA_VENDOR_PATCH=1
> 
> in VERSION.

The point is that VERSION should now SAMBA_VERSION_VENDOR_PATCH
instead of SAMBA_VENDOR_PATCH. 

So the fix is this:

diff --git a/source/VERSION b/source/VERSION
index 9f6a524..1f38b98 100644
--- a/source/VERSION
+++ b/source/VERSION
@@ -96,4 +96,4 @@ SAMBA_VERSION_IS_GIT_SNAPSHOT=yes
 #  ->  "CVS 3.0.0rc2-VendorVersion"                    #
 ########################################################
 SAMBA_VERSION_VENDOR_SUFFIX="test"
-SAMBA_VENDOR_PATCH=
+SAMBA_VERSION_VENDOR_PATCH=

I have committed this as
http://git.samba.org/?p=samba.git;a=commitdiff;h=1ae55fe5c2a54fc65a95c3d6c62b355bab380e33

Will be in the next bugfix release.

Thanks - Michael

-- 
Michael Adam <ma at sernet.de>
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.SerNet.DE, mailto: Info @ SerNet.DE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 206 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20071123/88ec75b1/attachment.bin


More information about the samba-technical mailing list