[Pkg-samba-maint] r2132 - trunk/samba/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Fri Aug 22 19:58:00 UTC 2008
Author: bubulle
Date: 2008-08-22 19:57:59 +0000 (Fri, 22 Aug 2008)
New Revision: 2132
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/rules
trunk/samba/debian/smbfs.files
Log:
cifs.spnego is replaced by cifs.upcall
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2008-08-21 12:15:26 UTC (rev 2131)
+++ trunk/samba/debian/changelog 2008-08-22 19:57:59 UTC (rev 2132)
@@ -3,6 +3,8 @@
* New upstream release
- Fix "/usr/lib/cups/backend/smb does not try port 139 anymore by default"
Closes: #491881
+ - debian/rules, debian/smbfs.files: build with cifs.upcall,
+ newly introduced to replace cifs.spnego
[ Noèl Köthe ]
* fixing lintian warning "build-depends-on-1-revision"
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2008-08-21 12:15:26 UTC (rev 2131)
+++ trunk/samba/debian/rules 2008-08-22 19:57:59 UTC (rev 2132)
@@ -55,7 +55,8 @@
--without-smbmount \
--with-dnsupdate \
--without-libtdb \
- --without-libnetapi
+ --without-libnetapi \
+ --with-cifsupcall
ifeq ($(DEB_HOST_ARCH_OS),linux)
conf_args += \
Modified: trunk/samba/debian/smbfs.files
===================================================================
--- trunk/samba/debian/smbfs.files 2008-08-21 12:15:26 UTC (rev 2131)
+++ trunk/samba/debian/smbfs.files 2008-08-22 19:57:59 UTC (rev 2132)
@@ -1,6 +1,6 @@
sbin/mount.smbfs
sbin/mount.cifs
sbin/umount.cifs
-sbin/cifs.spnego
+sbin/cifs.upcall
usr/share/man/man8/mount.cifs.8
usr/share/man/man8/umount.cifs.8
More information about the Pkg-samba-maint
mailing list