Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ssh-audit: update to 2.3.0-2
@ 2020-10-16 15:34 jtesta
  2020-10-16 21:52 ` abenson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jtesta @ 2020-10-16 15:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jtesta/void-packages ssh-audit-2.3.0-1
https://github.com/void-linux/void-packages/pull/25657

ssh-audit: update to 2.3.0-2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ssh-audit-2.3.0-1-25657.patch --]
[-- Type: text/x-diff, Size: 908 bytes --]

From a6aa02fcb3ab64f63288fcc6d4be7b3d9381deec Mon Sep 17 00:00:00 2001
From: Joe Testa <jtesta@positronsecurity.com>
Date: Fri, 16 Oct 2020 11:33:37 -0400
Subject: [PATCH] ssh-audit: update to 2.3.0-2

---
 srcpkgs/ssh-audit/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ssh-audit/template b/srcpkgs/ssh-audit/template
index 912fcef1cab..aab2e5e46e7 100644
--- a/srcpkgs/ssh-audit/template
+++ b/srcpkgs/ssh-audit/template
@@ -1,9 +1,9 @@
 # Template file for 'ssh-audit'
 pkgname=ssh-audit
 version=2.3.0
-revision=1
+revision=2
 depends="python3"
-short_desc="SSH server auditing"
+short_desc="SSH server & client auditing"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/jtesta/ssh-audit"
@@ -14,4 +14,5 @@ python_version=3
 do_install() {
 	vbin ssh-audit.py ssh-audit
 	vlicense LICENSE
+	vman ssh-audit.1
 }

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

* Re: ssh-audit: update to 2.3.0-2
  2020-10-16 15:34 [PR PATCH] ssh-audit: update to 2.3.0-2 jtesta
@ 2020-10-16 21:52 ` abenson
  2020-10-16 23:07 ` [PR PATCH] [Updated] " jtesta
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: abenson @ 2020-10-16 21:52 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/25657#issuecomment-710669908

Comment:
Change the commit message to something more meaningful, like "add man page"

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

* Re: [PR PATCH] [Updated] ssh-audit: update to 2.3.0-2
  2020-10-16 15:34 [PR PATCH] ssh-audit: update to 2.3.0-2 jtesta
  2020-10-16 21:52 ` abenson
@ 2020-10-16 23:07 ` jtesta
  2020-10-16 23:14 ` jtesta
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jtesta @ 2020-10-16 23:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jtesta/void-packages ssh-audit-2.3.0-1
https://github.com/void-linux/void-packages/pull/25657

ssh-audit: update to 2.3.0-2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ssh-audit-2.3.0-1-25657.patch --]
[-- Type: text/x-diff, Size: 893 bytes --]

From 61386dc1c6f5d39e80b39fd2b211000f780f37d5 Mon Sep 17 00:00:00 2001
From: Joe Testa <jtesta@positronsecurity.com>
Date: Fri, 16 Oct 2020 19:07:16 -0400
Subject: [PATCH] Add man page.

---
 srcpkgs/ssh-audit/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ssh-audit/template b/srcpkgs/ssh-audit/template
index 912fcef1cab..aab2e5e46e7 100644
--- a/srcpkgs/ssh-audit/template
+++ b/srcpkgs/ssh-audit/template
@@ -1,9 +1,9 @@
 # Template file for 'ssh-audit'
 pkgname=ssh-audit
 version=2.3.0
-revision=1
+revision=2
 depends="python3"
-short_desc="SSH server auditing"
+short_desc="SSH server & client auditing"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/jtesta/ssh-audit"
@@ -14,4 +14,5 @@ python_version=3
 do_install() {
 	vbin ssh-audit.py ssh-audit
 	vlicense LICENSE
+	vman ssh-audit.1
 }

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

* Re: ssh-audit: update to 2.3.0-2
  2020-10-16 15:34 [PR PATCH] ssh-audit: update to 2.3.0-2 jtesta
  2020-10-16 21:52 ` abenson
  2020-10-16 23:07 ` [PR PATCH] [Updated] " jtesta
@ 2020-10-16 23:14 ` jtesta
  2020-10-16 23:24 ` ericonr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jtesta @ 2020-10-16 23:14 UTC (permalink / raw)
  To: ml

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

New comment by jtesta on void-packages repository

