summaryrefslogtreecommitdiff
blob: d87f0b40279df0cab6781c8dbb082811c8baf66b (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
# ChangeLog for dev-db/postgresql
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.411 2015/02/06 11:34:52 ago Exp $

  06 Feb 2015; Agostino Sarubbo <ago@gentoo.org> postgresql-9.0.19.ebuild,
  postgresql-9.1.15.ebuild, postgresql-9.2.10.ebuild, postgresql-9.3.6.ebuild,
  postgresql-9.4.1.ebuild:
  Stable for x86, wrt bug #539018

  06 Feb 2015; Agostino Sarubbo <ago@gentoo.org> postgresql-9.0.19.ebuild,
  postgresql-9.1.15.ebuild, postgresql-9.2.10.ebuild, postgresql-9.3.6.ebuild,
  postgresql-9.4.1.ebuild:
  Stable for amd64, wrt bug #539018

*postgresql-9.0.19 (06 Feb 2015)
*postgresql-9.2.10 (06 Feb 2015)
*postgresql-9.4.1 (06 Feb 2015)
*postgresql-9.1.15 (06 Feb 2015)
*postgresql-9.3.6 (06 Feb 2015)

  06 Feb 2015; Patrick Lauer <patrick@gentoo.org> +postgresql-9.0.19.ebuild,
  +postgresql-9.1.15.ebuild, +postgresql-9.2.10.ebuild,
  +postgresql-9.3.6.ebuild, +postgresql-9.4.1.ebuild:
  Bump

  01 Feb 2015; Markus Meier <maekke@gentoo.org> postgresql-9.0.18-r3.ebuild,
  postgresql-9.1.14-r3.ebuild, postgresql-9.2.9-r3.ebuild,
  postgresql-9.3.5-r3.ebuild, postgresql-9.4.0-r1.ebuild:
  arm stable, bug #537972

  27 Jan 2015; Jeroen Roovers <jer@gentoo.org> postgresql-9.0.18-r3.ebuild,
  postgresql-9.1.14-r3.ebuild, postgresql-9.2.9-r3.ebuild,
  postgresql-9.3.5-r3.ebuild, postgresql-9.4.0-r1.ebuild:
  Stable for HPPA (bug #537972).

*postgresql-9.4.0-r1 (28 Dec 2014)
*postgresql-9.3.5-r3 (28 Dec 2014)
*postgresql-9.2.9-r3 (28 Dec 2014)
*postgresql-9.1.14-r3 (28 Dec 2014)
*postgresql-9.0.18-r3 (28 Dec 2014)

  28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org>
  +postgresql-9.0.18-r3.ebuild, +postgresql-9.1.14-r3.ebuild,
  +postgresql-9.2.9-r3.ebuild, +postgresql-9.3.5-r3.ebuild,
  +postgresql-9.4.0-r1.ebuild, postgresql-9999.ebuild, +files/postgresql.confd,
  +files/postgresql.init, +files/postgresql.init-pre_9.2,
  +files/postgresql.service, +files/postgresql.tmpfilesd,
  +files/postgresql-check-db-dir:
  Eliminate the patch, initscript, and systemd tarball maintained out
  of tree, and:
  - Fix bug 460956 by changing directory mask to 1775 which allows
    all to access sockets, users within the group to create a socket,
    and restricts the deletion or modification to the socket owner or
    directory owner.
  - Fix bug 488246 by creating symbolic links to the configuration
    files when PGDATA and DATADIR differ.
  - Fix bug 511942 by warning if CONFIG_SYSVIPC is not enabled.
  - Fix bug 518522 by appending the plperl.on_init workaround to
    postgresql.conf. (This only affects new installs.)
  - Fix bug 529680 by removing the autotools inherit, and removing
    the sed statement. We don't change anything in configure.in, which
    means we don't need to regenerate the configure script.
  - Fix bug 530790 by correcting the typo.
  - Fix bug 531820 by removing the pre-initdb tests.

  26 Dec 2014; Markus Meier <maekke@gentoo.org> postgresql-9.0.18-r2.ebuild,
  postgresql-9.1.14-r2.ebuild, postgresql-9.2.9-r2.ebuild,
  postgresql-9.3.5-r2.ebuild:
  arm stable, bug #531582

  21 Dec 2014; Agostino Sarubbo <ago@gentoo.org> postgresql-9.0.18-r2.ebuild,
  postgresql-9.1.14-r2.ebuild, postgresql-9.2.9-r2.ebuild,
  postgresql-9.3.5-r2.ebuild:
  Stable for sparc, wrt bug #531582

  21 Dec 2014; Agostino Sarubbo <ago@gentoo.org> postgresql-9.0.18-r2.ebuild,
  postgresql-9.1.14-r2.ebuild, postgresql-9.2.9-r2.ebuild,
  postgresql-9.3.5-r2.ebuild:
  Stable for alpha, wrt bug #531582

  19 Dec 2014; Patrick Lauer <patrick@gentoo.org> postgresql-9.0.18-r2.ebuild,
  postgresql-9.1.14-r2.ebuild, postgresql-9.2.9-r2.ebuild,
  postgresql-9.3.5-r2.ebuild, postgresql-9.4.0.ebuild, postgresql-9999.ebuild:
  Default-enable server useflag

*postgresql-9.4.0 (19 Dec 2014)

  19 Dec 2014; Patrick Lauer <patrick@gentoo.org> +postgresql-9.4.0.ebuild,
  -postgresql-9.4_beta3-r2.ebuild, -postgresql-9.4_rc1.ebuild:
  Bump

  07 Dec 2014; Agostino Sarubbo <ago@gentoo.org> postgresql-9.0.18-r2.ebuild,
  postgresql-9.1.14-r2.ebuild, postgresql-9.2.9-r2.ebuild,
  postgresql-9.3.5-r2.ebuild:
  Stable for ppc64, wrt bug #531582

  07 Dec 2014; Agostino Sarubbo <ago@gentoo.org> postgresql-9.0.18-r2.ebuild,
  postgresql-9.1.14-r2.ebuild, postgresql-9.2.9-r2.ebuild,
  postgresql-9.3.5-r2.ebuild:
  Stable for ppc, wrt bug #531582

  06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> postgresql-9.0.18-r2.ebuild,
  postgresql-9.1.14-r2.ebuild, postgresql-9.2.9-r2.ebuild,
  postgresql-9.3.5-r2.ebuild:
  Stable for ia64, wrt bug #531582

  06 Dec 2014; Jeroen Roovers <jer@gentoo.org> postgresql-9.0.18-r2.ebuild,
  postgresql-9.1.14-r2.ebuild, postgresql-9.2.9-r2.ebuild,
  postgresql-9.3.5-r2.ebuild:
  Stable for HPPA (bug #531582).

  05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> postgresql-9.0.18-r2.ebuild,
  postgresql-9.1.14-r2.ebuild, postgresql-9.2.9-r2.ebuild,
  postgresql-9.3.5-r2.ebuild:
  Stable for x86, wrt bug #531582

  05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> postgresql-9.0.18-r2.ebuild,
  postgresql-9.1.14-r2.ebuild, postgresql-9.2.9-r2.ebuild,
  postgresql-9.3.5-r2.ebuild:
  Stable for amd64, wrt bug #531582

*postgresql-9.4_rc1 (21 Nov 2014)

  21 Nov 2014; Patrick Lauer <patrick@gentoo.org> +postgresql-9.4_rc1.ebuild:
  Bump

*postgresql-9.4_beta3-r2 (04 Nov 2014)
*postgresql-9.3.5-r2 (04 Nov 2014)
*postgresql-9.2.9-r2 (04 Nov 2014)
*postgresql-9.1.14-r2 (04 Nov 2014)
*postgresql-9.0.18-r2 (04 Nov 2014)

  04 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
  -postgresql-9.0.18-r1.ebuild, +postgresql-9.0.18-r2.ebuild,
  -postgresql-9.1.14-r1.ebuild, +postgresql-9.1.14-r2.ebuild,
  -postgresql-9.2.9-r1.ebuild, +postgresql-9.2.9-r2.ebuild,
  -postgresql-9.3.5-r1.ebuild, +postgresql-9.3.5-r2.ebuild,
  -postgresql-9.4_beta3-r1.ebuild, +postgresql-9.4_beta3-r2.ebuild,
  postgresql-9999.ebuild:
  Fix bug 456778. Use a soft block against dev-db/postgesql-{docs,base,server}
  to ease transition.

  02 Nov 2014; Sven Vermeulen <swift@gentoo.org> postgresql-9.3.5-r1.ebuild,
  postgresql-9.4_beta3-r1.ebuild, postgresql-9999.ebuild:
  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
  #527698)

*postgresql-9.4_beta3-r1 (01 Nov 2014)
*postgresql-9.3.5-r1 (01 Nov 2014)
*postgresql-9.2.9-r1 (01 Nov 2014)
*postgresql-9.1.14-r1 (01 Nov 2014)
*postgresql-9.0.18-r1 (01 Nov 2014)

  01 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
  -postgresql-9.0.18.ebuild, +postgresql-9.0.18-r1.ebuild,
  -postgresql-9.1.14.ebuild, +postgresql-9.1.14-r1.ebuild,
  -postgresql-9.2.9.ebuild, +postgresql-9.2.9-r1.ebuild,
  -postgresql-9.3.5.ebuild, +postgresql-9.3.5-r1.ebuild,
  -postgresql-9.4_beta2.ebuild, -postgresql-9.4_beta3.ebuild,
  +postgresql-9.4_beta3-r1.ebuild, postgresql-9999.ebuild,
  +files/postgresql-9.0-no-server.patch, +files/postgresql-9.1-no-server.patch,
  +files/postgresql-9.2-no-server.patch, +files/postgresql-9.3-no-server.patch,
  +files/postgresql-9.4-no-server.patch, +files/postgresql-9.5-no-server.patch,
  +files/pg_ctl-exit-status.patch:
  Removed source dependency on patch collection now that the majority only
  require their respective no-server.patch if the server isn't going to be
  built. Removed ebuilds with conditionals that always evaluate to false in
  src_test() and pkg_prerm().

*postgresql-9.4_beta3 (26 Oct 2014)

  26 Oct 2014; Patrick Lauer <patrick@gentoo.org> +postgresql-9.4_beta3.ebuild:
  Bump 9.4_beta3

*postgresql-9999 (11 Oct 2014)
*postgresql-9.4_beta2 (11 Oct 2014)
*postgresql-9.3.5 (11 Oct 2014)
*postgresql-9.2.9 (11 Oct 2014)
*postgresql-9.1.14 (11 Oct 2014)
*postgresql-9.0.18 (11 Oct 2014)

  11 Oct 2014; Aaron W. Swenson <titanofold@gentoo.org>
  +postgresql-9.0.18.ebuild, +postgresql-9.1.14.ebuild,
  +postgresql-9.2.9.ebuild, +postgresql-9.3.5.ebuild,
  +postgresql-9.4_beta2.ebuild, +postgresql-9999.ebuild, +metadata.xml:
  Initial commit.