From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: dave@natulte.net Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 1b380df1 for ; Sat, 11 Feb 2017 09:36:08 +0000 (UTC) Received: from mail-ua0-f180.google.com (mail-ua0-f180.google.com [209.85.217.180]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 7897c0b8 for ; Sat, 11 Feb 2017 09:36:08 +0000 (UTC) Received: by mail-ua0-f180.google.com with SMTP id 96so43621166uaq.3 for ; Sat, 11 Feb 2017 01:49:57 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: David Anderson Date: Sat, 11 Feb 2017 01:49:36 -0800 Message-ID: Subject: Re: (Unofficial) wireguard packages for Debian Stretch (testing) To: "Jason A. Donenfeld" Content-Type: multipart/alternative; boundary=001a113cff4407a31b05483e238f Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --001a113cff4407a31b05483e238f Content-Type: text/plain; charset=UTF-8 On Sat, Feb 11, 2017 at 1:03 AM, Jason A. Donenfeld wrote: > Mellow yellow, > > That's a great idea. Do you intend to track dkg's sid package more or > less faithfully? In that package repository, I intend to track the sid package exactly. If I ever take up hacking on wireguard, I'll use a separate repository for any modified versions. If so, I'd be happy to advertise this on the > wireguard.io/install/ page, since I'm sure a lot of people (including > myself!) would benefit immensely from that. > Cool! I'll see about setting up debian stable as well. > Could you send some bulletproof instructions -- 3 or 4 lines of > commands like what's there currently -- and I'll put it on the site? > The instructions you have on there now are fine if you're okay with packagecloud's shell script. Manual instructions that work are: sudo apt-get install -y apt-transport-https linux-headers-amd64 curl curl -L https://packagecloud.io/danderson/wireguard/gpgkey | sudo apt-key add - echo "deb https://packagecloud.io/danderson/wireguard/debian/ stretch main" | sudo tee /etc/apt/sources.list.d/wireguard.list sudo apt-get update sudo apt-get install -y wireguard-dkms wireguard-tools Note that right now, only amd64 packages are available. If you think there's demand for Debian on 32-bit x86, I can set up i386 builders as well. - Dave > Thanks, > Jason > --001a113cff4407a31b05483e238f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On S= at, Feb 11, 2017 at 1:03 AM, Jason A. Donenfeld <Jason@zx2c4.com> wrote:
Mellow yell= ow,

That's a great idea. Do you intend to track dkg's sid package more = or
less faithfully?

In that package repository= , I intend to track the sid package exactly. If I ever take up hacking on w= ireguard, I'll use a separate repository for any modified versions.

If so, I= 'd be happy to advertise this on the
wireguard.io/install/ page, since I'm sure a lot of people (incl= uding
myself!) would benefit immensely from that.

=
Cool! I'll see about setting up debian stable as well.
= =C2=A0
Could you sen= d some bulletproof instructions -- 3 or 4 lines of
commands like what's there currently -- and I'll put it on the site= ?

The instructions you have on there no= w are fine if you're okay with packagecloud's shell script. Manual = instructions that work are:

sudo apt-get install -= y apt-transport-https linux-headers-amd64 curl
echo "= deb https:/= /packagecloud.io/danderson/wireguard/debian/ stretch main" | sudo = tee /etc/apt/sources.list.d/wireguard.list
sudo apt-get update
sudo apt-get install -y wireguard-dkms wireguard-tools
Note that right now, only amd64 packages are available. If you= think there's demand for Debian on 32-bit x86, I can set up i386 build= ers as well.

- Dave


Thanks,
Jason

--001a113cff4407a31b05483e238f--