OBS User unknown 2009-05-24 22:19:36 +00:00 committed by Git OBS Bridge
parent 8f5564b72d
commit 83e2b39df0
3 changed files with 40 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -uNrp boinc_core_release_6_4_5/clientgui/common/wxFlatNotebook.cpp boinc_core_release_6_4_5p/clientgui/common/wxFlatNotebook.cpp
--- boinc_core_release_6_4_5/clientgui/common/wxFlatNotebook.cpp 2009-02-07 10:13:28.000000000 +0100
+++ boinc_core_release_6_4_5p/clientgui/common/wxFlatNotebook.cpp 2009-05-22 13:17:29.000000000 +0200
@@ -607,7 +607,7 @@ const wxColour& wxFlatNotebookBase::GetA
//
///////////////////////////////////////////////////////////////////////////////////////////
-BEGIN_EVENT_TABLE(wxPageContainerBase, wxControl)
+BEGIN_EVENT_TABLE(wxPageContainerBase, wxPanel)
EVT_PAINT(wxPageContainerBase::OnPaint)
EVT_SIZE(wxPageContainerBase::OnSize)
EVT_LEFT_DOWN(wxPageContainerBase::OnLeftDown)

View File

@ -1,11 +1,18 @@
-------------------------------------------------------------------
Fri May 22 14:06:32 CEST 2009 - saigkill@opensuse.org
- fixed Errors while using newer wx Version
-------------------------------------------------------------------
Fri Mar 27 11:57:43 CET 2009 - saigkill@opensuse.org
- removed boinctray depency
-------------------------------------------------------------------
Sat Mar 14 18:41:07 CET 2009 - saigkill@opensuse.org
- added rpmlintrc
-------------------------------------------------------------------
Wed Feb 25 15:06:27 CET 2009 - pth@suse.de
@ -15,36 +22,44 @@ Wed Feb 25 15:06:27 CET 2009 - pth@suse.de
- Include standard compiler flags.
- Reformat description
- Correct spelling boinc-client-README.SuSE
------------------------------------------------------------------
Thu Feb 12 11:10:00 CET 2009 - saigkill@opensuse.org
- added wxstring_conversion.patch (fix Bug #774 Berkeley Bug)
------------------------------------------------------------------
Wed Feb 11 17:41:00 CET 2009 - saigkill@opensuse.org
- first stable Version
- fixed boincmgr to copy gui_rpc_auth.cfg to every /home
------------------------------------------------------------------
Wed Feb 11 11:48:44 CET 2009 - saigkill@opensuse.org
- Export %%changelog to boinc-client.changes
------------------------------------------------------------------
Tue Feb 10 12:00:00 CET 2009 - saigkill@opensuse.org
- changed $BOINCEXE from boinc_client to boinc
------------------------------------------------------------------
Wed Feb 04 12:00:00 CET 2009 - saigkill@opensuse.org
- Fixed OpenSUSE Bugzilla Bug #468414
------------------------------------------------------------------
Tue Feb 03 12:00:00 CET 2009 - saigkill@opensuse.org
- updated to Version 6.4
- deleted bnc_465676 (was fixed in sourcecode by boinc-team)
------------------------------------------------------------------
Mon Feb 02 12:00:00 CET 2009 - dl9pf@gmx.de
- tweaked -doc package
------------------------------------------------------------------
Mon Feb 02 12:00:00 CET 2009 - saigkill@opensuse.org
@ -58,11 +73,13 @@ Mon Feb 02 12:00:00 CET 2009 - saigkill@opensuse.org
(fix init File as boinc)
+ ca_cert_deactivate (fix deactivate using of ca_cert)
+ fs_start_included (fix add $fs_network to init.d Script)
------------------------------------------------------------------
Sun Feb 01 12:00:00 CET 2009 - saigkill@opensuse.org
- added fillup Macro to use sysconfig
- use sysconfig.boinc as source from fillup macro
------------------------------------------------------------------
Sat Jan 31 12:00:00 CET 2009 - saigkill@opensuse.org
@ -71,10 +88,12 @@ Sat Jan 31 12:00:00 CET 2009 - saigkill@opensuse.org
- deleted bnc_442904 for Win. In my Package no Win/Mac Source
- added bnc_465676.patch fix CVE-ID: CVE-2009-0126
- branched for Factory:Contrib
------------------------------------------------------------------
Fri Jan 23 12:00:00 CET 2009 - saigkill@opensuse.org
- deleted mac/mac_build/win Folders from the Sourcecode
------------------------------------------------------------------
Wed Jan 14 12:00:00 CET 2009 - mauro@suse.de
@ -82,20 +101,24 @@ Wed Jan 14 12:00:00 CET 2009 - mauro@suse.de
+ Fixes CVE-2008-5077
+ check return values of RSA_*() functions.
+ fix a memory leak, missing RSA_free().
------------------------------------------------------------------
Tue Dec 23 12:00:00 CET 2008 - mauro@suse.de
- Added bnc_442904.patch to fix bnc#442904.
+ Use the proper delete.
------------------------------------------------------------------
Mon Nov 03 12:00:00 CET 2008 - mauro@suse.de
- Add bnc_439037.patch to fix bnc#439037. We now use strcmp
instead of the original ==.
------------------------------------------------------------------
Fri Oct 03 12:00:00 CET 2008 - mauro@suse.de
- Add bnc-431510.patch to fix bnc#431510.
------------------------------------------------------------------
Mon Sep 08 12:00:00 CET 2008 - mauro@suse.de

View File

@ -20,7 +20,7 @@
Name: boinc-client
Summary: The Berkeley Open Infrastructure for Network Computing (BOINC)
Version: 6.4.5
Release: 1
Release: 2
License: LGPL v2.1 only
Url: http://boinc.berkeley.edu/
Source0: boinc_core_release_6_4_5.tar.bz2
@ -40,6 +40,7 @@ Patch6: boinc-icon_old.patch
Patch7: boinc-bnc_465676.patch
Patch8: boinc-client-wxWindowListNode.patch
Patch9: boinc-client-hostinfo.patch
Patch10: boinc-client-NotebookWxPanel.patch
Group: Productivity/Clustering/Computing
BuildRequires: libcurl-devel >= 7.15.2 python-mysql update-desktop-files
BuildRequires: Mesa-devel freeglut-devel libopenssl-devel
@ -191,6 +192,7 @@ Authors:
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
tar -xvjf %{S:1}
%build
@ -285,6 +287,8 @@ rm -rf $RPM_BUILD_ROOT
# %{_libdir}/*a
%changelog
* Fri May 22 2009 saigkill@opensuse.org
- fixed Errors while using newer wx Version
* Fri Mar 27 2009 saigkill@opensuse.org
- removed boinctray depency
* Sat Mar 14 2009 saigkill@opensuse.org