From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: steve@erayd.net Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 67111ca2 for ; Thu, 9 Nov 2017 05:10:04 +0000 (UTC) Received: from mail-yw0-f169.google.com (mail-yw0-f169.google.com [209.85.161.169]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 4aace650 for ; Thu, 9 Nov 2017 05:10:04 +0000 (UTC) Received: by mail-yw0-f169.google.com with SMTP id i198so4320380ywe.7 for ; Wed, 08 Nov 2017 21:13:30 -0800 (PST) MIME-Version: 1.0 From: Steve Gilberd Date: Thu, 09 Nov 2017 05:13:18 +0000 Message-ID: Subject: Alpine Linux Packages To: wireguard@lists.zx2c4.com Content-Type: multipart/alternative; boundary="94eb2c1f14705e5501055d85ddbb" List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --94eb2c1f14705e5501055d85ddbb Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi All, Where might I find the Alpine Linux packages for Wireguard? I've found a number of messages in the mailing list archives that indicate it's available, but cannot find actual packages anywhere. The instructions at https://www.wireguard.com/install/ imply that it's in the main repository, but that doesn't seem to be the case, and searching https://pkgs.alpinelinux.org/packages does not yield any related packages. Cheers, Steve --=20 Cheers, *Steve Gilberd* Erayd LTD *=C2=B7* Consultant *Phone: +64 4 974-4229 **=C2=B7** Mob: +64 27 565-3237* *PO Box 10019 The Terrace, Wellington 6143, NZ* --94eb2c1f14705e5501055d85ddbb Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi All,

Where might I find the Alpine L= inux packages for Wireguard? I've found a number of messages in the mai= ling list archives that indicate it's available, but cannot find actual= packages anywhere. The instructions at=C2=A0https://www.wireguard.com/install/=C2=A0imply that it&= #39;s in the main repository, but that doesn't seem to be the case, and= searching=C2=A0https://p= kgs.alpinelinux.org/packages=C2=A0does not yield any related packages.<= /div>

Cheers,
Steve
--

Cheers,

Steve Gilberd
Erayd LTD=C2=A0= =C2=B7=C2=A0Consultant
Phone: +64 4 974-4229=C2=A0=C2=B7=C2=A0M= ob: +64 27 565-3237
PO Box 10019 The Terrace, Wellington 6143, NZ

--94eb2c1f14705e5501055d85ddbb-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id ed34f258 for ; Thu, 9 Nov 2017 05:20:22 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 8d85dcf7 for ; Thu, 9 Nov 2017 05:20:22 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id ff62a636 for ; Thu, 9 Nov 2017 05:20:22 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 6fbcb36a (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Thu, 9 Nov 2017 05:20:22 +0000 (UTC) Received: by mail-oi0-f52.google.com with SMTP id f66so3647208oib.2 for ; Wed, 08 Nov 2017 21:23:47 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: "Jason A. Donenfeld" Date: Thu, 9 Nov 2017 14:23:46 +0900 Message-ID: Subject: Re: Alpine Linux Packages To: Steve Gilberd Content-Type: text/plain; charset="UTF-8" Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , http://pkgs.alpinelinux.org/packages?name=wireguard-* Enable edge: https://wiki.alpinelinux.org/wiki/Edge Then: # apk add -U wireguard-tools From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: steve@erayd.net Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 3985bc70 for ; Thu, 9 Nov 2017 05:38:28 +0000 (UTC) Received: from mail-yw0-f171.google.com (mail-yw0-f171.google.com [209.85.161.171]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 79a477c5 for ; Thu, 9 Nov 2017 05:38:28 +0000 (UTC) Received: by mail-yw0-f171.google.com with SMTP id u142so4364614ywg.4 for ; Wed, 08 Nov 2017 21:41:54 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Steve Gilberd Date: Thu, 09 Nov 2017 05:41:42 +0000 Message-ID: Subject: Re: Alpine Linux Packages To: "Jason A. Donenfeld" Content-Type: multipart/alternative; boundary="001a114fbd78f74285055d8642ff" Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --001a114fbd78f74285055d8642ff Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Oops - looks like I missed the edge requirement. Mea culpa, and thanks for setting me on the right track :-) Cheers, Steve On Thu, 9 Nov 2017 at 18:23 Jason A. Donenfeld wrote: > http://pkgs.alpinelinux.org/packages?name=3Dwireguard-* > > Enable edge: > https://wiki.alpinelinux.org/wiki/Edge > > Then: > # apk add -U wireguard-tools > --=20 Cheers, *Steve Gilberd* Erayd LTD *=C2=B7* Consultant *Phone: +64 4 974-4229 **=C2=B7** Mob: +64 27 565-3237* *PO Box 10019 The Terrace, Wellington 6143, NZ* --001a114fbd78f74285055d8642ff Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Oops - looks like I missed the edge requirement. Mea culpa= , and thanks for setting me on the right track :-)

Cheer= s,
Steve

On Thu, 9 Nov 2017 at 18:23 Jason A. Donenfeld <Jason@zx2c4.com> wrote:
http://pkgs.alpinelinux.org/package= s?name=3Dwireguard-*

Enable edge:
https://wiki.alpinelinux.org/wiki/Edge

Then:
# apk add -U wireguard-tools
--

Che= ers,

Steve Gilberd
Erayd LTD=C2=A0= =C2=B7=C2=A0Consultant
Phone: +64 4 974-4229=C2=A0=C2=B7
=C2=A0M= ob: +64 27 565-3237
PO Box 10019 The Terrace, Wellington 6143, NZ

--001a114fbd78f74285055d8642ff--