From cc02c48a2347f8fb549bbd47b0d348e2d406c12b Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 9 Aug 2024 13:53:42 -0500 Subject: [PATCH] libcli: update to 1.10.7. --- common/shlibs | 2 +- srcpkgs/libcli/template | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index ac43ed84680..9c637788f00 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3744,7 +3744,7 @@ liblcf.so.0 liblcf-0.6.0_1 liboblibs.so.0.1 oblibs-0.1.1.1_1 libaal-1.0.so.7 libaal-1.0.7_1 libaal-minimal.so.0 libaal-1.0.7_1 -libcli.so.1.9 libcli-1.9.8.4_1 +libcli.so.1.10 libcli-1.10.7_1 libaddress_sorting.so.38 libgrpc-1.61.1_1 libgpr.so.38 libgrpc-1.61.1_1 libgrpc++.so.1.61 libgrpc-1.61.1_1 diff --git a/srcpkgs/libcli/template b/srcpkgs/libcli/template index 385bb3f834f..aa5a6b86d22 100644 --- a/srcpkgs/libcli/template +++ b/srcpkgs/libcli/template @@ -1,15 +1,14 @@ # Template file for 'libcli' pkgname=libcli -version=1.9.8.4 -_distver="${version%.*}-${version##*.}" -revision=2 +version=1.10.7 +revision=1 build_style=gnu-makefile short_desc="Library for cisco style telnet interfaces" maintainer="Robert Lowry " license="GPL-2.0-or-later" homepage="https://github.com/dparrish/libcli" -distfiles="https://github.com/dparrish/libcli/archive/v${_distver}.tar.gz" -checksum=c80e268be48c7a52105877995e126034df281096d9785a394b7afcadc9d30e9a +distfiles="https://github.com/dparrish/libcli/archive/V${version}.tar.gz" +checksum=179f78592f73492c22cc1b544b6f8cb0f6630a2f670430c118b8e084e6562e74 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"