5301 FreshPorts -- databases/postgresql84-contrib
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
postgresql84-contrib 8.4.17 databases on this many watch lists=2 search for ports that depend on this port
The contrib utilities from the PostgreSQL distribution
Maintained by: pgsql@FreeBSD.org search for ports maintained by this maintainer
Port Added: 20 May 2010 15:45:42
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/
SVNWeb : 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:
  1. devel/bison
  2. devel/gmake
Required Libraries:
  1. textproc/libxslt
  2. textproc/libxml2
  3. databases/postgresql84-client
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/postgresql/
  2. ftp://ftp.ee.postgresql.org/mirrors/postgresql/source/v8.4.17/
  3. ftp://ftp.gr.postgresql.org/pub/databases/postgresql/source/v8.4.17/
  4. ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v8.4.17/
  5. ftp://ftp.lv.postgresql.org/pub/postgresql/source/v8.4.17/
  6. ftp://ftp.postgresql.org/pub/source/v8.4.17/
  7. ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/source/v8.4.17/
  8. ftp://ftp2.cz.postgresql.org/pub/postgresql/source/v8.4.17/
  9. ftp://ftp2.it.postgresql.org/mirrors/postgres/source/v8.4.17/
  10. ftp://ftp2.nl.postgresql.org/mirror/postgresql/source/v8.4.17/
  11. ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/v8.4.17/
  12. ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/source/v8.4.17/
  13. ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v8.4.17/
  14. ftp://ftp5.es.postgresql.org/mirror/postgresql/source/v8.4.17/
  15. ftp://ftp6.pl.postgresql.org/pub/postgresql/source/v8.4.17/
  16. ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/source/v8.4.17/
  17. ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/source/v8.4.17/
  18. http://ftp2.jp.postgresql.org/pub/postgresql/source/v8.4.17/
  19. http://ring.nict.go.jp/archives/misc/db/postgresql/source/v8.4.17/

Number of commits found: 8

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
05 Apr 2013 15:26:50
Original commit files touched by this commit  8.4.17
girgen search for other commits by this committer
Fix pkg-list for postgresql84-server

Approved by:	portmgr (miwi)
08 Mar 2013 11:32:12
Original commit files touched by this commit  8.4.16
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
08 Feb 2013 07:54:10
Original commit files touched by this commit  8.4.16
girgen search for other commits by this committer
PostgreSQL 9.2.3, 9.1.8, 9.0.12, 8.4.16 and 8.3.23 released

This update fixes a denial-of-service (DOS) vulnerability.  All users
should update their PostgreSQL installations as soon as possible.

The security issue fixed in this release, CVE-2013-0255, allows a
previously authenticated user to crash the server by calling
an internal function with invalid arguments.

URL:	http://www.postgresql.org/about/news/1446/
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0255
20 Oct 2012 20:41:23
Original commit files touched by this commit  8.4.14
jgh search for other commits by this committer
- hardcode --with-openssl for slave 83/84 postgresql contrib ports

with hat pgsql@

Spotted by:	beatmail (ie. pointyhat)
Feature safe:	yes
04 Mar 2012 17:19:59
Original commit files touched by this commit  8.4.11
crees search for other commits by this committer
Over to new team, pgsql@FreeBSD.org
19 Jan 2012 03:35:49
Original commit files touched by this commit  8.4.10
tabthorpe search for other commits by this committer
- Reset ports due to maintainer timeouts and lack of response to emails

With hat:       portmgr
02 May 2011 21:37:31
Original commit files touched by this commit  8.4.8
girgen search for other commits by this committer
Fix a problem with creating the postgresql user when using a package.
20 May 2010 15:43:39
Original commit files touched by this commit  8.4.4
girgen search for other commits by this committer
Update all PostgreSQL ports to latest version.

Remove postgresql-contrib in favour for postgresqlNN-contrib.
This way we will get packages built, which is nice.

Security:       CVE-2010-1169
Security:       CVE-2010-1170

The PostgreSQL Project today released minor versions updating all active
branches of the PostgreSQL object-relational database system, including
versions 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, and 7.4.29. This release
fixes moderate-risk security issues with PL/perl and PL/tcl, as well as
a data corruption issue with standby databases.  Users of any of these
three features should update their PostgreSQL installations immediately.
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 8

2880
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24539
Broken 216
Deprecated 487
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 123
Set to expire 525
Interactive 33
new 24 hours 8
new 48 hours11
new 7 days35
new fortnight58
new month222

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0