[Pkg-samba-maint] r1921 - branches/samba/experimental/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Mon Jun 9 21:42:23 UTC 2008
tags 480663 pending
tags 236830 pending
thanks
Author: vorlon
Date: 2008-06-09 21:42:23 +0000 (Mon, 09 Jun 2008)
New Revision: 1921
Modified:
branches/samba/experimental/debian/changelog
branches/samba/experimental/debian/control
branches/samba/experimental/debian/rules
branches/samba/experimental/debian/smbfs.files
Log:
Enable building of cifs.spnego for the smbfs package, adding a
build-dependency on keyutils-dev, to allow kerberos-based authentication
of cifs mounts. Closes: #480663, LP: #236830.
Modified: branches/samba/experimental/debian/changelog
===================================================================
--- branches/samba/experimental/debian/changelog 2008-06-09 06:59:20 UTC (rev 1920)
+++ branches/samba/experimental/debian/changelog 2008-06-09 21:42:23 UTC (rev 1921)
@@ -1,3 +1,11 @@
+samba (2:3.2.0~rc1-3) UNRELEASED; urgency=low
+
+ * Enable building of cifs.spnego for the smbfs package, adding a
+ build-dependency on keyutils-dev, to allow kerberos-based authentication
+ of cifs mounts. Closes: #480663, LP: #236830.
+
+ -- Steve Langasek <vorlon at debian.org> Mon, 09 Jun 2008 14:40:19 -0700
+
samba (2:3.2.0~rc1-2) experimental; urgency=low
* Reupload to experimental. Sigh.
Modified: branches/samba/experimental/debian/control
===================================================================
--- branches/samba/experimental/debian/control 2008-06-09 06:59:20 UTC (rev 1920)
+++ branches/samba/experimental/debian/control 2008-06-09 21:42:23 UTC (rev 1921)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>
Uploaders: Eloy A. Paris <peloy at debian.org>, Steve Langasek <vorlon at debian.org>, Christian Perrier <bubulle at debian.org>, Noèl Köthe <noel at debian.org>, Adam Conrad <adconrad at 0c3.net>
-Build-Depends: debhelper (>= 5.0.37.2), libpam0g-dev, libreadline5-dev, libcupsys2-dev (>=1.1.20final+cvs20040330-4), libacl1-dev (>= 2.2.11) [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], libkrb5-dev, libldap2-dev, po-debconf, binutils (>= 2.14.90.0.7), libpopt-dev, dpkg-dev (>= 1.13.9), quilt (>= 0.40), uuid-dev, libtalloc-dev
+Build-Depends: debhelper (>= 5.0.37.2), libpam0g-dev, libreadline5-dev, libcupsys2-dev (>=1.1.20final+cvs20040330-4), libacl1-dev (>= 2.2.11) [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], libkrb5-dev, libldap2-dev, po-debconf, binutils (>= 2.14.90.0.7), libpopt-dev, dpkg-dev (>= 1.13.9), quilt (>= 0.40), uuid-dev, libtalloc-dev, libkeyutils-dev
Build-Conflicts: libfam-dev
Standards-Version: 3.7.3
Modified: branches/samba/experimental/debian/rules
===================================================================
--- branches/samba/experimental/debian/rules 2008-06-09 06:59:20 UTC (rev 1920)
+++ branches/samba/experimental/debian/rules 2008-06-09 21:42:23 UTC (rev 1921)
@@ -60,6 +60,7 @@
ifeq ($(DEB_HOST_ARCH_OS),linux)
conf_args += \
--with-cifsmount \
+ --with-cifsspnego \
--with-acl-support \
--with-quotas
mount_cifs = yes
Modified: branches/samba/experimental/debian/smbfs.files
===================================================================
--- branches/samba/experimental/debian/smbfs.files 2008-06-09 06:59:20 UTC (rev 1920)
+++ branches/samba/experimental/debian/smbfs.files 2008-06-09 21:42:23 UTC (rev 1921)
@@ -1,5 +1,6 @@
sbin/mount.smbfs
sbin/mount.cifs
sbin/umount.cifs
+sbin/cifs.spnego
usr/share/man/man8/mount.cifs.8
usr/share/man/man8/umount.cifs.8
More information about the Pkg-samba-maint
mailing list