1b381 FreshPorts -- databases/postgresql91-server
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
postgresql91-server 9.1.9 databases on this many watch lists=14 search for ports that depend on this port An older version of this port was marked as vulnerable.
The most advanced open-source database available anywhere
Maintained by: pgsql@FreeBSD.org search for ports maintained by this maintainer
Port Added: 28 Apr 2011 07:47:27
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
Slave ports
  1. databases/postgresql91-client
  2. databases/postgresql91-contrib
  3. databases/postgresql91-docs
  4. databases/postgresql91-plperl
  5. databases/postgresql91-plpython
  6. databases/postgresql91-pltcl

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. security/openssl
  2. devel/gmake
Required To Run:
  1. security/openssl
Required Libraries:
  1. textproc/libxml2
  2. devel/gettext
  3. databases/postgresql91-client

This port is required by:

for Build for Run

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


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

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/postgresql/
  2. ftp://ftp.ee.postgresql.org/mirrors/postgresql/source/v9.1.9/
  3. ftp://ftp.gr.postgresql.org/pub/databases/postgresql/source/v9.1.9/
  4. ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v9.1.9/
  5. ftp://ftp.lv.postgresql.org/pub/postgresql/source/v9.1.9/
  6. ftp://ftp.postgresql.org/pub/source/v9.1.9/
  7. ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/source/v9.1.9/
  8. ftp://ftp2.cz.postgresql.org/pub/postgresql/source/v9.1.9/
  9. ftp://ftp2.it.postgresql.org/mirrors/postgres/source/v9.1.9/
  10. ftp://ftp2.nl.postgresql.org/mirror/postgresql/source/v9.1.9/
  11. ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/v9.1.9/
  12. ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/source/v9.1.9/
  13. ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v9.1.9/
  14. ftp://ftp5.es.postgresql.org/mirror/postgresql/source/v9.1.9/
  15. ftp://ftp6.pl.postgresql.org/pub/postgresql/source/v9.1.9/
  16. ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/source/v9.1.9/
  17. ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/source/v9.1.9/
  18. http://ftp2.jp.postgresql.org/pub/postgresql/source/v9.1.9/
  19. http://ring.nict.go.jp/archives/misc/db/postgresql/source/v9.1.9/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2012-05-30
    Affects: users of databases/postgresql*-server
    Author: jgh@FreeBSD.org
    Reason: 
      Affected users are those who use the crypt(text, text) function with
      DES encryption in the optional pg_crypto module. Passwords affected
      are those that contain characters that cannot be represented with
      7-bit ASCII. If a password contains a character that has the most
      significant bit set (0x80), and DES encryption is used, that character
      and all characters after it will be ignored.
    
    

Number of commits found: 59

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
06 May 2013 18:37:00
Original commit files touched by this commit  9.1.9
crees search for other commits by this committer
Don't build client with ldap-- this is unnecessary and causes build breakage
for package building because of lack of LDAP installation.

PR:		ports/177381
Tested by:	Chris Dukes <chris.dukes.aix@gmail.com>
28 Apr 2013 18:15:06
Original commit files touched by this commit  9.1.9
crees search for other commits by this committer
databases/postgresql-server ports: Unbreak NLS

Submitted by:	bapt
28 Apr 2013 14:00:03
Original commit files touched by this commit  9.1.9
crees search for other commits by this committer
databases/postgresql{84,91,92}-server: Readd bsd.port.pre.mk; it is required for
checking existence of files in FILESDIR
26 Apr 2013 15:10:57
Original commit files touched by this commit  9.1.9
bapt search for other commits by this committer
Convert USE_GETTEXT -> USES=gettext

While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng
04 Apr 2013 13:21:23
Original commit files touched by this commit  9.1.9
girgen search for other commits by this committer
The PostgreSQL Global Development Group has released a security
update to all current versions of the PostgreSQL database system,
including versions 9.2.4, 9.1.9, 9.0.13, and 8.4.17. This update
fixes a high-exposure security vulnerability in versions 9.0 and
later. All users of the affected versions are strongly urged to apply
the update *immediately*.

