[ubuntu/jaunty] samba 2:3.2.5-2ubuntu1 (Accepted)

Chuck Short zulcss at ubuntu.com
Thu Dec 18 16:15:20 GMT 2008


samba (2:3.2.5-2ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes:
    + debian/patches/VERSION.patch:
      - set SAMBA_VERSION_SUFFIX to Ubuntu.
    + debian/smb.conf
      - add "(Samba, Ubuntu)" to server string.
      - add comment on the default [homes] share, and add a comment about
        "valid user = %s" to show users how to restrict access to \\share\username
         to only username.
      - add map to guest = Bad user, maps bad username to guest access. (LP: #32067)
     + debian/samba-common.postinst:
       - Fix upgrade from a first installation done with fiesty, edgy, or dapper.
         (LP: #201059)
       - When populating the new samabshare group, it is not an error if the user
         simply does not exist; test for this case and let the install continue
         instead of aborting. (LP: #206036)
      + debian/samba-common.config:
	- Do not change priority to HIGH if dhclient3 is installed.
        - Use priority medium instad of HIGH for the workgroup question.
      + debian/mksambapasswd.awk:
        - Do not add user with UID less than 1000 to smbpasswd.
      + debian/control:
        - Depend on lsb-base >= 3.2-14, which has the status_of_proc() function.
        - Make libpam-smbpasswd depend on libpam-runtime to allow libpam-smbpasswd
          for auto-configuration.
      + debian/samba.init:
        - Add a pid variable and a 'status' action.
      + debian/libpam-smbpass.pam-config,  debian/libpam-smbpass.postinst,
	debian/libpam-smbpass.files, debian/rules:
        - Provide a config block for the new PAM framework to auto-configure itself.
      + debian/rules:
        - enable "native" PIE hardening.
      + Add ufw integration (thanks Nicolas Valcárcel) (LP: #261544):
        - Created debian/samba.ufw.profile.
        - debian/rules: install profile
        - debian/control: have samba suggest ufw
      + debian/patches/last-char-truncation.patch:
        - Fix compatibility issue with NAS boxes still using Samba 2.2 or before (fixes LP: #282298)

samba (2:3.2.5-2) unstable; urgency=low

  * Fix typo in bug number in a comment for the default smb.conf file
    Closes: #507620
  * Document the need to set appropriate permissions on the printer
    drivers directory, in the default smb.conf file. Also change
    the example group from ntadmin to lpadmin
    Closes: #459243
  * Add missing rfc2307.so and sfu*.so links that prevent using the
    'winbind nss info' feature properly
    Thans to Martin Dag Nilsson for reporting and Jelmer Jaarsma for
    the patch. Closes: #506109

Date: Sat, 13 Dec 2008 23:03:22 +0000
Changed-By: Chuck Short <zulcss at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Chuck Short <chuck.short at canonical.com>
https://launchpad.net/ubuntu/jaunty/+source/samba/2:3.2.5-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 13 Dec 2008 23:03:22 +0000
Source: samba
Binary: samba samba-common samba-tools smbclient swat samba-doc samba-doc-pdf smbfs libpam-smbpass libsmbclient libsmbclient-dev winbind samba-dbg libwbclient0
Architecture: source
Version: 2:3.2.5-2ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chuck Short <zulcss at ubuntu.com>
Description: 
 libpam-smbpass - pluggable authentication module for SMB/CIFS password database
 libsmbclient - shared library that allows applications to talk to SMB/CIFS serve
 libsmbclient-dev - libsmbclient static libraries and headers
 libwbclient0 - client library for interfacing with winbind service
 samba      - a LanManager-like file and printer server for Unix
 samba-common - Samba common files used by both the server and the client
 samba-dbg  - Samba debugging symbols
 samba-doc  - Samba documentation
 samba-doc-pdf - Samba documentation (PDF format)
 samba-tools - tools provided by the Samba suite
 smbclient  - a LanManager-like simple client for Unix
 smbfs      - mount and umount commands for the smbfs (for kernels >= than 2.2.
 swat       - Samba Web Administration Tool
 winbind    - service to resolve user and group information from Windows NT ser
Closes: 459243 506109 507620
Launchpad-Bugs-Fixed: 32067 201059 206036 261544 282298
Changes: 
 samba (2:3.2.5-2ubuntu1) jaunty; urgency=low
 .
   * Merge from debian unstable, remaining changes:
     + debian/patches/VERSION.patch:
       - set SAMBA_VERSION_SUFFIX to Ubuntu.
     + debian/smb.conf
       - add "(Samba, Ubuntu)" to server string.
       - add comment on the default [homes] share, and add a comment about
         "valid user = %s" to show users how to restrict access to \\share\username
          to only username.
       - add map to guest = Bad user, maps bad username to guest access. (LP: #32067)
      + debian/samba-common.postinst:
        - Fix upgrade from a first installation done with fiesty, edgy, or dapper.
          (LP: #201059)
        - When populating the new samabshare group, it is not an error if the user
          simply does not exist; test for this case and let the install continue
          instead of aborting. (LP: #206036)
       + debian/samba-common.config:
 	- Do not change priority to HIGH if dhclient3 is installed.
         - Use priority medium instad of HIGH for the workgroup question.
       + debian/mksambapasswd.awk:
         - Do not add user with UID less than 1000 to smbpasswd.
       + debian/control:
         - Depend on lsb-base >= 3.2-14, which has the status_of_proc() function.
         - Make libpam-smbpasswd depend on libpam-runtime to allow libpam-smbpasswd
           for auto-configuration.
       + debian/samba.init:
         - Add a pid variable and a 'status' action.
       + debian/libpam-smbpass.pam-config,  debian/libpam-smbpass.postinst,
 	debian/libpam-smbpass.files, debian/rules:
         - Provide a config block for the new PAM framework to auto-configure itself.
       + debian/rules:
         - enable "native" PIE hardening.
       + Add ufw integration (thanks Nicolas Valcárcel) (LP: #261544):
         - Created debian/samba.ufw.profile.
         - debian/rules: install profile
         - debian/control: have samba suggest ufw
       + debian/patches/last-char-truncation.patch:
         - Fix compatibility issue with NAS boxes still using Samba 2.2 or before (fixes LP: #282298)
 .
 samba (2:3.2.5-2) unstable; urgency=low
 .
   * Fix typo in bug number in a comment for the default smb.conf file
     Closes: #507620
   * Document the need to set appropriate permissions on the printer
     drivers directory, in the default smb.conf file. Also change
     the example group from ntadmin to lpadmin
     Closes: #459243
   * Add missing rfc2307.so and sfu*.so links that prevent using the
     'winbind nss info' feature properly
     Thans to Martin Dag Nilsson for reporting and Jelmer Jaarsma for
     the patch. Closes: #506109
Checksums-Sha1: 
 f04b0eafcb126726299da55063899de050d0d4a2 1925 samba_3.2.5-2ubuntu1.dsc
 35a7dc1c7423a693967d99ae9a5046b099d4798f 331947 samba_3.2.5-2ubuntu1.diff.gz
Checksums-Sha256: 
 36ffe1f9b721a39e429a22eb92f89b7bb2aa8bf0fc658a2527eb60624ae0d72b 1925 samba_3.2.5-2ubuntu1.dsc
 6b472e4c10f2be33b668d50e98ccaf624845e028a1715f2aa92523af4bdec259 331947 samba_3.2.5-2ubuntu1.diff.gz
Files: 
 56e3de44ba12c37a82a6a4116778e77b 1925 net optional samba_3.2.5-2ubuntu1.dsc
 e3c15ecc513916f3b1dd0c4effa7199a 331947 net optional samba_3.2.5-2ubuntu1.diff.gz
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklKcx4ACgkQIHZ33voUATvZngCgwo89l2UTFopqtXdXGKaYPvmB
rX8AoLBBj33msJrh8Y3Kq7PZz7lXCbe8
=nRYa
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list