From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1725436-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 5D7F61582EF
	for <garchives@archives.gentoo.org>; Sat, 08 Mar 2025 14:25:23 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 478AC342FB1
	for <garchives@archives.gentoo.org>; Sat, 08 Mar 2025 14:25:23 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id 94C77110370;
	Sat, 08 Mar 2025 14:25:19 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by bobolink.gentoo.org (Postfix) with ESMTPS id 885C5110370
	for <gentoo-commits@lists.gentoo.org>; Sat, 08 Mar 2025 14:25:19 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3FB1E342FED
	for <gentoo-commits@lists.gentoo.org>; Sat, 08 Mar 2025 14:25:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F778288C
	for <gentoo-commits@lists.gentoo.org>; Sat, 08 Mar 2025 14:25:17 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1741443851.f90a864645add51754c3c4a5f5715f62c866753a.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tinc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-vpn/tinc/tinc-1.0.36.ebuild net-vpn/tinc/tinc-1.1_pre18-r2.ebuild
X-VCS-Directories: net-vpn/tinc/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: f90a864645add51754c3c4a5f5715f62c866753a
X-VCS-Branch: master
Date: Sat, 08 Mar 2025 14:25:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: edaf6cf8-542a-4f48-aa7a-04c129c7ff76
X-Archives-Hash: b7035a759a170d20ccc120aa42da34e0

commit:     f90a864645add51754c3c4a5f5715f62c866753a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 14:21:15 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 14:24:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90a8646

net-vpn/tinc: add a comment wrt keeping a version matching debian/ubuntu

I think the protocol changed or something, as I had issues connecting
with an Ubuntu instance with 1.1_pre18, but 1.0.x was fine.

Bug: https://bugs.gentoo.org/950870
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-vpn/tinc/tinc-1.0.36.ebuild       | 4 +++-
 net-vpn/tinc/tinc-1.1_pre18-r2.ebuild | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-vpn/tinc/tinc-1.0.36.ebuild b/net-vpn/tinc/tinc-1.0.36.ebuild
index 37a9ad73c249..148f1e53336c 100644
--- a/net-vpn/tinc/tinc-1.0.36.ebuild
+++ b/net-vpn/tinc/tinc-1.0.36.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
+# Please keep a version around that matches Debian/Ubuntu for compatibility.
 inherit systemd
 
 DESCRIPTION="tinc is an easy to configure VPN implementation"

diff --git a/net-vpn/tinc/tinc-1.1_pre18-r2.ebuild b/net-vpn/tinc/tinc-1.1_pre18-r2.ebuild
index 3d7acc57ffae..730441d43ffa 100644
--- a/net-vpn/tinc/tinc-1.1_pre18-r2.ebuild
+++ b/net-vpn/tinc/tinc-1.1_pre18-r2.ebuild
@@ -6,6 +6,7 @@ EAPI=8
 MY_PV=${PV/_/}
 MY_P=${PN}-${MY_PV}
 
+# Please keep a version around that matches Debian/Ubuntu for compatibility.
 inherit autotools bash-completion-r1 flag-o-matic systemd
 
 DESCRIPTION="tinc is an easy to configure VPN implementation"