SF.net SVN: gar:[27215] csw/mgar/pkg/libssh2/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Nov 5 09:48:29 CET 2025


Revision: 27215
          http://sourceforge.net/p/gar/code/27215
Author:   dmichelsen
Date:     2025-11-05 08:48:29 +0000 (Wed, 05 Nov 2025)
Log Message:
-----------
libssh2/trunk: Update to 1.11.1

Modified Paths:
--------------
    csw/mgar/pkg/libssh2/trunk/Makefile
    csw/mgar/pkg/libssh2/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/libssh2/trunk/files/0001-Force-bash-and-GNU-grep.patch

Modified: csw/mgar/pkg/libssh2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libssh2/trunk/Makefile	2025-11-01 11:43:07 UTC (rev 27214)
+++ csw/mgar/pkg/libssh2/trunk/Makefile	2025-11-05 08:48:29 UTC (rev 27215)
@@ -1,5 +1,5 @@
 NAME = libssh2
-VERSION = 1.8.0
+VERSION = 1.11.1
 GARTYPE = v2
 
 DESCRIPTION = A library for impementing the SSH2 protocol
@@ -11,10 +11,8 @@
 endef
 
 MASTER_SITES = http://www.libssh2.org/download/
-DISTFILES += $(DISTNAME).tar.gz
+DISTFILES += $(DISTNAME).tar.xz
 
-#PATCHFILES += 0001-Force-bash-and-GNU-grep.patch
-
 VENDOR_URL = http://www.libssh2.org
 
 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
@@ -25,7 +23,7 @@
 PACKAGES += CSWlibssh2-1
 SPKG_DESC_CSWlibssh2-1 = A library for impementing the SSH2 protocol, libssh2.so.1
 PKGFILES_CSWlibssh2-1 += $(call pkgfiles_lib,libssh2.so.1)
-RUNTIME_DEP_PKGS_CSWlibssh2-1 += CSWlibssl1-0-0
+RUNTIME_DEP_PKGS_CSWlibssh2-1 += CSWlibssl1-1
 RUNTIME_DEP_PKGS_CSWlibssh2-1 += CSWlibz1
 OBSOLETED_BY_CSWlibssh2-1 += CSWlibssh2
 

Modified: csw/mgar/pkg/libssh2/trunk/checksums
===================================================================
--- csw/mgar/pkg/libssh2/trunk/checksums	2025-11-01 11:43:07 UTC (rev 27214)
+++ csw/mgar/pkg/libssh2/trunk/checksums	2025-11-05 08:48:29 UTC (rev 27215)
@@ -1 +1 @@
-3d1147cae66e2959ea5441b183de1b1c  libssh2-1.8.0.tar.gz
+54111b78a406f8a23e603d342de90056  libssh2-1.11.1.tar.xz

Deleted: csw/mgar/pkg/libssh2/trunk/files/0001-Force-bash-and-GNU-grep.patch
===================================================================
--- csw/mgar/pkg/libssh2/trunk/files/0001-Force-bash-and-GNU-grep.patch	2025-11-01 11:43:07 UTC (rev 27214)
+++ csw/mgar/pkg/libssh2/trunk/files/0001-Force-bash-and-GNU-grep.patch	2025-11-05 08:48:29 UTC (rev 27215)
@@ -1,31 +0,0 @@
-From a20cd01152e6c707a04ed75a810d705c20f2aa0a Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <da\xC2m at opencsw.org>
-Date: Wed, 20 Jun 2012 13:10:31 +0200
-Subject: [PATCH] Force bash and GNU grep
-
----
- tests/mansyntax.sh |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/mansyntax.sh b/tests/mansyntax.sh
-index 3e72c25..0018709 100755
---- a/tests/mansyntax.sh
-+++ b/tests/mansyntax.sh
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- set -e
- 
- # Written by Mikhail Gusarov
-@@ -12,7 +12,7 @@ mandir=${srcdir}/../docs
- #
- # Only test if suitable man is available
- #
--if ! man --help | grep -q warnings; then
-+if ! man --help | ggrep -q warnings; then
-   exit 77
- fi
- 
--- 
-1.7.10.3
-

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list