Changes committed to git://oss.sgi.com/pcp/pcp.git dev
CHANGELOG | 2
build/rpm/pcp.spec.in | 3
configure.in | 37 ++++++++
debian/changelog | 2
src/include/builddefs.in | 3
src/pmcd/src/GNUmakefile | 3
src/pmdas/oracle/GNUmakefile | 4
src/pmdas/oracle/Install | 33 ++++---
src/pmdas/oracle/pmdaoracle.pl | 181 ++++++++++++++++++++---------------------
src/pmie/src/GNUmakefile | 5 -
src/pmlogger/GNUmakefile | 3
src/pmproxy/GNUmakefile | 3
12 files changed, 167 insertions(+), 112 deletions(-)
commit 4c08ae54bfac565ef8f1652af7d448e49a8c7d00
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jul 23 13:26:28 2012 +1000
Further work on the revised pmdaoracle implementation
Makes use of the new PCP::PMDA indom cache (hash-based) code,
allows for multiple oracle SIDs, removes the use of the oracle
shipped perl (no PCP::PMDA, of course), many changes to get the
sql requests working, and finally allows pmdaoracle to run with
the oracle user account.
commit 0b6981b76162396051771b9ac3a0dcb7c3b7eb53
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jul 23 12:33:02 2012 +1000
Update build/version information for bugfix point release.
commit ba49d5278c5dbb6564ce5a00f1a1a0ef6c84cc00
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date: Thu Jul 19 14:18:07 2012 -0400
Add modern gcc/glibc security protection mechanisms where available
Specifically, enable CFLAGS="-fstack-protector-all -D_FORTIFY_SOURCE=2" for
all C files, and PIECFLAGS=-"fPIE" PIELDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
for the four daemons (pmcd, pmie, pmlogger, pmproxy).
|