<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/postgresql82-server, branch pre-xorg-7</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=pre-xorg-7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=pre-xorg-7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2007-04-23T16:10:54Z</updated>
<entry>
<title>Update PostgreSQL to 7.3.19, 7.4.17, 8.0.13, 8.1.9 and 8.2.4 respectively:</title>
<updated>2007-04-23T16:10:54Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2007-04-23T16:10:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0460921154a83d30802fb47542396c669821a8c0'/>
<id>urn:sha1:0460921154a83d30802fb47542396c669821a8c0</id>
<content type='text'>
 The PostgreSQL Global Development Group has released updated versions
 for PostgreSQL 8.2 and all back versions to patch a privilege
 escalation exploit in SECURITY DEFINER functions.  All users of this
 feature are urged to update to the latest minor version and follow
 instructions on securing these functions as soon as possible.  This
 minor release also contains other fixes, so all users should plan to
 deploy it.

 Once you have updated, additional steps are required to secure your
 database against the exploit.  Please read the release notes at
 http://www.postgresql.org/docs/8.2/static/release.html and the
 TechDocs article at http://www.postgresql.org/docs/techdocs.77 on how
 to lock down your security definer functions, if you use them.

 As always, application of a minor release does not require a dump and
 reload of the database.

 The frequency of security fixes recently is a result of increased
 scrutiny of the PostgreSQL code by government agencies and
 security-conscious companies.  Rapid turnaround on security patches
 is key to keeping PostgreSQL the most secure SQL database.  Your work
 and vigilance in applying the latest security updates ensures that
 there will never be a PostgreSQL "worm".

http://www.postgresql.org/docs/8.2/static/release-8-2-4.html
http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-9
http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-13
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-17

http://www.postgresql.org/docs/techdocs.77

Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2138
</content>
</entry>
<entry>
<title>Respect PTHREAD_CFLAGS/PTHREAD_LIBS.</title>
<updated>2007-03-18T16:23:18Z</updated>
<author>
<name>Norikatsu Shigemura</name>
<email>nork@FreeBSD.org</email>
</author>
<published>2007-03-18T16:23:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ded27d2f669df09aefffe801ef9e3490f63aaf72'/>
<id>urn:sha1:ded27d2f669df09aefffe801ef9e3490f63aaf72</id>
<content type='text'>
Approved by:	maintainer timeout (1 month)
</content>
</entry>
<entry>
<title>Update PostgreSQL 8.x to 8.0.12, 8.1.8 and 8.2.3 respectively:</title>
<updated>2007-02-07T09:51:48Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2007-02-07T09:51:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8fb2e60bb61e1598fefc3e977851b53413bc1bd5'/>
<id>urn:sha1:8fb2e60bb61e1598fefc3e977851b53413bc1bd5</id>
<content type='text'>
  The recent security release (8.0.11, 8.1.7, 8.2.2) has been withdrawn.
  It contained an issue which causes error with custom data types, type
  constraints and expression indexes. These upgrades fix the problem.
</content>
</entry>
<entry>
<title>Add option to build with LDAP authentication</title>
<updated>2007-02-06T15:53:24Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2007-02-06T15:53:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7e70627d9cbffa595ad1f3da5fb47df308e01903'/>
<id>urn:sha1:7e70627d9cbffa595ad1f3da5fb47df308e01903</id>
<content type='text'>
Suggested by: Ederson de Moura
</content>
</entry>
<entry>
<title>Update PostgreSQL with, amongst other things, two security fixes:</title>
<updated>2007-02-05T15:41:41Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2007-02-05T15:41:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7f54aaa474633d692b8f806cbbc92e36ff9a5208'/>
<id>urn:sha1:7f54aaa474633d692b8f806cbbc92e36ff9a5208</id>
<content type='text'>
  A vulnerability allows suppressing the normal checks that a SQL
  function returns the data type it's declared to do. These errors can
  easily be exploited to cause a backend crash, and in principle might
  be used to read database content that the user should not be able to
  access. [CVE-2007-0555]

  A vulnerability involving changing the data type of a table column
  can easily be exploited to cause a backend crash, and in principle
  might be used to read database content that the user should not be
  able to access. [CVE-2007-0556]

The release includes a set of other fixes as well. Please see the
release information at
http://www.postgresql.org/docs/8.2/static/release-8-2-2.html

Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0556
</content>
</entry>
<entry>
<title>Update postgresql to 8.2.1, 8.1.6, 8.0.10, 7.4.15 and 7.3.17.</title>
<updated>2007-01-09T16:29:35Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2007-01-09T16:29:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6b11e898761ec7ced9bf9b652a24b78697eac863'/>
<id>urn:sha1:6b11e898761ec7ced9bf9b652a24b78697eac863</id>
<content type='text'>
Release notes:
http://www.postgresql.org/docs/7.3/static/release.html#RELEASE-7-3-17
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-15
http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-10
http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-6
http://www.postgresql.org/docs/8.2/static/release-8-2-1.html

The server-side utilities of postgresql (initdb, initlocation,
ipcclean, pg_controldata, pg_ctl, pg_id and pg_resetxlog) are now
installed by the respective postgresql*-server port (previously they
where installed with the client). If you update the client, you should
also update the server to make sure you are not left without the
server-side tools. Do something like:

    portupgrade postgresql-client postgresql-server
</content>
</entry>
<entry>
<title>Fix build problems when using WITH_THREADSAFE</title>
<updated>2006-12-07T14:28:41Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2006-12-07T14:28:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ac681feb0cb58da546a6e61a101b7d3e9c4df307'/>
<id>urn:sha1:ac681feb0cb58da546a6e61a101b7d3e9c4df307</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Welcome new release of the world's most advanced open source database:</title>
<updated>2006-12-06T16:50:34Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2006-12-06T16:50:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5b1dcdfc6fde3d24f31e5afec5e3d67d11a4e639'/>
<id>urn:sha1:5b1dcdfc6fde3d24f31e5afec5e3d67d11a4e639</id>
<content type='text'>
PostgreSQL 8.2.0

Complete release notes are available at
http://www.postgresql.org/docs/current/static/release-8-2.html
</content>
</entry>
<entry>
<title>Mark as work in progress</title>
<updated>2006-11-06T09:03:04Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2006-11-06T09:03:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=74002c4532c859994d149235db48bcca1be7a2b2'/>
<id>urn:sha1:74002c4532c859994d149235db48bcca1be7a2b2</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>
</feed>
