Commit Graph

38 Commits

Author SHA1 Message Date
pea
0722051832 Update to 9.0.4.
Changelog: http://www.postgresql.org/docs/9.0/static/release-9-0-4.html

ok ajacoutot@, jasper@
2011-04-19 08:39:21 +00:00
pea
6c67d07d32 Update to 9.0.3.
+ CVE fix (CVE-2010-4015)
+ fix nasty behavior:
  - Before exiting walreceiver, ensure all the received WAL is fsync'd to disk.
    Otherwise the standby server could replay some un-synced WAL, conceivably leading
    to data corruption if the system crashes just at that point.
  - Make ALTER TABLE revalidate uniqueness and exclusion constraints when needed

Tested in a bulk by landry@

ok ajacoutot@, landry@, sthen@
2011-02-02 14:10:45 +00:00
pea
f0bf60f4e0 Bugfixes update to 9.0.2
Changelog: http://www.postgresql.org/docs/9.0/static/release-9-0-2.html

ok ajacoutot@
2010-12-17 10:27:18 +00:00
pea
bea13cc2c7 * MAJOR UPGRADE *
+ upgrade to 9.0.1
+ move readme to new location
+ add a rc script

A dump / restore is needed for this upgrade.
See http://openbsd.raveland.org/ports/postgresql/UPGRADE_HOWTO.txt
if you need help for this.

ok jasper@, eric@
2010-11-08 14:12:24 +00:00
pea
b8ddf1b93b Update to 8.4.5
Changelog here: http://www.postgresql.org/docs/8.4/static/release-8-4-5.html

ok jasper@

note: i will update it to 9.0.1 in a few days
2010-10-08 06:50:23 +00:00
jasper
c38e147ab2 - SECURITY update of postgresql to 8.4.4
fixes CVE-2010-1169 CVE-2010-1447 and CVE-2010-1170.

ok pea@ (MAINTAINER)
2010-05-18 12:01:23 +00:00
pea
af71728075 Update to 8.4.3
Please note that pg_standby is now in the -contrib package

ok jasper@, sthen@
2010-03-23 10:24:45 +00:00
pea
500570cb81 Update to 8.4.2
Please note:
if you have any hash indexes, you should REINDEX them after updating to 8.4.2,
to repair possible damage.

Changelog:
http://www.postgresql.org/docs/current/static/release-8-4-2.html

ok sthen@
2009-12-16 14:34:58 +00:00
pea
41f7f6f53e Update to 8.4.1.
Changelog: http://www.postgresql.org/docs/8.4/static/release-8-4-1.html
Security fixes: http://www.postgresql.org/support/security

"fine by me" mbalmer@, ok sthen@
2009-09-14 20:22:27 +00:00
pea
78bfd95a99 Upgrade PostgreSQL to the latest version 8.4.0.
Initial diff (for rc and beta) from simon@

ok mbalmer@, simon@
commitski jasper@

BE CAREFULL: it's a major upgrade !
You MUST dump/restore all your data for this upgrade.
2009-07-21 19:43:45 +00:00
pea
aa6ab40b2f Update to 8.3.7
See http://www.postgresql.org/docs/8.3/static/release-8-3-7.html

ok mbalmer@
2009-03-18 14:34:10 +00:00
pea
53e9a2408d Upgrade to 8.3.6.
See http://www.postgresql.org/docs/8.3/static/release-8-3-6.html

ok mbalmer@ ajacoutot@
2009-02-07 16:56:31 +00:00
pea
76e693807e Upgrade to PostgreSQL 8.3.5: bug fix release.
OK mbalmer@, ajacoutot@
2008-11-04 12:56:50 +00:00
brad
3710ae3fbb Upgrade to PostgreSQL 8.3.4; bug fix release.
ok mbalmer@
2008-10-09 06:05:39 +00:00
brad
e82a2ea57d Upgrade to PostgreSQL 8.3.3; bug fix release.
ok mbalmer@
2008-07-18 06:57:30 +00:00
simon
764a999f9a Major update to version 8.3.1 - be sure to dump your databases before
you apply this and restore afterwards!

Additionally, implicit typecasts are history and not supported anymore.
Versions prior to 8.3 had the feature (some say bug) that functions,
expecting an argument to be of a certain type, have casted a variable of
any other type to the expected type, if possible.
This has changed now.  Tests surfaced rare occurrences of regressions,
which were then fixed in about ten minutes - and that code was not even
in the ports tree;  no issues found there.

A few more things have changed, namely tsearch2 went from contrib to the
core and native uuid type support was added;  for details read the
release announcement at
http://www.postgresql.org/docs/8.3/static/release-8-3.html.

tests & ok mbalmer@ (maintainer)
2008-03-24 17:26:12 +00:00
mbalmer
9287e2bc1f Cumulative security update to PostgreSQL 8.2.6 that fixes five security
vulnerabilities.

See http://www.postgresql.org/about/news.905 for details.
2008-01-07 16:34:52 +00:00
mbalmer
8582b7c834 Update PostgreSQL to version 8.2.5.
Release date: 2007-09-17
This release contains a variety of fixes from 8.2.4.

A dump/restore is not required for those running 8.2.X.

See http://www.postgresql.org/docs/8.2/static/release-8-2-5.html for a list
of all changes.
2007-09-20 19:20:48 +00:00
mbalmer
391ab2f140 Security update to PostgreSQL 8.2.4.
This fixes several bugs and one vulnerability (CVE-2007-2138).
2007-04-23 15:25:17 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
mbalmer
70b3cc9acd The PostgreSQL 8.2.2 security update introduced a bug that has been fixed
by the PostgreSQL team in 8.2.3.
2007-02-07 15:29:25 +00:00
mbalmer
422a973b91 Security update to PostgreSQL 8.2.2.
This update fixes the following problems:

CVE-2007-0555 and CVE-2007-0556.  Both of these issues
allow an authenticated attacker with the permissions to run arbitrary SQL to
launch a denial-of-service attack or possibly read out random chunks of
memory.  Since attacks to require authenticated access, the security hole is
only considered medium risk.  You can read more about the issues on Mitre:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0556
2007-02-06 06:57:27 +00:00
mbalmer
1f0785bc5c Update to PostgreSQL 8.2.1
Please note that a database dump/restore is required to upgrade to this
version.  See the full details at the following URL:
http://www.postgresql.org/docs/current/static/release-8-2.html

requested, tested and ok by robert, simon
2007-01-17 16:47:25 +00:00
mbalmer
b15285645c Maintenance update to PostreSQL 8.1.6, bugfixes and changes in DST rules
for canade.  No API changes.
2007-01-13 16:39:45 +00:00
mbalmer
681b205576 Update to PostgreSQL 8.1.5. As the file sizes of the libraries are not the
same in most cases, I bumped the minor version just to be on the safe side.
2006-10-15 16:00:11 +00:00
bernd
53b2b248ac Security update to postgresql-8.1.4.
Fixes SQL-injection attacks. (CVE-2006-2313, CVE-2006-2314)

For detailed information please see:

http://developer.postgresql.org/docs/postgres/release-8-1-4.html
http://secunia.com/advisories/20231/

ok mbalmer@ (MAINTAINER)
2006-05-24 11:18:29 +00:00
mbalmer
2c2240c2f4 Security update to PostgreSQL version 8.1.3.
Vulnerabilities in PostgreSQL SET ROLE/SET SESSION AUTHORIZATION

By issuing SET ROLE with a specially crafted argument, it is possible
for any logged-in database user to acquire the privileges of any other
database user, including superusers.  Database superuser status allows
access to the machine's filesystem and hence might be used to mount
remote attacks against the rest of the server's operating system.
This error exists in PostgreSQL releases 8.1.0 - 8.1.2 and is fixed in 8.1.3.

The same underlying bug exists in SET SESSION AUTHORIZATION in all
releases back to 7.3.  This variant cannot be exploited for privilege
escalation, because one must already be superuser to use SET SESSION
AUTHORIZATION.  However, if the server has been compiled with Asserts
enabled (which is not the default), then it is possible to trigger an
Assert failure before the privilege check is reached.  This would cause
a momentary denial of service to other database users.  This is repaired
in PostgreSQL releases 8.1.3, 8.0.7, 7.4.12, and 7.3.14.
2006-02-14 18:59:36 +00:00
mbalmer
9b330f2067 Update PostgreSQL to version 8.1.2 and move the README.OpenBSD file to the
server package, so that the informationis always available and not only
when the docs package is installed.  This was requested by many people.

SECURITY:
Version 8.1.2 fixes security and other problems that were present in 8.1.0.
See http://archives.postgresql.org/pgsql-announce/2006-01/msg00001.php for
details.
2006-02-05 09:23:22 +00:00
mbalmer
f3ee50ba8d Update to PostgreSQL 8.1.0
Detailed information can be found at http://www.postgresql.org/docs/whatsnew
2005-11-08 15:20:42 +00:00
mbalmer
086dc2b0cd Update to PostgreSQL 8.0.4. 2005-10-10 22:48:24 +00:00
mbalmer
c62248a391 Security update to version 8.0.3
ok robert@
2005-05-11 10:10:39 +00:00
mbalmer
5c0dbeb582 Update to PostgreSQL 8.0.2 and take maintainerhsip with the old maintainers
consent.

ok nikolay@, todd@
2005-04-30 10:00:03 +00:00
naddy
3f04f8f321 SIZE 2005-01-05 16:22:24 +00:00
peter
565ffb7a61 Update to PostgreSQL 7.4.3
Changes in the package layout means that there is now a -client and
-server subpackage, and users no longer need to decide which, as
the -server depends on the -client, just like the sane cases in
mysql and openldap.

Other changes include:

* Removal of the tcl FLAVOR until someone with more tcl/tk knowledge
can make it work correctly.

* The INSTALL-server script now created a _postgresql user and group
if they don't already exist, and also a default database in
/var/postgresql if that directory also doesn't exist.

* The port is marked for NO_SHARED_ARCHS as the -server subpackage
needs shared lib support to build.

* The port will build with spinlocks disabled on hppa until someone
can check and test this problem more closely.

Built and checked on i386, sparc64, amd64, macppc (waiting for regress
test feedback).

Dependent packages will be updated after this commit, shortly.
2004-07-26 10:10:46 +00:00
brad
6138c7cdf1 upgrade to PostgreSQL 7.3.5
--
ok MAINTAINER (Peter Galbavy)
2003-12-23 19:40:32 +00:00
naddy
e0112048dd Update to 7.3.2. Change flavor no_tcl -> tcl.
From: Peter Galbavy <peter.galbavy@knowtion.net>
2003-02-12 17:09:03 +00:00
naddy
8eb8b90598 Update to 7.3.
From: Peter Galbavy <peter.galbavy@knowtion.net>
2002-12-17 16:38:53 +00:00
espie
e3edfb9aea md5->distinfo 2002-03-21 20:20:41 +00:00