https://github.com/void-linux/void-packages/pull/25657#issuecomment-710692333

Comment:
Done!

On 10/16/20 5:52 PM, Andrew Benson wrote:
> Change the commit message to something more meaningful, like "add man page"
> 
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub 
> <https://github.com/void-linux/void-packages/pull/25657#issuecomment-710669908>, 
> or unsubscribe 
> <https://github.com/notifications/unsubscribe-auth/AAWYA62CQSYWVNF3PX6QZXTSLC6BXANCNFSM4STPWAVQ>.
> 

-- 
Joseph S. Testa II
Founder & Principal Security Consultant
Positron Security


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

* Re: ssh-audit: update to 2.3.0-2
  2020-10-16 15:34 [PR PATCH] ssh-audit: update to 2.3.0-2 jtesta
                   ` (2 preceding siblings ...)
  2020-10-16 23:14 ` jtesta
@ 2020-10-16 23:24 ` ericonr
  2020-10-16 23:27 ` [PR PATCH] [Updated] " jtesta
  2020-10-17 15:50 ` [PR PATCH] [Merged]: " abenson
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-10-16 23:24 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25657#issuecomment-710694789

Comment:
I believe something like `ssh-audit: add man page.` was meant.

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

* Re: [PR PATCH] [Updated] ssh-audit: update to 2.3.0-2
  2020-10-16 15:34 [PR PATCH] ssh-audit: update to 2.3.0-2 jtesta
                   ` (3 preceding siblings ...)
  2020-10-16 23:24 ` ericonr
@ 2020-10-16 23:27 ` jtesta
  2020-10-17 15:50 ` [PR PATCH] [Merged]: " abenson
  5 siblings, 0 replies; 7+ messages in thread
From: jtesta @ 2020-10-16 23:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jtesta/void-packages ssh-audit-2.3.0-1
https://github.com/void-linux/void-packages/pull/25657

ssh-audit: update to 2.3.0-2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ssh-audit-2.3.0-1-25657.patch --]
[-- Type: text/x-diff, Size: 904 bytes --]

From 292d7e296e6ba5afd8ccdb1e55d52fecca09947e Mon Sep 17 00:00:00 2001
From: Joe Testa <jtesta@positronsecurity.com>
Date: Fri, 16 Oct 2020 19:26:51 -0400
Subject: [PATCH] ssh-audit: add man page.

---
 srcpkgs/ssh-audit/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ssh-audit/template b/srcpkgs/ssh-audit/template
index 912fcef1cab..aab2e5e46e7 100644
--- a/srcpkgs/ssh-audit/template
+++ b/srcpkgs/ssh-audit/template
@@ -1,9 +1,9 @@
 # Template file for 'ssh-audit'
 pkgname=ssh-audit
 version=2.3.0
-revision=1
+revision=2
 depends="python3"
-short_desc="SSH server auditing"
+short_desc="SSH server & client auditing"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/jtesta/ssh-audit"
@@ -14,4 +14,5 @@ python_version=3
 do_install() {
 	vbin ssh-audit.py ssh-audit
 	vlicense LICENSE
+	vman ssh-audit.1
 }

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

* Re: [PR PATCH] [Merged]: ssh-audit: update to 2.3.0-2
  2020-10-16 15:34 [PR PATCH] ssh-audit: update to 2.3.0-2 jtesta
                   ` (4 preceding siblings ...)
  2020-10-16 23:27 ` [PR PATCH] [Updated] " jtesta
@ 2020-10-17 15:50 ` abenson
  5 siblings, 0 replies; 7+ messages in thread
From: abenson @ 2020-10-17 15:50 UTC (permalink / raw)
  To: ml

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

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

ssh-audit: update to 2.3.0-2
https://github.com/void-linux/void-packages/pull/25657

Description:


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

end of thread, other threads:[~2020-10-17 15:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-16 15:34 [PR PATCH] ssh-audit: update to 2.3.0-2 jtesta
2020-10-16 21:52 ` abenson
2020-10-16 23:07 ` [PR PATCH] [Updated] " jtesta
2020-10-16 23:14 ` jtesta
2020-10-16 23:24 ` ericonr
2020-10-16 23:27 ` [PR PATCH] [Updated] " jtesta
2020-10-17 15:50 ` [PR PATCH] [Merged]: " abenson

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