From 5a84c11bab9aba25b463e99633a5ad71ee9c8a2bc36aba6c431ac4aa34a90b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Wed, 1 Feb 2012 20:51:03 +0000 Subject: [PATCH] - Update to cifs-utils 5.3. + admins can now tell cifs.upcall to use an alternate krb5.conf file + on remount, mount.cifs no longer adds a duplicate mtab entry + the cifscreds utility has seen a major overhaul to allow for multiuser mounts without krb5 auth - Update to cifs-utils 5.2. + cifs.idmap can now map uid/gid to SID in addition to the other way around + getcifsacl/setcifsacl are now installed by default in /usr/bin instead of /usr/sbin. The manpages are now in section 1. + cifs.upcall has a new scheme for picking the SPN on krb5 mounts. The hostname is now always lowercased. If we fail to get a ticket using an unqualified name, it now attempts to guess the domain name. + A lot of manpage updates, additions and corrections - Update to cifs-utils 5.1. + fix for a minor security issue that can corrupt the mtab + new getcifsacl/setcifsacl tools that allow you to fetch and set raw Windows ACLs via an xattr. + a lot of manpage patches - Update to cifs-utils 5.0. + mount.cifs always uses the original device string to ensure that umounts by unprivileged users are not problematic + there is a new cifs.idmap program for handling idmapping upcalls + a lot of manpage patches OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=40 --- cifs-utils-4.9.tar.bz2 | 3 --- cifs-utils-5.3.tar.bz2 | 3 +++ cifs-utils.changes | 36 +++++++++++++++++++++++++++++++++--- cifs-utils.spec | 8 ++++---- 4 files changed, 40 insertions(+), 10 deletions(-) delete mode 100644 cifs-utils-4.9.tar.bz2 create mode 100644 cifs-utils-5.3.tar.bz2 diff --git a/cifs-utils-4.9.tar.bz2 b/cifs-utils-4.9.tar.bz2 deleted file mode 100644 index 0d4e421..0000000 --- a/cifs-utils-4.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a3410a598a13d71421d4d78027ca507a63ea32eec0892eb78e4f3aec2e335af -size 323980 diff --git a/cifs-utils-5.3.tar.bz2 b/cifs-utils-5.3.tar.bz2 new file mode 100644 index 0000000..0a06027 --- /dev/null +++ b/cifs-utils-5.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e969c4107a872e2848992732dc11eafc7bdf084bec894c0ba677572de49b32 +size 374762 diff --git a/cifs-utils.changes b/cifs-utils.changes index 9ea9036..ae93d64 100644 --- a/cifs-utils.changes +++ b/cifs-utils.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed Feb 1 20:38:17 UTC 2012 - lmuelle@suse.de + +- Update to cifs-utils 5.3. + + admins can now tell cifs.upcall to use an alternate krb5.conf file + + on remount, mount.cifs no longer adds a duplicate mtab entry + + the cifscreds utility has seen a major overhaul to allow for multiuser + mounts without krb5 auth + +- Update to cifs-utils 5.2. + + cifs.idmap can now map uid/gid to SID in addition to the other way around + + getcifsacl/setcifsacl are now installed by default in /usr/bin instead of + /usr/sbin. The manpages are now in section 1. + + cifs.upcall has a new scheme for picking the SPN on krb5 mounts. The + hostname is now always lowercased. If we fail to get a ticket using an + unqualified name, it now attempts to guess the domain name. + + A lot of manpage updates, additions and corrections + +- Update to cifs-utils 5.1. + + fix for a minor security issue that can corrupt the mtab + + new getcifsacl/setcifsacl tools that allow you to fetch and set raw + Windows ACLs via an xattr. + + a lot of manpage patches + +- Update to cifs-utils 5.0. + + mount.cifs always uses the original device string to ensure that umounts + by unprivileged users are not problematic + + there is a new cifs.idmap program for handling idmapping upcalls + + a lot of manpage patches + ------------------------------------------------------------------- Wed Dec 21 10:31:38 UTC 2011 - coolo@suse.com @@ -16,13 +46,13 @@ Sat Sep 17 22:58:13 UTC 2011 - jengelh@medozas.de ------------------------------------------------------------------- Wed Jun 22 10:42:54 UTC 2011 - sjayaraman@suse.de -- modify cifs init script to use /var/run instead of /var/lock/subsys for +- modify cifs init script to use /var/run instead of /var/lock/subsys for state file; (bnc#697218). ------------------------------------------------------------------- Tue Mar 8 08:51:37 UTC 2011 - sjayaraman@suse.de -- Update to cifs-utils 4.9. +- Update to cifs-utils 4.9. + mount.cifs: don't try to alter mtab if it's a symlink. + mount.cifs: fix possible use of uninitialized variable. + mount.cifs: reacquire CAP_DAC_READ_SEARCH before calling mount(2). @@ -56,7 +86,7 @@ Tue Mar 8 08:51:37 UTC 2011 - sjayaraman@suse.de ------------------------------------------------------------------- Tue Dec 7 13:31:05 UTC 2010 - toganm@opensuse.org -- corrected #bnc 641513 by adding /sbin/mkinitrd_setup in %postun. +- corrected #bnc 641513 by adding /sbin/mkinitrd_setup in %postun. ------------------------------------------------------------------- Mon Aug 2 08:33:32 UTC 2010 - sjayaraman@suse.de diff --git a/cifs-utils.spec b/cifs-utils.spec index 66f009a..c70b1e6 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -1,7 +1,7 @@ # # spec file for package cifs-utils # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: cifs-utils -Version: 4.9 +Version: 5.3 Release: 0 Summary: Utilities for doing and managing mounts of the Linux CIFS filesyste License: GPL-3.0+ @@ -106,11 +106,11 @@ exit 0 %files %defattr(-,root,root) /sbin/mount.cifs -#/sbin/umount.cifs +%{_bindir}/cifscreds %doc %{_mandir}/man8/mount.cifs.8.* -#%doc %{_mandir}/man8/umount.cifs.8.* %{_sbindir}/cifs.upcall %doc %{_mandir}/man8/cifs.upcall.8.* +%doc %{_mandir}/man1/cifscreds.1.* %if 0%{?suse_version} > 1100 %dir /lib/mkinitrd %dir /lib/mkinitrd/scripts