Github messages for voidlinux
 help / color / mirror / Atom feed
From: clyhtsuriva <clyhtsuriva@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ClusterSSH: update to 4.16
Date: Sat, 22 Jun 2024 23:26:29 +0200	[thread overview]
Message-ID: <20240622212629.378EC25DC0@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50916@inbox.vuxu.org>

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

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

https://github.com/clyhtsuriva/void-packages ClusterSSH-update
https://github.com/void-linux/void-packages/pull/50916

ClusterSSH: update to 4.16
#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l-musl
  - aarch64-musl

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

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

From f89e8a07ea6bbda6faa1346b0090f7b074bbdc33 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Sat, 22 Jun 2024 23:26:08 +0200
Subject: [PATCH] ClusterSSH: update to 4.16

---
 srcpkgs/ClusterSSH/patches/15config.diff | 28 ++++++++++++++++++++++++
 srcpkgs/ClusterSSH/template              |  6 ++---
 2 files changed, 31 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/ClusterSSH/patches/15config.diff

diff --git a/srcpkgs/ClusterSSH/patches/15config.diff b/srcpkgs/ClusterSSH/patches/15config.diff
new file mode 100644
index 00000000000000..c61a02318c5212
--- /dev/null
+++ b/srcpkgs/ClusterSSH/patches/15config.diff
@@ -0,0 +1,28 @@
+--- a/t/15config.t
++++ b/t/15config.t
+@@ -535,25 +535,6 @@
+     chmod( 0755, $ENV{HOME} . '/.csshrc.DISABLED', $ENV{HOME} );
+ }
+
+-note('check failure to write default config is caught');
+-$ENV{HOME} = tempdir( CLEANUP => 1 );
+-mkdir( $ENV{HOME} . '/.clusterssh' );
+-mkdir( $ENV{HOME} . '/.clusterssh/config' );
+-$config = App::ClusterSSH::Config->new();
+-trap {
+-    $config->load_configs();
+-};
+-is( $trap->leaveby, 'return', 'returned ok' );
+-isa_ok( $config, "App::ClusterSSH::Config" );
+-isa_ok( $config, "App::ClusterSSH::Config" );
+-is( $trap->stdout, q{}, 'Expecting no STDOUT' );
+-is( $trap->stderr,
+-    q{Unable to write default $HOME/.clusterssh/config: Is a directory}
+-        . $/
+-        . $/,
+-    'Expecting no STDERR'
+-);
+-
+ note('Checking dump');
+ $config = App::ClusterSSH::Config->new(
+     send_menu_xml_file => $ENV{HOME} . '/.clusterssh/send_menu', );
diff --git a/srcpkgs/ClusterSSH/template b/srcpkgs/ClusterSSH/template
index 7e3b2c42b43453..7cb23aeaea58e8 100644
--- a/srcpkgs/ClusterSSH/template
+++ b/srcpkgs/ClusterSSH/template
@@ -1,7 +1,7 @@
 # Template file for 'ClusterSSH'
 pkgname=ClusterSSH
-version=4.14
-revision=3
+version=4.16
+revision=1
 build_style=perl-ModuleBuild
 hostmakedepends="xterm openssh
  perl-CPAN-Changes perl-Module-Build perl-Try-Tiny perl-Tk
@@ -16,7 +16,7 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://github.com/duncs/clusterssh"
 changelog="https://raw.githubusercontent.com/duncs/clusterssh/master/Changes"
 distfiles="https://github.com/duncs/clusterssh/archive/v${version}.tar.gz"
-checksum=179ac8a7c27ec9674d2aa3f65ebb097b4945646c71f83f52fe2b8b24c21cd629
+checksum=1540f42bd521066ab0a41504258ac1aa4c501c6f713057f8906bb896f3335b9f
 
 pre_check() {
 	touch README

  parent reply	other threads:[~2024-06-22 21:26 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-21 21:09 [PR PATCH] " clyhtsuriva
2024-06-21 21:15 ` clyhtsuriva
2024-06-22  0:14 ` classabbyamp
2024-06-22 21:26 ` clyhtsuriva [this message]
2024-06-22 21:29 ` clyhtsuriva
2024-06-22 21:29 ` [PR REVIEW] " classabbyamp
2024-06-22 21:29 ` clyhtsuriva
2024-06-22 21:29 ` classabbyamp
2024-06-22 21:29 ` [PR REVIEW] " clyhtsuriva
2024-06-22 21:36 ` [PR PATCH] [Updated] " clyhtsuriva
2024-06-22 21:36 ` [PR REVIEW] " clyhtsuriva
2024-06-22 21:51 ` clyhtsuriva
2024-06-22 21:52 ` clyhtsuriva
2024-06-26 15:25 ` [PR PATCH] [Merged]: " classabbyamp

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=20240622212629.378EC25DC0@inbox.vuxu.org \
    --to=clyhtsuriva@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).