~alpine/aports

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

[PATCH] main/libmspack: fix wrong version in libmspack.pc

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20191115051656.9F28A509EE@mx12.valuehost.ru>
DKIM signature
missing
Download raw message
Patch: +6 -1
---
 main/libmspack/APKBUILD | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/main/libmspack/APKBUILD b/main/libmspack/APKBUILD
index 83f62b4eab..521ce6726d 100644
--- a/main/libmspack/APKBUILD
+++ b/main/libmspack/APKBUILD
@@ -2,7 +2,7 @@
pkgname=libmspack
pkgver=0.8_alpha
_ver=${pkgver/_/}
pkgrel=0
pkgrel=1
pkgdesc="Library for Microsoft CAB compression formats"
url="https://www.cabextract.org.uk/libmspack/"
arch="all"
@@ -27,6 +27,11 @@ builddir="$srcdir"/libmspack-$_ver
#     - CVE-2017-6419
#     - CVE-2017-11423

prepare() {
	default_prepare
	sed -i "s/@VERSION@/$pkgver/" libmspack.pc.in
}

build() {
	cd "$builddir"
	./configure \
-- 
2.24.0
Details
Message ID
<20191116203800.GD456781@alpha>
In-Reply-To
<20191115051656.9F28A509EE@mx12.valuehost.ru> (view parent)
DKIM signature
missing
Download raw message
On Fri, Nov 15, 2019 at 05:01:41AM +0000, alpine-mips-patches wrote:
> ---
>  main/libmspack/APKBUILD | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/main/libmspack/APKBUILD b/main/libmspack/APKBUILD
> index 83f62b4eab..521ce6726d 100644
> --- a/main/libmspack/APKBUILD
> +++ b/main/libmspack/APKBUILD
> @@ -2,7 +2,7 @@
>  pkgname=libmspack
>  pkgver=0.8_alpha
>  _ver=${pkgver/_/}
> -pkgrel=0
> +pkgrel=1
>  pkgdesc="Library for Microsoft CAB compression formats"
>  url="https://www.cabextract.org.uk/libmspack/"
>  arch="all"
> @@ -27,6 +27,11 @@ builddir="$srcdir"/libmspack-$_ver
>  #     - CVE-2017-6419
>  #     - CVE-2017-11423
>  
> +prepare() {
> +	default_prepare
> +	sed -i "s/@VERSION@/$pkgver/" libmspack.pc.in
> +}
> +
>  build() {
>  	cd "$builddir"
>  	./configure \
> -- 
> 2.24.0
> 

This has been pushed, thanks.
Reply to thread Export thread (mbox)