X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-qt0-f196.google.com (mail-qt0-f196.google.com [209.85.216.196]) by lists.alpinelinux.org (Postfix) with ESMTP id 1EE445C4D8D for ; Mon, 1 Jan 2018 03:53:08 +0000 (GMT) Received: by mail-qt0-f196.google.com with SMTP id e2so59654738qti.0 for ; Sun, 31 Dec 2017 19:53:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=kjDjMNb/m2ziw3jcHnGP3L3p0Vcr9bIWgYAi4WzDOOs=; b=XPqV1hp1cwuXpLFwrMrq2TK4U0HyufoupLkfDKHPrf9EaDQekQZyjg4lAOzMW2bR7e BiUQwbnTbjvC/yu/K5z7jNefLnQ8XvQ0HMooQftOr4h+X3QHsMsHFa/gQDQfdRTnAfhq 1OUFYloxZKdzDXLrTl/IJ78Y+y0yt2n3WQFh5RqjDYzywGo2R/QDfgPB26qgyBIoPh45 RTkiUjjLJUS8O7j0FboX730Gn2lR7/gqHbZabyf+nhs+BhitOMjLXOszDK5FCp9KBG5i YsdIefoNxMPWOa3I4rvHwq/SEr0yHHCKggYAIBD7KqBbOHtM7HWJ2kp1xmgGJ4rv5ODX HGIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=kjDjMNb/m2ziw3jcHnGP3L3p0Vcr9bIWgYAi4WzDOOs=; b=GVKNZXX+RVYbf8JpP2Mnngsyiuogcqbjg/plDXwBEimoe3ELrjvkMWRmLlsKcsekAg grjvUjYt4kFF3sF9TOBEoj+GTvdbKGOwnsaILQDF7gUsaodxdU3zbrZ891P6E/66s61m eYcG+lTrFm8CC2uOUioowHwE1g+XfN83/RahUA+9/Lq0VHkoaUbljmdH2NDda8sywsLI mLASzHrvnpdpW1pPnLT0M0r1bN2gRU5KBx6L39CZPQLlgLjuLPIKbyyfYXSpDwb0y/0W z10L3JMzbAxWgqOx1sr0WsXN0dMv6Ws0CqzxjWZth7EaFlcnSOzdsfhmoLdSVoGXmx/X Dosg== X-Gm-Message-State: AKGB3mL4OTImWaJ4bjLik6Hht0W/xn25BPSdZJmKvQYAVFCplIACS6rL u2JWfEBQwVzINnaAJJ15Smy0N32y X-Google-Smtp-Source: ACJfBovNpViJNNdTYLbvXbyloWqY+Ss5DGuBeK0TwmvYj2vz3fhVNKR9g6dpKOn1cZnWkbat5FPX1g== X-Received: by 10.200.53.201 with SMTP id l9mr7775289qtb.155.1514778787116; Sun, 31 Dec 2017 19:53:07 -0800 (PST) Received: from gmail.com ([67.205.145.156]) by smtp.gmail.com with ESMTPSA id u8sm24840446qki.8.2017.12.31.19.53.06 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 31 Dec 2017 19:53:06 -0800 (PST) Date: Mon, 1 Jan 2018 03:53:05 +0000 From: Paul Morgan To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 1/3] community/duo_unix: update source URL to use github Message-ID: <20180101035303.GA931@gmail.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: VIM - Vi IMproved 8.0 X-Mailer: Mutt 1.9.2 X-do-not-ask: 0xf59e77c2 X-PGP-Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xF59E77C2 User-Agent: Mutt/1.9.2 (2017-12-15) What's different about the source at the URLs? * New URL: Github is the raw, authoritative source URL. * Old URL: The vendor takes the Github source, runs './bootstrap', and posts it to their download site. This commit makes the build process more transparent. Why change the URL now? The vendor has tagged a new version of duo_unix on github but has not yet made the new version available at their official download site. --- community/duo_unix/APKBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/community/duo_unix/APKBUILD b/community/duo_unix/APKBUILD index 8ea50ffb48..4d50cfb541 100644 --- a/community/duo_unix/APKBUILD +++ b/community/duo_unix/APKBUILD @@ -2,21 +2,22 @@ # Maintainer: Paul Morgan pkgname=duo_unix pkgver=1.10.1 -pkgrel=1 +pkgrel=2 pkgdesc="duosecurity.com two-factor authentication" url="https://duo.com/support/documentation/duounix" arch="all" license="GPL-2.0" depends="" depends_dev="libressl-dev zlib-dev" -makedepends="$depends_dev" +makedepends="$depends_dev automake autoconf libtool" options="suid" subpackages="$pkgname-dev $pkgname-doc" -source="https://dl.duosecurity.com/$pkgname-$pkgver.tar.gz" +source="https://github.com/duosecurity/duo_unix/archive/$pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$pkgname-$pkgver +builddir="$srcdir"/$pkgname-$pkgname-$pkgver build() { cd "$builddir" + ./bootstrap ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -32,4 +33,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="45e246e7665e8d9c70ce43eed632371b079e9aec20f6c5d771a7d1de80a0f75d987fb88002de719358511d92d05b27824e539af53836af75a0939e59aae37359 duo_unix-1.10.1.tar.gz" +sha512sums="2d87846273740036dcb5d61db28c9262b1869eedfad3d4ffc0f1bb1942f91acadf847e7714d961de5c5d23680ae9471ab94a4c1d3b09d0a9334a76cbcf481e39 duo_unix-1.10.1.tar.gz" -- 2.15.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---