Accepting request 18144 from network:samba:STABLE

Copy from network:samba:STABLE/samba based on submit request 18144 from user jmcdough

OBS-URL: https://build.opensuse.org/request/show/18144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=44
This commit is contained in:
OBS User autobuild 2009-08-22 01:36:34 +00:00 committed by Git OBS Bridge
parent 2da7a28ac5
commit bc2565accb
6 changed files with 157 additions and 74 deletions

View File

@ -1,2 +1,2 @@
2180
2186
Branch : trunk

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba75375df1525293bfef2b26b8905ec130df29512155b74dda6494df2aed0200
size 61127
oid sha256:abfa8a1fe668183afa20ddbdfd5fc471b2dc67feffabe489d744a18669cbd065
size 78242

View File

@ -55,7 +55,7 @@ BuildRequires: ctdb-devel
%endif
Url: http://www.samba.org/
Version: 3.4.0
Release: 2
Release: 3
License: GPL v3 or later
Summary: Samba Documentation
Group: Documentation/Other
@ -180,7 +180,7 @@ sed -e s/^SAMBA_VERSION_VENDOR_SUFFIX=$/SAMBA_VERSION_VENDOR_SUFFIX=\"${vendor_t
# use the default optimization
unset OPTIMIZATION
%endif
%if 0%{suse_version} > 1110
%if 0%{?suse_version} > 1110
export SUSE_ASNEEDED=0
%endif
export CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE ${OPTIMIZATION} -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
@ -361,10 +361,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%changelog

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Mon Aug 10 03:53:53 CEST 2009 - boyang@suse.de
- check in .po files for pam_winbind; (bnc#499233); (bso#6602).
-------------------------------------------------------------------
Thu Aug 6 14:40:21 CEST 2009 - lmuelle@suse.de
- Update to 3.0.36.
+ Fix Winbind crash on 'getent group' (bug #5906).
+ Excel save operation corrupts file ACLs (bug #4308).
+ Prevent segmentation fault on joining a very long domain name.
+ BUG 4308: Excel save operation corrupts file ACLs.
+ BUG 4370: Clean-up entries in /etc/mtab after unmount.
+ BUG 4640: Fix guest mounts in mount-cifs.
+ BUG 5906: Fix Winbind crash on 'getent group'.
+ BUG 6066: netinet/ip.h present but cannot be compiled on Solaris.
+ BUG 6099: In order to allow Win7 to connect to a Samba NT style.
+ BUG 6279: Fix Winbind crash.
PDC we set the flags before we know if it's an error or not.
+ BUG 6085: Fix build of vfs_default.
+ BUG 6098: When the DNS server is invalid, the ads_find_dc() does not work
correctly.
+ Fix logic error in try_chown.
+ Correctly use chroot().
+ Fix bug in processing of open modes in POSIX open.
+ Don't install the cifs.upcall binary twice.
+ Fix mount.cifs handling of -V option.
+ Prevent segmentation fault on joining a very long domain name.
+ Don't try and delete a default ACL from a file.
+ Add workaround for MS KB932762.
+ Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
+ Fix a crash during name resolution when log level >= 10
and libc segfaults if printf is passed NULL for a "%s" arg.
-------------------------------------------------------------------
Sat Aug 1 18:39:53 CEST 2009 - lmuelle@suse.de
- Use a conditional suse_version macro in front of the SUSE_ASNEEDED export.
-------------------------------------------------------------------
Mon Jul 27 13:45:04 CEST 2009 - boyang@suse.de

View File

@ -60,7 +60,7 @@ Group: Productivity/Networking/Samba
Url: http://www.samba.org/
AutoReqProv: on
Version: 3.4.0
Release: 2
Release: 3
%ifarch ppc64
Obsoletes: samba-64bit
%endif
@ -149,10 +149,13 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%package client
@ -192,10 +195,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@ -220,10 +226,13 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%endif
@ -248,10 +257,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%endif
@ -278,10 +290,13 @@ Authors:
--------
Jeremy Allison <jra at samba dot org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%if %{make_utils}
@ -303,12 +318,6 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Branch : trunk
Source Timestamp: 2180
Branch : trunk
%endif
%package winbind
@ -336,10 +345,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -363,20 +375,18 @@ PreReq: /sbin/ldconfig
%if 0%{?suse_version} && 0%{?suse_version} < 1031
%description -n libsmbclient
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%else
%description -n libsmbclient0
Source Timestamp: 2180
Branch : trunk
Source Timestamp: 2180
Branch : trunk
%endif
This package includes the libsmbclient library.
@ -413,10 +423,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%package -n libnetapi0
@ -435,10 +448,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%package -n libnetapi-devel
@ -458,10 +474,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -480,20 +499,18 @@ PreReq: /sbin/ldconfig
%if 0%{?suse_version} && 0%{?suse_version} < 1031
%description -n libsmbsharemodes
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%else
%description -n libsmbsharemodes0
Source Timestamp: 2180
Branch : trunk
Source Timestamp: 2180
Branch : trunk
%endif
This package includes the smbsharemodes library.
@ -522,10 +539,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%if %{make_ldapsmb}
@ -546,10 +566,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%package -n libtalloc-devel
@ -569,10 +592,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%package -n libtdb1
@ -591,10 +617,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%package -n libtdb-devel
@ -614,10 +643,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%package -n libwbclient0
@ -636,10 +668,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%package -n libwbclient-devel
@ -659,10 +694,13 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%package -n ldapsmb
@ -671,7 +709,7 @@ Summary: Tool to administer Samba's LDAP backend
Group: Productivity/Networking/Samba
AutoReqProv: on
Version: 1.34b
Release: 266
Release: 267
Requires: perl-ldap
%description -n ldapsmb
@ -684,10 +722,13 @@ Authors:
--------
Guenther Deschner <guenther at deschner dot de>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%endif
@ -710,10 +751,13 @@ Authors:
--------
Steve French <sfrench at Samba dot org>
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2180
Source Timestamp: 2186
Branch : trunk
Source Timestamp: 2186
Branch : trunk
%endif
@ -743,12 +787,6 @@ Authors:
--------
Rainer Link <rainer@openantivirus.org>
Source Timestamp: 2180
Branch : trunk
Source Timestamp: 2180
Branch : trunk
%endif
%prep
@ -829,7 +867,7 @@ sed -e s/^SAMBA_VERSION_VENDOR_SUFFIX=$/SAMBA_VERSION_VENDOR_SUFFIX=\"${vendor_t
# use the default optimization
unset OPTIMIZATION
%endif
%if 0%{suse_version} > 1110
%if 0%{?suse_version} > 1110
export SUSE_ASNEEDED=0
%endif
export CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE ${OPTIMIZATION} -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f0aff82edfc7dc541e34fecc2cedcbf55956bfe2bfad07081470e3584609ffc
size 24071
oid sha256:e80612b5a6ccd19e8235d987cc21a2e6a9eb5025c00b008cede453e377a1e123
size 24007