Github messages for voidlinux
 help / color / mirror / Atom feed
From: PaperMountainStudio <PaperMountainStudio@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ssh-audit: update to 2.3.1
Date: Thu, 29 Oct 2020 11:00:43 +0100	[thread overview]
Message-ID: <20201029100043.yFCrZRCXaI_034lDQKS8Ph0j1ifM4RKqkwrOGW2BGLU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25963@inbox.vuxu.org>

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

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

https://github.com/PaperMountainStudio/void-packages 0001-ssh-audit-update-to-2.3.1.patch
https://github.com/void-linux/void-packages/pull/25963

ssh-audit: update to 2.3.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0001-ssh-audit-update-to-2.3.1.patch-25963.patch --]
[-- Type: text/x-diff, Size: 1281 bytes --]

From 9dae689e0867fd5288e98e44430bbff00fd04b26 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Thu, 29 Oct 2020 10:49:06 +0100
Subject: [PATCH] ssh-audit: update to 2.3.1

---
 srcpkgs/ssh-audit/template | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/ssh-audit/template b/srcpkgs/ssh-audit/template
index aab2e5e46e7..08305553515 100644
--- a/srcpkgs/ssh-audit/template
+++ b/srcpkgs/ssh-audit/template
@@ -1,18 +1,23 @@
 # Template file for 'ssh-audit'
 pkgname=ssh-audit
-version=2.3.0
-revision=2
-depends="python3"
+version=2.3.1
+revision=1
+build_style="python3-module"
+hostmakedepends="python3-setuptools"
+checkdepends="python3-pytest"
 short_desc="SSH server & client auditing"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/jtesta/ssh-audit"
 distfiles="https://github.com/jtesta/ssh-audit/archive/v${version}.tar.gz"
-checksum=776547591e7b69a2a8dcd1eaaac5d38321f2cb4a5de5f8e5a3e135b33236e812
+checksum=3d81c2620f53e7e0fe359e94524f28b58d53aa4e77292e2c9c555e174993d314
 python_version=3
 
-do_install() {
-	vbin ssh-audit.py ssh-audit
+do_check() {
+	PYTHONPATH=build/lib python3 -m pytest
+}
+
+post_install() {
 	vlicense LICENSE
 	vman ssh-audit.1
 }

  parent reply	other threads:[~2020-10-29 10:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-29  9:49 [PR PATCH] " PaperMountainStudio
2020-10-29  9:57 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-10-29 10:00 ` PaperMountainStudio [this message]
2020-10-29 14:19 ` [PR REVIEW] " abenson
2020-10-29 14:33 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-10-29 14:46 ` [PR PATCH] [Closed]: " abenson

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=20201029100043.yFCrZRCXaI_034lDQKS8Ph0j1ifM4RKqkwrOGW2BGLU@z \
    --to=papermountainstudio@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).