A major security issue (for versions 9.x only) fixed in this release,
[CVE-2013-1899](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1899),
makes it possible for a connection request containing a database name
that begins with "-" to be crafted that can damage or destroy files
within a server's data directory. Anyone with access to the port the
PostgreSQL server listens on can initiate this request. This issue was
discovered by Mitsumasa Kondo and Kyotaro Horiguchi of NTT Open Source
Software Center.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
08 Feb 2013 07:54:10
Original commit files touched by this commit  9.1.8
 This port version is marked as vulnerable.
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
22 Jan 2013 18:32:00
Original commit files touched by this commit  9.1.7_1
 This port version is marked as vulnerable.
crees search for other commits by this committer
Remove versioned PKGNAMESUFFIX from -plpython ports; the versions differ anyway

Submitted by:	sunpoet
22 Jan 2013 17:59:42
Original commit files touched by this commit  9.1.7_1
 This port version is marked as vulnerable.
crees search for other commits by this committer
Fix package build for -plpython

Although the plpython work was done by rm, this problem was actually my fault

Noticed by:	sunpoet
20 Jan 2013 10:17:45
Original commit files touched by this commit  9.1.7_1
 This port version is marked as vulnerable.
rm search for other commits by this committer
- add pkg-plist changes, forgotten in r310678
- fix portname in MOVED
- remove trailing whitespace in MOVED, while here
27 Dec 2012 21:11:42
Original commit files touched by this commit  9.1.7_1
 This port version is marked as vulnerable.
jgh search for other commits by this committer
- remove broken configurable non-default user/group for postgresql-server
- while here fix formatting of new header

With hat: pgsql@
19 Dec 2012 16:13:30
Original commit files touched by this commit  9.1.7_1
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Chase ICU update properly and bump PORTREVISION
19 Dec 2012 16:03:59
Original commit files touched by this commit  9.1.7
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Chase ICU update to 50
06 Dec 2012 16:40:36
Original commit files touched by this commit  9.1.7
 This port version is marked as vulnerable.
girgen search for other commits by this committer
The PostgreSQL Global Development Group has released an update to all current
versions of the PostgreSQL database system, including versions 9.2.2, 9.1.7,
9.0.11, 8.4.15, and 8.3.22.  Users of PostgreSQL Hot Standby replication
should update at the next possible opportunity. Other users should update
at their next maintenance window.

Deprecate the 8.3.22 version, since it is near end-of-life.

URL:	http://www.postgresql.org/about/news/1430/

Feature safe: yes
16 Oct 2012 17:28:22
Original commit files touched by this commit  9.1.6
 This port version is marked as vulnerable.
jgh search for other commits by this committer
- adopt optionsNG

with hat pgsql@
Feature safe: yes
24 Sep 2012 22:03:11
Original commit files touched by this commit  9.1.6
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Update PostgreSQL to 9.2.1, 9.1.6, 9.0.10, 8.4.14 and 8.3.21 respectively.

This update fixes critical issues for major versions 9.1 and 9.2, and
users running those versions should apply it as soon as possible.

URL:	http://www.postgresql.org/about/news/1416/
19 Aug 2012 15:24:30
Original commit files touched by this commit  9.1.5
 This port version is marked as vulnerable.
crees search for other commits by this committer
Use pre-build instead of pre-everything for backupwarning-- stop making people
wait before fetching etc

Suggested by:	ohauer
Discussed with:	girgen

While here, fix package for postgresql92-server
17 Aug 2012 19:39:51
Original commit files touched by this commit  9.1.5
 This port version is marked as vulnerable.
jgh search for other commits by this committer
The PostgreSQL Global Development Group today released security updates for all
active branches
of the PostgreSQL database system, including versions 9.1.5, 9.0.9, 8.4.13 and
8.3.20. This
update patches security holes associated with libxml2 and libxslt, similar to
those affecting
other open source projects. All users are urged to update their installations at
the first
available opportunity.

This security release fixes a vulnerability in the built-in XML functionality,
and a vulnerability
in the XSLT functionality supplied by the optional XML2 extension. Both
vulnerabilities allow
reading of arbitrary files by any authenticated database user, and the XSLT
vulnerability
allows writing files as well. The fixes cause limited backwards compatibility
issues.
These issues correspond to the following two vulnerabilities:

CVE-2012-3488: PostgreSQL insecure use of libxslt
CVE-2012-3489: PostgreSQL insecure use of libxml2
This release also contains several fixes to version 9.1, and a smaller number of
fixes to older versions, including:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
04 Jun 2012 11:00:52
Original commit files touched by this commit  9.1.4
 This port version is marked as vulnerable.
