Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libssh: update to 0.9.6.
@ 2022-03-03 10:29 tibequadorian
  2022-03-03 10:31 ` [PR PATCH] [Updated] " tibequadorian
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-03 10:29 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1750 bytes --]

From 78c479338cdb5c80ff05c1264619c50ac390f2fb 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                   |  6 +++---
 2 files changed, 3 insertions(+), 13 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..64ff95354176 100644
--- a/srcpkgs/libssh/template
+++ b/srcpkgs/libssh/template
@@ -1,7 +1,7 @@
 # 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"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.libssh.org/"
 distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.gz"
-checksum=df65d6054554e8ff5458628808ce8d68b928175f4fefa1c833582b9568491e64
+checksum=63ddcb340e0898eb5c874418c1ff421cf90236fcb3fe5166675e79fa8a7511e4
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) configure_args="-DHAVE_GLOB=0" ;;

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] libssh: update to 0.9.6.
  2022-03-03 10:29 [PR PATCH] libssh: update to 0.9.6 tibequadorian
@ 2022-03-03 10:31 ` tibequadorian
  2022-03-03 12:39 ` tibequadorian
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-03 10:31 UTC (permalink / raw)
  To: ml

[-- 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: 1849 bytes --]

From 600b2b4b842a8c49c9dbafe6b5f42bb47e41d277 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                   |  8 ++++----
 2 files changed, 4 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..aa1058490b6d 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"
@@ -12,7 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.libssh.org/"
 distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.gz"
-checksum=df65d6054554e8ff5458628808ce8d68b928175f4fefa1c833582b9568491e64
+checksum=63ddcb340e0898eb5c874418c1ff421cf90236fcb3fe5166675e79fa8a7511e4
+make_check=ci-skip
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) configure_args="-DHAVE_GLOB=0" ;;

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] libssh: update to 0.9.6.
  2022-03-03 10:29 [PR PATCH] libssh: update to 0.9.6 tibequadorian
  2022-03-03 10:31 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-03 12:39 ` tibequadorian
  2022-03-03 22:18 ` [PR REVIEW] " paper42
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-03 12:39 UTC (permalink / raw)
  To: ml

[-- 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: 1888 bytes --]

From 312c8e44a547d7f857d95d74da371f1a9acdc0d1 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                   |  8 ++++----
 2 files changed, 4 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..7b0aef4c855e 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"
@@ -12,7 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.libssh.org/"
 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" ;;

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR REVIEW] libssh: update to 0.9.6.
  2022-03-03 10:29 [PR PATCH] libssh: update to 0.9.6 tibequadorian
  2022-03-03 10:31 ` [PR PATCH] [Updated] " tibequadorian
  2022-03-03 12:39 ` tibequadorian
@ 2022-03-03 22:18 ` paper42
  2022-03-04 11:19 ` [PR PATCH] [Updated] " tibequadorian
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-03-03 22:18 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35943#discussion_r819107809

Comment:
```suggestion
homepage="https://www.libssh.org/"
changelog="https://git.libssh.org/projects/libssh.git/plain/ChangeLog?h=stable-0.9"
distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.gz"
```
and get 0.9 with using `$version`

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] libssh: update to 0.9.6.
  2022-03-03 10:29 [PR PATCH] libssh: update to 0.9.6 tibequadorian
                   ` (2 preceding siblings ...)
  2022-03-03 22:18 ` [PR REVIEW] " paper42
@ 2022-03-04 11:19 ` tibequadorian
  2022-03-04 11:21 ` [PR REVIEW] " tibequadorian
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-04 11:19 UTC (permalink / raw)
  To: ml

[-- 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: 1984 bytes --]

From 952e7f819dd72140d6d59b055f3cb5d0c5ac0ebe 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..86485ea2e925 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"
@@ -12,7 +11,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.libssh.org/"
 distfiles="https://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.gz"
-checksum=df65d6054554e8ff5458628808ce8d68b928175f4fefa1c833582b9568491e64
+changelog="https://git.libssh.org/projects/libssh.git/plain/ChangeLog?h=stable-${version%.*}"
+checksum=63ddcb340e0898eb5c874418c1ff421cf90236fcb3fe5166675e79fa8a7511e4
+make_check=ci-skip # some tests fail when running as root
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) configure_args="-DHAVE_GLOB=0" ;;

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR REVIEW] libssh: update to 0.9.6.
  2022-03-03 10:29 [PR PATCH] libssh: update to 0.9.6 tibequadorian
                   ` (3 preceding siblings ...)
  2022-03-04 11:19 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-04 11:21 ` tibequadorian
  2022-03-04 11:21 ` [PR PATCH] [Updated] " tibequadorian
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-04 11:21 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35943#discussion_r819487205

Comment:
Done. Is there a xbps-src command to get a variable like $changelog from a template?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] libssh: update to 0.9.6.
  2022-03-03 10:29 [PR PATCH] libssh: update to 0.9.6 tibequadorian
                   ` (4 preceding siblings ...)
  2022-03-04 11:21 ` [PR REVIEW] " tibequadorian
@ 2022-03-04 11:21 ` tibequadorian
  2022-03-17 17:53 ` [PR REVIEW] " tibequadorian
  2022-03-21  6:06 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-04 11:21 UTC (permalink / raw)
  To: ml

[-- 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" ;;

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR REVIEW] libssh: update to 0.9.6.
  2022-03-03 10:29 [PR PATCH] libssh: update to 0.9.6 tibequadorian
                   ` (5 preceding siblings ...)
  2022-03-04 11:21 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-17 17:53 ` tibequadorian
  2022-03-21  6:06 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-17 17:53 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35943#discussion_r829337240

Comment:
I found out it's `xbps-src show` :)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Merged]: libssh: update to 0.9.6.
  2022-03-03 10:29 [PR PATCH] libssh: update to 0.9.6 tibequadorian
                   ` (6 preceding siblings ...)
  2022-03-17 17:53 ` [PR REVIEW] " tibequadorian
@ 2022-03-21  6:06 ` paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-03-21  6:06 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

libssh: update to 0.9.6.
https://github.com/void-linux/void-packages/pull/35943

Description:
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
-->


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-03-21  6:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 10:29 [PR PATCH] libssh: update to 0.9.6 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 ` [PR PATCH] [Updated] " tibequadorian
2022-03-17 17:53 ` [PR REVIEW] " tibequadorian
2022-03-21  6:06 ` [PR PATCH] [Merged]: " paper42

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).