GNU bug report logs -
#48505
[PATCH] gnu: Add mbuffer.
Previous Next
Reported by: Stefan Reichör <stefan <at> xsteve.at>
Date: Tue, 18 May 2021 19:40:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 28 May 2021 22:23:58 +0200
with message-id <87tummhajl.fsf <at> gnu.org>
and subject line Re: bug#48505: [PATCH] gnu: Add mbuffer.
has caused the debbugs.gnu.org bug report #48505,
regarding [PATCH] gnu: Add mbuffer.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
48505: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48505
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/networking.scm (mbuffer): New variable.
---
gnu/packages/networking.scm | 34 +++++++++++++++++++++++++++++++++-
1 file changed, 33 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 561b295b1e..c74307ab9b 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2014, 2017, 2018 Ludovic Courtès <ludo <at> gnu.org>
;;; Copyright © 2015, 2016, 2017, 2018, 2020 Ricardo Wurmus <rekado <at> elephly.net>
;;; Copyright © 2015 Mark H Weaver <mhw <at> netris.org>
-;;; Copyright © 2015, 2016, 2017 Stefan Reichör <stefan <at> xsteve.at>
+;;; Copyright © 2015, 2016, 2017, 2021 Stefan Reichör <stefan <at> xsteve.at>
;;; Copyright © 2016 Raimon Grau <raimonster <at> gmail.com>
;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2016 John Darrington <jmd <at> gnu.org>
@@ -908,6 +908,38 @@ establish a relatively secure environment (su and chroot) for running client
or server shell scripts with network connections.")
(license license:gpl2)))
+(define-public mbuffer
+ (package
+ (name "mbuffer")
+ (version "20210328")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://www.maier-komor.de/software/mbuffer/mbuffer-"
+ version ".tgz"))
+ (sha256
+ (base32
+ "0pfw9xw4ph18yss07fl6w8fbqiwy1w9r1knzw5gsb4c993cbidai"))))
+ (build-system gnu-build-system)
+ (inputs `(("openssl" ,openssl)))
+ (home-page "http://www.maier-komor.de/mbuffer.html")
+ (synopsis
+ "Swiss army knife for data stream buffering (network aware)")
+ (description
+ "mbuffer is a tool for buffering data streams with a large set of features:
+
+@itemize
+@item direct support for TCP based network targets (IPv4 and IPv6)
+@item ability to send to multiple targets in parallel (distribution mode)
+@item support for multiple volumes
+@item I/O rate limitation
+@item high/low watermark based restart criteria
+@item configurable buffer size
+@item on the fly MD5 hash calculation
+@item highly efficient, multi-threaded implementation
+@end itemize")
+ (license license:gpl3+)))
+
(define-public tcp-wrappers
(package
(name "tcp-wrappers")
--
2.25.1
[Message part 3 (message/rfc822, inline)]
Hi Stefan,
Stefan Reichör <stefan <at> xsteve.at> skribis:
> * gnu/packages/networking.scm (mbuffer): New variable.
Applied, thanks!
Ludo’.
This bug report was last modified 4 years and 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.