notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/postgresql91-docs/Makefile
SVNWeb

Number of commits found: 17

Wed, 20 Jul 2016
[ 15:33 mat search for other commits by this committer ] Original commit   Revision:418840 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Cleanup $() variables in ports Makefiles.

Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 8 Oct 2015
[ 21:25 girgen search for other commits by this committer ] Original commit   Revision:398895 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Update PostgreSQL port to latest version.

Two security issues have been fixed in this release which affect users
of specific PostgreSQL features:

CVE-2015-5289: json or jsonb input values constructed from arbitrary
user input can crash the PostgreSQL server and cause a denial of
service.

CVE-2015-5288: The crypt( function included with the optional pgCrypto
extension could be exploited to read a few additional bytes of memory.
No working exploit for this issue has been developed.

This update will also disable SSL renegotiation by default;
previously, it was enabled by default.   SSL renegotiation will be
removed entirely in PostgreSQL versions 9.5 and later.

URL:		http://www.postgresql.org/about/news/1615/
Security:	CVE-2015-5288 CVE-2015-5289
[ 15:11 olgeni search for other commits by this committer ] Original commit   Revision:398832 (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespace from Makefiles, A-L.
Fri, 23 Jan 2015
[ 22:50 antoine search for other commits by this committer ] Original commit   Revision:377770 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package
Mon, 25 Aug 2014
[ 17:53 crees search for other commits by this committer ] Original commit   Revision:366114 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Convert pgsql ports to use USES+=pgsql

Reviewed by:	bapt
Wed, 25 Jun 2014
[ 05:35 bapt search for other commits by this committer ] Original commit   Revision:359185 (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Wed, 26 Feb 2014
[ 17:24 antoine search for other commits by this committer ] Original commit   Revision:346217 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Stage support

Reviewed by:	postgresql@
Tested by:	miwi and me
Thu, 20 Feb 2014
[ 18:11 girgen search for other commits by this committer ] Original commit   Revision:345257 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
The PostgreSQL Global Development Group has released an important
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
Wed, 19 Feb 2014
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:345097 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Consolidate the docbook ports into -sgml and -xml variants.

Submitted by:	hrs (based on)
Sponsored by:	Absolight
Tue, 18 Feb 2014
[ 14:50 mat search for other commits by this committer ] Original commit   Revision:344900 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Chase docbook cleanup dependencies.

Sponsored by:	Absolight
Thu, 10 Oct 2013
[ 00:09 jgh search for other commits by this committer ] Original commit   Revision:329946 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Fix pkg name collision

Reviewed by: pgsql@
With hat: pgsql@
Mon, 7 Oct 2013
[ 20:03 jgh search for other commits by this committer ] Original commit   Revision:329729 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- revert r329725

Reported by: qat@
With hat: pgsql@
[ 19:04 jgh search for other commits by this committer ] Original commit   Revision:329725 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Fix pkg name collision

Reviewed by: crees@
With hat: pgsql@
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Sun, 4 Mar 2012
[ 21:27 crees search for other commits by this committer ] Original commit 
Give credit where due, the previous commit was based on a PR

Thanks for your idea!

PR:             ports/165265
Submitted by:   Ben Morrow <ben@morrow.me.uk>
[ 21:10 crees search for other commits by this committer ] Original commit 
- Replace single magic postgresql-docs port with versioned ports.

- Fix docs for 90 and 91-- as of 9+ the docs require building

Discussed with: girgen

Number of commits found: 17