FreeBSD Bugzilla – Attachment 193304 Details for
Bug 228164
Update net/corosync to 2.4.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
corosync3-2.99.2.shar
corosync3-2.99.2.shar (text/plain), 13.18 KB, created by
David Shane Holden
on 2018-05-11 23:19:55 UTC
(
hide
)
Description:
corosync3-2.99.2.shar
Filename:
MIME Type:
Creator:
David Shane Holden
Created:
2018-05-11 23:19:55 UTC
Size:
13.18 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># corosync3 ># corosync3/pkg-descr ># corosync3/pkg-message ># corosync3/Makefile ># corosync3/distinfo ># corosync3/files ># corosync3/files/corosync.in ># corosync3/files/corosync-notifyd.in ># corosync3/pkg-plist ># >echo c - corosync3 >mkdir -p corosync3 > /dev/null 2>&1 >echo x - corosync3/pkg-descr >sed 's/^X//' >corosync3/pkg-descr << '45855d5d32d63bfd4bdefe9e094ad435' >XThe Corosync Cluster Engine is a Group Communication System with additional >Xfeatures for implementing high availability within applications. The project >Xprovides four C Application Programming Interface features: >X >X* A closed process group communication model with virtual synchrony guarantees >X for creating replicated state machines. >X* A simple availability manager that restarts the application process when it >X has failed. >X* A configuration and statistics in-memory database that provide the ability >X to set, retrieve, and receive change notifications of information. >X* A quorum system that notifies applications when quorum is achieved or lost. >X >XCorosync is used as a High Availability framework by projects such as Apache >XQpid and Pacemaker. >X >XWWW: https://corosync.github.io/corosync/ >45855d5d32d63bfd4bdefe9e094ad435 >echo x - corosync3/pkg-message >sed 's/^X//' >corosync3/pkg-message << 'f03e198f7257bb1efa963c24d9560b53' >XFor correct operation, maximum socket buffer size must be tuned >Xby performing the following command as root : >X >X# sysctl kern.ipc.maxsockbuf=18874368 >X >XTo preserve this setting across reboots, append the following >Xto /etc/sysctl.conf : >X >Xkern.ipc.maxsockbuf=18874368 >f03e198f7257bb1efa963c24d9560b53 >echo x - corosync3/Makefile >sed 's/^X//' >corosync3/Makefile << '6f89b12f46982f56b4bf35183ef1fb3e' >X# Created by: David Shane Holden <dpejesh@yahoo.com> >X# $FreeBSD$ >X >XPORTVERSION= 2.99.2 >XPKGNAMESUFFIX= 3 >X >X.include "${.CURDIR}/../corosync2/Makefile.common" >X >XLIB_DEPENDS+= libknet.so:devel/kronosnet >X >XCONFLICTS= corosync2-[0-9]* >X >X.include <bsd.port.mk> >6f89b12f46982f56b4bf35183ef1fb3e >echo x - corosync3/distinfo >sed 's/^X//' >corosync3/distinfo << '412e907cef0fcc016475a4708f521705' >XTIMESTAMP = 1525106725 >XSHA256 (corosync-2.99.2.tar.gz) = 4a15415d607362b74d969e191308afde7fcee2f9686eee385f9f2469c6c0ba56 >XSIZE (corosync-2.99.2.tar.gz) = 1066270 >412e907cef0fcc016475a4708f521705 >echo c - corosync3/files >mkdir -p corosync3/files > /dev/null 2>&1 >echo x - corosync3/files/corosync.in >sed 's/^X//' >corosync3/files/corosync.in << 'a96e7f157d93fbd0aa4a16f45eb6ca5a' >X#!/bin/sh >X# $FreeBSD$ >X >X# PROVIDE: corosync >X# REQUIRE: LOGIN FILESYSTEMS >X# KEYWORD: shutdown >X >X. /etc/rc.subr >X >Xname="corosync" >Xrcvar="corosync_enable" >Xstart_precmd="corosync_precmd" >X >Xcorosync_precmd() >X{ >X if [ `${SYSCTL_N} kern.ipc.maxsockbuf` -lt 18874368 ]; then >X err 3 "sysctl:kern.ipc.maxsockbuf must be at least 18874368" >X fi >X} >X >Xload_rc_config $name >X >X: ${corosync_enable:=NO} >X >Xcommand="%%PREFIX%%/sbin/corosync" >X >Xrun_rc_command "$1" >a96e7f157d93fbd0aa4a16f45eb6ca5a >echo x - corosync3/files/corosync-notifyd.in >sed 's/^X//' >corosync3/files/corosync-notifyd.in << 'cdecac3902c0696ed747bd09ef6ce7f0' >X#!/bin/sh >X# $FreeBSD$ >X >X# PROVIDE: corosync-notifyd >X# REQUIRE: LOGIN FILESYSTEMS >X# KEYWORD: shutdown >X >X. /etc/rc.subr >X >Xname="corosync_notifyd" >Xrcvar="corosync_notifyd_enable" >X >Xload_rc_config $name >X >X: ${corosync_notifyd_enable:=NO} >X >Xcommand="%%PREFIX%%/sbin/corosync-notifyd" >Xcommand_args="-l" >X >Xrun_rc_command "$1" >cdecac3902c0696ed747bd09ef6ce7f0 >echo x - corosync3/pkg-plist >sed 's/^X//' >corosync3/pkg-plist << '5a7684cdd64cdc17fa4ff6e8ff862bd0' >Xbin/corosync-blackbox >X%%ETCDIR%%/corosync.conf.example >X%%ETCDIR%%/corosync.conf.example.udpu >Xetc/logrotate.d/corosync >Xinclude/corosync/cfg.h >Xinclude/corosync/cmap.h >Xinclude/corosync/corodefs.h >Xinclude/corosync/corotypes.h >Xinclude/corosync/cpg.h >Xinclude/corosync/hdb.h >Xinclude/corosync/quorum.h >Xinclude/corosync/sam.h >Xinclude/corosync/totem/totem.h >Xinclude/corosync/totem/totemip.h >Xinclude/corosync/totem/totempg.h >Xinclude/corosync/totem/totemstats.h >Xinclude/corosync/votequorum.h >Xlib/libcfg.a >Xlib/libcfg.so >Xlib/libcfg.so.7 >Xlib/libcfg.so.7.0.0 >Xlib/libcmap.a >Xlib/libcmap.so >Xlib/libcmap.so.4 >Xlib/libcmap.so.4.1.0 >Xlib/libcorosync_common.a >Xlib/libcorosync_common.so >Xlib/libcorosync_common.so.4 >Xlib/libcorosync_common.so.4.0.0 >Xlib/libcpg.a >Xlib/libcpg.so >Xlib/libcpg.so.4 >Xlib/libcpg.so.4.1.0 >Xlib/libquorum.a >Xlib/libquorum.so >Xlib/libquorum.so.5 >Xlib/libquorum.so.5.0.0 >Xlib/libsam.a >Xlib/libsam.so >Xlib/libsam.so.4 >Xlib/libsam.so.4.4.0 >Xlib/libtotem_pg.a >Xlib/libtotem_pg.so >Xlib/libtotem_pg.so.5 >Xlib/libtotem_pg.so.5.0.0 >Xlib/libvotequorum.a >Xlib/libvotequorum.so >Xlib/libvotequorum.so.8 >Xlib/libvotequorum.so.8.0.0 >Xlibdata/pkgconfig/corosync.pc >Xlibdata/pkgconfig/libcfg.pc >Xlibdata/pkgconfig/libcmap.pc >Xlibdata/pkgconfig/libcorosync_common.pc >Xlibdata/pkgconfig/libcpg.pc >Xlibdata/pkgconfig/libquorum.pc >Xlibdata/pkgconfig/libsam.pc >Xlibdata/pkgconfig/libtotem_pg.pc >Xlibdata/pkgconfig/libvotequorum.pc >Xman/man3/cmap_context_get.3.gz >Xman/man3/cmap_context_set.3.gz >Xman/man3/cmap_dec.3.gz >Xman/man3/cmap_delete.3.gz >Xman/man3/cmap_dispatch.3.gz >Xman/man3/cmap_fd_get.3.gz >Xman/man3/cmap_finalize.3.gz >Xman/man3/cmap_get.3.gz >Xman/man3/cmap_inc.3.gz >Xman/man3/cmap_initialize.3.gz >Xman/man3/cmap_initialize_map.3.gz >Xman/man3/cmap_iter_finalize.3.gz >Xman/man3/cmap_iter_init.3.gz >Xman/man3/cmap_iter_next.3.gz >Xman/man3/cmap_overview.3.gz >Xman/man3/cmap_set.3.gz >Xman/man3/cmap_track_add.3.gz >Xman/man3/cmap_track_delete.3.gz >Xman/man3/cpg_context_get.3.gz >Xman/man3/cpg_context_set.3.gz >Xman/man3/cpg_dispatch.3.gz >Xman/man3/cpg_fd_get.3.gz >Xman/man3/cpg_finalize.3.gz >Xman/man3/cpg_initialize.3.gz >Xman/man3/cpg_iteration_finalize.3.gz >Xman/man3/cpg_iteration_initialize.3.gz >Xman/man3/cpg_iteration_next.3.gz >Xman/man3/cpg_join.3.gz >Xman/man3/cpg_leave.3.gz >Xman/man3/cpg_local_get.3.gz >Xman/man3/cpg_overview.3.gz >Xman/man3/cpg_mcast_joined.3.gz >Xman/man3/cpg_membership_get.3.gz >Xman/man3/cpg_model_initialize.3.gz >Xman/man3/cpg_zcb_alloc.3.gz >Xman/man3/cpg_zcb_free.3.gz >Xman/man3/cpg_zcb_mcast_joined.3.gz >Xman/man3/quorum_context_get.3.gz >Xman/man3/quorum_context_set.3.gz >Xman/man3/quorum_dispatch.3.gz >Xman/man3/quorum_fd_get.3.gz >Xman/man3/quorum_finalize.3.gz >Xman/man3/quorum_getquorate.3.gz >Xman/man3/quorum_initialize.3.gz >Xman/man3/quorum_overview.3.gz >Xman/man3/quorum_trackstart.3.gz >Xman/man3/quorum_trackstop.3.gz >Xman/man3/sam_data_getsize.3.gz >Xman/man3/sam_data_restore.3.gz >Xman/man3/sam_data_store.3.gz >Xman/man3/sam_finalize.3.gz >Xman/man3/sam_hc_callback_register.3.gz >Xman/man3/sam_hc_send.3.gz >Xman/man3/sam_initialize.3.gz >Xman/man3/sam_mark_failed.3.gz >Xman/man3/sam_overview.3.gz >Xman/man3/sam_register.3.gz >Xman/man3/sam_start.3.gz >Xman/man3/sam_stop.3.gz >Xman/man3/sam_warn_signal_set.3.gz >Xman/man3/votequorum_context_get.3.gz >Xman/man3/votequorum_context_set.3.gz >Xman/man3/votequorum_dispatch.3.gz >Xman/man3/votequorum_fd_get.3.gz >Xman/man3/votequorum_finalize.3.gz >Xman/man3/votequorum_getinfo.3.gz >Xman/man3/votequorum_initialize.3.gz >Xman/man3/votequorum_overview.3.gz >Xman/man3/votequorum_qdevice_master_wins.3.gz >Xman/man3/votequorum_qdevice_poll.3.gz >Xman/man3/votequorum_qdevice_register.3.gz >Xman/man3/votequorum_qdevice_unregister.3.gz >Xman/man3/votequorum_qdevice_update.3.gz >Xman/man3/votequorum_setexpected.3.gz >Xman/man3/votequorum_setvotes.3.gz >Xman/man3/votequorum_trackstart.3.gz >Xman/man3/votequorum_trackstop.3.gz >Xman/man5/corosync.conf.5.gz >Xman/man5/votequorum.5.gz >Xman/man7/corosync_overview.7.gz >Xman/man8/cmap_keys.8.gz >Xman/man8/corosync-blackbox.8.gz >Xman/man8/corosync-cfgtool.8.gz >Xman/man8/corosync-cmapctl.8.gz >Xman/man8/corosync-cpgtool.8.gz >Xman/man8/corosync-keygen.8.gz >Xman/man8/corosync-notifyd.8.gz >Xman/man8/corosync-quorumtool.8.gz >Xman/man8/corosync.8.gz >Xsbin/corosync >Xsbin/corosync-cfgtool >Xsbin/corosync-cmapctl >Xsbin/corosync-cpgtool >Xsbin/corosync-keygen >Xsbin/corosync-notifyd >Xsbin/corosync-quorumtool >X%%SNMP%%share/snmp/mibs/COROSYNC-MIB.txt >X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >X%%PORTDOCS%%%%DOCSDIR%%/INSTALL >X%%PORTDOCS%%%%DOCSDIR%%/LICENSE >X%%PORTDOCS%%%%DOCSDIR%%/README.recovery >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_context_get.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_context_set.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_dec.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_delete.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_dispatch.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_fd_get.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_finalize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_get.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_inc.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_initialize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_initialize_map.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_iter_finalize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_iter_init.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_iter_next.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_keys.8.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_overview.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_set.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_track_add.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cmap_track_delete.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/corosync-blackbox.8.html >X%%PORTDOCS%%%%DOCSDIR%%/html/corosync-cfgtool.8.html >X%%PORTDOCS%%%%DOCSDIR%%/html/corosync-cmapctl.8.html >X%%PORTDOCS%%%%DOCSDIR%%/html/corosync-cpgtool.8.html >X%%PORTDOCS%%%%DOCSDIR%%/html/corosync-keygen.8.html >X%%PORTDOCS%%%%DOCSDIR%%/html/corosync-notifyd.8.html >X%%PORTDOCS%%%%DOCSDIR%%/html/corosync-quorumtool.8.html >X%%PORTDOCS%%%%DOCSDIR%%/html/corosync.8.html >X%%PORTDOCS%%%%DOCSDIR%%/html/corosync.conf.5.html >X%%PORTDOCS%%%%DOCSDIR%%/html/corosync_overview.7.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_context_get.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_context_set.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_dispatch.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_fd_get.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_finalize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_initialize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_iteration_finalize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_iteration_initialize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_iteration_next.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_join.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_leave.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_local_get.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_mcast_joined.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_membership_get.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_model_initialize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_overview.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_zcb_alloc.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_zcb_free.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/cpg_zcb_mcast_joined.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/index.html >X%%PORTDOCS%%%%DOCSDIR%%/html/quorum_context_get.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/quorum_context_set.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/quorum_dispatch.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/quorum_fd_get.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/quorum_finalize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/quorum_getquorate.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/quorum_initialize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/quorum_overview.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/quorum_trackstart.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/quorum_trackstop.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/sam_data_getsize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/sam_data_restore.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/sam_data_store.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/sam_finalize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/sam_hc_callback_register.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/sam_hc_send.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/sam_initialize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/sam_mark_failed.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/sam_overview.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/sam_register.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/sam_start.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/sam_stop.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/sam_warn_signal_set.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum.5.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_context_get.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_context_set.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_dispatch.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_fd_get.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_finalize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_getinfo.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_initialize.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_overview.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_qdevice_master_wins.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_qdevice_poll.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_qdevice_register.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_qdevice_unregister.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_qdevice_update.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_setexpected.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_setvotes.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_trackstart.3.html >X%%PORTDOCS%%%%DOCSDIR%%/html/votequorum_trackstop.3.html >X%%DBUS%%etc/dbus-1/system.d/corosync-signals.conf >X@dir %%ETCDIR%%/service.d >X@dir %%ETCDIR%%/uidgid.d >X@dir /var/lib/corosync >X@dir /var/lib >X@dir /var/log/cluster >5a7684cdd64cdc17fa4ff6e8ff862bd0 >exit >
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 Raw
Actions:
View
Attachments on
bug 228164
:
193288
|
193303
| 193304 |
193328