| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
06 May 2013 18:37:00
9.1.9
|
crees  |
Don't build client with ldap-- this is unnecessary and causes build breakage
for package building because of lack of LDAP installation.
PR: ports/177381
Tested by: Chris Dukes <chris.dukes.aix@gmail.com> |
28 Apr 2013 18:15:06
9.1.9
|
crees  |
databases/postgresql-server ports: Unbreak NLS
Submitted by: bapt |
28 Apr 2013 14:00:03
9.1.9
|
crees  |
databases/postgresql{84,91,92}-server: Readd bsd.port.pre.mk; it is required for
checking existence of files in FILESDIR |
26 Apr 2013 15:10:57
9.1.9
|
bapt  |
Convert USE_GETTEXT -> USES=gettext
While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng |
04 Apr 2013 13:21:23
9.1.9
|
girgen  |
The PostgreSQL Global Development Group has released a security
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. (Only the first 15 lines of the commit message are shown above ) |
08 Feb 2013 07:54:10
9.1.8  |
girgen  |
PostgreSQL 9.2.3, 9.1.8, 9.0.12, 8.4.16 and 8.3.23 released
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 |
22 Jan 2013 18:32:00
9.1.7_1  |
crees  |
Remove versioned PKGNAMESUFFIX from -plpython ports; the versions differ anyway
Submitted by: sunpoet |
22 Jan 2013 17:59:42
9.1.7_1  |
crees  |
Fix package build for -plpython
Although the plpython work was done by rm, this problem was actually my fault
Noticed by: sunpoet |
20 Jan 2013 10:17:45
9.1.7_1  |
rm  |
- add pkg-plist changes, forgotten in r310678
- fix portname in MOVED
- remove trailing whitespace in MOVED, while here |
27 Dec 2012 21:11:42
9.1.7_1  |
jgh  |
- remove broken configurable non-default user/group for postgresql-server
- while here fix formatting of new header
With hat: pgsql@ |
19 Dec 2012 16:13:30
9.1.7_1  |
girgen  |
Chase ICU update properly and bump PORTREVISION |
19 Dec 2012 16:03:59
9.1.7  |
girgen  |
Chase ICU update to 50 |
06 Dec 2012 16:40:36
9.1.7  |
girgen  |
The PostgreSQL Global Development Group has released an update to all current
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 |
16 Oct 2012 17:28:22
9.1.6  |
jgh  |
- adopt optionsNG
with hat pgsql@
Feature safe: yes |
24 Sep 2012 22:03:11
9.1.6  |
girgen  |
Update PostgreSQL to 9.2.1, 9.1.6, 9.0.10, 8.4.14 and 8.3.21 respectively.
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/ |
19 Aug 2012 15:24:30
9.1.5  |
crees  |
Use pre-build instead of pre-everything for backupwarning-- stop making people
wait before fetching etc
Suggested by: ohauer
Discussed with: girgen
While here, fix package for postgresql92-server |
17 Aug 2012 19:39:51
9.1.5  |
jgh  |
The PostgreSQL Global Development Group today released security updates for 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: (Only the first 15 lines of the commit message are shown above ) |
04 Jun 2012 11:00:52
9.1.4  |
girgen  |
The PostgreSQL Global Development Group today released security updates for all
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 |
30 May 2012 22:26:15
9.1.3_1  |
jgh  |
- Address postgresql*-servers for crypt vulnerability (CVE-2012-2143)
http://www.postgresql.org/about/news/1397/
With hat: pgsql |
05 Mar 2012 21:18:50
9.1.3  |
crees  |
Break postgresql-pltcl up into versioned ports; now we will have packages
Fix plist for 9.1 |
05 Mar 2012 20:10:22
9.1.3  |
crees  |
Various tidiness patches:
- 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 |
04 Mar 2012 17:58:21
9.1.3  |
crees  |
Don't clobber do-build from slave ports
PR: ports/165265
Submitted by: Ben Morrow <ben@morrow.me.uk> |
04 Mar 2012 17:19:59
9.1.3  |
crees  |
Over to new team, pgsql@FreeBSD.org |
29 Feb 2012 19:42:37
9.1.3  |
crees  |
Fix plist.
Pointyhat: pav --> girgen |
27 Feb 2012 16:24:48
9.1.3  |
girgen  |
The PostgreSQL Global Development Group today released security updates for all
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 |
19 Feb 2012 19:35:02
9.1.2_4  |
crees  |
Remove p5- from postgresql*-plperl 's mention in pkg-message-client |
19 Feb 2012 19:04:51
9.1.2_4  |
crees  |
Fix -plperl plist for 9.1 |
05 Feb 2012 15:32:49
9.1.2_4  |
crees  |
Install new pg_basebackup tool by default
Submitted by: kuriyama |
01 Feb 2012 19:31:58
9.1.2_3  |
crees  |
Minor changes for UNIQUENAME; remove excessive hyphens
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) |
31 Jan 2012 18:21:33
9.1.2_3  |
crees  |
- Stop clobbering postgresql-server/-client OPTIONS with -contrib OPTIONS
- Minor optimisation (stop testing for !SLAVE_ONLY twice)
PR: ports/164662 |
30 Jan 2012 18:39:57
9.1.2_3  |
crees  |
Use DISTVERSION instead of PORTVERSION to generate UNIQUENAME; options
don't work correctly otherwise.
http://lists.freebsd.org/pipermail/freebsd-ports/2012-January/072756.html
Pointyhat: crees |
25 Jan 2012 21:12:33
9.1.2_3  |
crees  |
- To preserve my sanity, slave 82 and 83 to 84, and 90 to 91, resulting in
three fewer Makefiles to maintain
- Switch patch master site
- Various cleanups |
23 Jan 2012 20:36:58
9.1.2_3  |
crees  |
Add OPTION to postgresql9[10]-contrib for building without uuid-ossp
Requested by: sunpoet |
22 Jan 2012 06:59:27
9.1.2_3  |
jgh  |
- Add profile support for PostgreSQL servers
- 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) |
19 Jan 2012 19:06:00
9.1.2_2  |
jgh  |
fix typo %%PG_GROUP%% in pkg-plist-server
Spotted by: decke
Approved by: crees, rene (mentors,implicit) |
19 Jan 2012 03:35:49
9.1.2_1  |
tabthorpe  |
- Reset ports due to maintainer timeouts and lack of response to emails
With hat: portmgr |
18 Jan 2012 21:35:11
9.1.2_1  |
jgh  |
Fix plist to create directory with proper ownerships PostgreSQL database
may start.
PR: ports/164273 (critical)
Submitted by: Alexander Yerenkow <yerenkow at gmail.com>
Approved by: maintainer-timeout: girgen (1 day), portmgr (linimon) |
14 Jan 2012 08:57:23
9.1.2  |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
05 Dec 2011 16:45:14
9.1.2  |
girgen  |
The PostgreSQL Global Development Group today released updates for all
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 (Only the first 15 lines of the commit message are shown above ) |
30 Nov 2011 18:49:31
9.1.1_1  |
crees  |
Add DTRACE option for postgresql84-server
PR: ports/150431
Submitted by: rpaulo
Fix compilation with GSSAPI
PR: ports/161786
Submitted by: rea
Reviewed by: mandree, John Marshall <john.marshall@riverwillow.com.au>
Mark IGNORE if DTRACE enabled for FreeBSD < 900021 without userland dtrace
PR: ports/152502
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: maintainer timeout (girgen, at least 2 months)
Feature safe: yes |
29 Oct 2011 10:11:05
9.1.1_1  |
crees  |
- do not conflict with postgresql 7.x (we don't have them in a tree anymore)
- remove not-supported FreeBSD versions
- whitespace fixes in pkg-descr
- remove empty pkg-plist (portlint doesn't seems care)
PR: ports/161987
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
26 Oct 2011 15:09:26
9.1.1_1  |
glarkin  |
- Fix plist when postgresql-plpython installed for postgresql 9.1 and
postgresql-plpython built with python 3+
PR: ports/161822
Submitted by: sunpoet
Approved by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), girgen
(maintainer implicit) |
20 Oct 2011 21:07:29
9.1.1_1  |
crees  |
- Fix packaging issue (missed %%PG_USER%% in pkg-plist-server)
- Remove extra bsd.port.pre.mk include from postgresql82-server
PR: ports/161816 ports/161824 ports/161821
Submitted by: Jason Helfman (jhelfman@e-e.com)
Approved by: portmgr (pav) |
19 Oct 2011 18:29:58
9.1.1_1  |
crees  |
This time remember to bump PORTREVISION |
19 Oct 2011 18:21:25
9.1.1  |
crees  |
Fix SUB_LIST issue by deconditionalising it.
Temporary fix, but will stop the flurry of incoming PRs related.
PR: ports/161779 ports/161774 ports/161791 ports/161771 ports/161769
Submitted by: Many people, original fix suggested by Jason Helfman
(jhelfman@e-e.com)
Approved by: portmgr (pav) |
18 Oct 2011 09:03:33
9.1.1  |
girgen  |
The PostgreSQL Global Development Group today released minor version updates
for all active branches of the PostgreSQL object-relational database system,
including versions 9.1.1, 9.0.5, 8.4.9, 8.3.16 and 8.2.22.
All users are strongly urged to update their installations at the next
scheduled downtime.
URL: http://www.postgresql.org/about/news.1355
Cleanup ports. Better handling of the knob PG_USER.
Also add uuid to 9.0 and 9.1 contrib ports. |
06 Oct 2011 08:46:58
9.1.0_1  |
mm  |
- Add ICU support to PostgreSQL 9.1 server
- Make SSL available as an option
- Make portlint happier
- Fix some typos
PR: ports/160915
Approved by: maintainer (timeout) |
02 Oct 2011 20:07:40
9.1.0  |
sunpoet  |
- Unbreak postgresql-plpython: allow build with threaded python
- Pass maintainership to submitter
PR: ports/159843
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
25 Sep 2011 22:20:28
9.1.0  |
rea  |
Don't rebuild manual pages if configure was changed
Sometimes patches for PostgreSQL touch its configure script. And the
logics inside current Makefiles for the documentation makes the manual
pages (and other stuff) to be dependent of the timestamp of the
top-level configure file. This triggers the rebuild of the manual
pages, but since some additional XML-related tools are needed, this
rebuild can fail.
PR: 159844
Approved by: maintainer timeout (1 month)
Feature safe: yes |
25 Sep 2011 18:09:06
9.1.0  |
rea  |
PostgreSQL: unbreak GSSAPI support
The problem with GSSAPI without Kerberos is that configure.in has
very funny logics of choosing GSSAPI libraries:
{{{
if test "$with_gssapi" = yes ; then
if test "$PORTNAME" != "win32"; then
AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 gss 'gssapi -lkrb5
-lcrypto'], [],
[AC_MSG_ERROR([could not find function
'gss_init_sec_context' required for GSSAPI])])
else
LIBS="$LIBS -lgssapi32"
fi
fi
}}}
(Only the first 15 lines of the commit message are shown above ) |
23 Sep 2011 22:26:39
9.1.0  |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
12 Sep 2011 09:53:58
9.1.0  |
girgen  |
Update to PostgreSQL version 9.1.0
SITE: http://www.postgresql.org/docs/9.1/static/release-9-1.html |
07 Aug 2011 18:15:24
9.1.b3  |
pav  |
- Unbreak slaves
Reported by: Portsnap buildbox |
07 Aug 2011 17:42:33
9.1.b3  |
pav  |
- Make those OPTIONS actually working at all
Reported by: pointyhat |
20 Jul 2011 12:09:57
9.1.b3  |
girgen  |
Update to 9.1 beta 3
Fix broken plist for the postgres user's home directory
Release notes at http://www.postgresql.org/about/news.1331 |
11 Jul 2011 20:46:41
9.1.b2  |
pav  |
- Mark BROKEN: leave a directory behind on deinstall
Reported by: pointyhat |
14 Jun 2011 08:31:27
9.1.b2  |
girgen  |
Update to 9.1beta2
Fix proken plists wrt NLS |
11 Jun 2011 23:14:30
9.1.b1  |
girgen  |
Add postgresql 9.1 beta1.
See http://www.postgresql.org/about/news.1313 for more info.
Also, use USERS knob instead of explicitally creating the pgsql user
while still accepting alternative names, using [1] with some added
magic.
PR: 157667 [1] |
28 Apr 2011 07:46:15
9.0.4_1  |
girgen  |
Forced commit to document that repocopy from postgresql90-server was made.
PR: ports/156485 |