Accepting request 36941 from network:samba:STABLE
Copy from network:samba:STABLE/cifs-utils based on submit request 36941 from user sjayaraman OBS-URL: https://build.opensuse.org/request/show/36941 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cifs-utils?expand=0&rev=3
This commit is contained in:
parent
db8ef2e25a
commit
e724d4c145
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4108fdd7426b025d592e4461a9b715735f5dbc9ebb95bfccfd6f8c3bb0633d73
|
|
||||||
size 312719
|
|
3
cifs-utils-4.2.tar.bz2
Normal file
3
cifs-utils-4.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da820d8d216ae3beac8f57c4a82d9f3ed008a9dbf8825853a213ae54016dd798
|
||||||
|
size 314071
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 5 10:41:53 UTC 2010 - sjayaraman@suse.de
|
||||||
|
|
||||||
|
- Update to cifs-utils 4.2.
|
||||||
|
+ significant overhaul of mount.cifs to make it setuid root safe.
|
||||||
|
+ mount.cifs now does privilege separation.
|
||||||
|
+ re-enable mount.cifs setuid usage.
|
||||||
|
+ make mount.cifs use libcap if available to prune its capability set.
|
||||||
|
+ guard mount.cifs against signals by unprivileged users.
|
||||||
|
+ mount.cifs is more careful about signal handling during mtab updates.
|
||||||
|
+ cifs.upcall fixes to make it work with the heimdal kerberos
|
||||||
|
implementation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 25 14:22:38 UTC 2010 - lmuelle@suse.de
|
Thu Mar 25 14:22:38 UTC 2010 - lmuelle@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cifs-utils (Version 4.1)
|
# spec file for package cifs-utils (Version 4.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
Summary: Utilities for doing and managing mounts of the Linux CIFS filesystem
|
Summary: Utilities for doing and managing mounts of the Linux CIFS filesystem
|
||||||
|
|
||||||
Name: cifs-utils
|
Name: cifs-utils
|
||||||
Version: 4.1
|
Version: 4.2
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
@ -112,4 +112,5 @@ exit 0
|
|||||||
/lib/mkinitrd/scripts/setup-cifs.sh
|
/lib/mkinitrd/scripts/setup-cifs.sh
|
||||||
/lib/mkinitrd/scripts/boot-cifs.sh
|
/lib/mkinitrd/scripts/boot-cifs.sh
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user