FreeBSD Bugzilla – Attachment 162283 Details for
Bug 203769
[patch] databases/pgpool: Update to 3.4.3, Take MAINTAINER'ship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
path with update pgpool to 3.4.3 - version 2
pgpool-3.4.3.diff (text/plain), 3.73 KB, created by
Torsten Zühlsdorff
on 2015-10-21 13:21:00 UTC
(
hide
)
Description:
path with update pgpool to 3.4.3 - version 2
Filename:
MIME Type:
Creator:
Torsten Zühlsdorff
Created:
2015-10-21 13:21:00 UTC
Size:
3.73 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 399897) >+++ Makefile (Arbeitskopie) >@@ -2,30 +2,33 @@ > # $FreeBSD$ > > PORTNAME= pgpool >-PORTVERSION= 3.4.1 >-PORTREVISION= 1 >+PORTVERSION= 3.4.3 > CATEGORIES= databases >-MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/ >+MASTER_SITES= http://www.pgpool.net/mediawiki/images/ >+DISTNAME= ${PORTNAME}-II-${PORTVERSION} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= ports@toco-domains.de > COMMENT= Connection pool server for PostgreSQL > > LICENSE= MIT > >-USES= gmake >+USES= gmake libtool pgsql:9.3+ > GNU_CONFIGURE= yes >+USE_LDCONFIG= yes > > USE_RC_SUBR= pgpool > CONFLICTS= pgpool-II-* > >-PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp >+PORTDOCS= AUTHORS ChangeLog NEWS TODO > > OPTIONS_DEFINE= DOCS > > post-install: >- @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} > .for f in ${PORTDOCS} >- ${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} > .endfor >+ ${MKDIR} ${STAGEDIR}/var/run/pgpool >+ ${INSTALL_LIB} ${WRKSRC}/src/libs/pcp/.libs/libpcp.so.0.0.0 ${STAGEDIR}${PREFIX}/lib > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (Revision 399897) >+++ distinfo (Arbeitskopie) >@@ -1,2 +1,2 @@ >-SHA256 (pgpool-3.4.1.tar.gz) = 39d6229acfdd30616207de997ac2a221dd962361bb0bd532ddb15ecc3f04118d >-SIZE (pgpool-3.4.1.tar.gz) = 201509 >+SHA256 (pgpool-II-3.4.3.tar.gz) = b030d1a0dfb919dabb90987f429b03a67b22ecdbeb0ec1bd969ebebe690006e4 >+SIZE (pgpool-II-3.4.3.tar.gz) = 2152319 >Index: pkg-descr >=================================================================== >--- pkg-descr (Revision 399897) >+++ pkg-descr (Arbeitskopie) >@@ -5,4 +5,4 @@ > pgpool caches the connection to PostgreSQL server to reduce the overhead to > establish the connection to it. > >-WWW: http://pgpool.projects.postgresql.org/ >+WWW: http://pgpool.net/ >Index: pkg-message >=================================================================== >--- pkg-message (nicht existent) >+++ pkg-message (Arbeitskopie) >@@ -0,0 +1,9 @@ >+In order to start pgpool you need some more configuration: >+ >+# sysrc -f /etc/rc.conf pgpool_enable="YES" >+# sysrc -f /etc/rc.conf pgpool_user="root" >+ >+Please consider the usage of another user. The user is >+required to have read/write access to /var/run/pgpool. >+ >+Using the root user is - as always - an security issue. > >Eigenschaftsänderungen: pkg-message >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (Revision 399897) >+++ pkg-plist (Arbeitskopie) >@@ -1,5 +1,33 @@ >+bin/pcp_attach_node >+bin/pcp_detach_node >+bin/pcp_node_count >+bin/pcp_node_info >+bin/pcp_pool_status >+bin/pcp_proc_count >+bin/pcp_proc_info >+bin/pcp_promote_node >+bin/pcp_recovery_node >+bin/pcp_stop_pgpool >+bin/pcp_systemdb_info >+bin/pcp_watchdog_info >+bin/pg_md5 > bin/pgpool >-etc/pgpool.conf.sample >-etc/pool_hba.conf.sample >+@sample etc/pcp.conf.sample >+@sample etc/pgpool.conf.sample >+etc/pgpool.conf.sample-master-slave >+etc/pgpool.conf.sample-replication >+etc/pgpool.conf.sample-stream >+@sample etc/pool_hba.conf.sample >+include/libpcp_ext.h >+include/pcp.h >+include/pool_process_reporting.h >+include/pool_type.h >+lib/libpcp.a >+lib/libpcp.so >+lib/libpcp.so.0 >+lib/libpcp.so.0.0.0 > man/man8/pgpool.8.gz >-share/pgpool/pgpool.pam >+share/pgpool-II/insert_lock.sql >+share/pgpool-II/pgpool.pam >+share/pgpool-II/system_db.sql >+@dir /var/run/pgpool
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203769
:
162038
|
162039
| 162283 |
162284