aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql92-server
Commit message (Collapse)AuthorAgeFilesLines
* Turn OPTIONS_SINGLE KRB5 into an OPTIONS_RADIO like it is supposed to beBaptiste Daroussin2014-09-101-3/+3
| | | | | | | | PR: 193451 Submitted by: dmitry2004@yandex.ru Notes: svn path=/head/; revision=367837
* Convert pgsql ports to use USES+=pgsqlChris Rees2014-08-251-2/+1
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=366114
* - Unbreak builds after the lang/python27 update (r363790)Marcus von Appen2014-08-021-11/+0
| | | | | | | Exp-run: 192242, 192244 Notes: svn path=/head/; revision=363792
* Update to the latest snapshots.Chris Rees2014-07-304-111/+101
| | | | | | | | | | | uuid-ossp patch has been outdated with irrelevant changes (for us), so massage back in. In head of postgresql, this is handled properly, so eventually the ossp patches can go. Notes: svn path=/head/; revision=363500
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Properly call MAKE_CMDBaptiste Daroussin2014-06-241-5/+5
| | | | Notes: svn path=/head/; revision=359153
* Prepare for upcoming ICU-5.3 upgrade.Palle Girgensohn2014-06-092-3/+3
| | | | Notes: svn path=/head/; revision=357209
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Fix mistake with ossp-uuid: don't use --with-ossp-uuid, since it will needPalle Girgensohn2014-03-211-0/+10
| | | | | | | the ossp library present, and then we never use it. Notes: svn path=/head/; revision=348732
* Fixed bad filesize in distinfoPalle Girgensohn2014-03-201-1/+1
| | | | Notes: svn path=/head/; revision=348722
* The PostgreSQL Global Development Group has released an update to all supportedPalle Girgensohn2014-03-204-7/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version of the database system, including versions 9.3.4, 9.2.8, 9.1.13, 9.0.17, and 8.4.21. This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. The data corruption issue in PostgreSQL 9.3 affects binary replication standbys, servers being recovered from point-in-time-recovery backup, and standalone servers which recover from a system crash. The bug causes unrecoverable index corruption during recovery due to incorrect replay of row locking operations. This can then cause query results to be inconsistent depending on whether or not an index is used, and eventually lead to primary key violations and similar issues. For this reason, users are encouraged to replace each of their standby databases with a new base backup after applying the update. See release notes for more changes. URL: http://www.postgresql.org/docs/current/static/release.html URL: https://wiki.postgresql.org/wiki/20140320UpdateIssues A change specific to the FreeBSD port: Modify the contrib/uuid-ossp to actually work (not crashing the backend) by using the libc implementation of uuid instead of the ossp port. Schemas and queries will just work. Based on the work of Andrew Gierth. 9.1+ EXTENSION support added by girgen@. URL: http://pgfoundry.org/projects/uuid-freebsd PR: ports/121745, ports/182846 Notes: svn path=/head/; revision=348685
* Stage supportAntoine Brodin2014-02-262-102/+254
| | | | | | | | Reviewed by: postgresql@ Tested by: miwi and me Notes: svn path=/head/; revision=346217
* The PostgreSQL Global Development Group has released an importantPalle Girgensohn2014-02-203-14/+4
| | | | | | | | | | | | | | | | | | | | | | | | | update to all supported versions of the PostgreSQL database system, which includes minor versions 9.3.3, 9.2.7, 9.1.12, 9.0.16, and 8.4.20. This update contains fixes for multiple security issues, as well as several fixes for replication and data integrity issues. All users are urged to update their installations at the earliest opportunity, especially those using binary replication or running a high-security application. This update fixes CVE-2014-0060, in which PostgreSQL did not properly enforce the WITH ADMIN OPTION permission for ROLE management. Before this fix, any member of a ROLE was able to grant others access to the same ROLE regardless if the member was given the WITH ADMIN OPTION permission. It also fixes multiple privilege escalation issues, including: CVE-2014-0061, CVE-2014-0062, CVE-2014-0063, CVE-2014-0064, CVE-2014-0065, and CVE-2014-0066. More information on these issues can be found on our security page and the security issue detail wiki page. Security: CVE-2014-0060,CVE-2014-0061,CVE-2014-0062,CVE-2014-0063 CVE-2014-0064,CVE-2014-0065,CVE-2014-0066,CVE-2014-0067 Notes: svn path=/head/; revision=345257
* fix messed up file sizes for icu patchPalle Girgensohn2014-02-101-1/+1
| | | | Notes: svn path=/head/; revision=343714
* Chase ICU updatePalle Girgensohn2014-02-102-3/+3
| | | | Notes: svn path=/head/; revision=343650
* 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-3/+3
| | | | | | | 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
* Update postgresql93-client to properly depend on pkgconfigPalle Girgensohn2013-05-121-1/+1
| | | | | | | Reported by: Ports-QAT Notes: svn path=/head/; revision=317978
* 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-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-084-4/+11
| | | | | | | | | | | | | | | 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
* Feature safe: yesPalle Girgensohn2012-12-101-1/+1
| | | | | | | | PR: 174336 fix typo Notes: svn path=/head/; revision=308614
* The PostgreSQL Global Development Group has released an update to all currentPalle Girgensohn2012-12-064-4/+14
| | | | | | | | | | | | | | | | 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/+43
| | | | | | | | 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
* PostgreSQL 9.2 is released.Palle Girgensohn2012-09-104-33/+3
| | | | | | | | | | | | | "PostgreSQL 9.2 will ship with native JSON support, covering indexes, replication and performance improvements, and many more features." Read more at the web site. URL: http://www.postgresql.org/about/news/1415/ Notes: svn path=/head/; revision=304028
* update postgresql 9.2 to RC1Palle Girgensohn2012-08-272-3/+3
| | | | Notes: svn path=/head/; revision=303230
* Use pre-build instead of pre-everything for backupwarning-- stop making peopleChris Rees2012-08-192-2/+2
| | | | | | | | | | | | wait before fetching etc Suggested by: ohauer Discussed with: girgen While here, fix package for postgresql92-server Notes: svn path=/head/; revision=302762
* update postgresql 9.2 to beta4Palle Girgensohn2012-08-173-3/+4
| | | | Notes: svn path=/head/; revision=302695
* Fix fetchChris Rees2012-08-101-1/+1
| | | | | | | Submitted by: beat Notes: svn path=/head/; revision=302384
* The PostgreSQL Global Development Group announces the third beta releasePalle Girgensohn2012-08-074-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 beta 3 as soon as possible. 9.2 Beta 3 includes multiple bug fixes to earlier beta releases, fixing almost all known outstanding issues as of last week. Among them are: * Multiple documentation updates * Apply translation updates * Fixes to transaction log and replication issues with SP-GiST * Replace libpq's "row processor" API with a "single row" mode. * Fix WITH issue with set operations (UNION/INTERSECT/EXCEPT) * Improvements to Autovacuum cancellation * Multiple pg_upgrade fixes * Fix memory leak in pg_recievexlog * Restore statistics collection broken by change to bgwriter * Prevent corner-case coredump with rfree(). If you previously tested 9.2 beta and found one or more bugs, please test 9.2 beta 3 and make sure that those issues are resolved. If you haven't yet tested 9.2, please help out the PostgreSQL project by testing it now! More information on how to test and report issues: http://www.postgresql.org/developer/beta Notes: svn path=/head/; revision=302226
* The PostgreSQL Global Development Group today released security updates for allPalle Girgensohn2012-06-044-17/+6
| | | | | | | | | | | | | | | | | | | | | | | 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