1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Palle Girgensohn
9c89540227 Fix security alert using a patch from PostgreSQL's CVS repository:
Prevent overrunning a heap-allocated buffer if more than 1024
  parameters to a refcursor declaration are specified. This is a
  minimally-invasive fix for the buffer overrun.

Define LATEST_LINK to avoid package name clashes between the different
branches of PostgreSQL. [1] (Since postgresql-tcltk is hardwired to
branch 7.4, keep its LATEST_LINK to a generic value.)

Set UNIQUENAME and let it be the same for server & client, so each
branch's ports will share the same options file. This adds some no-op
knobs to the -client port, but IMO it is better this way.

Add space inside paranthesis in OSVERSION conditional to work around
(ancient) make bug. [2]

Remove the Rendez-Vouz knob for 8.0 since I can't find the software
needed to even compile it on FreeBSD.

Bump portrevision (for -server only).

Noted by:	kris [1]
PR:		ports/77530 [2]
Security:	http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html
Approved by:	seanc (mentor)
2005-02-19 12:07:46 +00:00
Palle Girgensohn
88413af3b8 In order to address a potential security hole recently identified with
the "LOAD" option, the PostgreSQL Global Development Group is
announcing the release of new versions of PostgreSQL.

Update to 7.3.9, 7.4.7 & 8.0.1.

Take the opportunity to reset PORTREVISION of slave ports.

Back out name change of startup script. The new script uses rc.subr(8),
and as such also uses rcorder(8). But, rcorder does not exist in FreeBSD
4.x. Hence rename the script it back to the top of the directory
list. [1]

The periodic script should of course be executable. [2]

[1] Noted by Niels Chr. Bank-Pedersen <ncbp at bank-pedersen dot dk>
[2] Noted by Fritz Heinrichmeyer <fritz.heinrichmeyer at fernuni-hagen dot de>
2005-02-03 09:30:27 +00:00
Palle Girgensohn
05610f3814 Bump portrevision. 2005-01-31 01:46:21 +00:00
Palle Girgensohn
ae2c26ad44 Split the postgresql ports into a server and a client part.
The tcltk interface has been removed from the main distribution, so
fixate the version number to the latest released version, 7.4.6.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:20:43 +00:00
Palle Girgensohn
ae413f56b6 Add myself as committer, and use my @FreeBSD.org address.
Approved by: ade (mentor)
2004-12-06 03:59:56 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Sean Chittenden
8a928af72d Introduce the world to PostgreSQL 7.4! By and large this release is
regarded as a major release with features with interest to those with
large databases.  The updates are extensive and the best source of info
is in the release notes.  Enjoy and direct questions to database@!

Release notes:
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4

PR:		ports/59403, ports/59404, ports/59393, ports/59394,
		ports/59395, ports/59397, ports/59398, ports/59402, &&
		ports/59401
Submitted by:	maintainer
Approved by:	marcus (portmgr@ hat)
2003-12-04 12:00:49 +00:00
Sergey A. Osokin
cacc594d40 Fix building.
Notice from:	kris via bento
Approved by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
2003-09-18 11:31:50 +00:00
Sergey A. Osokin
8639e04dd9 Use another way for PortgreSQL slave ports (make without -C),
because much more people still use old versions of make.

Notify from:	Dan Langille <dan@langille.org>
Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR:		56346
2003-09-04 12:53:28 +00:00
Sergey A. Osokin
1be1dddc5a Use new depends scheme for postgresql slave ports:
${MAKE} -V ... instead of .include <...>

Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR:		56349, 56404
2003-09-04 12:27:19 +00:00
Alexander Langer
30a75c1dd4 Remove unneeded RUN_DEPENDS.
Volker mentioned an install with a dependency "postgres" fails if
postgresql is installed with -DWITHOUT_SERVER, though it shouldn't,
and thus suggested a depend-change to "psql", which is also present
for the client-only-install.

The maintainer then submitted the patch which completely removes the
dependency as it "is actually not needed".  I personally am in favor
of the first solution, but Palle is the maintainer.

Reported by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Submitted by:	Palle Grigensohn <girgen@pingpong.net> (maintainer)
PR:		54252,54287
2003-07-13 15:40:57 +00:00
Daichi GOTO
9594eef7a2 postgresql slave ports, reduce unnecessary portrevision bumps
PR:		52867
Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
2003-06-19 09:12:56 +00:00
Daichi GOTO
114831dbf1 postgresql-tcltk tcl/tk revert to 8.3 from 8.4
PR:		52852
Submitted by:	Palle Girgensohn <girgen@pingpong.net> <girgen@pingpong.net> (maintainer)
2003-06-19 07:24:06 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Sean Chittenden
296812257f Update PostgreSQL tcl/tk to 7.3.1. pgaccess is no longer in of this port.
PR:		ports/45885
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-01-04 23:53:37 +00:00
SADA Kenji
f160a7126f fix for different tcl versions
PR:	ports/42010
Submitted by:	unknown -- see the PR
Approved by:	maintainer
2002-11-13 01:42:44 +00:00
Jimmy Olgeni
0bb27155e2 Remove PORTVERSION (like other postgresql subports in ports/36980), so that
it will compile.
2002-04-14 19:32:57 +00:00
Vanilla I. Shu
d90bc6b5b2 This is a port of the Tcl/Tk stuff in the postgresql-7.2
distribution. It includes pgtclsh, pgtksh and also the infamous
pgaccess GUI.

PR:		ports/34860
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2002-02-19 08:40:00 +00:00