[ubuntu/jaunty] samba 2:3.2.4-1ubuntu1 (Accepted)
Chuck Short
zulcss at ubuntu.com
Thu Nov 6 19:50:17 GMT 2008
samba (2:3.2.4-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 \\server\unserane
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 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 priorotiy medium instead 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:
- 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/libpam-smbpass.prerm:
- call pam-auth-update --remoove on removal, to clean up after ourselves.
+ debian/rules:
- enable "native" PIE hardening
+ Add ufw integration (thanks Nicolas Valcárcel) (LP: #261544)
- Created debian/samaba.ufw.profile.
- debian/rules: install profile
- debian/control: have samba suggest ufw
samba (2:3.2.4-1) unstable; urgency=low
[ Steve Langasek ]
* New upstream release.
- debian/rules: we don't need to move cifs.upcall around, it's now
installed to the right place upstream.
- Fixed in this release:
- typo in cifs.upcall.8. Closes: #501499
[ Christian Perrier ]
* Create /var/lib/samba in samba-common. Thanks to Thierry Carrez for
the patch. Closes: #499359
samba (2:3.2.3-3) unstable; urgency=low
[ Steve Langasek ]
* Add missing manpage for cifs.upcall; thanks to Per Olofsson for pointing
this out. Closes: #497857.
* Georgian debconf translation added. Closes: #498426
* Polish debconf translation added. Thanks to Łukasz Paździora.
[ Jelmer Vernooij ]
* Add ldb-tools to Suggests: of samba. Closes: #488384
samba (2:3.2.3-2) unstable; urgency=low
[ Christian Perrier ]
* Fix FTBFS on GNU/kFreeBSD. Closes: #496880
Date: Wed, 05 Nov 2008 03:24:52 +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.4-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 05 Nov 2008 03:24:52 +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.4-1ubuntu1
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: 488384 496880 497857 498426 499359 501499
Launchpad-Bugs-Fixed: 32067 201059 206036 247087 261544
Changes:
samba (2:3.2.4-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 \\server\unserane
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 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 priorotiy medium instead 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:
- 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/libpam-smbpass.prerm:
- call pam-auth-update --remoove on removal, to clean up after ourselves.
+ debian/rules:
- enable "native" PIE hardening
+ Add ufw integration (thanks Nicolas Valcárcel) (LP: #261544)
- Created debian/samaba.ufw.profile.
- debian/rules: install profile
- debian/control: have samba suggest ufw
.
samba (2:3.2.4-1) unstable; urgency=low
.
[ Steve Langasek ]
* New upstream release.
- debian/rules: we don't need to move cifs.upcall around, it's now
installed to the right place upstream.
- Fixed in this release:
- typo in cifs.upcall.8. Closes: #501499
.
[ Christian Perrier ]
* Create /var/lib/samba in samba-common. Thanks to Thierry Carrez for
the patch. Closes: #499359
.
samba (2:3.2.3-3) unstable; urgency=low
.
[ Steve Langasek ]
* Add missing manpage for cifs.upcall; thanks to Per Olofsson for pointing
this out. Closes: #497857.
* Georgian debconf translation added. Closes: #498426
* Polish debconf translation added. Thanks to Łukasz Paździora.
.
[ Jelmer Vernooij ]
* Add ldb-tools to Suggests: of samba. Closes: #488384
.
samba (2:3.2.3-2) unstable; urgency=low
.
[ Christian Perrier ]
* Fix FTBFS on GNU/kFreeBSD. Closes: #496880
Checksums-Sha1:
a30adcffac6a583a0f015fbf099a7b3846b23e2c 1894 samba_3.2.4-1ubuntu1.dsc
ede55d1e06450f8bda62526331d2e6500970b046 25160752 samba_3.2.4.orig.tar.gz
3ba14031590c404a8489c5a839eb26b751d9c56a 233869 samba_3.2.4-1ubuntu1.diff.gz
Checksums-Sha256:
7237c60e1bd210e168422a920c222c99df2499e1d44e44f903cb292502fc77eb 1894 samba_3.2.4-1ubuntu1.dsc
a85ea5eee24453dbc227835124166f9fca769bc067b77fda048343572fbf3eeb 25160752 samba_3.2.4.orig.tar.gz
dae925dadb787d3d87565a9ac2cf275f3072381edb0524c2048cbf624878b616 233869 samba_3.2.4-1ubuntu1.diff.gz
Files:
3b1ec3bb7c731b7bd1c75439fd461992 1894 net optional samba_3.2.4-1ubuntu1.dsc
7870a6bb3a025c6081cd56688acd494a 25160752 net optional samba_3.2.4.orig.tar.gz
102a1cfa904e08f59a9e513a806f30f7 233869 net optional samba_3.2.4-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)
iEYEARECAAYFAkkTR9MACgkQIHZ33voUATvX8ACeL7B6mu4p85PCqMPwCAubBvF6
KBMAnRSWUC7pfV4sj4qSW8eWjgNUzfD2
=l6Lq
-----END PGP SIGNATURE-----
More information about the Jaunty-changes
mailing list