summaryrefslogtreecommitdiff
blob: 14f3c0cd38e62e8fc68f752ffce5686769b5c0ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
# ChangeLog for sci-misc/boinc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.67 2009/07/24 10:58:33 scarabeus Exp $

  24 Jul 2009; Tomáš Chvátal <scarabeus@gentoo.org> files/boinc.init:
  Remove bashism in initscript. Per bug #278811. Thanks to Michał Górny
  for the patch.

  08 Jul 2009; Tomáš Chvátal <scarabeus@gentoo.org> files/boinc.init:
  Use pidfile in initscript. Per bug #276271.

  29 May 2009; Tomáš Chvátal <scarabeus@gentoo.org>
  boinc-6.4.5-r2.ebuild, files/boinc.init:
  Apply patch for cuda detection. Per bug #270292. Thanks to Poly-C for
  patch.

  20 May 2009; Tomas Chvatal <scarabeus@gentoo.org> boinc-6.4.5-r2.ebuild:
  Move from Education;Science; to Math;Science; Per bug #269858.

*boinc-6.4.5-r2 (14 May 2009)

  14 May 2009; Tomas Chvatal <scarabeus@gentoo.org>
  +files/6.4.5-nostrip.patch, -boinc-6.4.5-r1.ebuild,
  +boinc-6.4.5-r2.ebuild:
  Fix stripping issue per bug #257297. Again big thanks to Victor Ostroga.

  13 May 2009; Tomas Chvatal <scarabeus@gentoo.org>
  +files/6.4.5-gcc44.patch, boinc-6.4.5-r1.ebuild:
  Add gcc 4.4 compat patch. Thanks to Victor Ostroga for this one. Per bug
  #269618

  11 May 2009; Tomas Chvatal <scarabeus@gentoo.org> boinc-6.4.5-r1.ebuild:
  Update in-ebuild url to be correct

  23 Apr 2009; Tomas Chvatal <scarabeus@gentoo.org> files/boinc.init:
  Some gentoo syntax improvement in init.d file.

  23 Apr 2009; Tomas Chvatal <scarabeus@gentoo.org> files/boinc.init,
  boinc-6.4.5-r1.ebuild:
  Fix multilib support for cuda. Per bug #266637.

  30 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> boinc-6.4.5-r1.ebuild:
  Add block on quickswitch since their files collide. Per bug #210877.

  30 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> boinc-6.4.5-r1.ebuild:
  Make the desktop filename less funky. Per bug #263140.

  11 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> files/boinc.init:
  Fix directory rights for workdir when attaching to a project. Per bug
  #259410.

  18 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org> boinc-6.4.5-r1.ebuild:
  Fix wrong functions usage. Per bug #248769. Thanks to Martin von Gagern
  for the patch.

  17 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org>
  files/6.4.5-RSA_security.patch:
  Update the patch so it works again.

*boinc-6.4.5-r1 (16 Feb 2009)

  16 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org>
  +files/6.4.5-RSA_security.patch, -boinc-6.4.5.ebuild,
  +boinc-6.4.5-r1.ebuild:
  Revision bump. Fix the RSA Security issue. Per bug #258011.

  13 Feb 2009; Brent Baude <ranger@gentoo.org> boinc-6.4.5.ebuild:
  Marking boinc-6.4.5 ~ppc64 for bug 255156

  03 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org> files/boinc.init:
  Fix init with final version. Thanks to UberLord.

  01 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org> files/boinc.init:
  Fix initscript for baselayout-1. This time for real :]. Per bug #257113.
  Big thanks to Andrea Conti <alyf@alyf.net>

  01 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org> boinc-6.4.5.ebuild:
  Fix bug #249997. Wrong dependency on ca-certificates.

  01 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org> files/boinc.init:
  Update init script so it works with baselayout1 again. Per bug #257113.

*boinc-6.4.5 (31 Jan 2009)

  31 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org>
  -files/08_all_Makefile.patch, -files/boinc-4.72.20050813-gcc4-fix.patch,
  -files/boinc-5.2.14-gcc-4.1.patch, -files/boinc-5.10.45-gcc4.3.patch,
  -files/boinc-6.2.15-mute-warnings.patch,
  -files/boinc-6.2.15-project-list-size.patch, files/boinc.conf,
  files/boinc.init, -files/gui_rpc_auth.cfg, metadata.xml,
  -boinc-4.72.20050813-r3.ebuild, -boinc-5.2.14.ebuild,
  -boinc-5.4.11.ebuild, -boinc-5.5.6.ebuild, -boinc-5.8.15.ebuild,
  -boinc-5.10.28.ebuild, -boinc-5.10.45.ebuild, -boinc-6.2.15.ebuild,
  +boinc-6.4.5.ebuild:
  Version bump. Remove old cruft. Per bug #251766.

  21 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
  Updated maintainership for scarabeus

  02 Jan 2009; Marcus D. Hanwell <cryos@gentoo.org> metadata.xml:
  Removed myself as maintainer.

  28 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> boinc-6.2.15.ebuild:
  Update confusing information about password for graphical client.

  27 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> +files/gui_rpc_auth.cfg,
  boinc-6.2.15.ebuild:
  Add gui_rpc_auth.cfg and fix cert issues. Bug #248749

*boinc-6.2.15 (24 Nov 2008)

  24 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org>
  +files/boinc-6.2.15-mute-warnings.patch,
  +files/boinc-6.2.15-project-list-size.patch, +boinc-6.2.15.ebuild:
  Version bump. Mostly rewrite from scratch.

  06 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
  Add USE flag description to metadata wrt GLEP 56.

  18 Apr 2008; Markus Dittrich <markusle@gentoo.org> boinc-5.10.45.ebuild:
  Fixed compilation problems with USE="-X" (see bug #218168).

  17 Apr 2008; Markus Dittrich <markusle@gentoo.org>
  +files/boinc-5.10.45-gcc4.3.patch, boinc-4.72.20050813-r3.ebuild,
  boinc-5.2.14.ebuild, boinc-5.4.11.ebuild, boinc-5.5.6.ebuild,
  boinc-5.10.28.ebuild, boinc-5.10.45.ebuild:
  Added patch to fix compile problems with gcc-4.3 (see bug #217919).
  Fixed lots of QA issues.

*boinc-5.10.45 (15 Apr 2008)

  15 Apr 2008; Joshua Jackson <tsunam@gentoo.org> +boinc-5.10.45.ebuild:
  adding 5.10.45 to the tree

  05 Feb 2008; Benedikt Böhm <hollow@gentoo.org>
  boinc-4.72.20050813-r3.ebuild, boinc-5.2.14.ebuild, boinc-5.4.11.ebuild,
  boinc-5.5.6.ebuild, boinc-5.8.15.ebuild, boinc-5.10.28.ebuild:
  fix depend.apache usage wrt #208584

  17 Jan 2008; Joshua Jackson <tsunam@gentoo.org>
  +boinc-4.72.20050813-r3.ebuild, +boinc-5.2.14.ebuild,
  +boinc-5.4.11.ebuild, +boinc-5.5.6.ebuild:
  I forgot about setiathome

*boinc-5.10.28 (17 Jan 2008)

  17 Jan 2008; Joshua Jackson <tsunam@gentoo.org>
  -boinc-4.72.20050813-r3.ebuild, -boinc-5.2.14.ebuild,
  -boinc-5.4.11.ebuild, -boinc-5.5.6.ebuild, +boinc-5.10.28.ebuild:
  Adding a recent version that matches upstream stable...removing some of the
  very old versions as well

  29 Jul 2007; Christian Heim <phreak@gentoo.org>
  boinc-4.72.20050813-r3.ebuild, boinc-5.2.14.ebuild, boinc-5.4.11.ebuild,
  boinc-5.5.6.ebuild, boinc-5.8.15.ebuild:
  Fixing the DEPEND/RDEPEND for the move of net-www/apache to
  www-servers/apache (#78622).

  22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
  boinc-4.72.20050813-r3.ebuild, boinc-5.2.14.ebuild, boinc-5.4.11.ebuild,
  boinc-5.5.6.ebuild, boinc-5.8.15.ebuild:
  Drop virtual/x11 references.

  19 May 2007; Ryan Hill <dirtyepic@gentoo.org>
  boinc-4.72.20050813-r3.ebuild, boinc-5.2.14.ebuild, boinc-5.4.11.ebuild,
  boinc-5.5.6.ebuild, boinc-5.8.15.ebuild:
  Use wxwidgets.eclass.

*boinc-5.8.15 (27 Mar 2007)

  27 Mar 2007; Joshua Jackson <tsunam@gentoo.org> +boinc-5.8.15.ebuild:
  Adding the new considered stable version to the tree, with help from users
  in bug #166920

  13 Mar 2007; Danny van Dyk <kugelfang@gentoo.org>
  boinc-4.72.20050813-r3.ebuild, boinc-5.2.14.ebuild, boinc-5.4.11.ebuild,
  boinc-5.5.6.ebuild:
  QA: which -> type -P

  23 Nov 2006; Francesco Riosa <vivo@gentoo.org>
  boinc-4.72.20050813-r3.ebuild, boinc-5.2.14.ebuild, boinc-5.4.11.ebuild,
  boinc-5.5.6.ebuild:
  dev-db/mysql => virtual/mysql

  05 Nov 2006; Marcus D. Hanwell <cryos@gentoo.org>
  +files/boinc-4.72.20050813-gcc4-fix.patch, +boinc-4.72.20050813-r3.ebuild:
  Ressurect until new setiathome version is in the tree.

*boinc-5.4.11 (03 Nov 2006)

  03 Nov 2006; Marcus D. Hanwell <cryos@gentoo.org>
  -files/boinc-4.72.20050813-gcc4-fix.patch, -boinc-4.72.20050813-r3.ebuild,
  +boinc-5.4.11.ebuild:
  Version bump to add latest stable, bug 151556. Removed old version.

  15 Oct 2006; Marcus D. Hanwell <cryos@gentoo.org> ChangeLog:
  Redigesting, should fix bug 151389.

  15 Jul 2006; Marcus D. Hanwell <cryos@gentoo.org> boinc-5.5.6.ebuild:
  Forced -j1, should fix bug 136374.

  15 Jul 2006; Marcus D. Hanwell <cryos@gentoo.org> boinc-5.2.14.ebuild,
  boinc-5.5.6.ebuild:
  Added unicode USE flag, should fix bug 135306.

  11 Jul 2006; Marcus D. Hanwell <cryos@gentoo.org> boinc-5.5.6.ebuild:
  Updated to call the necessary autotools directly, should fix bug 139923.

*boinc-5.5.6 (10 Jul 2006)

  10 Jul 2006; Marcus D. Hanwell <cryos@gentoo.org> +boinc-5.5.6.ebuild:
  Version bump, closes bug 135309.

  23 Apr 2006; Thomas Cort <tcort@gentoo.org> boinc-4.72.20050813-r3.ebuild:
  Added ~alpha keyword wrt Bug #103250.

  14 Apr 2006; Marcus D. Hanwell <cryos@gentoo.org>
  +files/boinc-5.2.14-gcc-4.1.patch, boinc-5.2.14.ebuild:
  Added GCC 4.1 patch supplied by Mark Loeser <halcy0n@gentoo.org>, closes bug
  129592.

  25 Feb 2006; Marcus D. Hanwell <cryos@gentoo.org> boinc-5.2.14.ebuild:
  Add warning about client password, bug 121896.

  18 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> files/boinc.init,
  boinc-5.2.14.ebuild:
  Fixed dep, bug 115819. Also adjusted handling of the log file.

  11 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org>
  +files/08_all_Makefile.patch, boinc-5.2.14.ebuild:
  Added patch to allow linking on systems with older boinc versions installed.

*boinc-5.2.14 (05 Dec 2005)

  05 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> +boinc-5.2.14.ebuild:
  Version bump, in p.mask for now until it receives more testing.

*boinc-4.72.20050813-r3 (28 Nov 2005)

  28 Nov 2005; Marcus D. Hanwell <cryos@gentoo.org>
  +files/boinc-4.72.20050813-gcc4-fix.patch, files/boinc.init,
  -boinc-4.72.20050813-r2.ebuild, +boinc-4.72.20050813-r3.ebuild:
  Fix to init script to append log output, bug 103250. Also added GCC 4 fix,
  thanks to Dario Birtic <dariobirtic@gmx.net>, closes bug 112133.

*boinc-4.72.20050813-r2 (29 Oct 2005)

  29 Oct 2005; Marcus D. Hanwell <cryos@gentoo.org> files/boinc.init,
  -boinc-4.72.20050813-r1.ebuild, +boinc-4.72.20050813-r2.ebuild:
  Correct error in init file, revision bump to push it out, closes bug 110839.

  29 Oct 2005; Marcus D. Hanwell <cryos@gentoo.org>
  -files/boinc-4.32_cmdline_options.patch,
  -files/boinc-4.32_socket_close_fix.patch:
  Removed obsolete patches.

*boinc-4.72.20050813-r1 (29 Oct 2005)

  29 Oct 2005; Marcus D. Hanwell <cryos@gentoo.org> files/boinc.conf,
  files/boinc.init, -boinc-4.32.ebuild, -boinc-4.72.20050813.ebuild,
  +boinc-4.72.20050813-r1.ebuild:
  Clean up old versions, several cleanups closing bug 103558, 109567 and
  110606. Thanks to Tony Murrary <tonymurray@fastmail.fm> and Benjamin
  Gaillard <gentoo@powercode.net>.

  25 Aug 2005; Aron Griffis <agriffis@gentoo.org>
  boinc-4.72.20050813.ebuild:
  add ~ia64 #103250

  23 Aug 2005; Ferris McCormick <fmccor@gentoo.org>
  boinc-4.72.20050813.ebuild:
  Add ~sparc keyword (Bug #103250) --- builds and installs on sparc, and
  runs well enough to benchmark the system, at least.  (Note that on my
  test system, however, parallel (-j3) make had problems; "-j1" was fine.)

  23 Aug 2005; Marcus D. Hanwell <cryos@gentoo.org> boinc-4.32.ebuild,
  boinc-4.72.20050813.ebuild:
  Changed enewuser call to comply with bug 103421.

  20 Aug 2005; Marcus D. Hanwell <cryos@gentoo.org> -boinc-4.19.ebuild,
  boinc-4.32.ebuild, -boinc-4.72.20050725.ebuild,
  boinc-4.72.20050813.ebuild:
  Cleaned out some old ebuilds. Fixed the php dependency to virtual/php
  closing bug 102835.

*boinc-4.72.20050813 (14 Aug 2005)
*boinc-4.72.20050725 (14 Aug 2005)

  14 Aug 2005; Olivier Fisette <ribosome@gentoo.org> files/boinc.init,
  +boinc-4.72.20050725.ebuild, +boinc-4.72.20050813.ebuild:
  Fixed bug #98342: Boinc is now started using setsid. Fulfilled request in 
  bug #93744: Boinc ebuilds are now up-to-date. Fixed bug #91930: Boinc now
  compiles fine with Unicode-enabled wxGTK.

  06 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> boinc-4.32.ebuild:
  Added to ~sparc.

  22 Jul 2005; Michael Hanselmann <hansmi@gentoo.org> boinc-4.32.ebuild:
  Added to ~ppc.

  28 May 2005; Marcus D. Hanwell <cryos@gentoo.org> boinc-4.19.ebuild,
  boinc-4.32.ebuild:
  Give the boinc user /bin/false as shell.

  24 May 2005; Marcus D. Hanwell <cryos@gentoo.org> metadata.xml:
  Fix up metadata, thanks to squinky86 in bug 93744.

*boinc-4.32 (21 Apr 2005)
*boinc-4.19 (21 Apr 2005)

  21 Apr 2005; Marcus D. Hanwell <cryos@gentoo.org>
  +files/boinc-4.32_cmdline_options.patch,
  +files/boinc-4.32_socket_close_fix.patch, +files/boinc.conf,
  +files/boinc.init, +metadata.xml, +boinc-4.19.ebuild, +boinc-4.32.ebuild:
  Initial import, placed in p.mask for now during initial testing. Thanks go
  to Robert Moss <robmoss@gentoo.org> and Tony Murray <tonymurray@fastmail.fm>
  for the ebuilds and maintenance performed by Tony, as well as all the other
  contributors who helped with this ebuild. This closes bug 54962.