From 45eb66a0fdf21b8496a442f7a9e1e34f63a54d2e Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 15 Jan 2021 16:24:49 +0100 Subject: [PATCH] libtasn1: bump version --- .../{libtasn1-4.15.0.recipe => libtasn1-4.16.0.recipe} | 8 ++++---- ...{libtasn1-4.15.0.patchset => libtasn1-4.16.0.patchset} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename dev-libs/libtasn1/{libtasn1-4.15.0.recipe => libtasn1-4.16.0.recipe} (90%) rename dev-libs/libtasn1/patches/{libtasn1-4.15.0.patchset => libtasn1-4.16.0.patchset} (100%) diff --git a/dev-libs/libtasn1/libtasn1-4.15.0.recipe b/dev-libs/libtasn1/libtasn1-4.16.0.recipe similarity index 90% rename from dev-libs/libtasn1/libtasn1-4.15.0.recipe rename to dev-libs/libtasn1/libtasn1-4.16.0.recipe index 7c47c4fcc..703d8bc04 100644 --- a/dev-libs/libtasn1/libtasn1-4.15.0.recipe +++ b/dev-libs/libtasn1/libtasn1-4.16.0.recipe @@ -9,13 +9,13 @@ LICENSE="GNU LGPL v2.1 GNU GPL v3" REVISION="1" SOURCE_URI="https://ftp.gnu.org/gnu/libtasn1/libtasn1-$portVersion.tar.gz" -CHECKSUM_SHA256="dd77509fe8f5304deafbca654dc7f0ea57f5841f41ba530cff9a5bf71382739e" +CHECKSUM_SHA256="0e0fb0903839117cb6e3b56e68222771bebf22ad7fc2295a0ed7d576e8d4329d" PATCHES="libtasn1-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" -libVersion="6.5.7" +libVersion="6.6.0" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" portVersionCompat="$portVersion compat >= 4" @@ -59,7 +59,7 @@ defineDebugInfoPackage libtasn1$secondaryArchSuffix \ BUILD() { - runConfigure ./configure --disable-gcc-warnings + AUTOMAKE=: AUTOCONF=: runConfigure ./configure --disable-gcc-warnings make $jobArgs } @@ -67,7 +67,7 @@ INSTALL() { make install - rm $libDir/libtasn1.la + rm $libDir/libtasn1.la $libDir/libtasn1.a rm -f "$infoDir"/dir prepareInstalledDevelLibs libtasn1 diff --git a/dev-libs/libtasn1/patches/libtasn1-4.15.0.patchset b/dev-libs/libtasn1/patches/libtasn1-4.16.0.patchset similarity index 100% rename from dev-libs/libtasn1/patches/libtasn1-4.15.0.patchset rename to dev-libs/libtasn1/patches/libtasn1-4.16.0.patchset