~alpine/aports

main/gnutls: Upgrade to 3.5.8. Move stuff in depends_dev to makedepends. v1 PROPOSED

Przemyslaw Pawelczyk <przemoc@zoho.com>
Przemyslaw Pawelczyk: 1
 main/gnutls: Upgrade to 3.5.8. Move stuff in depends_dev to makedepends.

 1 files changed, 5 insertions(+), 7 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/506/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/gnutls: Upgrade to 3.5.8. Move stuff in depends_dev to makedepends. Export this patch

Przemyslaw Pawelczyk <przemoc@zoho.com>
https://lists.gnupg.org/pipermail/gnutls-devel/2017-January/008288.html

"This is a bug fix release, and is also the release in the 3.5.x marked
as stable. As such the 3.5.x fully replaces the (ABI-compatible) 3.4.x
branch which will no longer receive updates."

There is a new dependency: libunistring.
---
 main/gnutls/APKBUILD | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/main/gnutls/APKBUILD b/main/gnutls/APKBUILD
index 63a72498869c..e4101b2c2b30 100644
--- a/main/gnutls/APKBUILD
+++ b/main/gnutls/APKBUILD
@@ -2,15 +2,13 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnutls
pkgver=3.4.17
pkgver=3.5.8
pkgrel=0
pkgdesc="A TLS protocol implementation"
url="http://www.gnutls.org/"
arch="all"
license="GPL"
depends=""
depends_dev="nettle-dev zlib-dev libtasn1-dev p11-kit-dev"
makedepends="$depends_dev texinfo"
makedepends="nettle-dev zlib-dev libtasn1-dev p11-kit-dev libunistring-dev texinfo"
subpackages="$pkgname-dbg $pkgname-doc $pkgname-dev $pkgname-utils $pkgname-c++:xx"
_v=${pkgver%.*}
case $pkgver in
@@ -56,6 +54,6 @@ xx() {
	mv "$pkgdir"/usr/lib/lib*xx.so.* "$subpkgdir"/usr/lib/
}

md5sums="03ea7575a43f58964635a5064cce4dc0  gnutls-3.4.17.tar.xz"
sha256sums="9b50e8a670d5e950425d96935c7ddd415eb6f8079615a36df425f09a3143172e  gnutls-3.4.17.tar.xz"
sha512sums="a0a578034e8092dd422dc310a655fda3c4a2de5cb06745d9b47bb39734cb983902553b56dfbbabc618b3824defc62489b1b3c8de3b824b97b28273ddedd06ea7  gnutls-3.4.17.tar.xz"
md5sums="113e892e51acdb11b81804cd355adfee  gnutls-3.5.8.tar.xz"
sha256sums="0e97f243ae72b70307d684b84c7fe679385aa7a7a0e37e5be810193dcc17d4ff  gnutls-3.5.8.tar.xz"
sha512sums="e6cdc4f9f2e41bd10e61b90b6b5ea3882c80a7130de8a0e9c23e373985cdc332128529dad49d6854fe93ee934e1bbde8b34dfd19e354b3a8e11b22d61424292e  gnutls-3.5.8.tar.xz"
-- 
2.8.3




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---