<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/postgresql83-server/Makefile, branch release/6.2.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2006-11-17T01:18:44Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'RELEASE_6_2_0'.</title>
<updated>2006-11-17T01:18:44Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-11-17T01:18:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f8374320671c6a39b6d2935b5b3e21b5824e4407'/>
<id>urn:sha1:f8374320671c6a39b6d2935b5b3e21b5824e4407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The update to handle different versions of ICU was not sufficient.</title>
<updated>2006-09-27T12:58:53Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2006-09-27T12:58:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c03d288c14630e726f945e5a689c1302682f54b7'/>
<id>urn:sha1:c03d288c14630e726f945e5a689c1302682f54b7</id>
<content type='text'>
Update the patches to handle ICU version 3.6 and fall back to 3.4.
</content>
</entry>
<entry>
<title>Fix bad file name to the ICU patch.</title>
<updated>2006-09-21T16:32:49Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2006-09-21T16:32:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=82002cf6292bc67179c1e6e9c379573a5a2389d7'/>
<id>urn:sha1:82002cf6292bc67179c1e6e9c379573a5a2389d7</id>
<content type='text'>
Pointed out by:	Penty Wenngren &lt;penty.wenngren@dgc.se&gt;
Pointy hat to:	me
</content>
</entry>
<entry>
<title>Update the patch to be more agnostic with regards to the version of icu.</title>
<updated>2006-09-20T09:00:40Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2006-09-20T09:00:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ec763040d03e85fc535bfd1feac8205f3f6b03cd'/>
<id>urn:sha1:ec763040d03e85fc535bfd1feac8205f3f6b03cd</id>
<content type='text'>
It now links with icu-3.6 as well as the earlier versions.
</content>
</entry>
<entry>
<title>There is no point in setting mode of rc.d file to be 554, set it to 555.</title>
<updated>2006-06-26T22:24:10Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2006-06-26T22:24:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f782d82915d6c290d0933d7758144bf91974aa46'/>
<id>urn:sha1:f782d82915d6c290d0933d7758144bf91974aa46</id>
<content type='text'>
Otherwise there could be problems with the service not starting up in the
case when owner of the file has been changed.
</content>
</entry>
<entry>
<title>Update all PostgreSQL to fix a security flaw</title>
<updated>2006-05-23T21:18:58Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2006-05-23T21:18:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=85e4e498063b6ec1ad7101e6c6a0b60e3104c2a6'/>
<id>urn:sha1:85e4e498063b6ec1ad7101e6c6a0b60e3104c2a6</id>
<content type='text'>
The PostgreSQL Global Development Group today released versions 8.1.4, 8.0.8,
7.4.13 and 7.3.15. This is an urgent update to close a security hole which
can permit a SQL injection attack on some applications running PostgreSQL.

Users are urged to apply the update as soon as reasonably possible. Since the
update affects client functionality, most driver projects will be updating
this week as well.

Because the security issue involved is complex, we have added a section in
Techdocs to explain it: http://www.postgresql.org/docs/techdocs.52. Please
read this first before applying the updates.

Also, fix rc_subr startup problems on FreeBSD-7.x.

Security:	http://www.postgresql.org/docs/techdocs.50
PR:		ports/95154
</content>
</entry>
<entry>
<title>Minor release 8.1.3 patches security issue</title>
<updated>2006-02-17T20:12:14Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2006-02-17T20:12:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2466e8fe2618b225a1fd68d3a87c732ba4829d91'/>
<id>urn:sha1:2466e8fe2618b225a1fd68d3a87c732ba4829d91</id>
<content type='text'>
Release Note: http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-3

PR:		ports/93440
Submitted by:	Hirohisa Yamaguchi &lt;umq@ueo.co.jp&gt;
</content>
</entry>
<entry>
<title>Update postgresql with latest patch release.</title>
<updated>2006-01-09T17:30:38Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2006-01-09T17:30:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1d992c44d756ba5dc5945dae476f59cf8c1d458f'/>
<id>urn:sha1:1d992c44d756ba5dc5945dae476f59cf8c1d458f</id>
<content type='text'>
A critical fix repairs an error in ReadBuffer that can cause data loss
due to overwriting recently-added pages.  This applies to the 8.1 and
8.0 branches on all platforms.

Note that this update might require a reindex of textual columns under
certain conditions; please see UPDATING.

Other fixes included are:
-- Character string locale comparison bug. This may require a REINDEX
    on text column indexes in some locales, such as Hungarian.
-- Prevent accidental changes of locale by plperl
-- Two fixes for Japanese encodings
-- Two fixes for COPY CSV
-- Fixes for functions returning RECORD
-- Fixes to autovacuum, dblink and pgcrypto
</content>
</entry>
<entry>
<title>Handle a change in rc.subr. nowadays, "faststart" is used instead of</title>
<updated>2005-12-25T20:06:23Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2005-12-25T20:06:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d6b6d443889e9a8ab8920e85ecfca5979d47e9c9'/>
<id>urn:sha1:d6b6d443889e9a8ab8920e85ecfca5979d47e9c9</id>
<content type='text'>
"start" when booting, since there's no need waste time checking for
running processes when the OS is starting up.

Bumping portrevision.

PR:		90884
Submitted by:	Victor Snezhko &lt;snezhko@indorsoft.ru&gt;
</content>
</entry>
<entry>
<title>Update postgresql to 8.1.1</title>
<updated>2005-12-22T20:13:30Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2005-12-22T20:13:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4ec6208676e14879bb347118c15719b44af61383'/>
<id>urn:sha1:4ec6208676e14879bb347118c15719b44af61383</id>
<content type='text'>
Submitted by:	Hirohisa Yamaguchi &lt;umq@ueo.co.jp&gt;
PR:		90443
</content>
</entry>
</feed>
