Github messages for voidlinux
 help / color / mirror / Atom feed
From: tibequadorian <tibequadorian@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libssh: update to 0.9.6.
Date: Fri, 04 Mar 2022 12:21:41 +0100	[thread overview]
Message-ID: <20220304112141.U0jFGdvSXwdLk1yjztWCpQmVRdn4p5P9FUnmr58i_9w@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35943@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages libssh
https://github.com/void-linux/void-packages/pull/35943

libssh: update to 0.9.6.
taken from #32908

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

Tests pass locally.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35943.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libssh-35943.patch --]
[-- Type: text/x-diff, Size: 2056 bytes --]

From 68928eba981396fe82fe755466055dec3f5be53e Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Fri, 10 Sep 2021 21:24:56 +0400
Subject: [PATCH] libssh: update to 0.9.6.

---
 srcpkgs/libssh/patches/fix-includes.patch | 10 ----------
 srcpkgs/libssh/template                   |  9 +++++----
 2 files changed, 5 insertions(+), 14 deletions(-)
 delete mode 100644 srcpkgs/libssh/patches/fix-includes.patch

diff --git a/srcpkgs/libssh/patches/fix-includes.patch b/srcpkgs/libssh/patches/fix-includes.patch
deleted file mode 100644
index 39122128a307..000000000000
--- a/srcpkgs/libssh/patches/fix-includes.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/include/libssh/libssh.h
-+++ b/include/libssh/libssh.h
-@@ -57,6 +57,7 @@
-   typedef unsigned long long uint64_t;
-   typedef int mode_t;
- #else /* _MSC_VER */
-+  #include <sys/types.h>
-   #include <unistd.h>
-   #include <inttypes.h>
- #endif /* _MSC_VER */
diff --git a/srcpkgs/libssh/template b/srcpkgs/libssh/template
index 9b57379bfc88..3732311abb24 100644
--- a/srcpkgs/libssh/template
+++ b/srcpkgs/libssh/template
@@ -1,9 +1,8 @@
 # Template file for 'libssh'
 pkgname=libssh
-version=0.9.5
-revision=2
+version=0.9.6
+revision=1
 build_style=cmake
-configure_args="-DUNIT_TESTING=ON"
 hostmakedepends="pkg-config python3"
 makedepends="zlib-devel openssl-devel cmocka-devel"
 checkdepends="openssh"
@@ -11,8 +10,10 @@ short_desc="Multiplatform C library implementing the SSH v2 protocol"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.libssh.org/"
+changelog="https://git.libssh.org/projects/libssh.git/plain/ChangeLog?h=stable-${version%.*}"
 distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.gz"
-checksum=df65d6054554e8ff5458628808ce8d68b928175f4fefa1c833582b9568491e64
+checksum=63ddcb340e0898eb5c874418c1ff421cf90236fcb3fe5166675e79fa8a7511e4
+make_check=ci-skip # some tests fail when running as root
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) configure_args="-DHAVE_GLOB=0" ;;

  parent reply	other threads:[~2022-03-04 11:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-03 10:29 [PR PATCH] " tibequadorian
2022-03-03 10:31 ` [PR PATCH] [Updated] " tibequadorian
2022-03-03 12:39 ` tibequadorian
2022-03-03 22:18 ` [PR REVIEW] " paper42
2022-03-04 11:19 ` [PR PATCH] [Updated] " tibequadorian
2022-03-04 11:21 ` [PR REVIEW] " tibequadorian
2022-03-04 11:21 ` tibequadorian [this message]
2022-03-17 17:53 ` tibequadorian
2022-03-21  6:06 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220304112141.U0jFGdvSXwdLk1yjztWCpQmVRdn4p5P9FUnmr58i_9w@z \
    --to=tibequadorian@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).