FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 11:05 AM BST
Port details
postgresql84-client 8.4.11 databases on this many watch lists=15 search for ports that depend on this port An older version of this port was marked as vulnerable.
PostgreSQL database (client)
Maintained by: pgsql@FreeBSD.org search for ports maintained by this maintainer
Port Added: 08 Jul 2009 06:45:16
License: not specified in port


PostgreSQL is a sophisticated Object-Relational DBMS, supporting
almost all SQL constructs, including subselects, transactions, and
user-defined types and functions. It is the most advanced open-source
database available anywhere. Commercial Support is also available.

The original Postgres code was the effort of many graduate students, 
undergraduate students, and staff programmers working under the direction of 
Professor Michael Stonebraker at the University of California, Berkeley. In 
1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query 
language to SQL and created a new database system which came to known as 
Postgres95. Many others contributed to the porting, testing, debugging and 
enhancement of the Postgres95 code. As the code improved, and 1995 faded into 
memory, PostgreSQL was born.

PostgreSQL development is presently being performed by a team of Internet 
developers who are now responsible for all current and future development. The 
development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG). 
Support is available from the PostgreSQL developer/user community through the 
support mailing list (questions@PostgreSQL.ORG).

PostgreSQL is free and the complete source is available.

WWW: http://www.postgresql.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Master port: databases/postgresql84-server

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake
Required Libraries: textproc/libxml2, devel/gettext

Required by:
for Libraries

To install the port: cd /usr/ports/databases/postgresql84-client/ && make install clean
To add the package: pkg_add -r postgresql84-client


Configuration Options
===> The following configuration options are available for postgresql-client-8.4.11:
     NLS=on (default) "Use internationalized messages"
     DTRACE=off (default) "Build with DTrace probes (server only)"
     GSSAPI=off (default) "Build with GSSAPI support"
     XML=on (default) "Build with XML data type (server)"
     TZDATA=on (default) "Use internal timezone database (server)"
     ICU=off (default) "Use ICU for unicode collation (server)"
     PAM=off (default) "Build with PAM support (server only)"
     LDAP=off (default) "Build with LDAP authentication support"
     MIT_KRB5=off (default) "Build with MIT's kerberos support"
     HEIMDAL_KRB5=off (default) "Builds with Heimdal kerberos support"
     OPTIMIZED_CFLAGS=off (default) "Builds with compiler optimizations (-O3)"
     DEBUG=off (default) "Builds with debugging symbols"
     INTDATE=on (default) "Builds with 64-bit date/time type (server)"
     SSL=on (default) "Build with OpenSSL support"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/source/v8.4.11/
ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v8.4.11/
ftp://ftp10.us.postgresql.org/pub/postgresql/source/v8.4.11/
http://ring.nict.go.jp/archives/misc/db/postgresql/source/v8.4.11/
ftp://ftp.at.postgresql.org/db/www.postgresql.org/pub/source/v8.4.11/
ftp://ftp.be.postgresql.org/postgresql/source/v8.4.11/
ftp://ftp2.cz.postgresql.org/pub/postgresql/source/v8.4.11/
ftp://ftp.ee.postgresql.org/mirrors/postgresql/source/v8.4.11/
ftp://ftp.de.postgresql.org/mirror/postgresql/source/v8.4.11/
ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/v8.4.11/
ftp://ftp.gr.postgresql.org/pub/databases/postgresql/source/v8.4.11/
ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v8.4.11/
ftp://ftp2.it.postgresql.org/mirrors/postgres/source/v8.4.11/
http://ftp2.jp.postgresql.org/pub/postgresql/source/v8.4.11/
ftp://ftp.lv.postgresql.org/pub/postgresql/source/v8.4.11/
ftp://ftp2.nl.postgresql.org/mirror/postgresql/source/v8.4.11/
ftp://ftp6.pl.postgresql.org/pub/postgresql/source/v8.4.11/
ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/source/v8.4.11/
ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/source/v8.4.11/
ftp://ftp2.ru.postgresql.org/pub/databases/postgresql/source/v8.4.11/
ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/source/v8.4.11/
ftp://ftp5.es.postgresql.org/mirror/postgresql/source/v8.4.11/
ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v8.4.11/
ftp://ftp.postgresql.org/pub/source/v8.4.11/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/postgresql/

Number of commits found: 5

NOTE: This slave port may no longer be vulnerable to issues shown below because the master port has been updated.

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
02 May 2011 21:37:31
Original commit files touched by this commit  8.4.8
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Fix a problem with creating the postgresql user when using a package.
07 Oct 2010 06:58:10
Original commit files touched by this commit  8.4.4_2
 This port version is marked as vulnerable.
girgen search for other commits by this committer
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
02 Dec 2009 22:21:27
Original commit files touched by this commit  8.4.1
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 8.4.1
- Set INTDATE on as default (this is default by PostgreSQL)

PR:             ports/139277
Submitted by:   Olli Hauer <ohauer@gmx.de>
Approved by:    maintainer timeout (2 months)
08 Jul 2009 20:31:53
Original commit files touched by this commit  8.4.0_1
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Fix broken pkg-plist for gettext files.

Also, inform about pg_standby rather than autovacuum. [1]

PR:     136468 [1]
08 Jul 2009 06:44:34
Original commit files touched by this commit  8.4.0
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Welcome PostgreSQL 8.4

After many years of development, PostgreSQL has become feature-complete in many
areas.
This release shows a targeted approach to adding features (e.g., authentication,
monitoring, space reuse), and adds capabilities defined in the later SQL
standards.
The major areas of enhancement are:

Windowing Functions
Common Table Expressions and Recursive Queries
Default and variadic parameters for functions
Parallel Restore
Column Permissions
Per-database locale settings
Improved hash indexes
Improved join performance for EXISTS and NOT EXISTS queries
Easier-to-use Warm Standby
Automatic sizing of the Free Space Map
Visibility Map (greatly reduces vacuum overhead for slowly-changing tables)
Version-aware psql (backslash commands work against older servers)
Support SSL certificates for user authentication
Per-function runtime statistics
Easy editing of functions in psql
New contrib modules: pg_stat_statements, auto_explain, citext, btree_gin

URL: http://www.postgresql.org/docs/8.4/interactive/release-8-4.html

Number of commits found: 5

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 14
new 48 hours31
new 7 days58
new fortnight181
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.076 seconds.