[ubuntu/oneiric] samba 2:3.5.9~dfsg-1ubuntu1 (Accepted)
Chuck Short
zulcss at ubuntu.com
Mon Jun 20 13:45:28 UTC 2011
samba (2:3.5.9~dfsg-1ubuntu1) 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.
+ Dropped:
- debian/patches/fix-upstream-lp-738968.patch: Fixed upstream.
- debian/patches/fix-debuglevel-name-conflict.patch: Fixed upstream.
samba (2:3.5.9~dfsg-1) unstable; urgency=low
* New upstream release
* Add "--quiet" to start-stop-daemon call in reload target in init
script. Closes: #572483
* Add examples/LDAP in examples for the samba package. With this,
samba.schema will be provided in some way in the package.
This very partially addresses #190162
* patches/bug_221618_precise-64bit-prototype.patch: precise
64bits prototype in libsmbclient-dev. Closes: #221618
* patches/no-unnecessary-cups.patch: dropped after upstream
changes to printing code
* Update Standards to 3.9.2 (checked, no change)
* Add build-arch and build-indep targets in debian/rules
Date: Sat, 18 Jun 2011 18:12:40 +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.9~dfsg-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 18 Jun 2011 18:12:40 +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.9~dfsg-1ubuntu1
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: 221618 572483
Launchpad-Bugs-Fixed: 639768
Changes:
samba (2:3.5.9~dfsg-1ubuntu1) 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.
+ Dropped:
- debian/patches/fix-upstream-lp-738968.patch: Fixed upstream.
- debian/patches/fix-debuglevel-name-conflict.patch: Fixed upstream.
.
samba (2:3.5.9~dfsg-1) unstable; urgency=low
.
* New upstream release
* Add "--quiet" to start-stop-daemon call in reload target in init
script. Closes: #572483
* Add examples/LDAP in examples for the samba package. With this,
samba.schema will be provided in some way in the package.
This very partially addresses #190162
* patches/bug_221618_precise-64bit-prototype.patch: precise
64bits prototype in libsmbclient-dev. Closes: #221618
* patches/no-unnecessary-cups.patch: dropped after upstream
changes to printing code
* Update Standards to 3.9.2 (checked, no change)
* Add build-arch and build-indep targets in debian/rules
Checksums-Sha1:
1d12864ac1eccad1934929959a5b29e92ab19646 1943 samba_3.5.9~dfsg-1ubuntu1.dsc
a8eb851924e232a0e3b78f399669cc3a1e64d942 26403296 samba_3.5.9~dfsg.orig.tar.bz2
d2fe4005bb6c8a04ad2f05a8109b88851b23122a 297929 samba_3.5.9~dfsg-1ubuntu1.debian.tar.gz
Checksums-Sha256:
c9cdae8fcd532c29a77a1b1c53f0ab951c84956f548d601ae1b16ee340951865 1943 samba_3.5.9~dfsg-1ubuntu1.dsc
1ec8c1080801d32f88086330071ec23f918cea51303449c177a3dfc6375f7ddd 26403296 samba_3.5.9~dfsg.orig.tar.bz2
d0a9c1ac7f74e54e9ce7b802985732d788a4eac8f5df4df4d7aaed74a3358c42 297929 samba_3.5.9~dfsg-1ubuntu1.debian.tar.gz
Files:
7fa5661ec77719fa2e1542f99f4a89f0 1943 net optional samba_3.5.9~dfsg-1ubuntu1.dsc
2b0889a77b6ebb14ec14ba7cb531181e 26403296 net optional samba_3.5.9~dfsg.orig.tar.bz2
6a4f883ff23f59b9d0eb63908eb31a7f 297929 net optional samba_3.5.9~dfsg-1ubuntu1.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)
iEYEARECAAYFAk3/R5gACgkQIHZ33voUATvkGwCdF+8Vi1CGmW8jISHWHO62b3Y8
SD0AoJxuYTB8ToUijA1oexdISEv5ojr6
=CGiF
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list