From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/
Date: Wed, 8 May 2019 16:53:04 +0000 (UTC) [thread overview]
Message-ID: <1557334330.362bfe1e9f8dc9867e843f63a50a3ba8a0b8d9cb.ultrabug@gentoo> (raw)
commit: 362bfe1e9f8dc9867e843f63a50a3ba8a0b8d9cb
Author: Tomas Mozes <tmozes <AT> sygic <DOT> com>
AuthorDate: Wed May 8 03:23:30 2019 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Wed May 8 16:52:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362bfe1e
sys-cluster/keepalived: bump to 2.0.16
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11935
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
sys-cluster/keepalived/Manifest | 1 +
sys-cluster/keepalived/keepalived-2.0.16.ebuild | 88 +++++++++++++++++++++++++
2 files changed, 89 insertions(+)
diff --git a/sys-cluster/keepalived/Manifest b/sys-cluster/keepalived/Manifest
index aecd8f05789..fc10dcfac48 100644
--- a/sys-cluster/keepalived/Manifest
+++ b/sys-cluster/keepalived/Manifest
@@ -3,3 +3,4 @@ DIST keepalived-2.0.11.tar.gz 961182 BLAKE2B 226bac3a544434a36b01ebdb43b166b3833
DIST keepalived-2.0.12.tar.gz 947015 BLAKE2B c6c47bbc19bc8b31ae6c2d30616a5cfe90b1195c956b56731e702c909a1478e3793e22a7573f7b337d556c38d411d30f7aa5b4c0e45d14cfc18e17dfe46264d8 SHA512 345f7574cfe978194504691c0a7bcad76b1438bf8833911271647d445f0d1352972257554524e94be44e9d971299678d2f9a026e29088e844bbb3d2b25637076
DIST keepalived-2.0.13.tar.gz 955953 BLAKE2B f6a8d23cdcf4b8484c37da9d48c12394617d36b1a2bba901c899d3397ed5a2ba048a73d98cf137df3c53359b4e83c382b9a958559303e8d1130316a6026a5d3b SHA512 5e33104d114794f9050958d06730d7ecb89e87157a043146509583df595d8e01439a8f1172abb7d2bca0e8e710a4ff6d364dbb0a89f5aafa632e7af2453f3966
DIST keepalived-2.0.15.tar.gz 972461 BLAKE2B 7c57d4ecdec7efe5dcb477e92daf4e6ee947ec66c3dc68a96fe0a7f07656a3c503751f10e9448f80e896b63d987fa9448bb264537106685cfac88ca87096721f SHA512 d426f2d917f72264944e8324409838287d4c535dfd5b5574a41c06828efc9095a2304f87a6435a067d4ad88ad5619108f7de97abb4a257a4c30e335929978dd1
+DIST keepalived-2.0.16.tar.gz 983376 BLAKE2B 6196c617123d0c026cf4476f3e788ef797ebf24649a41ed1cfe360843bfb793d7115e2eaff499154ac84d8d4854ecfbfb6839339878502917a9173a8141545e6 SHA512 290af548c84a369f69df74ca96f8de6e2e6cf20abc7ca03ccad6217856192f4109620b59406b0e829f486c148bc6a4ed3a5efe82c12eeb9314a24471c03f95bd
diff --git a/sys-cluster/keepalived/keepalived-2.0.16.ebuild b/sys-cluster/keepalived/keepalived-2.0.16.ebuild
new file mode 100644
index 00000000000..a00ef1ac400
--- /dev/null
+++ b/sys-cluster/keepalived/keepalived-2.0.16.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd
+
+DESCRIPTION="A strong & robust keepalive facility to the Linux Virtual Server project"
+HOMEPAGE="https://www.keepalived.org/"
+SRC_URI="https://www.keepalived.org/software/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="+bfd dbus debug -json regex snmp"
+
+RDEPEND="dev-libs/libnl:=
+ dev-libs/openssl:=
+ dev-libs/popt
+ net-libs/libnfnetlink
+ sys-apps/iproute2
+ regex? ( >=dev-libs/libpcre2-8 )
+ dbus? ( sys-apps/dbus dev-libs/glib:2 )
+ json? ( dev-libs/json-c:= )
+ snmp? ( net-analyzer/net-snmp )"
+DEPEND="${RDEPEND}
+ >=sys-kernel/linux-headers-4.4"
+
+DOCS=(
+ README CONTRIBUTORS INSTALL ChangeLog AUTHOR TODO
+ doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt
+)
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
+
+src_configure() {
+ # keepalived has support to dynamically use some libraries instead of
+ # linking them:
+ #--enable-dynamic-linking \
+ #--enable-libiptc-dynamic \
+ #--enable-libnl-dynamic \
+ #--enable-libxtables-dynamic \
+ STRIP=/bin/true \
+ econf \
+ --with-init=custom \
+ --with-kernel-dir=/usr \
+ --enable-sha1 \
+ --enable-vrrp \
+ $(use_enable bfd) \
+ $(use_enable dbus) \
+ $(use_enable dbus dbus-create-instance) \
+ $(use_enable debug) \
+ $(use_enable json) \
+ $(use_enable regex) \
+ $(use_enable regex regex-timers ) \
+ $(use_enable snmp) \
+ $(use_enable snmp snmp-checker) \
+ $(use_enable snmp snmp-rfc) \
+ $(use_enable snmp snmp-rfcv2) \
+ $(use_enable snmp snmp-rfcv3) \
+ $(use_enable snmp snmp-vrrp)
+}
+
+src_install() {
+ default
+
+ newinitd "${FILESDIR}"/keepalived.init-r1 keepalived
+ newconfd "${FILESDIR}"/keepalived.confd-r1 keepalived
+
+ systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
+ systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
+
+ use snmp && dodoc doc/*MIB.txt
+
+ docinto genhash
+ dodoc genhash/README genhash/AUTHOR genhash/ChangeLog
+ # This was badly named by upstream, it's more HOWTO than anything else.
+ newdoc INSTALL INSTALL+HOWTO
+
+ # Security risk to bundle SSL certs
+ rm -v "${ED}"/etc/keepalived/samples/*.pem || die
+ # Clean up sysvinit files
+ rm -rv "${ED}"/etc/sysconfig || die
+}
next reply other threads:[~2019-05-08 16:53 UTC|newest]
Thread overview: 111+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-08 16:53 Alexys Jacob [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-28 10:37 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/ Arthur Zamarin
2023-08-28 10:37 Arthur Zamarin
2023-08-28 10:37 Arthur Zamarin
2023-06-15 21:45 Sam James
2023-06-15 21:45 Sam James
2023-05-05 4:44 Sam James
2023-01-10 15:09 Yixun Lan
2022-06-12 8:32 Agostino Sarubbo
2022-06-12 8:28 Agostino Sarubbo
2022-06-11 23:28 Sam James
2022-05-10 20:18 Alexys Jacob
2021-11-22 13:33 Alexys Jacob
2021-11-05 17:38 Sam James
2021-11-05 17:38 Sam James
2021-11-05 14:57 Jakov Smolić
2021-11-04 15:30 Sam James
2021-09-04 8:01 David Seifert
2021-08-20 18:16 Alexys Jacob
2021-08-11 6:43 Agostino Sarubbo
2021-08-11 6:41 Agostino Sarubbo
2021-08-11 6:40 Agostino Sarubbo
2021-08-10 15:36 Agostino Sarubbo
2021-08-05 2:58 Sam James
2021-06-03 19:15 Sam James
2020-12-17 3:58 Sam James
2020-12-04 18:37 Sergei Trofimovich
2020-12-04 18:31 Sergei Trofimovich
2020-12-03 17:37 Thomas Deutschmann
2020-08-06 16:09 Thomas Deutschmann
2020-08-06 16:09 Thomas Deutschmann
2020-06-30 13:31 Thomas Deutschmann
2020-06-04 6:35 Agostino Sarubbo
2020-06-04 6:23 Agostino Sarubbo
2020-06-01 20:51 Sergei Trofimovich
2020-06-01 20:40 Sergei Trofimovich
2020-01-25 15:06 Alexys Jacob
2019-11-22 16:54 Alexys Jacob
2019-11-22 16:54 Alexys Jacob
2019-08-14 7:34 Agostino Sarubbo
2019-08-13 13:51 Agostino Sarubbo
2019-08-13 11:07 Agostino Sarubbo
2019-08-13 10:58 Agostino Sarubbo
2019-08-13 10:53 Agostino Sarubbo
2019-08-13 9:17 Agostino Sarubbo
2019-08-12 6:57 Alexys Jacob
2019-07-17 21:41 Alexys Jacob
2019-04-20 17:36 Alexys Jacob
2019-04-14 10:36 Alexys Jacob
2019-04-14 7:48 Alexys Jacob
2019-03-25 15:45 Robin H. Johnson
2019-03-25 6:57 Robin H. Johnson
2019-02-20 21:41 Mikle Kolyada
2019-02-04 10:31 Alexys Jacob
2019-01-07 16:53 Thomas Deutschmann
2018-12-26 20:00 Sergei Trofimovich
2018-12-26 13:55 Sergei Trofimovich
2018-11-28 21:22 Tobias Klausmann
2018-11-24 10:45 Sergei Trofimovich
2018-11-22 11:34 Agostino Sarubbo
2018-11-21 9:02 Agostino Sarubbo
2018-11-15 15:50 Thomas Deutschmann
2018-11-15 15:48 Thomas Deutschmann
2018-11-14 21:51 Sergei Trofimovich
2018-11-14 13:27 Thomas Deutschmann
2018-11-14 13:27 Thomas Deutschmann
2018-11-10 20:57 Thomas Deutschmann
2018-11-10 20:57 Thomas Deutschmann
2018-08-01 19:21 Alexys Jacob
2018-07-20 12:11 Tobias Klausmann
2018-07-08 21:08 Mikle Kolyada
2018-07-04 18:44 Sergei Trofimovich
2018-07-02 0:49 Thomas Deutschmann
2018-07-01 9:24 Sergei Trofimovich
2018-06-30 19:03 Sergei Trofimovich
2018-06-30 14:45 Sergei Trofimovich
2018-06-22 22:01 Thomas Deutschmann
2018-06-22 22:01 Thomas Deutschmann
2018-06-22 22:01 Thomas Deutschmann
2018-06-22 22:01 Thomas Deutschmann
2018-05-08 15:46 Alexys Jacob
2018-03-28 10:33 Patrice Clement
2018-03-04 8:16 Tobias Klausmann
2018-01-08 22:01 Mikle Kolyada
2018-01-07 14:23 Sergei Trofimovich
2018-01-06 22:30 Sergei Trofimovich
2018-01-06 21:49 Sergei Trofimovich
2018-01-05 17:59 Alexys Jacob
2018-01-05 16:40 Alexys Jacob
2018-01-05 14:34 Alexys Jacob
2018-01-05 13:47 Alexys Jacob
2017-04-21 14:45 Alexys Jacob
2017-02-03 19:43 Jeroen Roovers
2017-01-26 9:08 Tobias Klausmann
2017-01-26 9:05 Tobias Klausmann
2017-01-24 11:46 Agostino Sarubbo
2017-01-22 15:01 Agostino Sarubbo
2017-01-05 12:55 Aaron Bauman
2016-11-20 16:43 Yixun Lan
2016-08-04 15:21 Alexys Jacob
2016-06-30 13:50 Alexys Jacob
2016-06-14 10:20 Alexys Jacob
2016-03-17 10:50 Agostino Sarubbo
2016-02-06 6:53 Jeroen Roovers
2016-01-11 9:07 Agostino Sarubbo
2016-01-10 10:34 Agostino Sarubbo
2015-12-07 11:40 Agostino Sarubbo
2015-12-03 13:28 Agostino Sarubbo
2015-11-25 8:54 Agostino Sarubbo
2015-11-24 9:55 Alexys Jacob
2015-11-24 9:55 Alexys Jacob
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1557334330.362bfe1e9f8dc9867e843f63a50a3ba8a0b8d9cb.ultrabug@gentoo \
--to=ultrabug@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox