[ubuntu/oneiric] samba 2:3.5.8~dfsg-5ubuntu1 (Accepted)
Chuck Short
zulcss at ubuntu.com
Mon Jun 6 13:00:40 UTC 2011
samba (2:3.5.8~dfsg-5ubuntu1) oneiric; 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.
- comment out the default [homes] share, and add a comment about
"valid users = %S" to show users how to restrict access to
\\server\username to only username.
- Set 'usershare allow guests', so that usershare admins are
allowed to create public shares in addition to authenticated
ones.
- add map to guest = Bad user, maps bad username to guest access.
+ debian/samba-common.config:
- Do not change priority to high if dhclient3 is installed.
- Use priority medium instead of high for the workgroup question.
+ debian/mksmbpasswd.awk:
- Do not add user with UID less than 1000 to smbpasswd
+ debian/control:
- Make libwbclient0 replace/conflict with hardy's likewise-open.
- Don't build against or suggest ctdb.
- Add dependency on samba-common-bin to samba.
- Add cuups breaks to push the package to aslo upgrade cups (LP: #639768)
+ debian/rules:
- enable "native" PIE hardening.
- Add BIND_NOW to maximize benefit of RELRO hardening.
+ Add ufw integration:
- Created debian/samba.ufw.profile
- debian/rules, debian/samba.dirs, debian/samba.files: install
profile
- debian/control: have samba suggest ufw
+ Add apport hook:
- Created debian/source_samba.py.
- debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
+ Switch to upstart:
- Add debian/samba.{nmbd,smbd}.upstart.
- Don't ship the /etc/network/if-up.d file.
+ debian/samba.postinst:
- Fixed bashism.
- Avoid scary pdbedit warnings on first import.
+ debian/samba-common.postinst: Add more informative error message for
the case where smb.conf was manually deleted
+ debian/samba.logrotate: Make it upstart compatible
+ debian/samba-common.dhcp: Fix typo to get a proper parsing in
/etc/samba/dhcp.
+ debian/patches/fix-upstream-lp-738968.patch: Fix connection to EMC
Celerra NAS version 5.6.50. (LP: #738968)
+ debian/patches/fix-debuglevel-name-conflict.patch: Fix issue with the
"debug_level" variable name in libnss_wins.so conflicting with the "debug_level"
global variable that some applications. (LP: #529714)
samba (2:3.5.8~dfsg-5) unstable; urgency=low
* Fix "tdb2.so undefined symbol: dyn_get_STATEDIR" by fixing a typo
in fhs-filespath.patch. Closes: #629183, LP: #789097
samba (2:3.5.8~dfsg-4) unstable; urgency=low
[ Debconf translations ]
* Spanish (Omar Campagne). Closes: #627813
* Swedish (Martin Bagge / brother). Closes: #627849
* Brazilian Portuguese (Adriano Rafael Gomes). Closes: #627866
[ Christian Perrier ]
* bug_601406_fix-perl-path-in-example.patch: fix path to perl
binary in example file. Closes: #601406
samba (2:3.5.8~dfsg-3) unstable; urgency=low
[ Debconf translations ]
* Italian (Luca Monducci). Closes: #626674
* Dutch (Vincent Zweije). Closes: #627519
* Czech (Miroslav Kure). Closes: #627442
Date: Sun, 05 Jun 2011 00:14:16 +0100
Changed-By: Chuck Short <zulcss at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Chuck Short <chuck.short at canonical.com>
https://launchpad.net/ubuntu/oneiric/+source/samba/2:3.5.8~dfsg-5ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 05 Jun 2011 00:14:16 +0100
Source: samba
Binary: samba samba-common-bin samba-common samba-tools smbclient swat samba-doc samba-doc-pdf libpam-smbpass libsmbclient libsmbclient-dev winbind samba-dbg libwbclient0 libwbclient-dev
Architecture: source
Version: 2:3.5.8~dfsg-5ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chuck Short <zulcss at ubuntu.com>
Description:
libpam-smbpass - pluggable authentication module for Samba
libsmbclient - shared library for communication with SMB/CIFS servers
libsmbclient-dev - development files for libsmbclient
libwbclient-dev - Samba winbind client library - development files
libwbclient0 - Samba winbind client library
samba - SMB/CIFS file, print, and login server for Unix
samba-common - common files used by both the Samba server and client
samba-common-bin - common files used by both the Samba server and client
samba-dbg - Samba debugging symbols
samba-doc - Samba documentation
samba-doc-pdf - Samba documentation in PDF format
samba-tools - Samba testing utilities
smbclient - command-line SMB/CIFS clients for Unix
swat - Samba Web Administration Tool
winbind - Samba nameservice integration server
Closes: 601406 626674 627442 627519 627813 627849 627866 629183
Launchpad-Bugs-Fixed: 529714 639768 738968 789097
Changes:
samba (2:3.5.8~dfsg-5ubuntu1) oneiric; 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.
- comment out the default [homes] share, and add a comment about
"valid users = %S" to show users how to restrict access to
\\server\username to only username.
- Set 'usershare allow guests', so that usershare admins are
allowed to create public shares in addition to authenticated
ones.
- add map to guest = Bad user, maps bad username to guest access.
+ debian/samba-common.config:
- Do not change priority to high if dhclient3 is installed.
- Use priority medium instead of high for the workgroup question.
+ debian/mksmbpasswd.awk:
- Do not add user with UID less than 1000 to smbpasswd
+ debian/control:
- Make libwbclient0 replace/conflict with hardy's likewise-open.
- Don't build against or suggest ctdb.
- Add dependency on samba-common-bin to samba.
- Add cuups breaks to push the package to aslo upgrade cups (LP: #639768)
+ debian/rules:
- enable "native" PIE hardening.
- Add BIND_NOW to maximize benefit of RELRO hardening.
+ Add ufw integration:
- Created debian/samba.ufw.profile
- debian/rules, debian/samba.dirs, debian/samba.files: install
profile
- debian/control: have samba suggest ufw
+ Add apport hook:
- Created debian/source_samba.py.
- debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
+ Switch to upstart:
- Add debian/samba.{nmbd,smbd}.upstart.
- Don't ship the /etc/network/if-up.d file.
+ debian/samba.postinst:
- Fixed bashism.
- Avoid scary pdbedit warnings on first import.
+ debian/samba-common.postinst: Add more informative error message for
the case where smb.conf was manually deleted
+ debian/samba.logrotate: Make it upstart compatible
+ debian/samba-common.dhcp: Fix typo to get a proper parsing in
/etc/samba/dhcp.
+ debian/patches/fix-upstream-lp-738968.patch: Fix connection to EMC
Celerra NAS version 5.6.50. (LP: #738968)
+ debian/patches/fix-debuglevel-name-conflict.patch: Fix issue with the
"debug_level" variable name in libnss_wins.so conflicting with the "debug_level"
global variable that some applications. (LP: #529714)
.
samba (2:3.5.8~dfsg-5) unstable; urgency=low
.
* Fix "tdb2.so undefined symbol: dyn_get_STATEDIR" by fixing a typo
in fhs-filespath.patch. Closes: #629183, LP: #789097
.
samba (2:3.5.8~dfsg-4) unstable; urgency=low
.
[ Debconf translations ]
* Spanish (Omar Campagne). Closes: #627813
* Swedish (Martin Bagge / brother). Closes: #627849
* Brazilian Portuguese (Adriano Rafael Gomes). Closes: #627866
.
[ Christian Perrier ]
* bug_601406_fix-perl-path-in-example.patch: fix path to perl
binary in example file. Closes: #601406
.
samba (2:3.5.8~dfsg-3) unstable; urgency=low
.
[ Debconf translations ]
* Italian (Luca Monducci). Closes: #626674
* Dutch (Vincent Zweije). Closes: #627519
* Czech (Miroslav Kure). Closes: #627442
Checksums-Sha1:
bec4ce49e8852052c358d9df34e385011c34a123 1943 samba_3.5.8~dfsg-5ubuntu1.dsc
0f74eccdc62ece31db822401034c0788b8f97306 617356 samba_3.5.8~dfsg-5ubuntu1.debian.tar.gz
Checksums-Sha256:
3f2ad9f6fb997ea80c0ccb660a2db52a866373dbeb246c72de49a081ec95de63 1943 samba_3.5.8~dfsg-5ubuntu1.dsc
6abae3568c485ed1922046f321713356d93d2a6ff71149fec45e0de885a5c6d5 617356 samba_3.5.8~dfsg-5ubuntu1.debian.tar.gz
Files:
d5bbeebba4b74d02dd4af8da114f7f1d 1943 net optional samba_3.5.8~dfsg-5ubuntu1.dsc
44c479a7f055bff0f9fb693122c2d0d6 617356 net optional samba_3.5.8~dfsg-5ubuntu1.debian.tar.gz
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk3szt8ACgkQIHZ33voUATtN4wCfVAPFhYzyzRuCoS2vZz8yUAOH
0mIAoJ4uQ3Hpzb7psiOTU6k+4GzpwCdK
=s9ZY
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list