~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] OpenVPN version bump to 2.2.2

Details
Message ID
<1385574741-2229-1-git-send-email-developer@it-offshore.co.uk>
Sender timestamp
1385574741
DKIM signature
missing
Download raw message
Patch: +6 -6
OpenVPN version bump to 2.2.2
---
 testing/easy-rsa/APKBUILD | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/testing/easy-rsa/APKBUILD b/testing/easy-rsa/APKBUILD
index 27e6332..92a8147 100644
--- a/testing/easy-rsa/APKBUILD
+++ b/testing/easy-rsa/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa
pkgname=easy-rsa
pkgver=2.2.0
pkgrel=0
pkgver=2.2.2
pkgrel=1
pkgdesc="Simple shell based CA utility"
url="https://github.com/OpenVPN/easy-rsa"
arch="noarch"
@@ -11,7 +11,7 @@ depends_dev=""
makedepends="$depends_dev autoconf automake"
install=""
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/OpenVPN/easy-rsa/archive/v$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/OpenVPN/easy-rsa/archive/$pkgver.tar.gz"

_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
@@ -37,6 +37,6 @@ package() {
	make install DESTDIR="$pkgdir" || return 1
}

md5sums="bb0478283f7f786a594a469257b85b71  easy-rsa-2.2.0.tar.gz"
sha256sums="132363669dd61f3057761261d7196b6918adcf467e683d8a9dd1acec8a5f04f7  easy-rsa-2.2.0.tar.gz"
sha512sums="6017e75a8beab9f9b042fb7de7ea4cbb728b55c3167cfc40d5b811c122732c75df34f22b4fd7a6bc2c5cca2124ca35dcc3e58d86cf462fc13fac9c22084eec39  easy-rsa-2.2.0.tar.gz"
md5sums="040238338980617bc9c2df4274349593  easy-rsa-2.2.2.tar.gz"
sha256sums="38f1f84e9b966df8b312365c7c75a455bdf003abdd5156e7106fa9c7771583ae  easy-rsa-2.2.2.tar.gz"
sha512sums="129b41515a472908e6bb883c5567eaae15af2193874aeb3cb02744dd23b760ac87f00f951d9c163fb30386034f78310df5e239d94c3f6e3a80cf9dee79ae702a  easy-rsa-2.2.2.tar.gz"
-- 
1.8.4.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20131127220534.18e224ff@ncopa-netbook.res.nor.wtbts.net>
In-Reply-To
<1385574741-2229-1-git-send-email-developer@it-offshore.co.uk> (view parent)
Sender timestamp
1385586334
DKIM signature
missing
Download raw message
On Wed, 27 Nov 2013 17:52:21 +0000
IT Offshore <developer@it-offshore.co.uk> wrote:

> OpenVPN version bump to 2.2.2
> ---
>  testing/easy-rsa/APKBUILD | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)

commit message says openvpn but package is testing/easy-rsa


> diff --git a/testing/easy-rsa/APKBUILD b/testing/easy-rsa/APKBUILD
> index 27e6332..92a8147 100644
> --- a/testing/easy-rsa/APKBUILD
> +++ b/testing/easy-rsa/APKBUILD
> @@ -1,7 +1,7 @@
>  # Maintainer: Natanael Copa
>  pkgname=easy-rsa
> -pkgver=2.2.0
> -pkgrel=0
> +pkgver=2.2.2
> +pkgrel=1

pkgrel should always be reset to 0 when pkgver increases.


i fixed those issues and applied. thanks!

-nc


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