summaryrefslogtreecommitdiff
path: root/databases/postgresql84-server (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-10Remove one more expired port:Rene Ladan26-2825/+0
2015-05-10 databases/postgresql84-server: "EOL was reached in July 2014" The problem in the PR associated with this port did not show up anymore.
2015-06-08- Modernize plistDmitry Marakasov6-88/+1
Approved by: portmgr blanket
2015-05-14MASTER_SITES cleanup.Mathieu Arnold1-2/+1
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
2015-04-19Commit the missing part of last commit: Chase upcoming update of ICU to 5.5.Palle Girgensohn1-1/+1
2015-04-18Chase upcoming update of ICU to 5.5.Palle Girgensohn2-2/+3
2015-03-25databases category: Remove $PTHREAD_LIBSJohn Marino1-4/+2
Note: virtuoso did not pass check-plist from before, so it was fixed. approved by: PTHREAD blanket
2015-02-10Deprecate PostgreSQL 8.4, EOL was reached in July 2014.Palle Girgensohn1-0/+5
2014-11-12Revert r247147.Palle Girgensohn1-1/+3
We need -pthread in LDFLAGS for threaded extensions like plv8js to work. PR: 175783 Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org>
2014-08-25Convert pgsql ports to use USES+=pgsqlChris Rees1-2/+1
Reviewed by: bapt
2014-08-02- Unbreak builds after the lang/python27 update (r363790)Marcus von Appen1-11/+0
Exp-run: 192242, 192244
2014-07-30Update to the latest snapshots.Chris Rees4-95/+100
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.
2014-07-24net/openldap24-*:Tijl Coosemans1-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)
2014-06-24Properly call MAKE_CMDBaptiste Daroussin1-5/+5
2014-06-09Prepare for upcoming ICU-5.3 upgrade.Palle Girgensohn2-3/+3
2014-04-16The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising1-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)
2014-03-23Fix problem building postgresql84-server with ICU patchPalle Girgensohn2-3/+3
PR: ports/186875
2014-03-21Fix mistake with ossp-uuid: don't use --with-ossp-uuid, since it will needPalle Girgensohn1-0/+10
the ossp library present, and then we never use it.
2014-03-20The PostgreSQL Global Development Group has released an update to all supportedPalle Girgensohn4-3/+377
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
2014-02-26Stage supportAntoine Brodin2-75/+169
Reviewed by: postgresql@ Tested by: miwi and me
2014-02-20The PostgreSQL Global Development Group has released an importantPalle Girgensohn3-12/+5
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
2014-02-10fix messed up file sizes for icu patchPalle Girgensohn1-1/+1
2014-02-10Chase ICU updatePalle Girgensohn3-46/+3
2014-02-07Add forgotten bits from boost chasingBaptiste Daroussin1-2/+2
2014-02-07Chase boost and icu bumpBaptiste Daroussin1-1/+1
While here convert some LIB_DEPENDS
2013-12-11In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin1-4/+4
LIB_DEPENDS in databases
2013-12-05The PostgreSQL Global Development Group has released a critical updatePalle Girgensohn2-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/
2013-10-15- Remove DISTV: only used in PKGNAMESUFFIX and complained by portlintSunpoet Po-Chuan Hsieh1-2/+1
- Convert to new LIB_DEPENDS format for postgresql*-contrib Submitted by: sunpoet (myself) Reviewed by: crees (pgsql) Approved by: jgh (pgsql)
2013-10-12Update PostgreSQL ports to 9.3.1, 9.2.5, 9.1.10, 9.0.14, and 8.4.18.Palle Girgensohn2-8/+8
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/
2013-10-10- Fix pkg name collisionJason Helfman1-14/+15
Reviewed by: pgsql@ With hat: pgsql@
2013-10-07- revert r329725Jason Helfman1-2/+2
Reported by: qat@ With hat: pgsql@
2013-10-07- Fix pkg name collisionJason Helfman1-2/+2
Reviewed by: crees@ With hat: pgsql@
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
databases)
2013-07-07- convert from USE_GMAKE to USES=gmakeJason Helfman1-4/+2
- trim historical headers With hat: pgsql@
2013-04-28databases/postgresql-server ports: Unbreak NLSChris Rees1-2/+4
Submitted by: bapt
2013-04-28databases/postgresql{84,91,92}-server: Readd bsd.port.pre.mk; it is required ↵Chris Rees1-3/+4
for checking existence of files in FILESDIR
2013-04-26Convert USE_GETTEXT -> USES=gettextBaptiste Daroussin1-5/+3
While here: - Trim headers - Remove some useless pre.mk/post.mk - Convert to optionsng
2013-04-05Fix pkg-list for postgresql84-serverPalle Girgensohn2-1/+4
Approved by: portmgr (miwi)
2013-04-04The PostgreSQL Global Development Group has released a securityPalle Girgensohn2-3/+3
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
2013-02-08PostgreSQL 9.2.3, 9.1.8, 9.0.12, 8.4.16 and 8.3.23 releasedPalle Girgensohn3-4/+5
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
2013-01-22Remove versioned PKGNAMESUFFIX from -plpython ports; the versions differ anywayChris Rees1-1/+1
Submitted by: sunpoet
2013-01-22Fix package build for -plpythonChris Rees1-1/+1
Although the plpython work was done by rm, this problem was actually my fault Noticed by: sunpoet
2012-12-27- remove broken configurable non-default user/group for postgresql-serverJason Helfman1-15/+4
- while here fix formatting of new header With hat: pgsql@
2012-12-24- unbreak ICU buildJason Helfman1-1/+1
PR: 174603 (based on) Submitted by: basarevych@gmail.com With hat: pgsql@
2012-12-19Chase ICU update properly and bump PORTREVISIONPalle Girgensohn1-2/+2
2012-12-19Chase ICU update to 50Palle Girgensohn1-3/+7
2012-12-06The PostgreSQL Global Development Group has released an update to all currentPalle Girgensohn2-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
2012-10-16- adopt optionsNGJason Helfman1-49/+49
with hat pgsql@ Feature safe: yes
2012-09-24Update PostgreSQL to 9.2.1, 9.1.6, 9.0.10, 8.4.14 and 8.3.21 respectively.Palle Girgensohn2-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/
2012-08-19Use pre-build instead of pre-everything for backupwarning-- stop making peopleChris Rees1-5/+3
wait before fetching etc Suggested by: ohauer Discussed with: girgen While here, fix package for postgresql92-server
2012-08-17The PostgreSQL Global Development Group today released security updates for ↵Jason Helfman4-3/+11
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