./databases/postgresql94-plperl, PL/Perl procedural language for the PostgreSQL backend

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q4, Version: 9.4.6, Package name: postgresql94-plperl-9.4.6, Maintainer: adam

PL/Perl allows you to write functions in the Perl programming language
that may be used in SQL queries as if they were built into Postgres.
The PL/Perl intepreter is a full Perl interpreter. However, certain
operations have been disabled in order to maintain the security of the
system.


Required to run:
[databases/postgresql94-client] [databases/postgresql94-server] [lang/perl5] [devel/readline]

Master sites:

SHA1: bc5271b113b42e94cf093b6fb799b03092827c71
RMD160: f44d579b0a07a536895b12dc5ef665e71c43cc1b
Filesize: 17319.283 KB

Version history: (Expand)


CVS history: (Expand)


   2016-02-28 12:23:09 by Benny Siegert | Files touched by this commit (5) | Package updated
Log message:
Pullup ticket #4935 - requested by tnn
databases/postgresql94: security fix

Revisions pulled up:
- databases/postgresql94-docs/PLIST                             1.7
- databases/postgresql94-plperl/Makefile                        1.4
- databases/postgresql94/Makefile                               1.3
- databases/postgresql94/Makefile.common                        1.7
- databases/postgresql94/distinfo                               1.9

---
   Module Name:	pkgsrc
   Committed By:	tnn
   Date:		Thu Feb 25 01:38:56 UTC 2016

   Modified Files:
   	pkgsrc/databases/postgresql94: Makefile.common distinfo
   	pkgsrc/databases/postgresql94-docs: PLIST
   	pkgsrc/databases/postgresql94-plperl: Makefile

   Log message:
   Update to PostgreSQL 9.4.6 (2016-02-11)

   Heads up: For upgrading past 9.4.5, users of jsonb_path_ops GIN indexes
   should perform a REINDEX, because of a hash calculation fix.

   This release fixes two security issues, as well as several bugs found
   over the last four months.

   CVE-2016-0773 Unicode regular expression buffer overflow
   CVE-2016-0766 PL/Java privilege escalation

---
   Module Name:	pkgsrc
   Committed By:	tnn
   Date:		Thu Feb 25 01:46:57 UTC 2016

   Modified Files:
   	pkgsrc/databases/postgresql94: Makefile

   Log message:
   drop PKGREVISION after update