[ubuntu/trusty-proposed] samba 2:4.1.6+dfsg-1ubuntu1 (Accepted)
Chuck Short
zulcss at ubuntu.com
Wed Apr 2 19:29:22 UTC 2014
samba (2:4.1.6+dfsg-1ubuntu1) trusty; urgency=low
* Merge from Debian unstable. Remaining changes:
+ debian/VERSION.patch: Update vendor string 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.
+ debian/samba-common.config:
- Do not change prioritiy to high if dhclient3 is installed.
+ debian/control:
- Don't build against or suggest ctdb and tdb.
+ debian/rules:
- Drop explicit configuration options for ctdb and tdb.
+ Add ufw integration:
- Created debian/samba.ufw.profile:
- debian/rules, debian/samba.install: install profile
+ Add apport hook:
- Created debian/source_samba.py.
- debian/rules, debia/samb-common-bin.install: install hook.
+ debian/samba.logrotate: call upstart interfaces unconditionally instead
of hacking arround with pid files.
+ Set sbmclients conflicts with samba4-clients less than 4.0.3+dfsg1-0.1ubuntu4,
first dummy transitional package version.
+ Dropped patches:
- debian/patches/CVE-2013-4496.patch: Dropped no longer needed
- debian/patches/CVE-2013-6442.patch: Dropped no longer needed.
- debian/patches/readline-ftbfs.patch: Use the debian version.
+ debian/samba-common.dirs: Move /var/lib/samba/private from samba.dirs.
(LP: #1268180)
samba (2:4.1.6+dfsg-1) unstable; urgency=high
* New upstream security release. Fixes:
- CVE-2013-4496: password lockout not enforced for SAMR password changes
- CVE-2013-6442: smbcacls can remove a file or directory ACL by mistake
* Backport fix for readline 6.3 from master
samba (2:4.1.5+dfsg-1) unstable; urgency=medium
[ Jelmer Vernooij ]
* Fix watch file.
[ Ivo De Decker ]
* New upstream release.
* Remove the part of patch 26_heimdal_compat integrated upstream.
samba (2:4.1.4+dfsg-3) unstable; urgency=medium
* Move samba.dckeytab module to samba package, as it relies on hdb.
Closes: #736405, #736430
samba (2:4.1.4+dfsg-2) unstable; urgency=medium
[ Jelmer Vernooij ]
* Depend on newer version of ctdb, as Samba won't build against older
versions without --enable-old-ctdb.
* Bump standards version to 3.9.5 (no changes).
* Move libpac, db_glue and hdb module from samba-libs to samba package
to reduce size and dependency set of libs package.
* Fix compatibility with newer versions of the Heimdal HDB API.
+ Update 26_heimdal_compat: Fix initialization of HDB plugin. Thanks Jeff
Clark. Closes: #732342
+ Add dependency on specific version of the Heimdal HDB API.
Closes: #732344
[ Steve Langasek ]
* dhcp3-client is superseded by dhcp-client; update the references in
the package. Closes: #736070.
* Move the dhcp client hook from /etc/dhcp3 to /etc/dhcp.
Closes: #649100.
* debian/bin/xsltproc: don't use $FAKETIME as the variable name in our
wrapper script, this seems to make faketime unhappy.
samba (2:4.1.4+dfsg-1) unstable; urgency=medium
* New upstream release.
* Update version of talloc build-deps to 2.0.8.
* python-samba: add depends on python-ntdb.
Date: Wed, 02 Apr 2014 13:40:30 -0400
Changed-By: Chuck Short <zulcss at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/samba/2:4.1.6+dfsg-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 02 Apr 2014 13:40:30 -0400
Source: samba
Binary: samba samba-libs samba-common samba-common-bin smbclient samba-testsuite registry-tools libparse-pidl-perl samba-dev samba-doc python-samba samba-dsdb-modules samba-vfs-modules libpam-smbpass libsmbclient libsmbclient-dev libsmbsharemodes0 libsmbsharemodes-dev winbind libpam-winbind libnss-winbind samba-dbg libwbclient0 libwbclient-dev
Architecture: source
Version: 2:4.1.6+dfsg-1ubuntu1
Distribution: trusty
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chuck Short <zulcss at ubuntu.com>
Description:
libnss-winbind - Samba nameservice integration plugins
libpam-smbpass - pluggable authentication module for Samba
libpam-winbind - Windows domain authentication integration plugin
libparse-pidl-perl - IDL compiler written in Perl
libsmbclient - shared library for communication with SMB/CIFS servers
libsmbclient-dev - development files for libsmbclient
libsmbsharemodes-dev - development files for libsmbsharemodes
libsmbsharemodes0 - shared library for non-samba access to the samba 'share modes' da
libwbclient-dev - Samba winbind client library - development files
libwbclient0 - Samba winbind client library
python-samba - Python bindings for Samba
registry-tools - tools for viewing and manipulating the Windows registry
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 - Samba common files used by both the server and the client
samba-dbg - Samba debugging symbols
samba-dev - tools for extending Samba
samba-doc - Samba documentation
samba-dsdb-modules - Samba Directory Services Database
samba-libs - Samba core libraries
samba-testsuite - test suite from Samba
samba-vfs-modules - Samba Virtual FileSystem plugins
smbclient - command-line SMB/CIFS clients for Unix
winbind - service to resolve user and group information from Windows NT ser
Closes: 649100 732342 732344 736070 736405 736430
Launchpad-Bugs-Fixed: 1268180
Changes:
samba (2:4.1.6+dfsg-1ubuntu1) trusty; urgency=low
.
* Merge from Debian unstable. Remaining changes:
+ debian/VERSION.patch: Update vendor string 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.
+ debian/samba-common.config:
- Do not change prioritiy to high if dhclient3 is installed.
+ debian/control:
- Don't build against or suggest ctdb and tdb.
+ debian/rules:
- Drop explicit configuration options for ctdb and tdb.
+ Add ufw integration:
- Created debian/samba.ufw.profile:
- debian/rules, debian/samba.install: install profile
+ Add apport hook:
- Created debian/source_samba.py.
- debian/rules, debia/samb-common-bin.install: install hook.
+ debian/samba.logrotate: call upstart interfaces unconditionally instead
of hacking arround with pid files.
+ Set sbmclients conflicts with samba4-clients less than 4.0.3+dfsg1-0.1ubuntu4,
first dummy transitional package version.
+ Dropped patches:
- debian/patches/CVE-2013-4496.patch: Dropped no longer needed
- debian/patches/CVE-2013-6442.patch: Dropped no longer needed.
- debian/patches/readline-ftbfs.patch: Use the debian version.
+ debian/samba-common.dirs: Move /var/lib/samba/private from samba.dirs.
(LP: #1268180)
.
samba (2:4.1.6+dfsg-1) unstable; urgency=high
.
* New upstream security release. Fixes:
- CVE-2013-4496: password lockout not enforced for SAMR password changes
- CVE-2013-6442: smbcacls can remove a file or directory ACL by mistake
* Backport fix for readline 6.3 from master
.
samba (2:4.1.5+dfsg-1) unstable; urgency=medium
.
[ Jelmer Vernooij ]
* Fix watch file.
.
[ Ivo De Decker ]
* New upstream release.
* Remove the part of patch 26_heimdal_compat integrated upstream.
.
samba (2:4.1.4+dfsg-3) unstable; urgency=medium
.
* Move samba.dckeytab module to samba package, as it relies on hdb.
Closes: #736405, #736430
.
samba (2:4.1.4+dfsg-2) unstable; urgency=medium
.
[ Jelmer Vernooij ]
* Depend on newer version of ctdb, as Samba won't build against older
versions without --enable-old-ctdb.
* Bump standards version to 3.9.5 (no changes).
* Move libpac, db_glue and hdb module from samba-libs to samba package
to reduce size and dependency set of libs package.
* Fix compatibility with newer versions of the Heimdal HDB API.
+ Update 26_heimdal_compat: Fix initialization of HDB plugin. Thanks Jeff
Clark. Closes: #732342
+ Add dependency on specific version of the Heimdal HDB API.
Closes: #732344
.
[ Steve Langasek ]
* dhcp3-client is superseded by dhcp-client; update the references in
the package. Closes: #736070.
* Move the dhcp client hook from /etc/dhcp3 to /etc/dhcp.
Closes: #649100.
* debian/bin/xsltproc: don't use $FAKETIME as the variable name in our
wrapper script, this seems to make faketime unhappy.
.
samba (2:4.1.4+dfsg-1) unstable; urgency=medium
.
* New upstream release.
* Update version of talloc build-deps to 2.0.8.
* python-samba: add depends on python-ntdb.
Checksums-Sha1:
ea220c4de8a27efb03eee55550a45efa9ed0a864 3391 samba_4.1.6+dfsg-1ubuntu1.dsc
7b48f053adb8b4ebd68f6e0fdf3bfb7d70986bd2 15154068 samba_4.1.6+dfsg.orig.tar.xz
d78f56d994e76eec007767629091956914e5b86c 273630 samba_4.1.6+dfsg-1ubuntu1.debian.tar.gz
Checksums-Sha256:
cd197498a4817c9f6ea4d5d020ff9cbc3a8814e586e37a40851c3423bb361a10 3391 samba_4.1.6+dfsg-1ubuntu1.dsc
b151f33465cd46de2618e7c54d7fcbeea1cc9d6c7550cc10b23b826824c4dc9c 15154068 samba_4.1.6+dfsg.orig.tar.xz
2fb20b3e96c042e49d514c0b3fc5f8248f62de2f5bc77444173a8cd41a82b2ac 273630 samba_4.1.6+dfsg-1ubuntu1.debian.tar.gz
Files:
837af0f02912d2ffed7f3a94f43ff7fc 3391 net optional samba_4.1.6+dfsg-1ubuntu1.dsc
fb08605cd47e5c8437991b57cf1b2b9b 15154068 net optional samba_4.1.6+dfsg.orig.tar.xz
8c28811b85fc0538f546c37a0d4cb785 273630 net optional samba_4.1.6+dfsg-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>
More information about the Trusty-changes
mailing list