[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Installed samba 2.0.5a-3 (all source i386)



Installed:
smbfs_2.0.5a-3_i386.deb
  to dists/potato/main/binary-i386/otherosfs/smbfs_2.0.5a-3.deb
  replacing smbfs_2.0.5a-2.deb
swat_2.0.5a-3_i386.deb
  to dists/potato/main/binary-i386/net/swat_2.0.5a-3.deb
  replacing swat_2.0.5a-2.deb
smbclient_2.0.5a-3_i386.deb
  to dists/potato/main/binary-i386/net/smbclient_2.0.5a-3.deb
  replacing smbclient_2.0.5a-2.deb
smbwrapper_2.0.5a-3_i386.deb
  to dists/potato/main/binary-i386/net/smbwrapper_2.0.5a-3.deb
  replacing smbwrapper_2.0.5a-2.deb
samba_2.0.5a-3_i386.deb
  to dists/potato/main/binary-i386/net/samba_2.0.5a-3.deb
  replacing samba_2.0.5a-2.deb
samba-doc_2.0.5a-3_all.deb
  to dists/potato/main/binary-all/net/samba-doc_2.0.5a-3.deb
  replacing samba-doc_2.0.5a-2.deb
samba_2.0.5a-3.diff.gz
  to dists/potato/main/source/net/samba_2.0.5a-3.diff.gz
  replacing samba_2.0.5a-2.diff.gz
samba_2.0.5a-3.dsc
  to dists/potato/main/source/net/samba_2.0.5a-3.dsc
  replacing samba_2.0.5a-2.dsc
samba-common_2.0.5a-3_i386.deb
  to dists/potato/main/binary-i386/net/samba-common_2.0.5a-3.deb
  replacing samba-common_2.0.5a-2.deb


-----BEGIN PGP SIGNED MESSAGE-----

Format: 1.6
Date: Wed, 27 Oct 1999 10:36:13 -0400
Source: samba
Binary: samba-doc swat smbclient samba-common smbwrapper smbfs samba
Architecture: source i386 all
Version: 2.0.5a-3
Distribution: unstable
Urgency: low
Maintainer: Eloy A. Paris <peloy@debian.org
Description: 
 samba      - A LanManager like file and printer server for Unix.
 samba-common - Samba common files used by both the server and the client.
 samba-doc  - Samba documentation.
 smbclient  - A LanManager like simple client for Unix.
 smbfs      - Mount and umount commands for the smbfs (2.0.x and 2.1.x kernels)
 smbwrapper - A shared library that provides SMB client services
 swat       - Samba Web Administration Tool
Changes: 
 samba (2.0.5a-3) unstable; urgency=low
 .
   * I am pretty darn busy with my MBA, I apologize for the long time it's
     taking to squash bugs in the Samba packages.
   * Built with debhelper v2 for FHS compliancy. Changed a couple of
     things in debian/rules to accomodate for the new place for the docs.
     I also had to change debian/{samba.postinst,samba.prerm,swat.postinst}
     to make sure that the symlink from /usr/doc/xxx exists and points to
     /usr/share/doc/xxx (the reason for this is that I am not letting
     debhelper to create these scripts for me automatically).
   * Built with latest libc6.
   * smbfs: finally, the nasty bug that causes smbmount to die after
     a while is gone thanks to Ben Tilly <Ben_Tilly@trepp.com>.
     The problem was just a typo in source/client/smbmount.c.
     This closes grave bug #42764 (smbmount dies) and #43341
     (smbfs-2.2.x won't function after a while).
   * Fixed the smbmount wrapper script to eliminate a bashism (closes
     #45202 - "wrapper scripts use $* instead of "$@") and to recognize
     2.3.x and 2.4.x kernels (closes #47688 - "smbfs: does not recognize
     kernel 2.3.x").
   * Added a check to the smbmount wrapper script to see if the
     kernel has support for smbfs, as suggested by Jeroen Schaap
     <J.Schaap@physiology.medfac.leidenuniv.nl>.
   * swat's man page is now part of the swat package, not of the samba
     package. This closes #44808 (Samba has a man page for swat, but
     the binary is not included).
   * The interface program smbrun is not longer needed by smbd because
     of the availability of execl() under Linux. Because of this, the
     smbrun is not even being compiled. Since there is no need for smbrun
     now, the smbrun man page was taken out of the samba package. This
     closes #45266 (/usr/bin/smbrun missing).
   * smbpasswd is now part of the samba-common package, and not part of
     the samba package. This is to let administrators that do not want
     to install a full Samba server administer passwords in remote
     machines. This closes bug #42624 (smbpasswd should be included in
     smbclient). This bug report also suggests that swat becomes part of
     the samba package, that smbfs becomes part of the smbclient package,
     and that the binary smbpasswd becomes part of the smbclient package.
     I moved smbpasswd to the samba-common package but I am reluctant to
     do the other things the bug report suggests.
   * In order to keep dpkg happy when moving smbpasswd from the samba
     package to samba-common, I had to add a "Replaces: samba (<= 2.0.5a-2)"
     in the control section of the samba-common package and a
     "Replaces: samba-common (<= 2.0.5a-2)" in the control section of the
     samba package (in debian.control).
   * Samba is now being compiled with the "--with-netatalk" option. This
     closes #47480 (Could samba be compiled with the --with-netatalk option).
   * All packages that depend on samba-common have a versioned dependency
     now. This was accomplished by adding "(= ${Source-Version})" to the
     relevant sections of debian/control. Thanks t Antti-Juhani Kaijanaho
     <gaia@iki.fi> for the hint. This closes #42985 (samba should probably
     have a versioned depends on samba-common).
   * Made sure the file docs/textdocs/DIAGNOSIS.txt gets installed in all
     the Samba packages. This closes bug #42049 (no DIAGNOSTICS.txt file).
   * Added the smbadduser helper script to the samba package. This closes
     #44480 (Samba doesn't come with the smbadduser program).
   * Applied patch from szasz@triton.sch.bme.hu that prevents smbmount
     to leave an entry in /etc/mtab for a share that could not be mounted
     because of invalid user of password. The patch also allows smbumount
     to unmount the share in the event that something goes wrong with the
     smbmount process. This closes bug #48613 (Mount/umount problems +
     patch) as well as #44130 (failed mount is still mounted).
   * smbmount-2.2.x is now setuid root. This is needed for the patch
     applied above to be effective. If smbmount-2.2.x is not setuid root
     then an entry will be left in /etc/mtab even when the mount
     fails. I had to add "usr/bin/smbmount-2.2.x" to debian/smbfs.suid
     for this to work.
