Skip to content

Commit

Permalink
matio : update to 1.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Domenico Panella authored and pandom79 committed Oct 17, 2020
1 parent ced3893 commit 4ee6b4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 49 deletions.
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,7 @@ libhidrd_opt.so.0 hidrd-0.2.0_1
libhidrd_strm.so.0 hidrd-0.2.0_1
libhidrd_fmt.so.0 hidrd-0.2.0_1
libjcat.so.1 libjcat-0.1.2_1
libmatio.so.9 matio-1.5.17_2
libmatio.so.11 matio-1.5.18_1
libportal.so.0 libportal-0.3_1
libvips.so.42 libvips-8.9.2_1
libvips-cpp.so.42 libvips-8.9.2_1
Expand Down
45 changes: 0 additions & 45 deletions srcpkgs/matio/patches/CVE-2019-20020.patch

This file was deleted.

10 changes: 7 additions & 3 deletions srcpkgs/matio/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'matio'
pkgname=matio
version=1.5.17
revision=2
version=1.5.18
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="libtool"
Expand All @@ -11,12 +11,16 @@ maintainer="Florian Eich <flrn@nrmncr.net>"
license="BSD-2-Clause"
homepage="https://github.com/tbeu/matio"
distfiles="https://github.com/tbeu/matio/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=5e455527d370ab297c4abe5a2ab4d599c93ac7c1a0c85d841cc5c22f8221c400
checksum=5fad71a63a854d821cc6f4e8c84da837149dd5fb57e1e2baeffd85fa0f28fe25

if [ "$CROSS_BUILD" ]; then
configure_args+=" ac_cv_va_copy=C99"
fi

if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" musl-legacy-compat"
fi

post_install() {
vlicense COPYING
}
Expand Down

0 comments on commit 4ee6b4a

Please sign in to comment.