Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] parprouted: various improvements.
@ 2020-11-23  8:15 fosslinux
  0 siblings, 0 replies; only message in thread
From: fosslinux @ 2020-11-23  8:15 UTC (permalink / raw)
  To: ml

[-- 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
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-23  8:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-23  8:15 [PR PATCH] parprouted: various improvements fosslinux

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