Files: 
 2f7bfbe437eb3db1ca797e9bd438aeed 592 net optional samba_2.0.5a-3.dsc
 2772d03c82c0a387131bda82c6931f4b 53402 net optional samba_2.0.5a-3.diff.gz
 f69f39c456199e8c7bbb882b35136630 430176 net optional samba-doc_2.0.5a-3_all.deb
 9ad6b26ee115f71788ebdea532545c9d 898772 net optional samba_2.0.5a-3_i386.deb
 60e2e5a2e09b385decd29867dd00ff8d 287546 net optional samba-common_2.0.5a-3_i386.deb
 5fe8c46086495ddd54e4388fad2d0c9b 424404 net optional smbclient_2.0.5a-3_i386.deb
 4bb2c71891a2abe8145c4458aa25d7b2 329742 net optional swat_2.0.5a-3_i386.deb
 42aefe5e661c60d1560e9f9f497fed2b 320970 otherosfs optional smbfs_2.0.5a-3_i386.deb
 10c24a562c82964fcacf09a05cb4cc76 210528 otherosfs optional smbwrapper_2.0.5a-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv

iQBVAwUBOBsqw+2mHou9qyWBAQE2QQH+OA5tKFOXDMQiXyqZZucNbzoOY8DCRTd9
AzJxRkYgX83OuMrAx66Me9vR3nQVmLjywXTDjiS+vj7FZr0aLZ6OGQ==
=u7Z6
-----END PGP SIGNATURE-----


Reply to: