~alpine/aports

testing/libosip2: upgrade to 5.3.0 v1 REJECTED

Gavin Henry: 1
 testing/libosip2: upgrade to 5.3.0

 1 files changed, 5 insertions(+), 3 deletions(-)
Yep, have just emailed a patch. Thanks.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32263#note_223618
That (libeXosip2) should be a trivial update of the version and cksum too...

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32263#note_223660
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/3979/mbox | git am -3
Learn more about email & git

[PATCH] testing/libosip2: upgrade to 5.3.0 Export this patch

---
 testing/libosip2/APKBUILD | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/testing/libosip2/APKBUILD b/testing/libosip2/APKBUILD
index 7504be1dc3..fa45ffd80e 100644
--- a/testing/libosip2/APKBUILD
+++ b/testing/libosip2/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: David Sugar <tychosoft@gmail.com>
# Contributor: David Sugar <tychosoft@gmail.com>
# Contributor: David Sugar <tychosoft@gmail.com>, Gavin Henry <ghenry@sentrypeer.org>
pkgname=libosip2
# Needs to be kept in sync with libexosip2
pkgver=5.2.0
pkgver=5.3.0
pkgrel=0
pkgdesc="oSIP is an implementation of SIP"
url="https://www.gnu.org/software/osip/"
@@ -34,4 +34,6 @@ package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="cc714ab5669c466ee8f0de78cf74a8b7633f3089bf104c9c1474326840db3d791270159456f9deb877af2df346b04493e8f796b2bb7d2be134f6c08b25a29f83  libosip2-5.2.0.tar.gz"
sha512sums="
010830af0aca7cab48f2d28b130bf8a2443a7eb552ccfd3e6100d3262a1e2a4cca4ab457a073cbf6ff032ed7177a781e2ce980a1f095688659cff8c0005fce50  libosip2-5.3.0.tar.gz
"
-- 
2.34.1
you have to keep this in sync too

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32263#note_223612