-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================= "A goal without a plan is just a wish." Antoine de Saint-Exupery ============================================================= Release Announcements ==================== This is the second stable release of Samba 3.2. Major bug fixes included in Samba 3.2.1 are: o Race condition in Winbind leading to a crash. o Regression in Winbindd offline mode. o Flushing of smb.conf when creating a new share using SWAT. o Setting of ACEs in setups with "dos filemode = yes". ###################################################################### Changes ####### Changes since 3.2.0 - ------------------- o Michael Adam <obnox@samba.org> * BUG 5608: Fix link creation for libtalloc.so.1 (and friends) on Solaris 8. * BUG 5594: Fix "make test" by adding and using a new testparm switch "--skip-logic-checks". * Fix creation of libaddns.a, libsmbclient.a and libsharemodes.a. * Update the section about net conf in the net(8) manpage. * Improve processing of registry shares. * Fix listing of registry shares with testparm. * Fix several build issues. o Jeremy Allison <jra@samba.org> * BUG 5578: Fix error from strlcat. * BUG 5613: Fix flushing of smb.conf when creating a new share using SWAT. * Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd. * Remove worrying warning message when safe_strcpy tries to copy a pseaudo interface name that''s too long. * Canonicalize servername in the printer functions to remove leading ''\\'' characters. * Fix option processing in smbcacls - add POPT_COMMON_CONNECTION. * Fix bug creating files using DOS clients with mixed case files. * Fix uninitialized variable. o Yannick Bergeron <yaberger@ca.ibm.com> * Fix compile error on AIX 6.1 o Jim Brown <jim.brown@miami.edu> * Fix SGI compiler warnings. o Günther Deschner <gd@samba.org> * BUG 5616: Fix session keys also in rpccli_netr_LogonSamLogonEx wrapper. * BUG 5570: Fix bogus error message during AD domain join. * Fix trusted domain handling in Winbindd. * Fix build warning. o SATOH Fumiyasu <fumiyas@osstech.co.jp> * BUG 5202: Fix setting of ACEs for users/groups with write access in setups with ''dos filemode = yes''. * Re-activate ''acl group control'' parameter and make it only apply to owning group. o Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com> * Make ntimes function more like POSIX and allow NULL arg. o Volker Lendecke <vl@samba.org> * BUG 5512: Fix alignment problems on sparc. * BUG 5616: Fix share connections in setups with "server signing = mandatory" or SMB signing set on the client side. * Fix a race condition in Winbind leading to a crash. * Fix a segfault in base64_encode_data_blob. * Fix some uninitialized variable references via ndr_print. * Fix error message if trying to join with a non-privileged user. * Fix setups using "include = registry" without [global] settings in the registry. * Fix "net sam rights" on domain member servers. * Add documentation for the vfs streams modules. o Herb Lewis <herb@samba.org> * Cleanup some duplicate code by passing the password to the wbinfo_auth* functions. * Allow SID with 0 in subauthority to be converted properly. o Zach Loafman <zachary.loafman@isilon.com> * Set sin[6]_family instead of ss_family in in[6]_addr_to_sockaddr_storage. * Fix realpath() check so that it doesn''t generate a core() when it fails. o Jim McDonough <jmcd@samba.org> * Fix overwriting of winbind logfiles. o Lars Müller <lars@samba.org> * Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic. o Darshan Purandare <dpurandare@isilon.com> * Add broadcasting of the debug message to all winbindd children. o Karolin Seeger <kseeger@samba.org> * BUG 5635: Fix updating of printer queues. o Andreas Schneider <anschneider@suse.de> * Release still reachable memory if the smbclient context is freed. * Remove trailing withespace from wbinfo -m which breaks gdm auth. o Simo Sorce <idra@samba.org> * BUG 5540: Fix "set primary group script" user option substitution. * Fix regression in Winbindd offline mode. o Bo Yang <boyang@novell.com> * Allow authentication and memory credential refresh after password change from gdm/xdm. * Allow %u parameters for print job username. ===============Download Details =============== The uncompressed tarballs and patch files have been signed using GnuPG (ID 6568B7EA). The source code can be downloaded from: http://download.samba.org/samba/ftp/ The release notes are available online at: http://www.samba.org/samba/ftp/history/samba-3.2.1.html Binary packages will be made available on a volunteer basis from http://download.samba.org/samba/ftp/Binary_Packages/ Our Code, Our Bugs, Our Responsibility. (https://bugzilla.samba.org/) --Enjoy The Samba Team -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFImA34KGi9fisXk1ERAoUMAJ4rvfMbINQsd02HBRldi1TCP26nKwCgoKcB ZZzV8VZQeMN8wLgeNuQqIGo=3qjH -----END PGP SIGNATURE-----
Karolin Seeger
2008-Aug-05 12:44 UTC
[Samba] [ANNOUNCE] Samba 3.2.1 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================= "A goal without a plan is just a wish." Antoine de Saint-Exupery ============================================================= Release Announcements ==================== This is the second stable release of Samba 3.2. Major bug fixes included in Samba 3.2.1 are: o Race condition in Winbind leading to a crash. o Regression in Winbindd offline mode. o Flushing of smb.conf when creating a new share using SWAT. o Setting of ACEs in setups with "dos filemode = yes". ###################################################################### Changes ####### Changes since 3.2.0 - ------------------- o Michael Adam <obnox@samba.org> * BUG 5608: Fix link creation for libtalloc.so.1 (and friends) on Solaris 8. * BUG 5594: Fix "make test" by adding and using a new testparm switch "--skip-logic-checks". * Fix creation of libaddns.a, libsmbclient.a and libsharemodes.a. * Update the section about net conf in the net(8) manpage. * Improve processing of registry shares. * Fix listing of registry shares with testparm. * Fix several build issues. o Jeremy Allison <jra@samba.org> * BUG 5578: Fix error from strlcat. * BUG 5613: Fix flushing of smb.conf when creating a new share using SWAT. * Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd. * Remove worrying warning message when safe_strcpy tries to copy a pseaudo interface name that's too long. * Canonicalize servername in the printer functions to remove leading '\\' characters. * Fix option processing in smbcacls - add POPT_COMMON_CONNECTION. * Fix bug creating files using DOS clients with mixed case files. * Fix uninitialized variable. o Yannick Bergeron <yaberger@ca.ibm.com> * Fix compile error on AIX 6.1 o Jim Brown <jim.brown@miami.edu> * Fix SGI compiler warnings. o G?nther Deschner <gd@samba.org> * BUG 5616: Fix session keys also in rpccli_netr_LogonSamLogonEx wrapper. * BUG 5570: Fix bogus error message during AD domain join. * Fix trusted domain handling in Winbindd. * Fix build warning. o SATOH Fumiyasu <fumiyas@osstech.co.jp> * BUG 5202: Fix setting of ACEs for users/groups with write access in setups with 'dos filemode = yes'. * Re-activate 'acl group control' parameter and make it only apply to owning group. o Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com> * Make ntimes function more like POSIX and allow NULL arg. o Volker Lendecke <vl@samba.org> * BUG 5512: Fix alignment problems on sparc. * BUG 5616: Fix share connections in setups with "server signing = mandatory" or SMB signing set on the client side. * Fix a race condition in Winbind leading to a crash. * Fix a segfault in base64_encode_data_blob. * Fix some uninitialized variable references via ndr_print. * Fix error message if trying to join with a non-privileged user. * Fix setups using "include = registry" without [global] settings in the registry. * Fix "net sam rights" on domain member servers. * Add documentation for the vfs streams modules. o Herb Lewis <herb@samba.org> * Cleanup some duplicate code by passing the password to the wbinfo_auth* functions. * Allow SID with 0 in subauthority to be converted properly. o Zach Loafman <zachary.loafman@isilon.com> * Set sin[6]_family instead of ss_family in in[6]_addr_to_sockaddr_storage. * Fix realpath() check so that it doesn't generate a core() when it fails. o Jim McDonough <jmcd@samba.org> * Fix overwriting of winbind logfiles. o Lars M?ller <lars@samba.org> * Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic. o Darshan Purandare <dpurandare@isilon.com> * Add broadcasting of the debug message to all winbindd children. o Karolin Seeger <kseeger@samba.org> * BUG 5635: Fix updating of printer queues. o Andreas Schneider <anschneider@suse.de> * Release still reachable memory if the smbclient context is freed. * Remove trailing withespace from wbinfo -m which breaks gdm auth. o Simo Sorce <idra@samba.org> * BUG 5540: Fix "set primary group script" user option substitution. * Fix regression in Winbindd offline mode. o Bo Yang <boyang@novell.com> * Allow authentication and memory credential refresh after password change from gdm/xdm. * Allow %u parameters for print job username. ===============Download Details =============== The uncompressed tarballs and patch files have been signed using GnuPG (ID 6568B7EA). The source code can be downloaded from: http://download.samba.org/samba/ftp/ The release notes are available online at: http://www.samba.org/samba/ftp/history/samba-3.2.1.html Binary packages will be made available on a volunteer basis from http://download.samba.org/samba/ftp/Binary_Packages/ Our Code, Our Bugs, Our Responsibility. (https://bugzilla.samba.org/) --Enjoy The Samba Team -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFImA34KGi9fisXk1ERAoUMAJ4rvfMbINQsd02HBRldi1TCP26nKwCgoKcB ZZzV8VZQeMN8wLgeNuQqIGo=3qjH -----END PGP SIGNATURE-----
makerpms.sh is still broken and I submitted a bug report on it for 3.2.0 when it came out :( [root@missioncontrol ~]# cd samba-3.2.1/packaging/RHEL [root@missioncontrol RHEL]# sh makerpms.sh.tmpl Supported RPM version [4.4.2.3] ~/samba-3.2.1/packaging/RHEL ~/samba-3.2.1/packaging/RHEL ~/samba-3.2.1/packaging/RHEL ~/samba-3.2.1/packaging/RHEL ~/samba-3.2.1/packaging/RHEL chown: cannot access `samba-PVERSIONPREVISION': No such file or directory Creating samba-PVERSION.tar.bz2 ... tar: samba-PVERSION/.: Cannot stat: No such file or directory tar: Error exit delayed from previous errors Done. ~/samba-3.2.1/packaging/RHEL setup/ setup/winbind.init setup/swat.desktop setup/samba.log setup/smb.init setup/smb.conf setup/samba.pamd setup/swat setup/samba.sysconfig setup/smbusers setup/filter-requires-samba.sh setup/smbprint cp: cannot stat `samba.spec': No such file or directory makerpms.sh.tmpl: Getting Ready to build release package error: File /usr/src/redhat/SOURCES/samba-3.0.30.tar.bz2: No such file or directory
if i knew how to fix it and create a patch for it i would, but I am unable to do either. :) Volker Lendecke wrote:> Sorry, it just got lost. The best way to make sure that it > will be in 3.2.2 is to submit a good patch :-) > > Volker >
Changes since 3.2.0 - ------------------- o Michael Adam <obnox@samba.org> * BUG 5608: Fix link creation for libtalloc.so.1 (and friends) on Solaris 8. * BUG 5594: Fix "make test" by adding and using a new testparm switch "--skip-logic-checks". * Fix creation of libaddns.a, libsmbclient.a and libsharemodes.a. * Update the section about net conf in the net(8) manpage. * Improve processing of registry shares. * Fix listing of registry shares with testparm. * Fix several build issues. --- The installation is still broken. The symbolic links are not copied/installed during the install procedure. As a result, the user still may need to create the symbolic links to the libraries. James Kosin
James Kosin wrote:> Changes since 3.2.0 > - ------------------- > > > o Michael Adam <obnox@samba.org> > * BUG 5608: Fix link creation for libtalloc.so.1 (and friends) on > Solaris 8. > * BUG 5594: Fix "make test" by adding and using a new testparm > switch "--skip-logic-checks". > * Fix creation of libaddns.a, libsmbclient.a and libsharemodes.a. > * Update the section about net conf in the net(8) manpage. > * Improve processing of registry shares. > * Fix listing of registry shares with testparm. > * Fix several build issues. > > --- > > The installation is still broken. The symbolic links are not > copied/installed during the install procedure. As a result, the user still > may need to create the symbolic links to the libraries. > > James KosinThat is right: the link creation in source/bin is fixed, but the installation of the links is still broken. It _is_ fixed in the v3-3-test branch which will be used for 3.3.0 (scheduled for December). The changes to the Make file and configure were just to profound to go into 3.2.X. Another reason for not picking the changes for 3.2.X is that packagers already have their workarounds for 3.2.0. If people complain strongly enough, we could of course re-consider adding them for 3.2.2... :-) Cheers - Michael -- Michael Adam <ma@sernet.de> <obnox@samba.org> 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/attachments/20080806/e943517a/attachment.bin
[This email is either empty or too large to be displayed at this time]
Lars Müller
2008-Aug-06 16:50 UTC
Packages for all SUSE and other Linux systems (was: Samba 3.2.1 Available for Download)
On Tue, Aug 05, 2008 at 02:41:48PM +0200, Karolin Seeger wrote: [ 8< ]> Binary packages will be made available on a volunteer basis from > > http://download.samba.org/samba/ftp/Binary_Packages/RPM package installation sources of Samba 3.2.1 (STABLE) are available at ftp.suse.com/pub/projects/samba/STABLE/ Supported SUSE Linux based products currently are SUSE Linux 10.1, 10.2, 10.3, 11.0, SLES 9, SUSE Linux Enterprise (SLE) Desktop and Server 10, and factory (i.e. the currently developed product). For some architectures - like ia64, ppc, s390(x) - you will find a limited releases subset. The same package installation sources are also available at http://download.Samba.org/samba/ftp/Binary_Packages/SuSE/ Please use a mirror close to your site. A list of Samba.org mirrors is available at http://Samba.org/ There choose a mirror at the right top of the page. There are also a number of SUSE mirrors. A list of mirror sites is available at http://en.opensuse.org/Mirrors_Released_Version To support easier collaboration Samba packages are also provided by the openSUSE Build Service (OBS). Cf. http://en.opensuse.org/Build_Service/ and http://download.opensuse.org/repositories/network:/samba:/STABLE/ http://download.opensuse.org/repositories/network:/samba:/TESTING/ currently is identical to STABLE but will move on soon. The OBS supports an easy approach to create binary packages for CentOS, Fedora, Mandriva, RedHat Enterprise (RHEL), SUSE Linux Enterprise (SLE), and openSUSE. Access is possible through https://build.openSUSE.org/ or a subversion-like command line tool named "OpenSUSE build service command-line" (osc). Bindings to perl are also available. See http://en.opensuse.org/Build_Service/CLI If you encounter any problems with these packages please don''t blame the Samba Team. Instead file a bug to https://bugzilla.Samba.org/, pick product Samba 3.x, then select ''component'' Packaging and set ''assign to'' to samba-maintainers at suse dot de. Or use http://bugzilla.Novell.com/ with the same assignee instead. For general information about Samba as part of SUSE Linux based products see http://en.openSUSE.org/Samba For reporting bugs and how to collect advanced debugging information see http://en.openSUSE.org/Bugs/Samba Our customers, our products, our responsibility. Have a lot of fun... Lars - for the Novell Samba Team -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team SuSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany