public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/zerotier/
Date: Mon, 15 Oct 2018 20:00:11 +0000 (UTC)	[thread overview]
Message-ID: <1539633576.0c47d898c3a2d660b78b0462114463c23b7616c9.vdupras@gentoo> (raw)

commit:     0c47d898c3a2d660b78b0462114463c23b7616c9
Author:     Lucas Ramage <ramage.lucas <AT> protonmail <DOT> com>
AuthorDate: Wed May 23 15:27:35 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 19:59:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c47d898

net-misc/zerotier: bump version to 1.2.12

Closes: https://bugs.gentoo.org/658042
Signed-off-by: Lucas Ramage <ramage.lucas <AT> protonmail.com>
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>

 net-misc/zerotier/Manifest               |  1 +
 net-misc/zerotier/metadata.xml           |  2 +-
 net-misc/zerotier/zerotier-1.2.12.ebuild | 44 ++++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+), 1 deletion(-)

diff --git a/net-misc/zerotier/Manifest b/net-misc/zerotier/Manifest
index 74639c849a9..7ee92be6c73 100644
--- a/net-misc/zerotier/Manifest
+++ b/net-misc/zerotier/Manifest
@@ -1,2 +1,3 @@
+DIST zerotier-1.2.12.tar.gz 6058902 BLAKE2B 851d0d871fac7f6cdd9feafb375f97181f9155c265f13e44122424bd7adcaff10e3f2c2a4484d2e2ad1f4f2f174fc723681451c1a728c9aa324bdcb02300af57 SHA512 a35029993d9266f3529a9922daa606b0d56a332514545f8cfab2092a4c9db4fc7217223f3bd7dbe59e536de325ee9b4f0226d673c0f0ec5859cf2937e8a4a2d4
 DIST zerotier-1.2.4.tar.gz 7963254 BLAKE2B 0c79533429e7aab8dc0a93d46ace132b168b6d83276e72cd66c72660d4e44a5336a91c011404690301de0b5ef4b45f857b340f38cd195d6479b480d3a62b7abf SHA512 82adb110208d24ae2745e3839810afcac87955de050ebfe0517a7dc2a875881dafd40c1b16a041742d8c4d0f6513abcc71d6ea3e06c2fb89b47be2630a500363
 DIST zerotier-1.2.8.tar.gz 6009764 BLAKE2B 740b58888f6ce2808608867618df517996d423c61d2ab71f387405bb2528ac5edc6a890b9a7249eebe5d62be58e237362692c13725f0c5313b45102f5fc4824a SHA512 a97a8ff0e5050294fd8d56e74b5dd320b77822242ed4d43919c62a361ccbe1837417cba07d4114c91e277816f60bf47d226f37f816278bfd96505b752ef5d5ff

diff --git a/net-misc/zerotier/metadata.xml b/net-misc/zerotier/metadata.xml
index 9ba830b73cc..9a0bb99004b 100644
--- a/net-misc/zerotier/metadata.xml
+++ b/net-misc/zerotier/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>ramage.lucas@openmailbox.org</email>
+		<email>ramage.lucas@protonmail.com</email>
 		<name>Lucas Ramage</name>
 	</maintainer>
 	<maintainer type="project">

diff --git a/net-misc/zerotier/zerotier-1.2.12.ebuild b/net-misc/zerotier/zerotier-1.2.12.ebuild
new file mode 100644
index 00000000000..7d2f788b42e
--- /dev/null
+++ b/net-misc/zerotier/zerotier-1.2.12.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic systemd toolchain-funcs
+
+HOMEPAGE="https://www.zerotier.com/"
+DESCRIPTION="A software-based managed Ethernet switch for planet Earth"
+SRC_URI="https://github.com/zerotier/ZeroTierOne/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/ZeroTierOne-${PV}"
+
+RDEPEND="
+	dev-libs/json-glib:=
+	net-libs/http-parser:=
+	net-libs/libnatpmp:=
+	net-libs/miniupnpc:="
+
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md AUTHORS.md )
+
+src_compile() {
+	append-ldflags -Wl,-z,noexecstack
+	emake CXX="$(tc-getCXX)" STRIP=: one
+}
+
+src_test() {
+	emake selftest
+	./zerotier-selftest || die
+}
+
+src_install() {
+	default
+
+	newinitd "${FILESDIR}/${PN}".init "${PN}"
+	systemd_dounit "${FILESDIR}/${PN}".service
+	doman doc/zerotier-{cli.1,idtool.1,one.8}
+}


             reply	other threads:[~2018-10-15 20:00 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-15 20:00 Virgil Dupras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-28 13:03 [gentoo-commits] repo/gentoo:master commit in: net-misc/zerotier/ Yixun Lan
2025-03-16 15:05 Sam James
2024-11-09  7:54 Sam James
2024-10-31  9:28 Yixun Lan
2024-10-31  9:28 Yixun Lan
2024-09-13  7:51 Yixun Lan
2024-08-12  8:56 Yixun Lan
2024-05-22  3:06 Yixun Lan
2023-11-13 23:34 Yixun Lan
2023-10-28  0:24 Sam James
2023-08-11  9:42 Ulrich Müller
2023-07-27  9:08 Sam James
2022-08-26  6:29 Yixun Lan
2021-04-12 19:27 Lars Wendler
2021-04-12 18:12 Lars Wendler
2021-04-12 16:55 Lars Wendler
2021-04-12 16:41 Lars Wendler
2021-02-06 15:32 Lars Wendler
2021-01-25 20:21 Lars Wendler
2020-02-26 18:25 Andreas Sturmlechner
2020-02-26 16:17 Joonas Niilola
2019-04-21  3:26 Anthony G. Basile
2018-12-09  0:02 Anthony G. Basile
2018-10-15 20:00 Virgil Dupras
2018-09-25 12:00 Jeroen Roovers
2018-05-16  7:26 Michał Górny
2018-02-12  8:14 Patrice Clement
2018-02-07  9:29 Michał Górny

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=1539633576.0c47d898c3a2d660b78b0462114463c23b7616c9.vdupras@gentoo \
    --to=vdupras@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