girgen search for other commits by this committer
The PostgreSQL Global Development Group today released security updates for all
active branches of the PostgreSQL database system, including versions 9.1.4,
9.0.8, 8.4.12 and 8.3.19.

Users of the crypt(text, text) function with DES encryption in the optional
pg_crypto module should upgrade their installations immediately, if you have'nt
already updated since the port was patched on May 30.  All other database
administrators are urged to upgrade your version of PostgreSQL at the
next scheduled downtime.

URL:      http://www.postgresql.org/about/news/1398/

Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2143
          Fix incorrect password transformation in contrib/pgcrypto’s DES
crypt() function
          This was fixed in a patch release for the FreeBSD ports on May 30.

Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2655
          Ignore SECURITY DEFINER and SET attributes for a procedural
language’s call handle
30 May 2012 22:26:15
Original commit files touched by this commit  9.1.3_1
 This port version is marked as vulnerable.
jgh search for other commits by this committer
- Address postgresql*-servers for crypt vulnerability (CVE-2012-2143)

http://www.postgresql.org/about/news/1397/

With hat: pgsql
05 Mar 2012 21:18:50
Original commit files touched by this commit  9.1.3
 This port version is marked as vulnerable.
crees search for other commits by this committer
Break postgresql-pltcl up into versioned ports; now we will have packages

Fix plist for 9.1
05 Mar 2012 20:10:22
Original commit files touched by this commit  9.1.3
 This port version is marked as vulnerable.
crees search for other commits by this committer
Various tidiness patches:
 - Compact -plperl ports
 - Portlint for 90-plperl
 - Update version numbers in pkg-install-server
 - s/spaces/tabs/
 - Use ${} instead of $()
 - s/YES/yes/
 - Tidy IGNORE values

Submitted by:   sunpoet
04 Mar 2012 17:58:21
Original commit files touched by this commit  9.1.3
 This port version is marked as vulnerable.
crees search for other commits by this committer
Don't clobber do-build from slave ports

PR:             ports/165265
Submitted by:   Ben Morrow <ben@morrow.me.uk>
04 Mar 2012 17:19:59
Original commit files touched by this commit  9.1.3
 This port version is marked as vulnerable.
crees search for other commits by this committer
Over to new team, pgsql@FreeBSD.org
29 Feb 2012 19:42:37
Original commit files touched by this commit  9.1.3
 This port version is marked as vulnerable.
crees search for other commits by this committer
Fix plist.

Pointyhat:      pav --> girgen
27 Feb 2012 16:24:48
Original commit files touched by this commit  9.1.3
 This port version is marked as vulnerable.
girgen search for other commits by this committer
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
19 Feb 2012 19:35:02
Original commit files touched by this commit  9.1.2_4
 This port version is marked as vulnerable.
crees search for other commits by this committer
Remove p5- from postgresql*-plperl 's mention in pkg-message-client
19 Feb 2012 19:04:51
Original commit files touched by this commit  9.1.2_4
 This port version is marked as vulnerable.
crees search for other commits by this committer
Fix -plperl plist for 9.1
05 Feb 2012 15:32:49
Original commit files touched by this commit  9.1.2_4
 This port version is marked as vulnerable.
crees search for other commits by this committer
Install new pg_basebackup tool by default

Submitted by:   kuriyama
01 Feb 2012 19:31:58
Original commit files touched by this commit  9.1.2_3
 This port version is marked as vulnerable.
crees search for other commits by this committer
Minor changes for UNIQUENAME; remove excessive hyphens

Apologies for the noise here; I'm getting used to the consequences of
slaving ports like this-- postgresql has an unusual arrangement here.

Submitted by:   Neil Darlow (neil@darlow.co.uk)
31 Jan 2012 18:21:33
Original commit files touched by this commit  9.1.2_3
 This port version is marked as vulnerable.
crees search for other commits by this committer
- Stop clobbering postgresql-server/-client OPTIONS with -contrib OPTIONS
- Minor optimisation (stop testing for !SLAVE_ONLY twice)

PR:             ports/164662
30 Jan 2012 18:39:57
Original commit files touched by this commit  9.1.2_3
 This port version is marked as vulnerable.
crees search for other commits by this committer
Use DISTVERSION instead of PORTVERSION to generate UNIQUENAME; options
don't work correctly otherwise.

http://lists.freebsd.org/pipermail/freebsd-ports/2012-January/072756.html

Pointyhat:      crees
25 Jan 2012 21:12:33
Original commit files touched by this commit  9.1.2_3
 This port version is marked as vulnerable.
crees search for other commits by this committer
- To preserve my sanity, slave 82 and 83 to 84, and 90 to 91, resulting in
  three fewer Makefiles to maintain

- Switch patch master site

- Various cleanups
23 Jan 2012 20:36:58
Original commit files touched by this commit  9.1.2_3
 This port version is marked as vulnerable.
crees search for other commits by this committer
Add OPTION to postgresql9[10]-contrib for building without uuid-ossp

Requested by:   sunpoet
22 Jan 2012 06:59:27
Original commit files touched by this commit  9.1.2_3
 This port version is marked as vulnerable.
jgh search for other commits by this committer
- Add profile support for PostgreSQL servers
- re-assign LOCALBASE to PREFIX
- add PG_GROUP to SUB_PLIST for packaging fix
- fix permissions for package installations

PR:     ports/162776
Submitted by:   jgh, Phil Phillips < pphillips at experts-exchange.com >
Reviewed by: rene (mentor)
Approved by: crees (maintainer, mentor)
19 Jan 2012 19:06:00
Original commit files touched by this commit  9.1.2_2
 This port version is marked as vulnerable.
jgh search for other commits by this committer
fix typo %%PG_GROUP%% in pkg-plist-server

Spotted by: decke
Approved by:    crees, rene (mentors,implicit)
19 Jan 2012 03:35:49
Original commit files touched by this commit  9.1.2_1
 This port version is marked as vulnerable.
tabthorpe search for other commits by this committer
- Reset ports due to maintainer timeouts and lack of response to emails

With hat:       portmgr
18 Jan 2012 21:35:11
Original commit files touched by this commit  9.1.2_1
 This port version is marked as vulnerable.
jgh search for other commits by this committer
Fix plist to create directory with proper ownerships PostgreSQL database
may start.

PR:     ports/164273 (critical)
Submitted by: Alexander Yerenkow <yerenkow at gmail.com>
Approved by:    maintainer-timeout: girgen (1 day), portmgr (linimon)
14 Jan 2012 08:57:23
Original commit files touched by this commit  9.1.2
 This port version is marked as vulnerable.
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
05 Dec 2011 16:45:14
Original commit files touched by this commit  9.1.2
 This port version is marked as vulnerable.
girgen search for other commits by this committer
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 View all of this commit message)
30 Nov 2011 18:49:31
Original commit files touched by this commit  9.1.1_1
 This port version is marked as vulnerable.
crees search for other commits by this committer
Add DTRACE option for postgresql84-server

PR:             ports/150431
Submitted by:   rpaulo

Fix compilation with GSSAPI

PR:             ports/161786
Submitted by:   rea
Reviewed by:    mandree, John Marshall <john.marshall@riverwillow.com.au>

Mark IGNORE if DTRACE enabled for FreeBSD < 900021 without userland dtrace

PR:             ports/152502
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>

Approved by:    maintainer timeout (girgen, at least 2 months)
Feature safe:   yes
29 Oct 2011 10:11:05
Original commit files touched by this commit  9.1.1_1
 This port version is marked as vulnerable.
