Github messages for voidlinux
 help / color / mirror / Atom feed
From: k4leg <k4leg@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: Unhide-20210124
Date: Sat, 28 Aug 2021 11:36:29 +0200	[thread overview]
Message-ID: <20210828093629.cj_SRaVKJ3z_3e7Vf9WTQS_MZJJofMHfydq1m4Z7rQU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32691@inbox.vuxu.org>

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

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

https://github.com/k4leg/void-packages New-package-Unhide
https://github.com/void-linux/void-packages/pull/32691

New package: Unhide-20210124
<!-- Mark items with [x] where applicable -->

This package is an optional dependency for `rkhunter`.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I generally don't use the affected packages but briefly tested this PR

#### Other
There are tests in this package but they need root access. What are the ways to enable it (these are files `sanity-tcp.sh` and `sanity.sh`)?

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32691.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-New-package-Unhide-32691.patch --]
[-- Type: text/x-diff, Size: 1530 bytes --]

From cc964e16afb8370f00bc71b9367370dd990334a8 Mon Sep 17 00:00:00 2001
From: k4leg <python.bogdan@gmail.com>
Date: Wed, 25 Aug 2021 23:35:03 +0300
Subject: [PATCH] New package: Unhide-20210124

---
 srcpkgs/Unhide/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/Unhide/template

diff --git a/srcpkgs/Unhide/template b/srcpkgs/Unhide/template
new file mode 100644
index 000000000000..cb7bbbc71c05
--- /dev/null
+++ b/srcpkgs/Unhide/template
@@ -0,0 +1,32 @@
+# Template file for 'Unhide'
+pkgname=Unhide
+version=20210124
+revision=1
+archs="~*-musl"
+depends="iproute2 net-tools lsof psmisc procps-ng"
+short_desc="Forensic tool to find hidden processes and TCP/UDP ports"
+maintainer="k4leg <python.bogdan@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/YJesus/Unhide"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=afd3923d7ff665c32f73a5178065843a608a1aaab36d2b21cc62182032d4b668
+
+do_build() {
+	$CC $CFLAGS $LDFLAGS --static -pthread unhide-linux*.c unhide-output.c \
+		-o unhide-linux
+	$CC $CFLAGS $LDFLAGS --static unhide_rb.c -o unhide_rb
+	$CC $CFLAGS $LDFLAGS --static unhide-tcp.c unhide-tcp-fast.c \
+		unhide-output.c -o unhide-tcp
+}
+
+do_install() {
+	for bin in unhide{-linux,-tcp,_rb}; do
+		vbin $bin
+	done
+	vman man/unhide-tcp.8
+	vman man/unhide.8
+	vman man/es/unhide-tcp.8 unhide-tcp.es.8
+	vman man/es/unhide.8 unhide.es.8
+	vman man/fr/unhide-tcp.8 unhide-tcp.fr.8
+	vman man/fr/unhide.8 unhide.fr.8
+}

  reply	other threads:[~2021-08-28  9:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-26 21:23 [PR PATCH] " k4leg
2021-08-28  9:36 ` k4leg [this message]
2021-09-17 17:27 ` Chocimier
2021-09-17 18:31 ` [PR PATCH] [Updated] " k4leg
2021-09-17 18:34 ` k4leg
2021-09-17 18:37 ` k4leg
2021-09-21 19:01 ` [PR REVIEW] " Johnnynator
2021-09-24 10:27 ` [PR PATCH] [Updated] " k4leg
2021-09-24 10:32 ` [PR REVIEW] " k4leg
2022-06-02  2:15 ` github-actions
2022-06-17  2:13 ` [PR PATCH] [Closed]: " github-actions

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=20210828093629.cj_SRaVKJ3z_3e7Vf9WTQS_MZJJofMHfydq1m4Z7rQU@z \
    --to=k4leg@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).