summaryrefslogtreecommitdiff
path: root/databases/postgresql80-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Respect PTHREAD_CFLAGS/PTHREAD_LIBS.Norikatsu Shigemura2007-03-181-1/+3
| | | | | | | Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=187658
* Update PostgreSQL 8.x to 8.0.12, 8.1.8 and 8.2.3 respectively:Palle Girgensohn2007-02-072-13/+13
| | | | | | | | | The recent security release (8.0.11, 8.1.7, 8.2.2) has been withdrawn. It contained an issue which causes error with custom data types, type constraints and expression indexes. These upgrades fix the problem. Notes: svn path=/head/; revision=184480
* Update PostgreSQL with, amongst other things, two security fixes:Palle Girgensohn2007-02-052-13/+13
| | | | | | | | | | | | | | | | | | | | | | | A vulnerability allows suppressing the normal checks that a SQL function returns the data type it's declared to do. These errors can easily be exploited to cause a backend crash, and in principle might be used to read database content that the user should not be able to access. [CVE-2007-0555] A vulnerability involving changing the data type of a table column can easily be exploited to cause a backend crash, and in principle might be used to read database content that the user should not be able to access. [CVE-2007-0556] The release includes a set of other fixes as well. Please see the release information at http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-11 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0556 Notes: svn path=/head/; revision=184279
* Update postgresql to 8.2.1, 8.1.6, 8.0.10, 7.4.15 and 7.3.17.Palle Girgensohn2007-01-096-116/+125
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=181869
* Update PostgreSQL to latest versions: 8.1.5, 8.0.9, 7.4.14 and 7.3.16.Palle Girgensohn2006-11-0810-47/+52
| | | | | | | | | | | | | | | | | | | | | | | | | Release notes: 8.1.5 http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-5 8.0.9 http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-9 7.4.14 http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-14 7.3.16 http://www.postgresql.org/docs/7.3/static/release.html#RELEASE-7-3-16 Change name of the rc script from '010.pgsql.sh' to 'postgresql' Add optional hierachy patch added for 7.4 and 8.1 ports. Chase heimdal libs update [reported by several] For 8.1+ the port enables autovacuum in ~pgsql/postgresql.conf when running initdb Cleanup the ports, moving pkg-message-* to files/pkg-message-*.in and files/pgsql.sh.tmpl to files/postgresql.in. [ports/97767] PR: ports/97767, submitted by delphij@FreeBSD.org Notes: svn path=/head/; revision=176828
* The update to handle different versions of ICU was not sufficient.Palle Girgensohn2006-09-272-4/+4
| | | | | | | Update the patches to handle ICU version 3.6 and fall back to 3.4. Notes: svn path=/head/; revision=173972
* Update the patch to be more agnostic with regards to the version of icu.Palle Girgensohn2006-09-202-5/+5
| | | | | | | It now links with icu-3.6 as well as the earlier versions. Notes: svn path=/head/; revision=173449
* There is no point in setting mode of rc.d file to be 554, set it to 555.Maxim Sobolev2006-06-261-2/+2
| | | | | | | | Otherwise there could be problems with the service not starting up in the case when owner of the file has been changed. Notes: svn path=/head/; revision=166410
* Update all PostgreSQL to fix a security flawPalle Girgensohn2006-05-233-15/+15
| | | | | | | | | | | | | | | | | | | | | | The PostgreSQL Global Development Group today released versions 8.1.4, 8.0.8, 7.4.13 and 7.3.15. This is an urgent update to close a security hole which can permit a SQL injection attack on some applications running PostgreSQL. Users are urged to apply the update as soon as reasonably possible. Since the update affects client functionality, most driver projects will be updating this week as well. Because the security issue involved is complex, we have added a section in Techdocs to explain it: http://www.postgresql.org/docs/techdocs.52. Please read this first before applying the updates. Also, fix rc_subr startup problems on FreeBSD-7.x. Security: http://www.postgresql.org/docs/techdocs.50 PR: ports/95154 Notes: svn path=/head/; revision=163198
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Security patch, update to version 8.0.7.Palle Girgensohn2006-02-182-14/+16
| | | | | | | Security: http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-0-7 Notes: svn path=/head/; revision=156292
* Add missing ) around SIZE statements.Edwin Groothuis2006-01-301-4/+4
| | | | Notes: svn path=/head/; revision=154780
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-226-50/+50
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Update postgresql with latest patch release.Palle Girgensohn2006-01-093-19/+22
| | | | | | | | | | | | | | | | | | | | | A critical fix repairs an error in ReadBuffer that can cause data loss due to overwriting recently-added pages. This applies to the 8.1 and 8.0 branches on all platforms. Note that this update might require a reindex of textual columns under certain conditions; please see UPDATING. Other fixes included are: -- Character string locale comparison bug. This may require a REINDEX on text column indexes in some locales, such as Hungarian. -- Prevent accidental changes of locale by plperl -- Two fixes for Japanese encodings -- Two fixes for COPY CSV -- Fixes for functions returning RECORD -- Fixes to autovacuum, dblink and pgcrypto Notes: svn path=/head/; revision=153149
* Handle a change in rc.subr. nowadays, "faststart" is used instead ofPalle Girgensohn2005-12-252-3/+3
| | | | | | | | | | | | | "start" when booting, since there's no need waste time checking for running processes when the OS is starting up. Bumping portrevision. PR: 90884 Submitted by: Victor Snezhko <snezhko@indorsoft.ru> Notes: svn path=/head/; revision=152024
* Update postgresql to 8.0.5Palle Girgensohn2005-12-222-9/+15
| | | | | | | | Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> PR: 90444 Notes: svn path=/head/; revision=151874
* Fix bad distro name for hier.Palle Girgensohn2005-11-291-1/+1
| | | | | | | Pointed out by: Andreas Steinel Notes: svn path=/head/; revision=149895
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Let postgresql (libpq.so) only link with the Kerberos implementationsPalle Girgensohn2005-11-141-18/+17
| | | | | | | | | | | | | | | | | | | | | | | | installed from ports. The base heimdal distribution installs libraries that have no depenency information. While this is quite correct, it means that each library that links with libpq.so must also know if libpq.so is linked with libkrb.so et al. Problem is, there's no good way to get this information (pg_config has a --libs option starting at version 8.1) and all ports using postgresql must be changed to make it possible to link with a libpq.so that was configured to use the Kerberos implementation installed in /usr by default. Hence, we require one of the ports (heimdal or krb5) if postgresql is to be linked with Kerberos. At least for now, until we can fix this in some better way. Also, if MIT Kerberos (security/krb5) is installed, users should ideally remove the base heimdal installation so linkers will not pick it up in preference to the krb5 libs (base heimdal has higher version numbers than krb5 port). PR: 80869, 88098, 85178 Notes: svn path=/head/; revision=148301
* Chase hier patch upgrade to version 0.5.5.Palle Girgensohn2005-11-092-4/+4
| | | | Notes: svn path=/head/; revision=147702
* Chase the update of icu. Don't update portrevision since the patch isPalle Girgensohn2005-10-302-4/+4
| | | | | | | | | optional. PR: 88242 Notes: svn path=/head/; revision=146784
* Upgrade to 8.0.4Palle Girgensohn2005-10-053-12/+16
| | | | | | | | For more info about this release, please see http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-4 Notes: svn path=/head/; revision=144239
* Fix building with the HIER option. It needs bison. [1]Palle Girgensohn2005-08-302-3/+4
| | | | | | | | | | Update the ICU patch with a assert fix, courtesy of Magnus Hagander. Pointed out by: Marcos Tischer Vallim [ports/84720] PR: 80377, 84720 Notes: svn path=/head/; revision=141378
* Fixing problems with the recent security patch: When bison was notPalle Girgensohn2005-05-114-10/+29
| | | | | | | | | | | | | | | | | | | | installed, the patched gram.y file would not be used and the security patch would be a no-op. Also, I've had reports of compilation errors related to bison. Since checking for the correct version of bison is hard and error prone, I'm doing what the postgresql distribution does - patching the yacc:ed .c file to get rid of the building dependency. Bumping portrevision of -server. Pointy hat to: me Noticed by: Mike Harding and others Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (implicit) Notes: svn path=/head/; revision=135025
* Update the ICU patch with some bug fixesPalle Girgensohn2005-05-062-3/+3
| | | | Notes: svn path=/head/; revision=134680
* Update the link to the ICU patch.Palle Girgensohn2005-04-162-3/+3
| | | | Notes: svn path=/head/; revision=133495
* Upgrade PostgreSQL to 8.0.2. Here's the brief release note:Palle Girgensohn2005-04-135-185/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Over the past several weeks, Tom Lane has been working on replacing our old Cache Management Alorithm (ARC) with a new, patent free one (2Q). In order to reduce the number of 8.x deployments out there that are using the old manager, we have just released 8.0.2, and encourage adminstrators to upgrade at their earliest convience. For those already running 8.x on your production servers, please note that this upgrade does *NOT* require a dump restore, but due to a bump in the major version number for the client library (libpq), it *WILL* require all client applications to be recompiled at the same time. For full release info, see http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-2 Apart from the upgrade, three new config options are added: A patch (experimental) for supporting proper collation of utf-8 encoded locales, using IBM's ICU package (devel/icu). See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info. An optional patch written by Evgen Potemkin, which allows PostgreSQL to make hierarchical queries à la Oracle [1]. An option is added that allows the use of 64 bit ints to store dates [2]. PR: ports/79165 [1], ports/76999 [2] Submitted by: Marcos Tischer Vallim [1], Christian Ullrich [2] Approved by: ade, seanc (implicit) Notes: svn path=/head/; revision=133287
* Modify 8.0's startup script to simulate a full login (su -l) [1]. AlsoPalle Girgensohn2005-03-192-3/+4
| | | | | | | | | | | | | | | | add support to select login class for running postgresql [2]. The new startup script, using rc.subr, is now installed for all versions of postgresql. Bump portrevisions, since startup script is modified. PR: 78630 [1] Submitted by: Vivek Khera [1] Submitted by: Brian B. [2] Approved by: seanc (implicit) Notes: svn path=/head/; revision=131605
* Fixing problems with the recent security patch: When bison was notPalle Girgensohn2005-02-202-1/+92
| | | | | | | | | | | | | | | | | | | | installed, the patched gram.y file would not be used and the security patch would be a no-op. Also, I've had reports of compilation errors related to bison. Since checking for the correct version of bison is hard and error prone, I'm doing what the postgresql distribution does - patching the yacc:ed .c file to get rid of the building dependency. Bumping portrevision of -server. Pointy hat to: me Noticed by: Mike Harding and others Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (implicit) Notes: svn path=/head/; revision=129331
* Fix security alert using a patch from PostgreSQL's CVS repository:Palle Girgensohn2005-02-192-15/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=129277
* The postgresql_* knobs from /etc/rc.conf where read too late toPalle Girgensohn2005-02-151-1/+1
| | | | | | | | | | actually make a difference. Noticed by: Salvatore Montefusco, Brian B. Approved by: ade (mentor) Notes: svn path=/head/; revision=128877
* Let pkg-message reflect the renaming of the startup script.Palle Girgensohn2005-02-091-2/+2
| | | | | | | | Submitted by: Nick Pavlica <linicks at gmail dot com> Approved by: ade (mentor) Notes: svn path=/head/; revision=128395
* Add some forgotten manpages.Palle Girgensohn2005-02-061-3/+6
| | | | | | | Approved by: ade (mentor) Notes: svn path=/head/; revision=128193
* In order to address a potential security hole recently identified withPalle Girgensohn2005-02-034-16/+17
| | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=127966
* Remove forgotten "beta" no_latest_link, and fix broken master_site_subdirPalle Girgensohn2005-01-311-3/+1
| | | | | | | Approved by: seanc (mentor) Notes: svn path=/head/; revision=127781
* Say hello to postgresql-8.0. Some of the highlights of the new versionPalle Girgensohn2005-01-3123-700/+1285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are savepoints (within transactions), point-in-time recovery and tablespaces. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0 The port uses the new postgresql ports' layout and is split into a server and a client part. The following knobs can be used by ports depending on PostgreSQL: # USE_PGSQL - Add PostgreSQL client dependency. # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if # necessary (PostgreSQL-7.4 = 74). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a port. # Default: 74. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL by # using it. # BROKEN_WITH_PGSQL # - This variable can be defined if the ports doesn't support # one or more versions of PostgreSQL. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127738
* Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel bySean Chittenden2005-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | stuffing the 8.0.0 release in here for the time being. Port epoch bumped because 8.0.rc* is greater than 8.0.0. A note from UPDATING to people who want to use 8.0.0 via -devel in production: The -devel port has been updated to contain 8.0 release since postgresql80-server can not be updated until 4.11 is released and the changes in PR ports/75344 are committed. Users who need 8.0 now can use the -devel port, however, once postgresql80-server has been committed, -devel will begin tracking 8.1. Please be smart about tracking ports and if used in production, update to databases/postgresql80-server as soon as it becomes available. No dump/reload will be required when changing from -devel to postgresql80-server. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0 Notes: svn path=/head/; revision=127126
* PR ports/75344 - This needs testing and an probably experimentalPalle Girgensohn2004-12-211-1/+1
| | | | | | | | | | build, so it will not be out the door before the ports freeze. Meanwhile, modify BROKEN text to something more informative. Approved by: ade (mentor) Notes: svn path=/head/; revision=124724
* Add myself as committer, and use my @FreeBSD.org address.Palle Girgensohn2004-12-061-1/+1
| | | | | | | Approved by: ade (mentor) Notes: svn path=/head/; revision=123277
* Another step along the road to the postgresql new world order.Ade Lovett2004-11-2326-847/+1142
| | | | | | | | | | | | Note that none of these ports are (yet) hooked into the tree, and will not compile unless you set a specific environmental variable. This should be warning enough to leave well alone for now :) Submitted by: maintainer Notes: svn path=/head/; revision=122238
* Update postgresql 7.3.7 -> 7.3.8 and 7.4.5 -> 7.4.6 due to securityAde Lovett2004-11-052-9/+9
| | | | | | | | | | | | advisories in http://www.postgresql.org/news/234.html Note that postgresql 7.2.x is NOT being updated here since it is due for termination real soon now. Submitted by: maintainer, also referenced in ports/73142 (no patch) Notes: svn path=/head/; revision=120905
* - update to version 7.4.5:Oliver Eikemeier2004-08-314-14/+13
| | | | | | | | | | | | * Prevent possible loss of committed transactions during crash * Repair possible crash during concurrent btree index insertions PR: 71176 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Reviewed by: Palle Girgensohn <girgen@pingpong.net> (maintainer) Notes: svn path=/head/; revision=117737
* Upgrade to 7.4.3.Vanilla I. Shu2004-06-284-15/+28
| | | | | | | | PR: ports/68456 Submitted by: maintainer Notes: svn path=/head/; revision=112502
* Add a note about changes in latest release of PostgreSQL.Sergey A. Osokin2004-03-301-0/+5
| | | | | | | | Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 64933 Notes: svn path=/head/; revision=105689
* Update to latest release 7.4.2.Sergey A. Osokin2004-03-113-6/+11
| | | | | | | | | | | | | | | | Release notes available at http://www.postgresql.org/news/173.html NOTICE: unlike most minor versions, this version does require some updates to the pg_* system tables. Full instructions for how to do this are included in the full HISTORY file. DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS. SIZEfy. Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 64105 Notes: svn path=/head/; revision=103654
* Add WITHOUT_NLS knob. Move USE_GETTEXT to proper place.Trevor Johnson2004-02-051-3/+3
| | | | | | | | | PR: 61836 Submitted by: Palle Girgensohn (maintainer) Pointy hat to: me Notes: svn path=/head/; revision=100045
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* - Add note that the function "elog" has been removed fromKirill Ponomarev2004-02-011-3/+9
| | | | | | | | | | pg-7.4 PR: ports/62167 Submitted by: maintainer Notes: svn path=/head/; revision=99702
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Update the PostgreSQL ports to use the KRB5_HOME variable instead ofSean Chittenden2004-01-181-1/+1
| | | | | | | | | | LOCALBASE to find krb5-config in the MIT case. Prodded by: Our friendly folks at the ISC who want to use FreeBSD's PostgreSQL ports instead of an unmanaged build from a tarball. Notes: svn path=/head/; revision=98447