diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index b4ed3c1..8f8c205 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -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 diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index 9b3dcc5..25829ec 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -14,7 +14,7 @@ Name: MozillaThunderbird 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) Version: 1.5.0.8 -Release: 4 +Release: 5 Summary: The Stand-Alone Mozilla Mail Component URL: http://www.mozilla.org/products/thunderbird/ Group: Productivity/Networking/Email/Clients @@ -57,6 +57,8 @@ Patch27: print-properties.patch Patch28: replytolist.patch Patch29: list-replyto-clobber.patch Patch30: undefined-ops.patch +# bnc 232305 +Patch31: thunderbird-1.5.0.8-uninitalized-vars-232305.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: libstdc++ fileutils textutils /bin/sh %if %suse_version > 1000 @@ -170,6 +172,7 @@ cd $RPM_BUILD_DIR/mozilla %patch28 %patch29 %patch30 +%patch31 -p0 %build export MOZ_BUILD_DATE=%{releasedate} @@ -587,6 +590,8 @@ exit 0 %endif %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 - Add undefined-ops.patch, silencing some warnings. * Thu Nov 09 2006 - jhargadon@suse.de diff --git a/thunderbird-1.5.0.8-uninitalized-vars-232305.patch b/thunderbird-1.5.0.8-uninitalized-vars-232305.patch new file mode 100644 index 0000000..eb69479 --- /dev/null +++ b/thunderbird-1.5.0.8-uninitalized-vars-232305.patch @@ -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 ) {