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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
|
# ChangeLog for dev-db/postgresql-base
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.67 2010/08/09 19:26:47 patrick Exp $
*postgresql-base-9.0_beta4 (09 Aug 2010)
09 Aug 2010; Patrick Lauer <patrick@gentoo.org>
-postgresql-base-9.0_beta2.ebuild, -postgresql-base-9.0_beta2-r1.ebuild,
+postgresql-base-9.0_beta4.ebuild:
Bump
*postgresql-base-9.0_beta3 (14 Jul 2010)
14 Jul 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-9.0_beta3.ebuild, +files/postgresql-9.0-base.3.patch,
+files/postgresql-9.0-common.3.patch:
Bump
13 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-base-8.4.4-r2.ebuild:
stable x86, security bug 320967
13 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-base-8.3.11-r1.ebuild:
stable x86, security bug 320967
13 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-base-8.2.17-r1.ebuild:
stable x86, security bug 320967
13 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-base-8.1.21-r1.ebuild:
stable x86, security bug 320967
10 Jul 2010; Raúl Porcel <armin76@gentoo.org>
postgresql-base-7.4.29-r1.ebuild, postgresql-base-8.0.25-r1.ebuild,
postgresql-base-8.1.21-r1.ebuild, postgresql-base-8.2.17-r1.ebuild,
postgresql-base-8.3.11-r1.ebuild, postgresql-base-8.4.4-r2.ebuild:
alpha/arm/ia64/s390/sh/sparc stable wrt #320967
23 Jun 2010; Christoph Mende <angelos@gentoo.org>
postgresql-base-7.4.29-r1.ebuild, postgresql-base-8.0.25-r1.ebuild,
postgresql-base-8.1.21-r1.ebuild, postgresql-base-8.2.17-r1.ebuild,
postgresql-base-8.3.11-r1.ebuild, postgresql-base-8.4.4-r2.ebuild:
Stable on amd64 wrt bug #320967
21 Jun 2010; Jeroen Roovers <jer@gentoo.org>
postgresql-base-7.4.29-r1.ebuild, postgresql-base-8.0.25-r1.ebuild,
postgresql-base-8.1.21-r1.ebuild, postgresql-base-8.2.17-r1.ebuild,
postgresql-base-8.3.11-r1.ebuild, postgresql-base-8.4.4-r2.ebuild:
Stable for HPPA (bug #320967).
20 Jun 2010; Patrick Lauer <patrick@gentoo.org>
postgresql-base-9.0_beta2-r1.ebuild:
Adapting elog messages for unmasking
15 Jun 2010; Patrick Lauer <patrick@gentoo.org>
postgresql-base-7.4.26.ebuild, postgresql-base-7.4.27.ebuild,
postgresql-base-8.0.22.ebuild, postgresql-base-8.0.23.ebuild,
postgresql-base-8.1.11.ebuild, postgresql-base-8.1.18.ebuild,
postgresql-base-8.1.19.ebuild, postgresql-base-8.2.14.ebuild,
postgresql-base-8.2.15.ebuild, postgresql-base-8.3.8.ebuild,
postgresql-base-8.3.9.ebuild, postgresql-base-8.4.1.ebuild,
postgresql-base-8.4.2.ebuild, postgresql-base-8.4.2-r1.ebuild,
-postgresql-base-9.0_alpha4.ebuild, -postgresql-base-9.0_beta1.ebuild,
-postgresql-base-9.0_beta1-r1.ebuild:
Punt 9.0 alpha and beta1, fix repoman warnings
*postgresql-base-9.0_beta2-r1 (15 Jun 2010)
*postgresql-base-8.4.4-r2 (15 Jun 2010)
15 Jun 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-8.4.4-r2.ebuild, +postgresql-base-9.0_beta2-r1.ebuild:
Conditional patching for kerberos, thanks to Aaron W. Swenson. Fixes
#322539
13 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
postgresql-base-7.4.29.ebuild, postgresql-base-8.0.25.ebuild,
postgresql-base-8.1.21.ebuild, postgresql-base-8.2.17.ebuild,
postgresql-base-8.3.11.ebuild, postgresql-base-8.4.4.ebuild:
x86 stable wrt security bug #320967
*postgresql-base-9.0_beta2 (09 Jun 2010)
09 Jun 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-9.0_beta2.ebuild, +files/postgresql-9.0-base.2.patch:
Bump to 9.0 beta 2
*postgresql-base-9.0_beta1-r1 (02 Jun 2010)
*postgresql-base-8.4.4-r1 (02 Jun 2010)
*postgresql-base-8.3.11-r1 (02 Jun 2010)
*postgresql-base-8.2.17-r1 (02 Jun 2010)
*postgresql-base-8.1.21-r1 (02 Jun 2010)
*postgresql-base-8.0.25-r1 (02 Jun 2010)
*postgresql-base-7.4.29-r1 (02 Jun 2010)
02 Jun 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-7.4.29-r1.ebuild, +postgresql-base-8.0.25-r1.ebuild,
+postgresql-base-8.1.21-r1.ebuild, +postgresql-base-8.2.17-r1.ebuild,
+postgresql-base-8.3.11-r1.ebuild,
+files/postgresql-base-8.4-9.0-heimdal_strlcpy.patch,
+postgresql-base-8.4.4-r1.ebuild, +postgresql-base-9.0_beta1-r1.ebuild:
Fixes for #313765, #251046, #294462, #300793, #274836, #296714, #238817,
#278228, #263096, #246397, #285953. Thanks to Aaron Swenson for collecting
the fixes and testing.
*postgresql-base-8.4.4 (17 May 2010)
*postgresql-base-8.3.11 (17 May 2010)
*postgresql-base-8.2.17 (17 May 2010)
*postgresql-base-8.1.21 (17 May 2010)
*postgresql-base-8.0.25 (17 May 2010)
*postgresql-base-7.4.29 (17 May 2010)
17 May 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-7.4.29.ebuild, +files/postgresql-7.4.29-autoconf.patch,
+postgresql-base-8.0.25.ebuild, +postgresql-base-8.1.21.ebuild,
+postgresql-base-8.2.17.ebuild, +postgresql-base-8.3.11.ebuild,
+postgresql-base-8.4.4.ebuild:
Bump
12 May 2010; Brent Baude <ranger@gentoo.org>
postgresql-base-8.4.2-r1.ebuild:
Marking postgresql-base-8.4.2-r1 ppc64 for bug 285475
*postgresql-base-9.0_beta1 (11 May 2010)
11 May 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-9.0_beta1.ebuild:
Bump to 9.0 beta1
25 Apr 2010; Raúl Porcel <armin76@gentoo.org>
postgresql-base-7.4.27.ebuild, postgresql-base-7.4.28.ebuild,
postgresql-base-8.0.23.ebuild, postgresql-base-8.0.24.ebuild,
postgresql-base-8.1.11.ebuild, postgresql-base-8.1.19.ebuild,
postgresql-base-8.1.20.ebuild, postgresql-base-8.2.14.ebuild,
postgresql-base-8.2.15.ebuild, postgresql-base-8.2.16.ebuild,
postgresql-base-8.4.1.ebuild:
alpha/arm/ia64/s390/sh/sparc stable wrt #285475
*postgresql-base-8.4.3 (16 Mar 2010)
*postgresql-base-8.3.10 (16 Mar 2010)
*postgresql-base-8.2.16 (16 Mar 2010)
*postgresql-base-8.1.20 (16 Mar 2010)
*postgresql-base-8.0.24 (16 Mar 2010)
*postgresql-base-7.4.28 (16 Mar 2010)
16 Mar 2010; Patrick Lauer <patrick@gentoo.org>
-postgresql-base-7.3.21.ebuild, -files/postgresql-7.3.21-autoconf.patch,
-files/postgresql-7.3-base.patch, +postgresql-base-7.4.28.ebuild,
+files/postgresql-7.4.28-autoconf.patch, +postgresql-base-8.0.24.ebuild,
+postgresql-base-8.1.20.ebuild, +postgresql-base-8.2.16.ebuild,
+postgresql-base-8.3.10.ebuild, +postgresql-base-8.4.3.ebuild,
-postgresql-base-8.5_alpha3.ebuild, -files/postgresql-8.5-base.patch,
-files/postgresql-8.5-common.patch, -files/postgresql-8.5-makefile.patch,
postgresql-base-9.0_alpha4.ebuild:
Bump, remove 7.3 (unsupported upstream) and 8.5alpha (9.0 now). EAPI2.
Thanks to Aaron W. Swenson
*postgresql-base-9.0_alpha4 (26 Feb 2010)
26 Feb 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-9.0_alpha4.ebuild, +files/postgresql-9.0-base.patch,
+files/postgresql-9.0-common.patch, +files/postgresql-9.0-makefile.patch:
Bump of the alpha, 8.5 became 9.0
*postgresql-base-8.5_alpha3 (26 Jan 2010)
26 Jan 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-8.5_alpha3.ebuild, +files/postgresql-8.5-base.patch,
+files/postgresql-8.5-common.patch, +files/postgresql-8.5-makefile.patch:
Adding 8.5_alpha
07 Jan 2010; Steve Dibb <beandog@gentoo.org>
postgresql-base-7.3.21.ebuild, postgresql-base-7.4.26.ebuild,
postgresql-base-7.4.27.ebuild, postgresql-base-8.0.22.ebuild,
postgresql-base-8.0.23.ebuild, postgresql-base-8.1.11.ebuild,
postgresql-base-8.1.18.ebuild, postgresql-base-8.1.19.ebuild,
postgresql-base-8.2.14.ebuild, postgresql-base-8.2.15.ebuild,
postgresql-base-8.3.8.ebuild, postgresql-base-8.3.9.ebuild,
postgresql-base-8.4.1.ebuild, postgresql-base-8.4.2.ebuild:
amd64 stable, bug 285475
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-base-8.1.18.ebuild:
stable x86, bug 285475
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-base-8.0.22.ebuild:
stable x86, bug 285475
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-base-7.4.26.ebuild:
stable x86, bug 285475
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-base-8.4.2-r1.ebuild:
stable x86, bug 285475
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-base-8.3.8.ebuild:
stable x86, bug 285475
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
postgresql-base-8.2.14.ebuild:
stable x86, bug 285475
07 Jan 2010; Patrick Lauer <patrick@gentoo.org>
postgresql-base-8.4.2-r1.ebuild:
pg_legacytimestamp logic got inverted. Fixing it to work as expected.
07 Jan 2010; Steve Dibb <beandog@gentoo.org>
postgresql-base-8.4.2-r1.ebuild:
amd64 stable, bug 285475
*postgresql-base-7.4.27 (07 Jan 2010)
07 Jan 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-7.4.27.ebuild, +files/postgresql-7.4.27-autoconf.patch:
Bump of 7.4 slot
*postgresql-base-8.4.2-r1 (07 Jan 2010)
07 Jan 2010; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-8.4.2-r1.ebuild, metadata.xml:
Changing pg-intdatetime to pg_legacytimestamp useflag since upstream
changed defaults and deprecated the old behaviour. See #285475 #290535
*postgresql-base-8.4.2 (14 Dec 2009)
*postgresql-base-8.3.9 (14 Dec 2009)
*postgresql-base-8.2.15 (14 Dec 2009)
*postgresql-base-8.1.19 (14 Dec 2009)
*postgresql-base-8.0.23 (14 Dec 2009)
14 Dec 2009; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-8.0.23.ebuild, +postgresql-base-8.1.19.ebuild,
+postgresql-base-8.2.15.ebuild, +postgresql-base-8.3.9.ebuild,
+postgresql-base-8.4.2.ebuild:
Bump
03 Dec 2009; Jeroen Roovers <jer@gentoo.org>
postgresql-base-7.4.26.ebuild, postgresql-base-8.0.22.ebuild,
postgresql-base-8.1.11.ebuild, postgresql-base-8.1.18.ebuild,
postgresql-base-8.2.14.ebuild, postgresql-base-8.3.8.ebuild:
Stable for HPPA (bug #285475).
24 Oct 2009; nixnut <nixnut@gentoo.org> postgresql-base-7.4.26.ebuild,
postgresql-base-8.0.22.ebuild, postgresql-base-8.1.18.ebuild,
postgresql-base-8.2.14.ebuild, postgresql-base-8.3.8.ebuild,
postgresql-base-8.4.1.ebuild:
ppc stable #285475
22 Oct 2009; Patrick Lauer <patrick@gentoo.org>
postgresql-base-7.4.26.ebuild, +files/postgresql-7.4-com_err.patch:
Fixing for USE=kerberos, thanks to Jeroen Roovers for the patch. fixes
#288895
13 Oct 2009; Jeroen Roovers <jer@gentoo.org> postgresql-base-8.4.1.ebuild:
Stable for HPPA (bug #285475).
11 Oct 2009; Patrick Lauer <patrick@gentoo.org>
postgresql-base-7.3.21.ebuild, postgresql-base-7.4.26.ebuild,
postgresql-base-8.0.22.ebuild, postgresql-base-8.1.11.ebuild,
postgresql-base-8.1.18.ebuild, postgresql-base-8.2.14.ebuild,
postgresql-base-8.3.8.ebuild, postgresql-base-8.4.1.ebuild:
Adding virtual/libintl to make non-linux platforms happy. Thanks to
grobian for noticing.
03 Oct 2009; Patrick Lauer <patrick@gentoo.org>
-postgresql-base-7.4.19.ebuild, -postgresql-base-7.4.21-r1.ebuild,
-postgresql-base-8.0.15.ebuild, -postgresql-base-8.0.17.ebuild,
-postgresql-base-8.1.13.ebuild, -postgresql-base-8.2.9.ebuild,
-postgresql-base-8.2.10.ebuild, -postgresql-base-8.2.11.ebuild,
-postgresql-base-8.3.5.ebuild, -postgresql-base-8.3.7.ebuild,
-postgresql-base-8.4.0.ebuild:
Remove old
*postgresql-base-7.4.26 (03 Oct 2009)
03 Oct 2009; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-7.4.26.ebuild, +files/postgresql-7.4.26-autoconf.patch:
Bump to 7.4.26, fixes half of #286700. Thanks to Aaron W. Swenson for
testing and patching.
01 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
postgresql-base-8.4.1.ebuild:
Stable on alpha, bug #285475
27 Sep 2009; Brent Baude <ranger@gentoo.org> postgresql-base-8.4.1.ebuild:
Marking postgresql-base-8.4.1 ppc64 stable for bug 285475
*postgresql-base-8.0.22 (09 Sep 2009)
09 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-8.0.22.ebuild:
Bump to 8.0.22
*postgresql-base-8.2.14 (09 Sep 2009)
*postgresql-base-8.1.18 (09 Sep 2009)
09 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-8.1.18.ebuild, +postgresql-base-8.2.14.ebuild:
Bump to 8.1.18 and 8.2.14
*postgresql-base-8.4.1 (09 Sep 2009)
*postgresql-base-8.3.8 (09 Sep 2009)
09 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-8.3.8.ebuild, +postgresql-base-8.4.1.ebuild:
Bump to 8.4.1 and 8.3.8
*postgresql-base-8.4.0 (09 Sep 2009)
09 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+postgresql-base-8.4.0.ebuild, +files/postgresql-8.4-base.patch,
+files/postgresql-8.4-common.patch:
Bump to 8.4.0. Fixes #276125
28 May 2009; Christian Faulhammer <fauli@gentoo.org>
postgresql-base-8.1.11.ebuild:
stable x86, bug 268138
03 May 2009; Raúl Porcel <armin76@gentoo.org>
postgresql-base-8.3.5.ebuild, postgresql-base-8.3.7.ebuild:
Add ~s390
*postgresql-base-8.3.7 (09 Apr 2009)
09 Apr 2009; Caleb Tennis <caleb@gentoo.org>
+postgresql-base-8.3.7.ebuild:
version bump
*postgresql-base-8.3.5 (03 Dec 2008)
*postgresql-base-8.2.11 (03 Dec 2008)
03 Dec 2008; Caleb Tennis <caleb@gentoo.org>
+postgresql-base-8.2.11.ebuild, -postgresql-base-8.3.4.ebuild,
+postgresql-base-8.3.5.ebuild:
bump versions
01 Nov 2008; Robin H. Johnson <robbat2@gentoo.org> Manifest:
Fix Manifest corruption that was added by caleb on Sept 25, due to a
zero-byte postgresql-7.4.19.tar.bz2 on his system.
28 Sep 2008; Caleb Tennis <caleb@gentoo.org>
-postgresql-base-8.2.7.ebuild, -postgresql-base-8.3.1.ebuild,
-postgresql-base-8.3.3.ebuild:
remove old versions
28 Sep 2008; Caleb Tennis <caleb@gentoo.org> postgresql-base-8.3.4.ebuild:
Remove --without-libedit from configure per 232155
25 Sep 2008; Robin H. Johnson <robbat2@gentoo.org> Manifest:
Caleb's last commit broke the Manifest for 7.4.19, fix it up.
23 Sep 2008; Sven Wegener <swegener@gentoo.org> Manifest:
Fixup postgresql-7.4.19.tar.bz2 digest.
*postgresql-base-8.3.4 (23 Sep 2008)
*postgresql-base-8.2.10 (23 Sep 2008)
23 Sep 2008; Caleb Tennis <caleb@gentoo.org>
+postgresql-base-8.2.10.ebuild, +postgresql-base-8.3.4.ebuild:
version bump, latest unstable versions
05 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
Add USE flag description to metadata wrt GLEP 56.
*postgresql-base-7.4.21-r1 (14 Jun 2008)
14 Jun 2008; Tiziano Müller <dev-zero@gentoo.org>
-postgresql-base-7.4.21.ebuild, +postgresql-base-7.4.21-r1.ebuild,
postgresql-base-8.0.17.ebuild, postgresql-base-8.1.13.ebuild,
postgresql-base-8.2.9.ebuild, postgresql-base-8.3.3.ebuild:
Fixed 7.4.21 to install libpgport.a, don't install html-documentation
since provided by postgresql-doc (bug #225629).
*postgresql-base-8.3.3 (13 Jun 2008)
*postgresql-base-8.2.9 (13 Jun 2008)
*postgresql-base-8.1.13 (13 Jun 2008)
*postgresql-base-8.0.17 (13 Jun 2008)
*postgresql-base-7.4.21 (13 Jun 2008)
13 Jun 2008; Tiziano Müller <dev-zero@gentoo.org>
+files/postgresql-7.4.21-autoconf.patch,
+files/postgresql-8.0.15-common.patch, files/postgresql-8.0-common.patch,
+postgresql-base-7.4.21.ebuild, postgresql-base-8.0.15.ebuild,
+postgresql-base-8.0.17.ebuild, +postgresql-base-8.1.13.ebuild,
+postgresql-base-8.2.9.ebuild, +postgresql-base-8.3.3.ebuild:
Version bump (bug #226361)
04 Jun 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-8.3.1.ebuild:
Re-added ~sparc-fbsd keyword since ossp-uuid got keyworded
04 Jun 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-7.3.21.ebuild, postgresql-base-7.4.19.ebuild,
postgresql-base-8.0.15.ebuild, postgresql-base-8.1.11.ebuild,
postgresql-base-8.2.7.ebuild, postgresql-base-8.3.1.ebuild:
Added sys-devel/flex as a dependency (bug #221375 thanks to Flameeyes)
04 Jun 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-7.3.21.ebuild, postgresql-base-7.4.19.ebuild,
postgresql-base-8.0.15.ebuild, postgresql-base-8.1.11.ebuild,
postgresql-base-8.2.7.ebuild, postgresql-base-8.3.1.ebuild:
Fixed bug #223189 (thanks to Jose Quinteiro)
19 May 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-8.3.1.ebuild:
Keyworded for all archs having postgresql keyworded and have ossp-uuid
keyworded
19 Apr 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-8.2.7.ebuild, postgresql-base-8.3.1.ebuild:
Removed libedit USE-flag since I experienced memory leaks when having psql
linked against libedit.
*postgresql-base-8.3.1 (15 Apr 2008)
*postgresql-base-8.2.7 (15 Apr 2008)
*postgresql-base-8.1.11 (15 Apr 2008)
*postgresql-base-8.0.15 (15 Apr 2008)
*postgresql-base-7.4.19 (15 Apr 2008)
*postgresql-base-7.3.21 (15 Apr 2008)
15 Apr 2008; Tiziano Müller <dev-zero@gentoo.org>
+files/postgresql-7.3.21-autoconf.patch, +files/postgresql-7.3-base.patch,
+files/postgresql-7.4.19-autoconf.patch, +files/postgresql-7.4-base.patch,
+files/postgresql-7.4-common.patch, +files/postgresql-7.4-hppa.patch,
+files/postgresql-8.0-base.patch, +files/postgresql-8.0-common.patch,
+files/postgresql-8.1-base.patch, +files/postgresql-8.1-common.patch,
+files/postgresql-8.2-base.patch, +files/postgresql-8.2-common.patch,
+files/postgresql-8.3-base.patch, +files/postgresql-8.3-common.patch,
+files/postgresql-8.x-relax_ssl_perms.patch, +metadata.xml,
+postgresql-base-7.3.21.ebuild, +postgresql-base-7.4.19.ebuild,
+postgresql-base-8.0.15.ebuild, +postgresql-base-8.1.11.ebuild,
+postgresql-base-8.2.7.ebuild, +postgresql-base-8.3.1.ebuild:
Moved into the tree. Thanks to Michael Krelin (polyonymous).
10 Apr 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-7.3.21.ebuild, postgresql-base-7.4.19.ebuild,
postgresql-base-8.0.15.ebuild, postgresql-base-8.1.11.ebuild,
postgresql-base-8.2.7.ebuild, postgresql-base-8.3.1.ebuild:
slot-files should be kept in /etc/eselect/postgresql/slots as from now.
07 Apr 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-8.0.15.ebuild, postgresql-base-8.1.11.ebuild,
postgresql-base-8.2.7.ebuild, postgresql-base-8.3.1.ebuild,
+files/postgresql-8.x-relax_ssl_perms.patch:
Added patch to relax strict permission check on ssl key files (bug #210938).
07 Apr 2008; Tiziano Müller <dev-zero@gentoo.org>
files/postgresql-7.3-base.patch, files/postgresql-7.4-base.patch,
files/postgresql-8.0-base.patch, files/postgresql-8.1-base.patch,
files/postgresql-8.2-base.patch, files/postgresql-8.3-base.patch:
Standard location for unix domain socket changed to /var/run/postgresql
30 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-8.0.15.ebuild, postgresql-base-8.1.11.ebuild,
postgresql-base-8.2.7.ebuild, postgresql-base-8.3.1.ebuild:
Added --with-thread-safety-force when building with threading-support to
skip the thread-safety-tests which randomly segfaults within the sandbox
(guessing that the case that someone has a strange system which reports
pthread-availability but in reality it isn't available is much less common
than that someone hits the mentioned bug). Added the option to use libedit
instead of readline for postgresql >=8.2.
27 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-8.3.1.ebuild:
Added $(use_with kerberos gssapi)
19 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-7.3.21.ebuild, postgresql-base-7.4.19.ebuild,
postgresql-base-8.0.15.ebuild, postgresql-base-8.1.11.ebuild,
postgresql-base-8.2.7.ebuild, postgresql-base-8.3.1.ebuild:
Changed deps again to allow libpq-99.99.99
19 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
-postgresql-base-8.2.6.ebuild, +postgresql-base-8.2.7.ebuild,
-postgresql-base-8.3.0.ebuild, +postgresql-base-8.3.1.ebuild:
Version bump.
15 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-7.3.21.ebuild, files/postgresql-7.3-base.patch,
postgresql-base-7.4.19.ebuild, files/postgresql-7.4-base.patch,
-files/postgresql-7.4-libs.patch, postgresql-base-8.0.15.ebuild,
postgresql-base-8.1.11.ebuild, postgresql-base-8.3.0.ebuild:
Fixed the names of the env.d-files. Fixed postgresql-7.4-base by really
using the -base.patch now instead of -libs.patch which made the tests for
postgresql-7.4-server fail.
10 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-7.3.21.ebuild, files/postgresql-7.3-base.patch,
postgresql-base-7.4.19.ebuild, files/postgresql-7.4-base.patch:
Removed initlocation manpage and pg_id.
10 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
files/postgresql-7.3-base.patch:
Fixed the patch.
10 Mar 2008; Tiziano Müller <dev-zero@gentoo.org> +metadata.xml:
Added metadata.xml
10 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
+postgresql-base-7.3.21.ebuild, +files/postgresql-7.3.21-autoconf.patch,
+files/postgresql-7.3-base.patch, postgresql-base-7.4.19.ebuild,
postgresql-base-8.0.15.ebuild, postgresql-base-8.1.11.ebuild,
postgresql-base-8.2.6.ebuild, postgresql-base-8.3.0.ebuild:
Added 7.3.21. Changed descriptions.
07 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-7.4.19.ebuild, postgresql-base-8.0.15.ebuild,
postgresql-base-8.1.11.ebuild, postgresql-base-8.2.6.ebuild,
postgresql-base-8.3.0.ebuild:
Added blockers for various packages. Removed docs installation again (will
be done in dev-db/postgresql-docs).
05 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-7.4.19.ebuild, postgresql-base-8.0.15.ebuild,
postgresql-base-8.1.11.ebuild, postgresql-base-8.2.6.ebuild,
postgresql-base-8.3.0.ebuild:
Added blockers for all kinds of postgresql-ebuilds (in-tree and overlay).
02 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
+files/postgresql-7.4.19-autoconf.patch, +files/postgresql-7.4-base.patch,
+files/postgresql-7.4-common.patch, +files/postgresql-7.4-hppa.patch,
+files/postgresql-7.4-libs.patch, +files/postgresql-8.0-base.patch,
+files/postgresql-8.0-common.patch, +files/postgresql-8.1-base.patch,
+files/postgresql-8.1-common.patch, files/postgresql-8.2-base.patch,
+files/postgresql-8.3-base.patch, +files/postgresql-8.3-common.patch,
+postgresql-base-7.4.19.ebuild, +postgresql-base-8.0.15.ebuild,
+postgresql-base-8.1.11.ebuild, postgresql-base-8.2.6.ebuild,
+postgresql-base-8.3.0.ebuild:
Added patches and ebuilds for 7.4, 8.0, 8.1 and 8.2. Still untested though.
24 Jan 2008; Tiziano Müller <dev-zero@gentoo.org>
+files/postgresql-8.2-base.patch, +files/postgresql-8.2-common.patch,
+postgresql-base-8.2.6.ebuild:
Initial commit.
|