~alpine/aports

2 2

[alpine-aports] [PATCH 1/3] community/duo_unix: update source URL to use github

Details
Message ID
<20180101035303.GA931@gmail.com>
Sender timestamp
1514778785
DKIM signature
missing
Download raw message
Patch: +6 -5
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 <jumanjiman@gmail.com>
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
---
Details
Message ID
<CANoR=qZ+VhJLtAjp7gPQ2DR_GoPsFSZ4u5Wx2qr+CtFVzPkWNw@mail.gmail.com>
In-Reply-To
<d664a6ae-6574-4a60-1d32-2ce6f07009dd@gmail.com> (view parent)
Sender timestamp
1515503193
DKIM signature
missing
Download raw message
On Jan 9, 2018 05:19, "Leonardo Arena" <rnalrd@gmail.com> wrote:

Hi,


On 01/01/2018 04:53 AM, Paul Morgan wrote:

> 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(-)
>

it was committed with slight modifications:

- boostrap really belongs to prepare()
- minor cosmetic fixes

Thanks!

/eo



Awesome, tyvm.

-paul
Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<d664a6ae-6574-4a60-1d32-2ce6f07009dd@gmail.com>
In-Reply-To
<20180101035303.GA931@gmail.com> (view parent)
Sender timestamp
1515493161
DKIM signature
missing
Download raw message
Hi,

On 01/01/2018 04:53 AM, Paul Morgan wrote:
> 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(-)

it was committed with slight modifications:

- boostrap really belongs to prepare()
- minor cosmetic fixes

Thanks!

/eo




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)