X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-yb0-f172.google.com (mail-yb0-f172.google.com [209.85.213.172]) by lists.alpinelinux.org (Postfix) with ESMTP id AD4805C47BC for ; Fri, 19 Aug 2016 11:11:56 +0000 (GMT) Received: by mail-yb0-f172.google.com with SMTP id d10so14385411ybi.1 for ; Fri, 19 Aug 2016 04:11:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=wqDtWg/XvEOAuz/uXV3NRTefbNNQdV7Nkl5nNYDfTDM=; b=qCC0eM7mqUrAK4+V/nVvruYuFdRfe3zGFm9bYAnc5m8iw3yAVPmB7Mx8AOjaFTPk7+ j7PL4F/1Vki6IE8n4crDHdpmgWm23e1wzVhJxmkGojqAAp3DtFnvgglbZoOQIOV2er1u FVHUB/P5119R7H1yaeXz+cuZ7qHGb7vv+nO7V0/LOXuCVYxVPd2+c63IwpiT/o7Qde1I XGTeORz2mQzMdHC0FJgeEEUdiUEdKQ/1xsiaC1sUy/0K0juiUphr6bO7f/O0a6rhFIGO hziYPEqzoLg1p3PMw2N9pBtcQ7E6yxDvow7RPLO3frrt87gC5uvNuD9tjrHxxF7fI8RJ VISA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=wqDtWg/XvEOAuz/uXV3NRTefbNNQdV7Nkl5nNYDfTDM=; b=e4jZn655s0xLCgp/Q/seeH9BMsIqnfZf8EKEsQcLCRRUNPwmPbCPdInjCT3lfOd5KU +wnICwqLoDLT510M8FtGpvd8aDlHMHfJMg7NSMEoB/D63Fl1XPCnzv6Cpdvuy3v4eE20 O08H/MnyEg+KOT4eMIL5+8o6cAHlD7UzqKjWJJ6b3MpTe6yJClCTVechwB8Q1rvn1tn6 9083Bxlb6dxvdlWc76FedOR+3BaC6Kzf+h6fIwTKyvdJomKWlFS+HCGIxWhyR1AOdoo+ PcJViImwyFn8/e8RDkS0M6BszhKdDO10kRcqY5+KcxA4D8hLRhh+9/nrPV0e63AlUoQH 4eJw== X-Gm-Message-State: AEkoous3tiEliNmUgF1nEOgsYNZ1/cIsYFnEzD8i6i/V1Pb/gA23SHVV49NVdmJE8ok9LO/cGxiCluFfC/eQ+g== X-Received: by 10.37.203.84 with SMTP id b81mr5488939ybg.125.1471605116240; Fri, 19 Aug 2016 04:11:56 -0700 (PDT) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.37.97.142 with HTTP; Fri, 19 Aug 2016 04:11:35 -0700 (PDT) In-Reply-To: <20160819110711.GB28952@francium> References: <20160819104928.71007-1-keegan.csmith@gmail.com> <20160819110711.GB28952@francium> From: Keegan Carruthers-Smith Date: Fri, 19 Aug 2016 13:11:35 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH] community/go: upgrade to 1.7 To: =?UTF-8?Q?S=C3=B6ren_Tempel?= Cc: alpine-aports@lists.alpinelinux.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable > The go aport contains the following arm specific instructions: > > > # go before 1.7 has issues with randmmap on arm > > # https://github.com/golang/go/issues/16081 > > if [ "$GOARCH" =3D "arm" ]; then > > paxmark -r bin/go || attr -s pax.flags -V "rx" bin/go \ > > || return 1 > > fi > > Did go 1.7 in fact fix this issue? If so: Please remove the code from > the APKBUILD when upgrading to 1.7. According to the issue it is fixed in 1.7 for a while. So the arm patch likely should of been removed in one of the earlier rc's. I'm not too familiar with aport development workflow (first time I have submitted). Should I submit a separate patch removing the arm patch? I also have no idea how to validate this. Keegan On Fri, Aug 19, 2016 at 1:07 PM, S=C3=B6ren Tempel wrote: > > > S=C3=B6ren. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---