crees search for other commits by this committer
- do not conflict with postgresql 7.x (we don't have them in a tree anymore)
- remove not-supported FreeBSD versions
- whitespace fixes in pkg-descr
- remove empty pkg-plist (portlint doesn't seems care)

PR:             ports/161987
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
26 Oct 2011 15:09:26
Original commit files touched by this commit  9.1.1_1
 This port version is marked as vulnerable.
glarkin search for other commits by this committer
- Fix plist when postgresql-plpython installed for postgresql 9.1 and
  postgresql-plpython built with python 3+

PR:             ports/161822
Submitted by:   sunpoet
Approved by:    Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), girgen
(maintainer implicit)
20 Oct 2011 21:07:29
Original commit files touched by this commit  9.1.1_1
 This port version is marked as vulnerable.
crees search for other commits by this committer
- Fix packaging issue (missed %%PG_USER%% in pkg-plist-server)
- Remove extra bsd.port.pre.mk include from postgresql82-server

PR:             ports/161816 ports/161824 ports/161821
Submitted by:   Jason Helfman (jhelfman@e-e.com)
Approved by:    portmgr (pav)
19 Oct 2011 18:29:58
Original commit files touched by this commit  9.1.1_1
 This port version is marked as vulnerable.
crees search for other commits by this committer
This time remember to bump PORTREVISION
19 Oct 2011 18:21:25
Original commit files touched by this commit  9.1.1
 This port version is marked as vulnerable.
crees search for other commits by this committer
Fix SUB_LIST issue by deconditionalising it.

Temporary fix, but will stop the flurry of incoming PRs related.

PR:             ports/161779 ports/161774 ports/161791 ports/161771 ports/161769
Submitted by:   Many people, original fix suggested by Jason Helfman
(jhelfman@e-e.com)
Approved by:    portmgr (pav)
18 Oct 2011 09:03:33
Original commit files touched by this commit  9.1.1
 This port version is marked as vulnerable.
girgen search for other commits by this committer
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.
06 Oct 2011 08:46:58
Original commit files touched by this commit  9.1.0_1
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Add ICU support to PostgreSQL 9.1 server
- Make SSL available as an option
- Make portlint happier
- Fix some typos

PR:             ports/160915
Approved by:    maintainer (timeout)
02 Oct 2011 20:07:40
Original commit files touched by this commit  9.1.0
 This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Unbreak postgresql-plpython: allow build with threaded python
- Pass maintainership to submitter

PR:             ports/159843
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
25 Sep 2011 22:20:28
Original commit files touched by this commit  9.1.0
 This port version is marked as vulnerable.
rea search for other commits by this committer
Don't rebuild manual pages if configure was changed

Sometimes patches for PostgreSQL touch its configure script.  And the
logics inside current Makefiles for the documentation makes the manual
pages (and other stuff) to be dependent of the timestamp of the
top-level configure file.  This triggers the rebuild of the manual
pages, but since some additional XML-related tools are needed, this
rebuild can fail.

PR: 159844
Approved by: maintainer timeout (1 month)
Feature safe: yes
25 Sep 2011 18:09:06
Original commit files touched by this commit  9.1.0
 This port version is marked as vulnerable.
rea search for other commits by this committer
PostgreSQL: unbreak GSSAPI support

The problem with GSSAPI without Kerberos is that configure.in has
very funny logics of choosing GSSAPI libraries:
{{{
if test "$with_gssapi" = yes ; then
  if test "$PORTNAME" != "win32"; then
    AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 gss 'gssapi -lkrb5
-lcrypto'], [],
                                  [AC_MSG_ERROR([could not find function
'gss_init_sec_context' required for GSSAPI])])
  else
    LIBS="$LIBS -lgssapi32"
  fi
fi
}}}
(Only the first 15 lines of the commit message are shown above View all of this commit message)
23 Sep 2011 22:26:39
Original commit files touched by this commit  9.1.0
 This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
12 Sep 2011 09:53:58
Original commit files touched by this commit  9.1.0
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Update to PostgreSQL version 9.1.0
SITE: http://www.postgresql.org/docs/9.1/static/release-9-1.html
07 Aug 2011 18:15:24
Original commit files touched by this commit  9.1.b3
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Unbreak slaves

Reported by:    Portsnap buildbox
07 Aug 2011 17:42:33
Original commit files touched by this commit  9.1.b3
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Make those OPTIONS actually working at all

Reported by:    pointyhat
20 Jul 2011 12:09:57
Original commit files touched by this commit  9.1.b3
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Update to 9.1 beta 3
Fix broken plist for the postgres user's home directory
Release notes at http://www.postgresql.org/about/news.1331
11 Jul 2011 20:46:41
Original commit files touched by this commit  9.1.b2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Mark BROKEN: leave a directory behind on deinstall

Reported by:    pointyhat
14 Jun 2011 08:31:27
Original commit files touched by this commit  9.1.b2
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Update to 9.1beta2
Fix proken plists wrt NLS
11 Jun 2011 23:14:30
Original commit files touched by this commit  9.1.b1
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Add postgresql 9.1 beta1.

See http://www.postgresql.org/about/news.1313 for more info.

Also, use USERS knob instead of explicitally creating the pgsql user
while still accepting alternative names, using [1] with some added
magic.

PR:     157667 [1]
28 Apr 2011 07:46:15
Original commit files touched by this commit  9.0.4_1
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Forced commit to document that repocopy from postgresql90-server was made.
PR:  ports/156485

Number of commits found: 59

287d
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 24536
Broken 218
Deprecated 474
Ignore 633
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days31
new fortnight62
new month215

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