Github messages for voidlinux
 help / color / mirror / Atom feed
From: fosslinux <fosslinux@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] parprouted: various improvements.
Date: Mon, 23 Nov 2020 09:15:45 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26632@inbox.vuxu.org> (raw)

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

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

https://github.com/fosslinux/void-packages parprouted-fixes
https://github.com/void-linux/void-packages/pull/26632

parprouted: various improvements.
- Add service.
- Add iproute2 which is needed for most operations.

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

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

From 1032ce2b1ae458ad23b05b2df737fb4ae8b18404 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Fri, 6 Nov 2020 11:40:22 +0100
Subject: [PATCH] parprouted: various improvements.

- Add service.
- Add iproute2 which is needed for most operations.
---
 srcpkgs/parprouted/files/parprouted/run | 3 +++
 srcpkgs/parprouted/template             | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/parprouted/files/parprouted/run

diff --git a/srcpkgs/parprouted/files/parprouted/run b/srcpkgs/parprouted/files/parprouted/run
new file mode 100644
index 00000000000..0029ad4590d
--- /dev/null
+++ b/srcpkgs/parprouted/files/parprouted/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r ./conf ] && . ./conf
+exec parprouted ${OPTS}
diff --git a/srcpkgs/parprouted/template b/srcpkgs/parprouted/template
index 34289661036..ca15950b646 100644
--- a/srcpkgs/parprouted/template
+++ b/srcpkgs/parprouted/template
@@ -3,7 +3,8 @@ pkgname=parprouted
 version=0.7
 revision=1
 build_style=gnu-makefile
-short_desc="Proxy ARP IP bridging daemon"
+depends="iproute2"
+short_desc="Daemon for transparent IP (Layer 3) proxy ARP bridging"
 maintainer="Pulux <pulux@pf4sh.de>"
 license="GPL-2.0-or-later"
 homepage="http://www.hazard.maks.net/parprouted/"
@@ -13,4 +14,5 @@ checksum=d63643c95d4149a3d71112da5892f459433456bf0279bfa304625f109178defc
 do_install() {
 	vbin parprouted
 	vman parprouted.8
+	vsv parprouted
 }

                 reply	other threads:[~2020-11-23  8:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26632@inbox.vuxu.org \
    --to=fosslinux@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).