public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/zerotier/files/
@ 2018-02-07  9:44 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-02-07  9:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e3204fc3dad8d3b5f891890c8c98059e08a0e579
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  7 09:44:19 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  7 09:44:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3204fc3

net-misc/zerotier: Fix program path in init.d

Thanks to Florian Gamböck for the report and to Pavol Cupka
for the patch.

Closes: https://bugs.gentoo.org/625750

 net-misc/zerotier/files/zerotier.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/zerotier/files/zerotier.init b/net-misc/zerotier/files/zerotier.init
index 7d226552dad..f5f199e17d1 100644
--- a/net-misc/zerotier/files/zerotier.init
+++ b/net-misc/zerotier/files/zerotier.init
@@ -2,7 +2,7 @@
 
 ZEROTIERONE_PIDFILE="/var/run/${SVCNAME}.pid"
 PN="zerotier-one"
-PN_PATH="/usr/bin/${PN}"
+PN_PATH="/usr/sbin/${PN}"
 
 depend() {
     need net


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/zerotier/files/
@ 2020-05-06 11:51 Joonas Niilola
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2020-05-06 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     431e6c5a2bd991ae89390c8334936ce844774adf
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue May  5 12:58:45 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May  6 11:51:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431e6c5a

net-misc/zerotier: remove unused patch

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15652
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../zerotier-1.4.6-add-mk-ctlr-node-target.patch   | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/net-misc/zerotier/files/zerotier-1.4.6-add-mk-ctlr-node-target.patch b/net-misc/zerotier/files/zerotier-1.4.6-add-mk-ctlr-node-target.patch
deleted file mode 100644
index 0d19099865b..00000000000
--- a/net-misc/zerotier/files/zerotier-1.4.6-add-mk-ctlr-node-target.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/make-linux.mk b/make-linux.mk
-index 9fd4f7b9..a7eb7f6a 100644
---- a/make-linux.mk
-+++ b/make-linux.mk
-@@ -45,6 +45,12 @@ endif
- # Trying to use dynamically linked libhttp-parser causes tons of compatibility problems.
- ONE_OBJS+=ext/http-parser/http_parser.o
- 
-+ifeq ($(ZT_CONTROLLER),1)
-+	#LIBS+=-lpq -lrabbitmq
-+	#DEFS+=-DZT_CONTROLLER_USE_LIBPQ -DZT_CONTROLLER
-+	override DEFS+=-DZT_CONTROLLER
-+endif
-+
- # Build with address sanitization library for advanced debugging (clang)
- ifeq ($(ZT_SANITIZE),1)
- 	DEFS+=-fsanitize=address -DASAN_OPTIONS=symbolize=1
-@@ -331,6 +337,9 @@ official:	FORCE
- docker:	FORCE
- 	docker build -f ext/installfiles/linux/zerotier-containerized/Dockerfile -t zerotier-containerized .
- 
-+controller-node:	FORCE
-+	make DEFS+="-DZT_CONTROLLER" one
-+
- central-controller:	FORCE
- 	make -j4 LDLIBS="-L/usr/pgsql-10/lib/ -lpq -Lext/librabbitmq/centos_x64/lib/ -lrabbitmq" CXXFLAGS="-I/usr/pgsql-10/include -I./ext/librabbitmq/centos_x64/include -fPIC" DEFS="-DZT_CONTROLLER_USE_LIBPQ -DZT_CONTROLLER" ZT_OFFICIAL=1 ZT_USE_X64_ASM_ED25519=1 one
- 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/zerotier/files/
@ 2024-08-22 14:03 Yixun Lan
  0 siblings, 0 replies; 3+ messages in thread
From: Yixun Lan @ 2024-08-22 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ccf90137ae95eb1a2d1fe1405d250d5ef97d439a
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 14:00:40 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 14:03:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf90137

net-misc/zerotier: update links of the time issue

Link: https://github.com/gentoo/gentoo/pull/38208
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-misc/zerotier/files/zerotier-1.14.0-update-time.patch | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-misc/zerotier/files/zerotier-1.14.0-update-time.patch b/net-misc/zerotier/files/zerotier-1.14.0-update-time.patch
index 8fe8b173225e..27a991cf719b 100644
--- a/net-misc/zerotier/files/zerotier-1.14.0-update-time.patch
+++ b/net-misc/zerotier/files/zerotier-1.14.0-update-time.patch
@@ -1,4 +1,7 @@
 https://bugs.gentoo.org/938204
+https://github.com/zerotier/ZeroTierOne/issues/2345
+https://github.com/zerotier/ZeroTierOne/pull/2349
+https://github.com/zerotier/ZeroTierOne/commit/e915d109530a34370af948a04cac91b2f049c486
 https://github.com/time-rs/time/issues/681
 https://github.com/time-rs/time/pull/671
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-22 14:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-07  9:44 [gentoo-commits] repo/gentoo:master commit in: net-misc/zerotier/files/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2020-05-06 11:51 Joonas Niilola
2024-08-22 14:03 Yixun Lan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox