From owner-freebsd-ports@freebsd.org Tue May 22 14:26:55 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 603A5EF7D75 for ; Tue, 22 May 2018 14:26:55 +0000 (UTC) (envelope-from Jason@zx2c4.com) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "frisell.zx2c4.com", Issuer "frisell.zx2c4.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 069FC7790C for ; Tue, 22 May 2018 14:26:54 +0000 (UTC) (envelope-from Jason@zx2c4.com) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id ec88983b for ; Tue, 22 May 2018 14:24:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=zx2c4.com; h=mime-version :in-reply-to:references:from:date:message-id:subject:to:cc :content-type; s=mail; bh=4G5b+L28/4GkbOc/CXsrUGcMge4=; b=ZFK8q9 YQWlVIykZLJJru0/6TjfIM+nuhcVu5qo/sSTxJ10TkNUikkb8s1hW/EcfUCWu/gY eP9vfzipTc9nzQQPyj7VUtM2oKbLPxlI8mtUK1wppVDt8pAP1j0HMGFtdn3kw8zU dPRmjZ+gEVisPfK90bazoX/tev9VYcByLd7lMGvN0AKU3fPB5CEiMZqMNBXRfERo Nm7EmtocbG8pdF1uX5k60zcwHi6VM99kSEVFLJRIRu4R1HHs5GX/5lgWzQF2eBUE Fcy9A7fFecGRvPgHzq/q2+YYsTUwhK7dADzUcquc/J7Fpvf2KESHlB62NbRmeG8i 2ItuDR5Hra4brl8A== Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 86e9beb5 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Tue, 22 May 2018 14:24:32 +0000 (UTC) Received: by mail-ot0-f175.google.com with SMTP id g7-v6so21163331otj.11 for ; Tue, 22 May 2018 07:26:52 -0700 (PDT) X-Gm-Message-State: ALKqPwdwsoYEgVoYOvZrr3Er3yQoUAVIOPm5bIw+LM5bK4CVmlwp8Cqd cKVl/Pf+wCiycRaphtd4OKiJxg4bGQ8tPOuI030= X-Google-Smtp-Source: AB8JxZpoy/HQ7XzMqOx8He3lNICbOuU2ttio78U0DOlxKqy2G8Loxf73NEK1iDYG70jMwAsns8Ch/tuYWeHXulazhNo= X-Received: by 2002:a9d:3e11:: with SMTP id a17-v6mr15526974otd.321.1526999211884; Tue, 22 May 2018 07:26:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.198.6 with HTTP; Tue, 22 May 2018 07:26:51 -0700 (PDT) In-Reply-To: References: From: "Jason A. Donenfeld" Date: Tue, 22 May 2018 16:26:51 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: WireGuard for FreeBSD To: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= , portmaster@bsdforge.com Cc: Brady OBrien , ports Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2018 14:26:55 -0000 Hi Bernhard, Thanks for this. Hopefully this will be good inspiration for Chris' research in making the official package. Chris -- one thing to note is that Bernhard used the "-master" tarballs, which aren't real tarballs and have changing unstable checksums, so you'll of course want to swap this out with real tarballs once released. Jason