| non port: databases/postgresql90-server/distinfo |
|
CVSWeb
|
Number of commits found: 8 | |
Mon, 27 Feb 2012
|
[ 16:24 girgen ]
1.226 databases/postgresql83-server/Makefile
1.247 databases/postgresql84-server/Makefile
1.239 databases/postgresql90-server/Makefile
1.245 databases/postgresql91-server/Makefile
1.81 databases/postgresql83-server/distinfo
1.84 databases/postgresql84-server/distinfo
1.84 databases/postgresql90-server/distinfo
1.90 databases/postgresql91-server/distinfo
1.4 databases/postgresql83-server/files/patch-configure
1.4 databases/postgresql84-server/files/patch-configure
(Only the first 10 of 15 ports in this commit are shown above. )
The PostgreSQL Global Development Group today released security updates for all
active branches of the PostgreSQL object-relational database system, including
versions 9.1.3, 9.0.7, 8.4.11 and 8.3.18.
Users of pg_dump, users of SSL certificates for validation or users of triggers
using SECURITY DEFINER should upgrade their installations immediately. All
other database administrators are urged to upgrade your version of PostgreSQL
at the next scheduled downtime. More details on the security fixes here:
URL: http://www.postgresql.org/about/news/1377/
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0866
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0867
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0868
|
|
Mon, 5 Dec 2011
|
[ 16:45 girgen ]
1.206 databases/postgresql82-server/Makefile
1.219 databases/postgresql83-server/Makefile
1.239 databases/postgresql84-server/Makefile
1.232 databases/postgresql90-server/Makefile
1.234 databases/postgresql91-server/Makefile
1.83 databases/postgresql84-server/distinfo
1.83 databases/postgresql90-server/distinfo
1.89 databases/postgresql91-server/distinfo
1.22 databases/postgresql84-server/pkg-plist-client
1.36 databases/postgresql84-server/pkg-plist-server
(Only the first 10 of 12 ports in this commit are shown above. )
The PostgreSQL Global Development Group today released updates for all
active branches of the PostgreSQL object-relational database system,
including versions 9.1.2, 9.0.6, 8.4.10, 8.3.17 and 8.2.23.
This release contains 52 fixes to version 9.1, and a smaller number of
fixes to older versions, including:
- Fix bugs in information_schema.referential_constraints view**
- Correct collations for citext columns and indexes**
- Prevent possible crash when joining to a scalar function
- Prevent transitory data corruption of GIN indexes after a crash
- Prevent data corruption on TOAST columns when copying data
- Fix failures during hot standby startup
- Correct another "variable not found in subplan target list" bug
- Fix bug with sorting on aggregate expressions in windowing functions (Only the first 15 lines of the commit message are shown above )
|
|
Tue, 18 Oct 2011
|
[ 09:03 girgen ]
1.11 databases/postgresql82-server/files/502.pgsql
1.12 databases/postgresql83-server/files/502.pgsql
1.1 databases/postgresql82-server/files/502.pgsql.in
1.1 databases/postgresql83-server/files/502.pgsql.in
1.2 databases/postgresql84-server/files/502.pgsql.in
1.4 databases/postgresql91-server/files/502.pgsql.in
1.201 databases/postgresql82-server/Makefile
1.214 databases/postgresql83-server/Makefile
1.232 databases/postgresql84-server/Makefile
1.6 databases/postgresql90-client/Makefile
(Only the first 10 of 43 ports in this commit are shown above. )
The PostgreSQL Global Development Group today released minor version updates
for all active branches of the PostgreSQL object-relational database system,
including versions 9.1.1, 9.0.5, 8.4.9, 8.3.16 and 8.2.22.
All users are strongly urged to update their installations at the next
scheduled downtime.
URL: http://www.postgresql.org/about/news.1355
Cleanup ports. Better handling of the knob PG_USER.
Also add uuid to 9.0 and 9.1 contrib ports.
|
|
Mon, 18 Apr 2011
|
[ 23:34 girgen ]
1.12 databases/postgresql84-server/files/502.pgsql
1.12 databases/postgresql90-server/files/502.pgsql
1.1 databases/postgresql84-server/files/502.pgsql.in
1.1 databases/postgresql90-server/files/502.pgsql.in
1.197 databases/postgresql82-server/Makefile
1.210 databases/postgresql83-server/Makefile
1.221 databases/postgresql84-server/Makefile
1.215 databases/postgresql90-server/Makefile
1.69 databases/postgresql82-server/distinfo
1.78 databases/postgresql83-server/distinfo
(Only the first 10 of 27 ports in this commit are shown above. )
Update PostgreSQL to 9.0.4, 8.4.8, 8.3.15 and 8.2.21.
This update contains a critical fix to the pg_upgrade utility
which prevents significant downtime issues. Do not use
pg_upgrade without installing this update first.
The issue with pg_upgrade and the fix are detailed on the PostgreSQL
wiki: http://wiki.postgresql.org/wiki/20110408pg_upgrade_fix
Users who have already used pg_upgrade should run the database repair
script given on that page on their databases as soon as possible.
See the release notes for each version at
http://www.postgresql.org/docs/current/static/release.html for a full
list of changes with details.
Allow the username of the postgresql user to configurable for 8.4 and 9.0.
Largely inspired by the work of Jason Helfman [153668, 153136].
Change PGUSER knob to PG_USER not to clash with PGUSER environment.
PR: 153668, 153136, 155493, 155137
|
|
Tue, 1 Feb 2011
|
[ 14:48 girgen ]
1.196 databases/postgresql82-server/Makefile
1.209 databases/postgresql83-server/Makefile
1.220 databases/postgresql84-server/Makefile
1.214 databases/postgresql90-server/Makefile
1.68 databases/postgresql82-server/distinfo
1.77 databases/postgresql83-server/distinfo
1.80 databases/postgresql84-server/distinfo
1.80 databases/postgresql90-server/distinfo
Update to versions 9.0.3, 8.4.7, 8.3.14 and 8.2.20.
This update includes a security fix which prevents a buffer overrun in
the contrib module intarray's input function for the query_int type.
This bug is a security risk since the function's return address could
be overwritten by malicious code.
All supported versions of PostgreSQL are impacted. However, the
affected contrib module is optional. Only users who have installed the
intarray module in their database are affected. See the CVE Advisory
at http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4015
This release includes 63 bugfixes, including:
- Avoid unexpected conversion overflow in planner for distant date values (Only the first 15 lines of the commit message are shown above )
|
|
Fri, 31 Dec 2010
|
[ 09:57 mm ]
1.4 databases/postgresql90-client/Makefile
1.213 databases/postgresql90-server/Makefile
1.79 databases/postgresql90-server/distinfo
1.3 databases/postgresql90-server/files/extra-patch-icu4
1.20 databases/postgresql90-server/pkg-plist-client
1.30 databases/postgresql90-server/pkg-plist-server
- Update to 9.0.2
- Unify ICU handling
PR: ports/153245
Approved by: maintainer (timeout)
|
|
Thu, 7 Oct 2010
|
[ 06:58 girgen ]
1.908 databases/Makefile
1.164 databases/postgresql74-server/Makefile
1.185 databases/postgresql80-server/Makefile
1.190 databases/postgresql81-server/Makefile
1.191 databases/postgresql82-server/Makefile
1.201 databases/postgresql83-server/Makefile
1.4 databases/postgresql84-client/Makefile
1.211 databases/postgresql84-server/Makefile
1.2 databases/postgresql90-client/Makefile
1.2 databases/postgresql90-contrib/Makefile
(Only the first 10 of 28 ports in this commit are shown above. )
Update all PostgreSQL ports to latest versions.
Also, try to break the previous 1:1 relation between FreeBSD system and
PostgreSQL versions installed. Use different PREFIX:es to install
different versions on the same system.
PR: ports/132402, ports/145002, ports/146657
|
|
Mon, 20 Sep 2010
|
[ 13:46 girgen ]
1.11 databases/postgresql90-server/files/502.pgsql
1.18 databases/postgresql-docs/Makefile
1.1 databases/postgresql90-client/Makefile
1.1 databases/postgresql90-contrib/Makefile
1.203 databases/postgresql90-server/Makefile
1.46 Mk/bsd.database.mk
1.502 Mk/bsd.sites.mk
1.77 databases/postgresql90-server/distinfo
1.2 databases/postgresql90-server/files/extra-patch-icu4
1.3 databases/postgresql90-server/files/patch-doc-Makefile
(Only the first 10 of 14 ports in this commit are shown above. )
PostgreSQL 9.0 is here! The PostgreSQL Global Development Group
announces the availability of our most eagerly awaited release.
PostgreSQL 9.0 includes built-in, binary replication, and over a dozen
other major features which will appeal to everyone from web developers
to database hackers.
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
(Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 8 |
|
| Latest Vulnerabilities |
|
12 vulnerabilities affecting 17 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
|
|