summaryrefslogtreecommitdiff
path: root/databases/postgresql91-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* The PostgreSQL Global Development Group has released a critical updatePalle Girgensohn2013-12-052-3/+3
| | | | | | | | | | | | | to all supported versions of the PostgreSQL database system, which includes minor versions 9.3.2, 9.2.6, 9.1.11, 9.0.15, and 8.4.19. This update fixes three serious data-loss bugs affecting replication and database maintenance. All users are urged to update their installations at the earliest opportunity. URL: http://www.postgresql.org/about/news/1492/ Notes: svn path=/head/; revision=335673
* - Fix PLIST for python3Sunpoet Po-Chuan Hsieh2013-10-281-7/+8
| | | | | | | | Submitted by: sunpoet (myself) Approved by: crees (pgsql) Notes: svn path=/head/; revision=331888
* - Remove DISTV: only used in PKGNAMESUFFIX and complained by portlintSunpoet Po-Chuan Hsieh2013-10-151-2/+1
| | | | | | | | | | | - Convert to new LIB_DEPENDS format for postgresql*-contrib Submitted by: sunpoet (myself) Reviewed by: crees (pgsql) Approved by: jgh (pgsql) Notes: svn path=/head/; revision=330414
* Update PostgreSQL ports to 9.3.1, 9.2.5, 9.1.10, 9.0.14, and 8.4.18.Palle Girgensohn2013-10-122-7/+7
| | | | | | | | | | | Note that users of the hstore extension on version 9.3 must take an additional, post upgrade step of running "ALTER EXTENSION hstore UPDATE" in each database after update. URL: http://www.postgresql.org/about/news/1487/ Notes: svn path=/head/; revision=330109
* - Fix pkg name collisionJason Helfman2013-10-101-15/+15
| | | | | | | | Reviewed by: pgsql@ With hat: pgsql@ Notes: svn path=/head/; revision=329946
* - revert r329725Jason Helfman2013-10-071-2/+3
| | | | | | | | Reported by: qat@ With hat: pgsql@ Notes: svn path=/head/; revision=329729
* - Fix pkg name collisionJason Helfman2013-10-071-3/+2
| | | | | | | | Reviewed by: crees@ With hat: pgsql@ Notes: svn path=/head/; revision=329725
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - convert from USE_GMAKE to USES=gmakeJason Helfman2013-07-071-4/+2
| | | | | | | | | - trim historical headers With hat: pgsql@ Notes: svn path=/head/; revision=322415
* Don't build client with ldap-- this is unnecessary and causes build breakageChris Rees2013-05-061-3/+3
| | | | | | | | | | for package building because of lack of LDAP installation. PR: ports/177381 Tested by: Chris Dukes <chris.dukes.aix@gmail.com> Notes: svn path=/head/; revision=317540
* databases/postgresql-server ports: Unbreak NLSChris Rees2013-04-281-2/+4
| | | | | | | Submitted by: bapt Notes: svn path=/head/; revision=316740
* databases/postgresql{84,91,92}-server: Readd bsd.port.pre.mk; it is required ↵Chris Rees2013-04-281-2/+3
| | | | | | | for checking existence of files in FILESDIR Notes: svn path=/head/; revision=316726
* Convert USE_GETTEXT -> USES=gettextBaptiste Daroussin2013-04-261-5/+3
| | | | | | | | | | While here: - Trim headers - Remove some useless pre.mk/post.mk - Convert to optionsng Notes: svn path=/head/; revision=316620
* The PostgreSQL Global Development Group has released a securityPalle Girgensohn2013-04-043-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Two lesser security fixes are also included in this release: [CVE-2013-1900](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1900), wherein random numbers generated by contrib/pgcrypto functions may be easy for another database user to guess (all versions), and [CVE-2013-1901](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1901), which mistakenly allows an unprivileged user to run commands that could interfere with in-progress backups (for versions 9.x only). Approved by: portmgr (bdrewery) URL: http://www.postgresql.org/about/news/1456/ Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1899 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1900 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1901 Notes: svn path=/head/; revision=315718
* PostgreSQL 9.2.3, 9.1.8, 9.0.12, 8.4.16 and 8.3.23 releasedPalle Girgensohn2013-02-083-4/+8
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=311915
* Remove versioned PKGNAMESUFFIX from -plpython ports; the versions differ anywayChris Rees2013-01-221-1/+1
| | | | | | | Submitted by: sunpoet Notes: svn path=/head/; revision=310833
* Fix package build for -plpythonChris Rees2013-01-221-1/+1
| | | | | | | | | Although the plpython work was done by rm, this problem was actually my fault Noticed by: sunpoet Notes: svn path=/head/; revision=310832
* - add pkg-plist changes, forgotten in r310678Ruslan Makhmatkhanov2013-01-201-3/+3
| | | | | | | | - fix portname in MOVED - remove trailing whitespace in MOVED, while here Notes: svn path=/head/; revision=310679
* - remove broken configurable non-default user/group for postgresql-serverJason Helfman2012-12-271-17/+6
| | | | | | | | | - while here fix formatting of new header With hat: pgsql@ Notes: svn path=/head/; revision=309555
* Chase ICU update properly and bump PORTREVISIONPalle Girgensohn2012-12-191-2/+2
| | | | Notes: svn path=/head/; revision=309247
* Chase ICU update to 50Palle Girgensohn2012-12-192-4/+4
| | | | Notes: svn path=/head/; revision=309246
* The PostgreSQL Global Development Group has released an update to all currentPalle Girgensohn2012-12-062-4/+4
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=308391
* - adopt optionsNGJason Helfman2012-10-161-40/+44
| | | | | | | | with hat pgsql@ Feature safe: yes Notes: svn path=/head/; revision=305983
* Update PostgreSQL to 9.2.1, 9.1.6, 9.0.10, 8.4.14 and 8.3.21 respectively.Palle Girgensohn2012-09-242-3/+3
| | | | | | | | | | 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/ Notes: svn path=/head/; revision=304804
* Use pre-build instead of pre-everything for backupwarning-- stop making peopleChris Rees2012-08-191-1/+1
| | | | | | | | | | | | wait before fetching etc Suggested by: ohauer Discussed with: girgen While here, fix package for postgresql92-server Notes: svn path=/head/; revision=302762
* The PostgreSQL Global Development Group today released security updates for ↵Jason Helfman2012-08-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Updates and corrections to time zone data Multiple documentation updates and corrections Add limit on max_wal_senders Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. Correct behavior of unicode conversions for PL/Python Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Fix syslogger so that log_truncate_on_rotation works in the first rotation. Only allow autovacuum to be auto-canceled by a directly blocked process. Improve fsync request queue operation Prevent corner-case core dump in rfree(). Fix Walsender so that it responds correctly to timeouts and deadlocks Several PL/Perl fixes for encoding-related issues Make selectivity operators use the correct collation Prevent unsuitable slaves from being selected for synchronous replication Make REASSIGN OWNED work on extensions as well Fix race condition with ENUM comparisons Make NOTIFY cope with out-of-disk-space Fix memory leak in ARRAY subselect queries Reduce data loss at replication failover Fix behavior of subtransactions with Hot Standby Notes: svn path=/head/; revision=302694
* The PostgreSQL Global Development Group today released security updates for allPalle Girgensohn2012-06-044-16/+5
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=298347
* - Address postgresql*-servers for crypt vulnerability (CVE-2012-2143)Jason Helfman2012-05-302-0/+13
| | | | | | | | | http://www.postgresql.org/about/news/1397/ With hat: pgsql Notes: svn path=/head/; revision=297840
* Break postgresql-pltcl up into versioned ports; now we will have packagesChris Rees2012-03-051-1/+8
| | | | | | | Fix plist for 9.1 Notes: svn path=/head/; revision=292778
* Various tidiness patches:Chris Rees2012-03-052-15/+15
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=292772
* Don't clobber do-build from slave portsChris Rees2012-03-041-3/+1
| | | | | | | | PR: ports/165265 Submitted by: Ben Morrow <ben@morrow.me.uk> Notes: svn path=/head/; revision=292679
* Over to new team, pgsql@FreeBSD.orgChris Rees2012-03-041-1/+1
| | | | Notes: svn path=/head/; revision=292678
* Fix plist.Chris Rees2012-02-291-1/+1
| | | | | | | Pointyhat: pav --> girgen Notes: svn path=/head/; revision=292449
* The PostgreSQL Global Development Group today released security updates for allPalle Girgensohn2012-02-276-16/+14
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292310
* Remove p5- from postgresql*-plperl 's mention in pkg-message-clientChris Rees2012-02-191-1/+1
| | | | Notes: svn path=/head/; revision=291849
* Fix -plperl plist for 9.1Chris Rees2012-02-191-0/+8
| | | | Notes: svn path=/head/; revision=291843
* Install new pg_basebackup tool by defaultChris Rees2012-02-052-2/+11
| | | | | | | Submitted by: kuriyama Notes: svn path=/head/; revision=290438
* Minor changes for UNIQUENAME; remove excessive hyphensChris Rees2012-02-011-2/+3
| | | | | | | | | | 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) Notes: svn path=/head/; revision=290253
* - Stop clobbering postgresql-server/-client OPTIONS with -contrib OPTIONSChris Rees2012-01-311-4/+5
| | | | | | | | | - Minor optimisation (stop testing for !SLAVE_ONLY twice) PR: ports/164662 Notes: svn path=/head/; revision=290188
* Use DISTVERSION instead of PORTVERSION to generate UNIQUENAME; optionsChris Rees2012-01-301-1/+1
| | | | | | | | | | | don't work correctly otherwise. http://lists.freebsd.org/pipermail/freebsd-ports/2012-January/072756.html Pointyhat: crees Notes: svn path=/head/; revision=290126
* - To preserve my sanity, slave 82 and 83 to 84, and 90 to 91, resulting inChris Rees2012-01-251-49/+56
| | | | | | | | | | | three fewer Makefiles to maintain - Switch patch master site - Various cleanups Notes: svn path=/head/; revision=289804
* Add OPTION to postgresql9[10]-contrib for building without uuid-osspChris Rees2012-01-232-4/+12
| | | | | | | Requested by: sunpoet Notes: svn path=/head/; revision=289688
* - Add profile support for PostgreSQL serversJason Helfman2012-01-223-7/+59
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=289587
* fix typo %%PG_GROUP%% in pkg-plist-serverJason Helfman2012-01-192-2/+2
| | | | | | | | Spotted by: decke Approved by: crees, rene (mentors,implicit) Notes: svn path=/head/; revision=289481
* - Reset ports due to maintainer timeouts and lack of response to emailsThomas Abthorpe2012-01-191-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=289435
* Fix plist to create directory with proper ownerships PostgreSQL databaseJason Helfman2012-01-182-0/+4
| | | | | | | | | | | may start. PR: ports/164273 (critical) Submitted by: Alexander Yerenkow <yerenkow at gmail.com> Approved by: maintainer-timeout: girgen (1 day), portmgr (linimon) Notes: svn path=/head/; revision=289423
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* The PostgreSQL Global Development Group today released updates for allPalle Girgensohn2011-12-053-22/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Multiple bug fixes for pg_upgrade - Change Foreign Key creation order to better support self-referential keys** - Multiple bug fixes to CREATE EXTENSION - Ensure that function return type and data returned from PL/perl agree - Ensure that PL/perl strings are always UTF-8 - Assorted bug fixes for various Extensions - Updates to the time zone database, particularly to CST6 Changes marked with ** above require additional, post-update steps in order to fix all described issues. URL: http://www.postgresql.org/docs/current/static/release.html Also, fix a pthread problem in the FreeBSD port. [1] PR: 160580 [1] Feature safe: yes Notes: svn path=/head/; revision=286930