From e21df1503fe189d97e9c62987bc9c1722c15fe471e3760a9d2e2cefbd5c8825c Mon Sep 17 00:00:00 2001 From: Suresh Jayaraman Date: Tue, 8 Mar 2011 09:23:19 +0000 Subject: [PATCH] - Update to cifs-utils 4.9. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=30 --- cifs-utils-4.6.tar.bz2 | 3 --- cifs-utils-4.9.tar.bz2 | 3 +++ cifs-utils.changes | 27 +++++++++++++++++++++++++++ cifs-utils.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 cifs-utils-4.6.tar.bz2 create mode 100644 cifs-utils-4.9.tar.bz2 diff --git a/cifs-utils-4.6.tar.bz2 b/cifs-utils-4.6.tar.bz2 deleted file mode 100644 index fb68ab3..0000000 --- a/cifs-utils-4.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21799212bc9ececc2bcc1b4208be1ee672585fead392fe0eaec14b97521bdf83 -size 322843 diff --git a/cifs-utils-4.9.tar.bz2 b/cifs-utils-4.9.tar.bz2 new file mode 100644 index 0000000..0d4e421 --- /dev/null +++ b/cifs-utils-4.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3410a598a13d71421d4d78027ca507a63ea32eec0892eb78e4f3aec2e335af +size 323980 diff --git a/cifs-utils.changes b/cifs-utils.changes index 8970a87..92d8f44 100644 --- a/cifs-utils.changes +++ b/cifs-utils.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Mar 8 08:51:37 UTC 2011 - sjayaraman@suse.de + +- 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). + + mount.cifs: fix handling of scopeid in resolve_host. + + mount.cifs: manpage: add entry for "actimeo" option. + + cifs-utils: rewrite hardcoded paths in manpages. + + cifs-utils: fixes for manpage pathname replacement scheme. + + cifs.upcall: fix memory and call krb5_auth_con_free(). + + cifs.upcall: use krb5_auth_con_set_req_cksumtype() and pass a GSSAPI + checksum; (bso#7890). + + manpage: change port option description. + + cifs.upcall: add 'l' to getopt_long string. + + cifs.upcall: fix crash when trying to free uninitialized var. + + cifs.upcall: consolidate find_krb5_cc calls. + + cifs.upcall: clean up key description decoding routine. + + cifs.upcall: add keytab support for unattended mounts. + + mount.cifs: add cruid= mount option. + + manpage: add mount.cifs manpage entry for "multiuser" option. + + mount.cifs: reinstate ip= as an override for address resolution. + + mount.cifs: use monotonic time for timeouts. + + cifs-utils: infrastructure for stashing passwords in keyring. + + cifs-utils: moving resolve_host into separate file. + ------------------------------------------------------------------- Tue Dec 7 13:31:05 UTC 2010 - toganm@opensuse.org diff --git a/cifs-utils.spec b/cifs-utils.spec index 9784d8a..2f86797 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -19,7 +19,7 @@ Summary: Utilities for doing and managing mounts of the Linux CIFS filesystem Name: cifs-utils -Version: 4.6 +Version: 4.9 Release: 5 License: GPLv3+ Group: System/Filesystems