1
0
OBS User unknown 2007-01-30 23:14:43 +00:00 committed by Git OBS Bridge
parent 1f142ed8c5
commit 8b3b549046
3 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 30 10:50:51 CST 2007 - maw@suse.de
- Add thunderbird-1.5.0.8-uninitalized-vars-232305.patch (#232305).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 18 17:59:26 CST 2007 - maw@suse.de Thu Jan 18 17:59:26 CST 2007 - maw@suse.de

View File

@ -14,7 +14,7 @@ Name: MozillaThunderbird
BuildRequires: gcc-c++ libgnomeui-devel libidl-devel mozilla-nss-devel orbit-devel update-desktop-files zip BuildRequires: gcc-c++ libgnomeui-devel libidl-devel mozilla-nss-devel orbit-devel update-desktop-files zip
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Version: 1.5.0.8 Version: 1.5.0.8
Release: 4 Release: 5
Summary: The Stand-Alone Mozilla Mail Component Summary: The Stand-Alone Mozilla Mail Component
URL: http://www.mozilla.org/products/thunderbird/ URL: http://www.mozilla.org/products/thunderbird/
Group: Productivity/Networking/Email/Clients Group: Productivity/Networking/Email/Clients
@ -57,6 +57,8 @@ Patch27: print-properties.patch
Patch28: replytolist.patch Patch28: replytolist.patch
Patch29: list-replyto-clobber.patch Patch29: list-replyto-clobber.patch
Patch30: undefined-ops.patch Patch30: undefined-ops.patch
# bnc 232305
Patch31: thunderbird-1.5.0.8-uninitalized-vars-232305.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: libstdc++ fileutils textutils /bin/sh PreReq: libstdc++ fileutils textutils /bin/sh
%if %suse_version > 1000 %if %suse_version > 1000
@ -170,6 +172,7 @@ cd $RPM_BUILD_DIR/mozilla
%patch28 %patch28
%patch29 %patch29
%patch30 %patch30
%patch31 -p0
%build %build
export MOZ_BUILD_DATE=%{releasedate} export MOZ_BUILD_DATE=%{releasedate}
@ -587,6 +590,8 @@ exit 0
%endif %endif
%changelog -n MozillaThunderbird %changelog -n MozillaThunderbird
* Tue Jan 30 2007 - maw@suse.de
- Add thunderbird-1.5.0.8-uninitalized-vars-232305.patch (#232305).
* Thu Jan 18 2007 - maw@suse.de * Thu Jan 18 2007 - maw@suse.de
- Add undefined-ops.patch, silencing some warnings. - Add undefined-ops.patch, silencing some warnings.
* Thu Nov 09 2006 - jhargadon@suse.de * Thu Nov 09 2006 - jhargadon@suse.de

View File

@ -0,0 +1,10 @@
--- directory/c-sdk/ldap/libraries/libldap/os-ip.c 2002-04-02 09:44:45.000000000 +0200
+++ directory/c-sdk/ldap/libraries/libldap/os-ip.c.new 2007-01-30 18:10:39.270576000 +0100
@@ -554,6 +554,7 @@
#endif /* GETHOSTBYNAME_BUF_T */
connected = 0;
+ ldhpbuf_allocd = NULL;
parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port,
&status );
while ( !connected && LDAP_SUCCESS == parse_err && host != NULL ) {