Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libssh2: update to 1.11.0
@ 2023-05-30 18:17 tranzystorek-io
  2023-05-30 18:31 ` [PR PATCH] [Updated] " tranzystorek-io
  2023-06-09  1:06 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorek-io @ 2023-05-30 18:17 UTC (permalink / raw)
  To: ml

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

There is a new pull request by tranzystorek-io against master on the void-packages repository

https://github.com/tranzystorek-io/void-packages libssh2
https://github.com/void-linux/void-packages/pull/44178

libssh2: update to 1.11.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/44178.patch is attached

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

From 560f78c3f7c85cd19ac932f7a4bd49fa73dd6f40 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 30 May 2023 20:11:12 +0200
Subject: [PATCH] libssh2: update to 1.11.0

---
 srcpkgs/libssh2/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libssh2/template b/srcpkgs/libssh2/template
index 456e4cc4547b..7758ded1286c 100644
--- a/srcpkgs/libssh2/template
+++ b/srcpkgs/libssh2/template
@@ -1,16 +1,16 @@
 # Template file for 'libssh2'
 pkgname=libssh2
-version=1.10.0
+version=1.11.0
 revision=1
-build_style=gnu-configure
-configure_args="--with-libssl-prefix=${XBPS_CROSS_BASE}/usr"
+build_style=cmake
+configure_args="-DRUN_DOCKER_TESTS=OFF"
 makedepends="zlib-devel openssl-devel"
 short_desc="Library implementing the SSH2 protocol"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://www.libssh2.org/"
 distfiles="http://www.libssh2.org/download/${pkgname}-${version}.tar.gz"
-checksum=2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51
+checksum=3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461
 
 post_install() {
 	vlicense COPYING LICENSE
@@ -21,9 +21,11 @@ libssh2-devel_package() {
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove usr/lib/cmake
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"
 		vmove "usr/lib/*.so"
-		vmove usr/share
+		vmove usr/share/doc
+		vmove usr/share/man
 	}
 }

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

* Re: [PR PATCH] [Updated] libssh2: update to 1.11.0
  2023-05-30 18:17 [PR PATCH] libssh2: update to 1.11.0 tranzystorek-io
@ 2023-05-30 18:31 ` tranzystorek-io
  2023-06-09  1:06 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorek-io @ 2023-05-30 18:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages libssh2
https://github.com/void-linux/void-packages/pull/44178

libssh2: update to 1.11.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/44178.patch is attached

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

From d4e5bac765271b90b287a0bc7baf7f2ee0ec4143 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 30 May 2023 20:11:12 +0200
Subject: [PATCH] libssh2: update to 1.11.0

---
 srcpkgs/libssh2/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libssh2/template b/srcpkgs/libssh2/template
index 456e4cc4547b..4b999a7fc1ee 100644
--- a/srcpkgs/libssh2/template
+++ b/srcpkgs/libssh2/template
@@ -1,16 +1,16 @@
 # Template file for 'libssh2'
 pkgname=libssh2
-version=1.10.0
+version=1.11.0
 revision=1
-build_style=gnu-configure
-configure_args="--with-libssl-prefix=${XBPS_CROSS_BASE}/usr"
+build_style=cmake
+configure_args="-DENABLE_ZLIB_COMPRESSION=ON -DRUN_DOCKER_TESTS=OFF"
 makedepends="zlib-devel openssl-devel"
 short_desc="Library implementing the SSH2 protocol"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://www.libssh2.org/"
 distfiles="http://www.libssh2.org/download/${pkgname}-${version}.tar.gz"
-checksum=2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51
+checksum=3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461
 
 post_install() {
 	vlicense COPYING LICENSE
@@ -21,9 +21,11 @@ libssh2-devel_package() {
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove usr/lib/cmake
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"
 		vmove "usr/lib/*.so"
-		vmove usr/share
+		vmove usr/share/doc
+		vmove usr/share/man
 	}
 }

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

* Re: [PR PATCH] [Merged]: libssh2: update to 1.11.0
  2023-05-30 18:17 [PR PATCH] libssh2: update to 1.11.0 tranzystorek-io
  2023-05-30 18:31 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-06-09  1:06 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-06-09  1:06 UTC (permalink / raw)
  To: ml

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

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

libssh2: update to 1.11.0
https://github.com/void-linux/void-packages/pull/44178

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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] 3+ messages in thread

end of thread, other threads:[~2023-06-09  1:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30 18:17 [PR PATCH] libssh2: update to 1.11.0 tranzystorek-io
2023-05-30 18:31 ` [PR PATCH] [Updated] " tranzystorek-io
2023-06-09  1:06 ` [PR PATCH] [Merged]: " classabbyamp

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