r726 - in /trunk/boinc/debian: changelog patches/001_dont_install_ca-bundle.crt.patch patches/201_specify_alt_platform_in_cc_config.patch patches/202_use_uid_if_username_is_empty.patch patches/series

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Sat Oct 20 09:55:52 UTC 2007


Author: fst-guest
Date: Sat Oct 20 09:55:52 2007
New Revision: 726

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=726
Log:
* New upstream release 5.10.25.
* Updated patches for the new release.
* Added 202_use_uid_if_username_is_empty.patch which checks at account
  creation if wxGetUserName() returns an empty string and calls
  wxGetUserId() if it is empty. (closes: #447320)
            

Added:
    trunk/boinc/debian/patches/202_use_uid_if_username_is_empty.patch
Modified:
    trunk/boinc/debian/changelog
    trunk/boinc/debian/patches/001_dont_install_ca-bundle.crt.patch
    trunk/boinc/debian/patches/201_specify_alt_platform_in_cc_config.patch
    trunk/boinc/debian/patches/series

Modified: trunk/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/changelog?rev=726&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Sat Oct 20 09:55:52 2007
@@ -1,5 +1,7 @@
-boinc (5.10.8-3) unstable; urgency=low
-
+boinc (5.10.25-1) unstable; urgency=low
+
+  [ Frank S. Thomas ]
+  * New upstream release.
   * debian/control:
     - Moved Homepage pseudo field in the long descriptions to the source stanza
       because this is now a propper debian/control field supported by dpkg.
@@ -8,12 +10,16 @@
   * debian/boinc-client.init: Print the scheduling status of boinc_client's
     children only if there are any present, otherwise schedtool would be
     called without arguments and would print its usage text.
-  * debian/patches/: Added 201_specify_alt_platform_in_cc_config.patch which
-    allows to set the alternate platform of the BOINC client in its
-    cc_config.xml file using the <alt_platform> element within the <options>
-    element. (closes: 437326)
-
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Thu, 18 Oct 2007 11:20:35 +0200
+  * debian/patches/:
+    - Added 201_specify_alt_platform_in_cc_config.patch which allows to set
+      the alternate platform of the BOINC client in its cc_config.xml file
+      using the <alt_platform> element within the <options> element.
+      (closes: #437326)
+    - Added 202_use_uid_if_username_is_empty.patch which checks at account
+      creation if wxGetUserName() returns an empty string and calls
+      wxGetUserId() if it is empty. (closes: #447320)
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat, 20 Oct 2007 11:44:38 +0200
 
 boinc (5.10.8-2) unstable; urgency=low
 

Modified: trunk/boinc/debian/patches/001_dont_install_ca-bundle.crt.patch
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/patches/001_dont_install_ca-bundle.crt.patch?rev=726&op=diff
==============================================================================
--- trunk/boinc/debian/patches/001_dont_install_ca-bundle.crt.patch (original)
+++ trunk/boinc/debian/patches/001_dont_install_ca-bundle.crt.patch Sat Oct 20 09:55:52 2007
@@ -1,7 +1,7 @@
-Index: boinc-5.10.8/client/Makefile.am
+Index: boinc-5.10.25/client/Makefile.am
 ===================================================================
---- boinc-5.10.8.orig/client/Makefile.am	2007-06-26 08:55:11.000000000 +0200
-+++ boinc-5.10.8/client/Makefile.am	2007-06-26 08:57:25.000000000 +0200
+--- boinc-5.10.25.orig/client/Makefile.am
++++ boinc-5.10.25/client/Makefile.am
 @@ -66,7 +66,7 @@
  boinc_client_LDADD = -L../lib -lboinc $(PTHREAD_LIBS)
  
@@ -10,4 +10,4 @@
 +#boinc_client_DATA = ../curl/ca-bundle.crt
  
  switcher_SOURCES = switcher.C
- 
+ switcher_CPPFLAGS = -O3 -fomit-frame-pointer -fforce-addr -ffast-math $(AM_CPPFLAGS)

Modified: trunk/boinc/debian/patches/201_specify_alt_platform_in_cc_config.patch
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/patches/201_specify_alt_platform_in_cc_config.patch?rev=726&op=diff
==============================================================================
--- trunk/boinc/debian/patches/201_specify_alt_platform_in_cc_config.patch (original)
+++ trunk/boinc/debian/patches/201_specify_alt_platform_in_cc_config.patch Sat Oct 20 09:55:52 2007
@@ -1,6 +1,7 @@
-diff -Naur boinc-5.10.8.orig/client/cs_platforms.C boinc-5.10.8/client/cs_platforms.C
---- boinc-5.10.8.orig/client/cs_platforms.C	2007-05-07 21:38:27.000000000 +0200
-+++ boinc-5.10.8/client/cs_platforms.C	2007-10-11 13:00:17.000000000 +0200
+Index: boinc-5.10.25/client/cs_platforms.C
+===================================================================
+--- boinc-5.10.25.orig/client/cs_platforms.C
++++ boinc-5.10.25/client/cs_platforms.C
 @@ -93,6 +93,8 @@
  
  #endif
@@ -10,25 +11,27 @@
      if (config.no_alt_platform) {
          PLATFORM p = platforms[0];
          platforms.clear();
-diff -Naur boinc-5.10.8.orig/client/log_flags.C boinc-5.10.8/client/log_flags.C
---- boinc-5.10.8.orig/client/log_flags.C	2007-06-11 23:30:26.000000000 +0200
-+++ boinc-5.10.8/client/log_flags.C	2007-10-11 13:05:37.000000000 +0200
-@@ -216,6 +216,7 @@
+Index: boinc-5.10.25/client/log_flags.C
+===================================================================
+--- boinc-5.10.25.orig/client/log_flags.C
++++ boinc-5.10.25/client/log_flags.C
+@@ -219,6 +219,7 @@
          if (xp.parse_bool(tag, "disallow_attach", disallow_attach)) continue;
          if (xp.parse_bool(tag, "os_random_only", os_random_only)) continue;
          if (xp.parse_bool(tag, "no_alt_platform", no_alt_platform)) continue;
 +        if (xp.parse_str(tag, "alt_platform", alt_platform, sizeof(alt_platform))) continue;
-         msg_printf(NULL, MSG_USER_ERROR, "Unparsed tag in %s: <%s>\n",
-             CONFIG_FILE, tag
-         );
-diff -Naur boinc-5.10.8.orig/client/log_flags.h boinc-5.10.8/client/log_flags.h
---- boinc-5.10.8.orig/client/log_flags.h	2007-05-07 21:38:27.000000000 +0200
-+++ boinc-5.10.8/client/log_flags.h	2007-10-11 13:02:23.000000000 +0200
-@@ -91,6 +91,7 @@
+         if (xp.parse_bool(tag, "simple_gui_only", simple_gui_only)) continue;
+         if (xp.parse_bool(tag, "dont_contact_ref_site", dont_contact_ref_site)) continue;
+         if (xp.parse_str(tag, "data_dir", path, sizeof(path))) {
+Index: boinc-5.10.25/client/log_flags.h
+===================================================================
+--- boinc-5.10.25.orig/client/log_flags.h
++++ boinc-5.10.25/client/log_flags.h
+@@ -92,6 +92,7 @@
      bool disallow_attach;
      bool os_random_only;
      bool no_alt_platform;
 +    char alt_platform[256];
+     bool simple_gui_only;
+     bool dont_contact_ref_site;
  
-     CONFIG();
-     void defaults();

Added: trunk/boinc/debian/patches/202_use_uid_if_username_is_empty.patch
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/patches/202_use_uid_if_username_is_empty.patch?rev=726&op=file
==============================================================================
--- trunk/boinc/debian/patches/202_use_uid_if_username_is_empty.patch (added)
+++ trunk/boinc/debian/patches/202_use_uid_if_username_is_empty.patch Sat Oct 20 09:55:52 2007
@@ -1,0 +1,14 @@
+Index: boinc-5.10.25/clientgui/ProjectProcessingPage.cpp
+===================================================================
+--- boinc-5.10.25.orig/clientgui/ProjectProcessingPage.cpp
++++ boinc-5.10.25/clientgui/ProjectProcessingPage.cpp
+@@ -399,6 +399,9 @@
+                 ai->email_addr = (const char*)pWAP->m_AccountInfoPage->GetAccountEmailAddress().mb_str();
+                 ai->passwd = (const char*)pWAP->m_AccountInfoPage->GetAccountPassword().mb_str();
+                 ai->user_name = (const char*)::wxGetUserName().mb_str();
++                if (ai->user_name.empty()) {
++                    ai->user_name = (const char*)::wxGetUserId().mb_str();
++                }
+ 
+                 if (pWAP->m_AccountInfoPage->m_pAccountCreateCtrl->GetValue()) {
+                     pDoc->rpc.create_account(*ai);

Modified: trunk/boinc/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/patches/series?rev=726&op=diff
==============================================================================
--- trunk/boinc/debian/patches/series (original)
+++ trunk/boinc/debian/patches/series Sat Oct 20 09:55:52 2007
@@ -3,3 +3,4 @@
 003_use_sensible-browser.patch
 004_exclude_sea.patch
 201_specify_alt_platform_in_cc_config.patch
+202_use_uid_if_username_is_empty.patch




More information about the pkg-boinc-commits mailing list