Port details |
- pacemaker1 Scalable High-Availability cluster resource manager
- 1.1.24_4 net
=0 1.1.24_4Version of this port present on the latest quarterly branch.
- Maintainer: flo@FreeBSD.org
- Port Added: 2018-05-24 18:25:13
- Last Update: 2023-10-22 13:13:04
- Commit Hash: ca4d114
- License: GPLv2
- WWW:
- https://www.clusterlabs.org/pacemaker/
- Description:
- Pacemaker is an advanced, scalable High-Availability cluster resource manager
for Linux-HA (Heartbeat) and/or Corosync.
It supports "n-node" clusters with significant capabilities for managing
resources and dependencies.
It will run scripts at initialization, when machines go up or down, when
related resources fail and can be configured to periodically check resource
health.
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pacemaker1>0:net/pacemaker1
- Conflicts:
- CONFLICTS:
- No installation instructions:
- This port has been deleted.
- PKGNAME: pacemaker1
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1607332961
SHA256 (ClusterLabs-pacemaker-Pacemaker-1.1.24_GH0.tar.gz) = 0b9ac529b5e6b3846dbb04af605d9a79958fc8cc80e2f4233a8609f64546c6a4
SIZE (ClusterLabs-pacemaker-Pacemaker-1.1.24_GH0.tar.gz) = 5765945
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- getopt>=0 : misc/getopt
- asciidoc : textproc/asciidoc
- docbook-xsl>0 : textproc/docbook-xsl
- help2man : misc/help2man
- xsltproc : textproc/libxslt
- corosync : net/corosync2
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- as : devel/binutils
- autoconf2.69>=2.69 : devel/autoconf2.69
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- bash : shells/bash
- getopt>=0 : misc/getopt
- ocf-tester : net-mgmt/resource-agents
- corosync : net/corosync2
- python3.9 : lang/python39
- Library dependencies:
-
- libgnutls.so : security/gnutls
- libltdl.so : devel/libltdl
- libqb.so : devel/libqb
- libuuid.so : misc/e2fsprogs-libuuid
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pacemaker1-1.1.24_4:
DBUS=off: D-Bus IPC system support
DOCS=on: Build and/or install documentation
MANPAGES=on: Build and/or install manual pages
SNMP=off: SNMP network protocol support
===> Use 'make config' to modify these settings
- Options name:
- net_pacemaker1
- USES:
- autoreconf:2.69 corosync cpe gmake gnome libtool ncurses pathfix pkgconfig python shebangfix
- pkg-message:
- For install:
- For correct operation, maximum socket buffer size must be tuned
by performing the following command as root :
# sysctl kern.ipc.maxsockbuf=18874368
To preserve this setting across reboots, append the following
to /etc/sysctl.conf :
kern.ipc.maxsockbuf=18874368
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.24_4 22 Oct 2023 13:13:04 |
Florian Smeets (flo) |
net/pacemaker1: Remove port
Pacemaker1 hasn't built in months, the last upstream commit to the 1.1
branch was more than two years ago. The last release was almost 3 years
ago and net/pacemaker2 can be used instead.
PR: 268722, 273188 |
1.1.24_4 30 Sep 2023 15:10:20 |
Muhammad Moinur Rahman (bofh) |
net/pacemaker1: Remove PYTHON_SUFFIX Conditionals
At the moment the minimum supported Python version is 3.8 and later so
remove the PYTHON_SUFFIX conditionals for greater than version 3.6 as
all version satisfies this conditions.
Approved by: portmgr (blanket) |
1.1.24_4 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.1.24_4 21 May 2023 17:47:30 |
Florian Smeets (flo) |
*/*: Take maintainership of the corosync/pacemaker stack |
1.1.24_4 21 May 2023 16:35:06 |
Vinícius Zavam (egypcio) |
net/pacemaker1, net/pacemaker2: drop maintainership |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.24_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.24_4 20 Jul 2022 14:55:49 |
Tobias C. Berner (tcberner) |
cleanup: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Trull <freebsd.alex@trull.org>
* Alonso Cardenas <acm@FreeBSD.org>
* Boris Samorodov <bsam@FreeBSD.org>
* David Shane Holden <dpejesh@yahoo.com>
* Felix Palmen <felix@palmen-it.de>
* Hirohisa Yamaguchi <umq@ueo.co.jp>
* Kevin Bowling <kbowling@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>
* Matthias Andree
* Matthias Fechner <mfechner@FreeBSD.org>
* Oleg Sidorkin <osidorkin@gmail.com>
* Oliver Lehmann
* Radim Kolar <hsn@sendmail.cz>
* Timothy Beyer <beyert@cs.ucr.edu>
* hq@FreeBSD.org
* johalun0@gmail.com
* lev@FreeBSD.org
* rooneg@electricjellyfish.net
With hat: portmgr |
1.1.24_4 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.1.24_4 08 Jun 2022 16:24:35 |
Tijl Coosemans (tijl) |
devel/autoconf: update to 2.71
- Copy devel/autoconf to devel/autoconf2.69.
- Update devel/autoconf to 2.71.
- Allow ports to use 2.69 with USES=autoreconf:2.69.
PR: 258046
Exp-run by: antoine |
1.1.24_4 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.1.24_3 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.1.24_2 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.1.24_2 21 Oct 2021 14:26:56 |
Stefan Eßer (se) |
net/pacemaker1: Add CPE information
Approved by: portmgr (blanket) |
1.1.24_2 17 Oct 2021 15:43:25 |
Vinícius Zavam (egypcio) |
net/pacemaker1: fix building port with clang 11
wrong reason was added to BROKEN conditional;
remove BROKEN flag if OSVERSION >= 1300000;
current commit also fixes ability to build this port. |
1.1.24_1 06 May 2021 23:50:05 |
Vinícius Zavam (egypcio) |
net/pacemaker1: fix DBUS config option, and its REINPLACE_ARGS
- 'post-patch-common' never used was DBUS_VARS_OFF really set;
- REPLACE_ARGS renamed to REPLACE_CMD_ARGS;
- REPLACE_ARGS_OCF and REPLACE_ARGS_DBUS append into REPLACE_ARGS.
while here,
* mark port as broken if OSVERSION>=1300000
PR: 254653
Reported by: masamory7 % gmail.com |
1.1.24 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.1.24 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.24 07 Dec 2020 12:30:20 |
egypcio |
net/pacemaker1: update 1.1.23 to 1.1.24
* Prevent the bypassing of ACLs by direct IPC (CVE-2020-25654);
* PE: don't select instance to be promoted on a guest that can't run;
* PE: don't schedule a dangling migration stop if one already occurred;
* tools: crmadmin -D/--dc_lookup supports --quiet to print DC name only.
https://github.com/ClusterLabs/pacemaker/tree/Pacemaker-1.1.24 |
1.1.23 03 Sep 2020 03:29:06 |
lwhsu |
Add WWW |
1.1.23 26 Jun 2020 16:32:03 |
egypcio |
net/pacemaker1: update 1.1.22 to 1.1.23
CHANGELOG: github.com/ClusterLabs/pacemaker/releases/tag/Pacemaker-1.1.23 |
1.1.22_2 01 Jun 2020 14:12:50 |
egypcio |
devel/kronosnet net/corosync* net/pacemaker*: follow changes in r537482 |
1.1.22_1 07 Feb 2020 17:23:50 |
egypcio |
net/pacemaker1: base ncurses, py37- support, and un-deprecate it
Makefiles
- un-deprecate the port; bump PORTREVISION;
- apply certain patches only if PYTHON_SUFFIX > 36;
- use base system's ncurses instead of ports';
pkg-plist: use %%PYTHON_SUFFIX%%, instead of its value
files/*
- extra*.py: https://docs.python.org/3/whatsnew/3.7.html
- patch-tools_cibsecret.in: make proper use of `md5`
PR: 243944
Submitted by: swills |
1.1.22 04 Feb 2020 11:10:08 |
egypcio |
adopting few ports after r525145
devel/kronosnet
net/corosync2
net/corosync3
net/pacemaker1
net/pacemaker2 |
1.1.22 04 Feb 2020 11:06:50 |
egypcio |
reset maintainership after consecutive timeouts (12+ weeks).
% make -s -C /usr/ports search maint=dpejesh@yahoo.com display=path
Path: /usr/ports/devel/kronosnet
Path: /usr/ports/devel/libqb
Path: /usr/ports/devel/py-parallax
Path: /usr/ports/devel/py-tinyrpc
Path: /usr/ports/net-mgmt/crmsh
Path: /usr/ports/net-mgmt/resource-agents
Path: /usr/ports/net/corosync2
Path: /usr/ports/net/corosync3
Path: /usr/ports/net/pacemaker1
Path: /usr/ports/net/pacemaker2
PR: 230127, 232865, 232866, 232867
PR: 241431, 241434, 241445, 241456, 241460 |
1.1.22 03 Feb 2020 14:21:10 |
egypcio |
net/pacemaker1: update 1.1.19 to 1.1.22
* fixes CVE-2018-16878, CVE-2018-16877, CVE-2019-3885;
* implement https://bugs.clusterlabs.org/show_bug.cgi?id=5397#c3
PR: 241456
Reviewed by: flo
Approved by: portmgr (maintainer timeout) |
1.1.19_1 15 Dec 2019 07:50:06 |
antoine |
- Pin to python 3.6
- Deprecate |
1.1.19_1 08 Nov 2019 13:48:35 |
tobik |
net: Add missing USES={gnome,php} |
1.1.19_1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.1.19_1 25 Apr 2019 15:33:48 |
antoine |
Remove obsolete substitution |
1.1.19_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.1.19 26 Dec 2018 21:59:59 |
flo |
Update to 1.1.19
PR: 232866
Approved by: maintainer timeout |
1.1.18 14 Jun 2018 14:07:55 |
mat |
Regular USE_GITHUB cleanup.
Sponsored by: Absolight |
1.1.18 24 May 2018 18:24:51 |
flo |
- add net/corosync3 (2.99.2)
- add net/pacemaker2 (2.0.0-rc4)
- net/corosync -> net/corosync2 (update to 2.4.4)
- net/pacemaker -> net/pacemaker1 (update to 1.1.18)
- add USES=corosync to deal with multiple versions
PR: 228164, 228165
Submitted by: David Shane Holden <dpejesh@yahoo.com> |