| Port details |
- postgresql82-client 8.2.22_5 databases
=28 
DEPRECATED: No longer supported by upstream-- upgrade to later version
EXPIRATION DATE: 2012-03-27 PostgreSQL database (client)
Maintained by: crees@FreeBSD.org  Port Added: 06 Dec 2006 16:49:57
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/postgresql82-server
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered. Required To Build: devel/gmake
Required Libraries: devel/gettext
Required by: for Libraries
To install the port: cd /usr/ports/databases/postgresql82-client/ && make install clean To add the package: pkg_add -r postgresql82-client
Configuration Options
===> The following configuration options are available for postgresql-client-8.2.22_5:
NLS=on (default) "Use internationalized messages"
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=off (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.2.22/
- ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v8.2.22/
- ftp://ftp10.us.postgresql.org/pub/postgresql/source/v8.2.22/
- http://ring.nict.go.jp/archives/misc/db/postgresql/source/v8.2.22/
- ftp://ftp.at.postgresql.org/db/www.postgresql.org/pub/source/v8.2.22/
- ftp://ftp.be.postgresql.org/postgresql/source/v8.2.22/
- ftp://ftp2.cz.postgresql.org/pub/postgresql/source/v8.2.22/
- ftp://ftp.ee.postgresql.org/mirrors/postgresql/source/v8.2.22/
- ftp://ftp.de.postgresql.org/mirror/postgresql/source/v8.2.22/
- ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/v8.2.22/
- ftp://ftp.gr.postgresql.org/pub/databases/postgresql/source/v8.2.22/
- ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v8.2.22/
- ftp://ftp2.it.postgresql.org/mirrors/postgres/source/v8.2.22/
- http://ftp2.jp.postgresql.org/pub/postgresql/source/v8.2.22/
- ftp://ftp.lv.postgresql.org/pub/postgresql/source/v8.2.22/
- ftp://ftp2.nl.postgresql.org/mirror/postgresql/source/v8.2.22/
- ftp://ftp6.pl.postgresql.org/pub/postgresql/source/v8.2.22/
- ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/source/v8.2.22/
- ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/source/v8.2.22/
- ftp://ftp2.ru.postgresql.org/pub/databases/postgresql/source/v8.2.22/
- ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/source/v8.2.22/
- ftp://ftp5.es.postgresql.org/mirror/postgresql/source/v8.2.22/
- ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v8.2.22/
- ftp://ftp.postgresql.org/pub/source/v8.2.22/
- ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/postgresql/
|
Number of commits found: 8 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) |
| Date | By | Description |
12 Jun 2008 23:46:07
8.2.9  |
girgen  |
Updates of the PostgreSQL ports
Updates for all maintained versions of PostgreSQL are available today:
8.3.3, 8.2.9, 8.1.13, 8.0.17 and 7.4.21. These releases fix more than
two dozen minor issues reported and patched over the last few months.
All PostgreSQL users should plan to update at their earliest
convenience. People in affected time zones, in particular, should
upgrade as soon as possible.
Release Notes:
http://www.postgresql.org/docs/8.3/static/release.html
Also, fix umask error in periodic script [1].
PR: ports/124457 [1]
Submitted by: Alexandre Perrin |
06 Jun 2008 13:17:10
8.2.7_1  |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Apr 2008 17:56:05
8.2.7  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
18 Mar 2008 22:27:20
8.2.7  |
girgen  |
Update to 8.2.7
Release notes:
http://developer.postgresql.org/pgdocs/postgres/release-8-2-7.html
Remove HIER patch option, since it is not available anymore. The site
is down and original author responses that he does not maintain it
anymore.
PR: ports/116423
Remove option to build and link with thread safety, and always build
thread safe instead. Decided after a discussion with postgresql
hackers, and tested for a while in postgresql83. This helps when
for example linking with openldap, or for using certain programming
languages as postgresql functions. |
15 Oct 2007 23:28:54
8.2.5_1  |
girgen  |
Bugger, bugger, bugger. Mending bad commit. Sorry folks! |
15 Oct 2007 15:32:20
8.3beta1
|
girgen  |
Introducing the first beta of PostgreSQL 8.3
Note that this is a BETA VERSION of the PostgreSQL server.
Use it only for testing. |
09 Jan 2007 16:29:35
8.2.1  |
girgen  |
Update postgresql to 8.2.1, 8.1.6, 8.0.10, 7.4.15 and 7.3.17.
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 |
06 Dec 2006 16:48:57
8.2.0  |
girgen  |
Welcome new release of the world's most advanced open source database:
PostgreSQL 8.2.0
Complete release notes are available at
http://www.postgresql.org/docs/current/static/release-8-2.html |
Number of commits found: 8
|
| Latest Vulnerabilities |
|
14 vulnerabilities affecting 32 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
|
|