[ubuntu/jaunty] samba 2:3.2.5-1ubuntu1 (Accepted)
Chuck Short
zulcss at ubuntu.com
Mon Dec 1 15:50:18 GMT 2008
samba (2:3.2.5-1ubuntu1) 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] shares, 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 guess access. (LP: #32067)
+ debian/samba-common.postinst:
- Fix upgrade from a first installation done with feisty, edgy, or dapper.
(LP: #201059)
- When populating the new sambashare 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 insteam of HIGH for the worgroup question.
+ debian/mksambapasswd.awk:
- Do not add user with UID less than 1000 to smbpasswd.
+ debian/control:
- Depen 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:
- Replace previous 'status' gathering mechanism with the common one now
provided by status_of_proc(). (LP: #247087)
+ debian/winbind.init:
- Add a pid variable and a 'status' action.
+ debian/libpam-smbpass.pam-config, debian/libpam-smbpassw.postinst,
debian/libpam-smbpass.files, debian/rules:
- Provide a config block for the new PAM framework, allowing this PAM module
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)
+ Dropped bian/patches/security-CVE-2008-4314.patch
- Due to new upstream version.
samba (2:3.2.5-1) unstable; urgency=high
* New upstream version. Security-only release.
This addresses CVE-2008-4314: potentially leaking
arbitrary memory contents to malicious clients.
* Better document cases where using a "master" file for smb.conf
is a bad idea. Closes: #483187
* Insert example "add machine script" and "add group script" scripts
in the default smb.conf. Closes: #349049
* Move homepage URL to Homepage filed in debian/control
Date: Thu, 27 Nov 2008 22:56:41 +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-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 27 Nov 2008 22:56:41 +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-1ubuntu1
Distribution: jaunty
Urgency: high
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: 349049 483187
Launchpad-Bugs-Fixed: 32067 201059 206036 247087 261544 282298
Changes:
samba (2:3.2.5-1ubuntu1) 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] shares, 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 guess access. (LP: #32067)
+ debian/samba-common.postinst:
- Fix upgrade from a first installation done with feisty, edgy, or dapper.
(LP: #201059)
- When populating the new sambashare 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 insteam of HIGH for the worgroup question.
+ debian/mksambapasswd.awk:
- Do not add user with UID less than 1000 to smbpasswd.
+ debian/control:
- Depen 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:
- Replace previous 'status' gathering mechanism with the common one now
provided by status_of_proc(). (LP: #247087)
+ debian/winbind.init:
- Add a pid variable and a 'status' action.
+ debian/libpam-smbpass.pam-config, debian/libpam-smbpassw.postinst,
debian/libpam-smbpass.files, debian/rules:
- Provide a config block for the new PAM framework, allowing this PAM module
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)
+ Dropped bian/patches/security-CVE-2008-4314.patch
- Due to new upstream version.
.
samba (2:3.2.5-1) unstable; urgency=high
.
* New upstream version. Security-only release.
This addresses CVE-2008-4314: potentially leaking
arbitrary memory contents to malicious clients.
* Better document cases where using a "master" file for smb.conf
is a bad idea. Closes: #483187
* Insert example "add machine script" and "add group script" scripts
in the default smb.conf. Closes: #349049
* Move homepage URL to Homepage filed in debian/control
Checksums-Sha1:
5364ef31ebd50b3f0b8abefc8a42fa60fdfc85d0 1925 samba_3.2.5-1ubuntu1.dsc
ed2d5f84fb070dc59b28d36f6b5323fa121da3e1 50276407 samba_3.2.5.orig.tar.gz
39a4fab9964a15bef36919c796485e9046eab97b 235577 samba_3.2.5-1ubuntu1.diff.gz
Checksums-Sha256:
81605dd7a5ce45de4a3d6ab1b416c0be3a6546efcc0f3ddc852dc492405624af 1925 samba_3.2.5-1ubuntu1.dsc
22647c6bdd0f1b311bd0e3a893fb184f07d0f5e1c4b3bccd20a024fe18fd7567 50276407 samba_3.2.5.orig.tar.gz
5a122ffb85531c35c6f7b65993bac4376a119ca0e57efb7c4fe683ac43851337 235577 samba_3.2.5-1ubuntu1.diff.gz
Files:
abf65506facff7362d7563987e8f88d2 1925 net optional samba_3.2.5-1ubuntu1.dsc
0f7539e09803ae60a2912e70adf1c747 50276407 net optional samba_3.2.5.orig.tar.gz
f9a71bb792840e8574a6bf610472b30f 235577 net optional samba_3.2.5-1ubuntu1.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)
iEYEARECAAYFAkk0AJcACgkQIHZ33voUATsATQCdF2E5FrToaeiC5hvAmMwbkuxJ
C7EAoL1yIXu8+WFfi162XDhVkh0W/sD8
=Xx5+
-----END PGP SIGNATURE-----
More information about the Jaunty-changes
mailing list