Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2011 14:48:17 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases/postgresql82-server Makefile distinfo ports/databases/postgresql83-server Makefile distinfo ports/databases/postgresql84-server Makefile distinfo ports/databases/postgresql90-server Makefile distinfo
Message-ID:  <201102011448.p11EmHjO008665@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
girgen      2011-02-01 14:48:17 UTC

  FreeBSD ports repository

  Modified files:
    databases/postgresql82-server Makefile distinfo 
    databases/postgresql83-server Makefile distinfo 
    databases/postgresql84-server Makefile distinfo 
    databases/postgresql90-server Makefile distinfo 
  Log:
  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
  - Fix assignment to an array slice that is before the existing range
  of subscripts
  - Fix pg_restore to do the right thing when escaping large objects
  - Avoid failures when EXPLAIN tries to display a simple-form CASE expression
  - Improved build support for Windows version
  - Fix bug in contrib/seg's GiST picksplit algorithm which caused
  performance degredation
  
  The 9.0.3 update also contains several fixes for issues with features
  introduced or changed in version 9.0:
  
  - Ensure all the received WAL is fsync'd to disk before exiting walreceiver
  - Improve performance of walreceiver by avoiding excess fsync activity
  - Make ALTER TABLE revalidate uniqueness and exclusion constraints when needed
  - Fix EvalPlanQual for UPDATE of an inheritance tree when the tables
  are not all alike
  
  PR:             ports/154436
  Security:       http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4015
  Feature safe:   yes
  Approved by:    portmgr
  
  Revision  Changes    Path
  1.196     +1 -1      ports/databases/postgresql82-server/Makefile
  1.68      +2 -2      ports/databases/postgresql82-server/distinfo
  1.209     +1 -1      ports/databases/postgresql83-server/Makefile
  1.77      +2 -2      ports/databases/postgresql83-server/distinfo
  1.220     +1 -1      ports/databases/postgresql84-server/Makefile
  1.80      +2 -2      ports/databases/postgresql84-server/distinfo
  1.214     +1 -1      ports/databases/postgresql90-server/Makefile
  1.80      +2 -2      ports/databases/postgresql90-server/distinfo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102011448.p11EmHjO008665>