gnu: nzbget: Update to 21.1.
[jackhill/guix/guix.git] / gnu / packages / networking.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2014, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
3 ;;; Copyright © 2015, 2016, 2017, 2018, 2020 Ricardo Wurmus <rekado@elephly.net>
4 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
5 ;;; Copyright © 2015, 2016, 2017, 2021 Stefan Reichör <stefan@xsteve.at>
6 ;;; Copyright © 2016 Raimon Grau <raimonster@gmail.com>
7 ;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr>
8 ;;; Copyright © 2016 John Darrington <jmd@gnu.org>
9 ;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
10 ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
11 ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
12 ;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net>
13 ;;; Copyright © 2016 Benz Schenk <benz.schenk@uzh.ch>
14 ;;; Copyright © 2016, 2017 Pjotr Prins <pjotr.guix@thebird.nl>
15 ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
16 ;;; Copyright © 2017, 2020 Leo Famulari <leo@famulari.name>
17 ;;; Copyright © 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
18 ;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
19 ;;; Copyright © 2017, 2019 Gábor Boskovits <boskovits@gmail.com>
20 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
21 ;;; Copyright © 2018 Adam Van Ymeren <adam@vany.ca>
22 ;;; Copyright © 2018 Fis Trivial <ybbs.daans@hotmail.com>
23 ;;; Copyright © 2018 Tonton <tonton@riseup.net>
24 ;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
25 ;;; Copyright © 2018 Theodoros Foradis <theodoros@foradis.org>
26 ;;; Copyright © 2018, 2020, 2021 Marius Bakke <marius@gnu.org>
27 ;;; Copyright © 2018, 2020 Oleg Pykhalov <go.wigust@gmail.com>
28 ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
29 ;;; Copyright © 2019, 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
30 ;;; Copyright © 2019 Vasile Dumitrascu <va511e@yahoo.com>
31 ;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
32 ;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si>
33 ;;; Copyright © 2019 Brice Waegeneire <brice@waegenei.re>
34 ;;; Copyright © 2019 Tonton <tonton@riseup.net>
35 ;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
36 ;;; Copyright © 2019, 2020 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
37 ;;; Copyright © 2019 Daniel Schaefer <git@danielschaefer.me>
38 ;;; Copyright © 2019 Diego N. Barbato <dnbarbato@posteo.de>
39 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
40 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
41 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
42 ;;; Copyright © 2020 Jesse Dowell <jessedowell@gmail.com>
43 ;;; Copyright © 2020 Hamzeh Nasajpour <h.nasajpour@pantherx.org>
44 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
45 ;;; Copyright © 2021 Hartmut Goebel <h.goebel@crazy-compilers.com>
46 ;;;
47 ;;; This file is part of GNU Guix.
48 ;;;
49 ;;; GNU Guix is free software; you can redistribute it and/or modify it
50 ;;; under the terms of the GNU General Public License as published by
51 ;;; the Free Software Foundation; either version 3 of the License, or (at
52 ;;; your option) any later version.
53 ;;;
54 ;;; GNU Guix is distributed in the hope that it will be useful, but
55 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
56 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
57 ;;; GNU General Public License for more details.
58 ;;;
59 ;;; You should have received a copy of the GNU General Public License
60 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
61
62 (define-module (gnu packages networking)
63 #:use-module ((guix licenses) #:prefix license:)
64 #:use-module (guix packages)
65 #:use-module (guix download)
66 #:use-module (guix git-download)
67 #:use-module (guix build-system cmake)
68 #:use-module (guix build-system glib-or-gtk)
69 #:use-module (guix build-system gnu)
70 #:use-module (guix build-system go)
71 #:use-module (guix build-system meson)
72 #:use-module (guix build-system perl)
73 #:use-module (guix build-system python)
74 #:use-module (guix build-system trivial)
75 #:use-module (guix utils)
76 #:use-module (gnu packages)
77 #:use-module (gnu packages admin)
78 #:use-module (gnu packages adns)
79 #:use-module (gnu packages algebra)
80 #:use-module (gnu packages audio)
81 #:use-module (gnu packages autogen)
82 #:use-module (gnu packages autotools)
83 #:use-module (gnu packages base)
84 #:use-module (gnu packages bison)
85 #:use-module (gnu packages boost)
86 #:use-module (gnu packages check)
87 #:use-module (gnu packages code)
88 #:use-module (gnu packages compression)
89 #:use-module (gnu packages cpp)
90 #:use-module (gnu packages crypto)
91 #:use-module (gnu packages curl)
92 #:use-module (gnu packages cyrus-sasl)
93 #:use-module (gnu packages dejagnu)
94 #:use-module (gnu packages docbook)
95 #:use-module (gnu packages documentation)
96 #:use-module (gnu packages flex)
97 #:use-module (gnu packages freedesktop)
98 #:use-module (gnu packages gettext)
99 #:use-module (gnu packages glib)
100 #:use-module (gnu packages gnome)
101 #:use-module (gnu packages gnupg)
102 #:use-module (gnu packages golang)
103 #:use-module (gnu packages graphviz)
104 #:use-module (gnu packages gstreamer)
105 #:use-module (gnu packages gtk)
106 #:use-module (gnu packages image)
107 #:use-module (gnu packages libevent)
108 #:use-module (gnu packages libidn)
109 #:use-module (gnu packages linux)
110 #:use-module (gnu packages lua)
111 #:use-module (gnu packages multiprecision)
112 #:use-module (gnu packages kerberos)
113 #:use-module (gnu packages ncurses)
114 #:use-module (gnu packages nettle)
115 #:use-module (gnu packages openldap)
116 #:use-module (gnu packages onc-rpc)
117 #:use-module (gnu packages password-utils)
118 #:use-module (gnu packages pcre)
119 #:use-module (gnu packages perl)
120 #:use-module (gnu packages perl-check)
121 #:use-module (gnu packages pkg-config)
122 #:use-module (gnu packages polkit)
123 #:use-module (gnu packages pretty-print)
124 #:use-module (gnu packages pulseaudio)
125 #:use-module (gnu packages python)
126 #:use-module (gnu packages python-web)
127 #:use-module (gnu packages python-xyz)
128 #:use-module (gnu packages qt)
129 #:use-module (gnu packages readline)
130 #:use-module (gnu packages ruby)
131 #:use-module (gnu packages samba)
132 #:use-module (gnu packages serialization)
133 #:use-module (gnu packages shells)
134 #:use-module (gnu packages sphinx)
135 #:use-module (gnu packages sqlite)
136 #:use-module (gnu packages ssh)
137 #:use-module (gnu packages tcl)
138 #:use-module (gnu packages textutils)
139 #:use-module (gnu packages tls)
140 #:use-module (gnu packages valgrind)
141 #:use-module (gnu packages web)
142 #:use-module (gnu packages wxwidgets)
143 #:use-module (gnu packages xml)
144 #:use-module (ice-9 match))
145
146 (define-public usrsctp
147 (package
148 (name "usrsctp")
149 (version "0.9.5.0")
150 (source
151 (origin
152 (method git-fetch)
153 (uri
154 (git-reference
155 (url "https://github.com/sctplab/usrsctp")
156 (commit version)))
157 (file-name (git-file-name name version))
158 (sha256
159 (base32 "10ndzkip8blgkw572n3dicl6mgjaa7kygwn3vls80liq92vf1sa9"))))
160 (build-system gnu-build-system)
161 (native-inputs
162 `(("autoconf" ,autoconf)
163 ("automake" ,automake)
164 ("libtool" ,libtool)
165 ("pkg-config" ,pkg-config)
166 ("python" ,python-wrapper)
167 ("which" ,which)))
168 (home-page "https://github.com/sctplab/usrsctp/")
169 (synopsis "SCTP user-land implementation")
170 (description "UsrSCTP is a portable SCTP userland stack. SCTP is a message
171 oriented, reliable transport protocol with direct support for multihoming that
172 runs on top of IP or UDP, and supports both v4 and v6 versions.")
173 (license license:bsd-3)))
174
175 (define-public axel
176 (package
177 (name "axel")
178 (version "2.17.10")
179 (source
180 (origin
181 (method url-fetch)
182 (uri (string-append "https://github.com/axel-download-accelerator/axel/"
183 "releases/download/v" version "/"
184 "axel-" version ".tar.xz"))
185 (sha256
186 (base32 "0kmlqk04sgkshsll4r9w3k0rvrgz0gpk987618r50khwl484zss6"))))
187 (build-system gnu-build-system)
188 (native-inputs
189 `(("gettext" ,gettext-minimal)
190 ("pkg-config" ,pkg-config)))
191 (inputs
192 `(("libressl" ,libressl)))
193 (home-page "https://github.com/axel-download-accelerator/axel")
194 (synopsis "Light command line download accelerator")
195 (description
196 "Axel tries to accelerate the download process by using multiple
197 connections per file, and can also balance the load between different
198 servers. It tries to be as light as possible, so it might be useful
199 on byte-critical systems. It supports HTTP, HTTPS, FTP and FTPS
200 protocols.")
201 (license license:gpl2+)))
202
203 ;; This package does not have a release yet.
204 ;; But this is required to provide a feature in PipeWire.
205 (define-public libcamera
206 (package
207 (name "libcamera")
208 (version "0.0.0")
209 (source
210 (origin
211 (method git-fetch)
212 (uri
213 (git-reference
214 (url "git://linuxtv.org/libcamera.git")
215 (commit "74c8b508338ccdd0780aa1e067a1e8fcb9ee326b")))
216 (file-name
217 (git-file-name name version))
218 (sha256
219 (base32 "0d9lp8b9gyxh4jwfh55kp8zl1xyyg32z684v3y29378zpksncss1"))))
220 (build-system meson-build-system)
221 (outputs '("out" "doc"))
222 (arguments
223 `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
224 #:configure-flags
225 (list
226 "-Dv4l2=true")
227 #:phases
228 (modify-phases %standard-phases
229 (add-after 'unpack 'disable-failing-tests
230 (lambda _
231 (substitute* "test/meson.build"
232 (("\\['list-cameras', 'list-cameras.cpp'\\],")
233 ""))
234 #t))
235 (add-after 'install 'move-doc
236 (lambda* (#:key outputs #:allow-other-keys)
237 (let* ((out (assoc-ref outputs "out"))
238 (doc (assoc-ref outputs "doc")))
239 (mkdir-p (string-append doc "/share"))
240 (rename-file
241 (string-append out "/share/doc")
242 (string-append doc "/share/doc"))
243 #t))))))
244 (native-inputs
245 `(("dot" ,graphviz)
246 ("doxygen" ,doxygen)
247 ("pkg-config" ,pkg-config)
248 ("python" ,python-wrapper)
249 ("sphinx" ,python-sphinx)
250 ("yaml" ,python-pyyaml)))
251 (inputs
252 `(("boost" ,boost)
253 ("glib" ,glib)
254 ("gstreamer" ,gst-plugins-base)
255 ("gnutls" ,gnutls)
256 ("libtiff" ,libtiff)
257 ("openssl" ,openssl)
258 ("qt5" ,qtbase)
259 ("udev" ,eudev)))
260 (synopsis "Camera stack and framework")
261 (description "LibCamera is a complex camera support library for GNU+Linux,
262 Android, and ChromeOS.")
263 (home-page "https://libcamera.org/")
264 (license license:lgpl2.1+)))
265
266 (define-public libnice
267 (package
268 (name "libnice")
269 (version "0.1.18")
270 (source
271 (origin
272 (method url-fetch)
273 (uri
274 (string-append "https://libnice.freedesktop.org/releases/"
275 name "-" version ".tar.gz"))
276 (sha256
277 (base32 "1x3kj9b3dy9m2h6j96wgywfamas1j8k2ca43k5v82kmml9dx5asy"))))
278 (build-system meson-build-system)
279 (outputs '("out" "doc"))
280 (arguments
281 `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
282 #:configure-flags
283 (list
284 "-Dgtk_doc=enabled")
285 #:phases
286 (modify-phases %standard-phases
287 (add-after 'unpack 'disable-failing-test
288 (lambda _
289 (substitute* "tests/meson.build"
290 ;; ‘test-set-port-range.c:66:main: assertion failed:
291 ;; (nice_agent_gather_candidates (agent, stream1))’
292 (("'test-set-port-range'") "#"))
293 #t))
294 (add-after 'install 'move-docs
295 (lambda* (#:key outputs #:allow-other-keys)
296 (let* ((out (assoc-ref outputs "out"))
297 (doc (assoc-ref outputs "doc")))
298 (mkdir-p (string-append doc "/share"))
299 (rename-file
300 (string-append out "/share/gtk-doc")
301 (string-append doc "/share/gtk-doc"))
302 #t))))))
303 (native-inputs
304 `(("glib:bin" ,glib "bin")
305 ("gobject-introspection" ,gobject-introspection)
306 ("gtk-doc" ,gtk-doc/stable)
307 ("pkg-config" ,pkg-config)))
308 (inputs
309 `(("gstreamer" ,gstreamer)
310 ("gst-plugins-base" ,gst-plugins-base)
311 ("libnsl" ,libnsl)))
312 (propagated-inputs
313 `(("glib" ,glib)
314 ("glib-networking" ,glib-networking)
315 ("gnutls" ,gnutls)))
316 (synopsis "GLib ICE implementation")
317 (description "LibNice is a library that implements the Interactive
318 Connectivity Establishment (ICE) standard (RFC 5245 & RFC 8445). It provides a
319 GLib-based library, libnice, as well as GStreamer elements to use it.")
320 (home-page "https://libnice.freedesktop.org/")
321 (license
322 ;; This project is dual-licensed.
323 (list
324 license:lgpl2.1+
325 license:mpl1.1))))
326
327 (define-public rtmpdump
328 ;; There are no tags in the repository, and the project is unlikely to
329 ;; make new releases. Take a recent commit for multiple security fixes
330 ;; as well as GnuTLS compatibility.
331 (let ((commit "c5f04a58fc2aeea6296ca7c44ee4734c18401aa3")
332 (revision "0")
333 (version "2.4")) ;as mentioned in README and man pages
334 (package
335 (name "rtmpdump")
336 (version (git-version version revision commit))
337 (source
338 (origin
339 (method git-fetch)
340 (uri (git-reference
341 (url "https://git.ffmpeg.org/rtmpdump")
342 (commit commit)))
343 (file-name (git-file-name name version))
344 (sha256
345 (base32 "07ias612jgmxpam9h418kvlag32da914jsnjsfyafklpnh8gdzjb"))))
346 (build-system gnu-build-system)
347 (arguments
348 `(#:tests? #f ; no tests
349 #:make-flags
350 (list
351 ;; The ‘validate-runpath’ phase fails to find librtmp.so.0.
352 (string-append "LDFLAGS=-Wl,-rpath="
353 (assoc-ref %outputs "out") "/lib")
354 (string-append "prefix=" (assoc-ref %outputs "out")))
355 #:phases
356 (modify-phases %standard-phases
357 (add-after 'unpack 'omit-static-library
358 (lambda _
359 (substitute* "librtmp/Makefile"
360 (("cp librtmp\\.a .*") ; don't install it
361 "")
362 (("librtmp\\.a ") ; don't build it
363 ""))
364 #t))
365 (add-after 'unpack 'prefer-gnutls
366 (lambda _
367 (substitute* '("Makefile" "librtmp/Makefile")
368 (("CRYPTO=OPENSSL")
369 "#CRYPTO=OPENSSL")
370 (("#CRYPTO=GNUTLS")
371 "CRYPTO=GNUTLS"))))
372 (delete 'configure))))
373 (inputs
374 `(("gnutls" ,gnutls)
375 ("zlib" ,zlib)))
376 (synopsis "Tools and library for handling RTMP streams")
377 (description "RTMPdump is a toolkit for RTMP streams. All forms of RTMP are
378 supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.")
379 (home-page "https://rtmpdump.mplayerhq.hu/")
380 (license
381 (list
382 ;; Library.
383 license:lgpl2.1+
384 ;; Others.
385 license:gpl2+)))))
386
387 (define-public srt
388 (package
389 (name "srt")
390 (version "1.4.3")
391 (source
392 (origin
393 (method git-fetch)
394 (uri
395 (git-reference
396 (url "https://github.com/Haivision/srt")
397 (commit (string-append "v" version))))
398 (file-name (git-file-name name version))
399 (sha256
400 (base32 "1f60vlfxhh9bhafws82c3301whjlz5gy92jz9a9ymwfg5h53bv1j"))))
401 (build-system cmake-build-system)
402 (arguments
403 `(#:configure-flags
404 (list
405 (string-append "-DCMAKE_INSTALL_BINDIR="
406 (assoc-ref %outputs "out") "/bin")
407 "-DCMAKE_INSTALL_INCLUDEDIR=include"
408 "-DENABLE_STATIC=OFF"
409 "-DENABLE_UNITTESTS=ON")))
410 (native-inputs
411 `(("gtest" ,googletest)
412 ("pkg-config" ,pkg-config)
413 ("tclsh" ,tcl)))
414 (propagated-inputs
415 `(("openssl" ,openssl)))
416 (synopsis "Secure Reliable Transport")
417 (description "SRT is a transport technology that optimizes streaming
418 performance across unpredictable networks, such as the Internet.")
419 (home-page "https://www.srtalliance.org/")
420 (license license:mpl2.0)))
421
422 ;; FFmpeg, GStreamer, and VLC don't support SRT 1.4.2 yet.
423 (define-public srt-1.4.1
424 (package
425 (inherit srt)
426 (name "srt")
427 (version "1.4.1")
428 (source
429 (origin
430 (method git-fetch)
431 (uri
432 (git-reference
433 (url "https://github.com/Haivision/srt")
434 (commit (string-append "v" version))))
435 (file-name (git-file-name name version))
436 (sha256
437 (base32
438 "01xaq44j95kbgqfl41pnybvqy0yq6wd4wdw88ckylzf0nzp977xz"))))))
439
440 (define-public lksctp-tools
441 (package
442 (name "lksctp-tools")
443 (version "1.0.19")
444 (source
445 (origin
446 (method git-fetch)
447 (uri
448 (git-reference
449 (url "https://github.com/sctp/lksctp-tools")
450 (commit (string-append "v" version))))
451 (file-name (git-file-name name version))
452 (sha256
453 (base32 "1jfq58j365mlgssavyw5wcal42n0xjkr40vmj9b8w265wgs28j20"))))
454 (build-system gnu-build-system)
455 (native-inputs
456 `(("autoconf" ,autoconf)
457 ("automake" ,automake)
458 ("libtool" ,libtool)
459 ("pkg-config" ,pkg-config)))
460 (inputs
461 `(("linux-headers" ,linux-libre-headers)))
462 (synopsis
463 "@acronym{SCTP, Stream Control Transmission Protocol} helpers for Linux")
464 (description
465 "The lksctp-tools project provides a user-space library for @acronym{SCTP,
466 the Stream Control Transmission Protocol} (@file{libsctp}) and C language header
467 files (@file{netinet/sctp.h}) for accessing SCTP-specific @acronym{APIs,
468 application programming interfaces} not provided by the standard sockets.
469 It also includes some SCTP-related helper utilities.")
470 (home-page "http://lksctp.sourceforge.net/")
471 (license
472 (list
473 ;; Library.
474 license:lgpl2.1+
475 ;; Others.
476 license:gpl2+))))
477
478 (define-public python-pysctp
479 (package
480 (name "python-pysctp")
481 (version "0.6.1")
482 (source
483 (origin
484 (method url-fetch)
485 (uri (pypi-uri "pysctp" version))
486 (sha256
487 (base32 "14h2qlmfi24bizhvvqkfqfa78pzm3911ibrzy9k94i97xy1978dy"))))
488 (build-system python-build-system)
489 (inputs
490 `(("lksctp-tools" ,lksctp-tools)))
491 (arguments
492 `(#:tests? #f ;; tests require network
493 #:phases
494 (modify-phases %standard-phases
495 (add-after 'unpack 'patch-setup.py
496 (lambda _
497 (substitute* "setup.py"
498 (("include_dirs\\s*=.*")
499 (string-append "include_dirs = ['.'] + '"
500 (getenv "C_INCLUDE_PATH") "'.split(':'),"))
501 (("library_dirs\\s*=.*")
502 (string-append "library_dirs = '"
503 (getenv "LIBRARY_PATH") "'.split(':'),"))))))))
504 (home-page "https://github.com/p1sec/pysctp")
505 (synopsis "Python module for the SCTP protocol stack and library")
506 (description "@code{pysctp} implements the SCTP socket API. You need a
507 SCTP-aware kernel (most are).")
508 (license license:lgpl2.1+)))
509
510 (define-public knockd
511 (package
512 (name "knockd")
513 (version "0.8")
514 (source (origin
515 (method url-fetch)
516 (uri (string-append "https://www.zeroflux.org/proj/knock/files/knock-"
517 version ".tar.gz"))
518 (sha256
519 (base32
520 "1iv9h7a9l81ilbld3pi0dmzkizjss1755x1x3v5jxsi4asb8r3b9"))))
521 (build-system gnu-build-system)
522 (arguments
523 `(#:configure-flags
524 (list (string-append "--docdir=" (assoc-ref %outputs "out")
525 "/share/doc/" ,name "-" ,version))))
526 (inputs
527 `(("libpcap" ,libpcap)))
528 (home-page "https://www.zeroflux.org/projects/knock")
529 (synopsis "Small port-knock daemon")
530 (description "@command{knockd} is a port-knock daemon. It listens to all traffic on
531 an ethernet or PPP interface, looking for special \"knock\" sequences of @dfn{port-hits}
532 (UDP/TCP packets sent to a server port). This port need not be open, since knockd listens
533 at the link-layer level.")
534 (license license:gpl2+)))
535
536 (define-public nng
537 (package
538 (name "nng")
539 (version "1.3.2")
540 (source
541 (origin
542 (method git-fetch)
543 (uri (git-reference
544 (url "https://github.com/nanomsg/nng")
545 (commit (string-append "v" version))))
546 (file-name (git-file-name name version))
547 (sha256
548 (base32 "0a4jg8alh2h0rw6fb4dqpvk4hgl2a7h76mq7g34fy89qh9sgg1a4"))))
549 (build-system cmake-build-system)
550 (arguments
551 `(#:configure-flags
552 (list "-DNNG_ENABLE_COVERAGE=ON"
553 "-DNNG_ENABLE_TLS=ON"
554 "-DBUILD_SHARED_LIBS=ON")
555 #:phases
556 (modify-phases %standard-phases
557 (add-after 'unpack 'disable-failing-tests
558 (lambda _
559 ;; These tests require network access.
560 (substitute* "tests/CMakeLists.txt"
561 (("add_nng_test1\\(httpclient 60 NNG_SUPP_HTTP\\)") "")
562 (("add_nng_test1\\(resolv 10 NNG_STATIC_LIB\\)") "")
563 (("add_nng_test\\(tls 60\\)") ""))
564 #t)))))
565 (native-inputs
566 `(("ksh" ,oksh)))
567 (inputs
568 `(("mbedtls" ,mbedtls-apache)))
569 (synopsis "Lightweight messaging library")
570 (description "NNG project is a rewrite of the scalability protocols library
571 known as libnanomsg, and adds significant new capabilities, while retaining
572 compatibility with the original. It is a lightweight, broker-less library,
573 offering a simple API to solve common recurring messaging problems, such as
574 publish/subscribe, RPC-style request/reply, or service discovery.")
575 (home-page "https://nng.nanomsg.org/")
576 (license license:expat)))
577
578 (define-public nanomsg
579 (package
580 (name "nanomsg")
581 (version "1.1.5")
582 (source
583 (origin
584 (method git-fetch)
585 (uri
586 (git-reference
587 (url "https://github.com/nanomsg/nanomsg")
588 (commit version)))
589 (file-name (git-file-name name version))
590 (sha256
591 (base32 "01ddfzjlkf2dgijrmm3j3j8irccsnbgfvjcnwslsfaxnrmrq5s64"))))
592 (build-system cmake-build-system)
593 (outputs '("out" "doc"))
594 (arguments
595 `(#:configure-flags
596 (list
597 "-DNN_ENABLE_COVERAGE=ON")
598 #:phases
599 (modify-phases %standard-phases
600 (add-after 'install 'move-docs
601 (lambda* (#:key outputs #:allow-other-keys)
602 (let* ((out (assoc-ref outputs "out"))
603 (doc (assoc-ref outputs "doc")))
604 (mkdir-p (string-append doc "/share/doc"))
605 (rename-file
606 (string-append out "/share/doc/nanomsg")
607 (string-append doc "/share/doc/nanomsg"))
608 #t))))))
609 (native-inputs
610 `(("asciidoctor" ,ruby-asciidoctor)
611 ("pkg-config" ,pkg-config)))
612 (synopsis "Scalable socket library")
613 (description "Nanomsg is a socket library that provides several common
614 communication patterns. It aims to make the networking layer fast, scalable,
615 and easy to use. Implemented in C, it works on a wide range of operating
616 systems with no further dependencies.")
617 (home-page "https://nanomsg.org/")
618 (license (license:non-copyleft "file:///COPYING"))))
619
620 (define-public blueman
621 (package
622 (name "blueman")
623 (version "2.1.4")
624 (source
625 (origin
626 (method url-fetch)
627 (uri (string-append "https://github.com/blueman-project/blueman/releases"
628 "/download/" version "/blueman-" version ".tar.xz"))
629 (sha256
630 (base32 "1nk46s1s8yrlqv37sc7la05nnn7sdgqhkrcdm98qin34llwkv70x"))))
631 (build-system glib-or-gtk-build-system)
632 (arguments
633 `(#:configure-flags (list "--enable-polkit"
634 "--without-systemdsystemunitdir" ; Not required
635 "--without-systemduserunitdir") ; Not required
636 #:phases
637 (modify-phases %standard-phases
638 ;; Python references are not being patched in patch-phase of build,
639 ;; despite using python-wrapper as input. So we patch them manually.
640 (add-after 'unpack 'patch-python-references
641 (lambda* (#:key inputs #:allow-other-keys)
642 (with-directory-excursion "apps"
643 (substitute* '("blueman-adapters.in" "blueman-applet.in"
644 "blueman-assistant.in" "blueman-manager.in"
645 "blueman-mechanism.in" "blueman-report.in"
646 "blueman-rfcomm-watcher.in" "blueman-sendto.in"
647 "blueman-services.in" "blueman-tray.in")
648 (("@PYTHON@") (string-append (assoc-ref inputs "python")
649 "/bin/python"
650 ,(version-major+minor
651 (package-version python))))))
652 #t))
653 ;; Fix loading of external programs.
654 (add-after 'unpack 'patch-external-programs
655 (lambda* (#:key inputs #:allow-other-keys)
656 (substitute* '("apps/blueman-report.in" "blueman/main/NetConf.py"
657 "blueman/main/PPPConnection.py")
658 (("/usr/sbin/bluetoothd")
659 (string-append (assoc-ref inputs "bluez")
660 "/libexec/bluetooth/bluetoothd"))
661 (("/sbin/iptables")
662 (string-append (assoc-ref inputs "iptables")
663 "/sbin/iptables"))
664 (("/usr/sbin/pppd")
665 (string-append (assoc-ref inputs "ppp")
666 "/sbin/pppd")))
667 #t))
668 ;; Fix loading of pulseaudio libraries.
669 (add-after 'unpack 'patch-pulseaudio-libraries
670 (lambda* (#:key inputs #:allow-other-keys)
671 (let* ((pulseaudio (assoc-ref inputs "pulseaudio"))
672 (pulse (string-append pulseaudio "/lib/libpulse.so.0"))
673 (pulse-glib (string-append pulseaudio
674 "/lib/libpulse-mainloop-glib.so.0")))
675 (with-directory-excursion "blueman/main"
676 (substitute* "PulseAudioUtils.py"
677 (("libpulse.so.0") pulse)
678 (("libpulse-mainloop-glib.so.0") pulse-glib)))
679 #t)))
680 ;; Fix running of blueman programs.
681 (add-after 'glib-or-gtk-wrap 'wrap-blueman-progs
682 (lambda* (#:key outputs #:allow-other-keys)
683 (let* ((out (assoc-ref outputs "out"))
684 (bin (string-append out "/bin/blueman-"))
685 (libexec (string-append out "/libexec/blueman-"))
686 (lib (string-append out "/lib/python"
687 ,(version-major+minor
688 (package-version python))
689 "/site-packages")))
690 (for-each
691 (lambda (program)
692 (wrap-program program
693 `("PYTHONPATH" = (,(getenv "PYTHONPATH") ,lib))
694 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))
695 (append
696 (map (lambda (prog) (string-append bin prog))
697 '("adapters" "applet" "assistant" "manager" "report"
698 "sendto" "services" "tray"))
699 (map (lambda (prog) (string-append libexec prog))
700 '("mechanism" "rfcomm-watcher"))))
701 #t))))))
702 (native-inputs
703 `(("cython" ,python-cython)
704 ("glib:bin" ,glib "bin")
705 ("gobject-introspection" ,gobject-introspection)
706 ("gtk+:bin" ,gtk+ "bin")
707 ("intltool" ,intltool)
708 ("pkg-config" ,pkg-config)))
709 (inputs
710 `(("bluez" ,bluez)
711 ("dbus" ,dbus)
712 ("gdkpixbuf" ,gdk-pixbuf+svg)
713 ("glib" ,glib)
714 ("gtk+" ,gtk+)
715 ("iproute2" ,iproute)
716 ("iptables" ,iptables)
717 ("net-tools" ,net-tools)
718 ("pango" ,pango)
719 ("polkit" ,polkit)
720 ("ppp" ,ppp)
721 ("pulseaudio" ,pulseaudio)
722 ("pycairo" ,python-pycairo)
723 ("pygobject" ,python-pygobject)
724 ("python" ,python-wrapper)
725 ("libappindicator" ,libappindicator)
726 ("libnm" ,network-manager)))
727 (synopsis "GTK+ Bluetooth manager")
728 (description "Blueman is a Bluetooth management utility using the Bluez
729 D-Bus backend. It is designed to be easy to use for most common Bluetooth
730 tasks.")
731 (home-page "https://github.com/blueman-project/blueman")
732 (license license:gpl3+)))
733
734 ;; The gnu.org ‘home’ for this GNU project is a directory listing with 1.6.0 as
735 ;; the latest version. The author's git repository, mentioned in the 1.6.0
736 ;; README and otherwise legit-looking, contains a proper 1.7.0 release tarball
737 ;; with many OUI updates. Use it, even though it's also several years old now.
738 (define-public macchanger
739 (package
740 (name "macchanger")
741 (version "1.7.0")
742 (source
743 (origin
744 (method url-fetch)
745 (uri (string-append "https://github.com/alobbs/macchanger/"
746 "releases/download/" version "/"
747 name "-" version ".tar.gz"))
748 (sha256
749 (base32 "1gs5m0jxyprdp00w2qkbnaqm3ilkjz0q1gqdg4nzdm8g4xy73qns"))))
750 (build-system gnu-build-system)
751 (home-page "https://www.gnu.org/software/macchanger/")
752 (synopsis "Viewing and manipulating MAC addresses of network interfaces")
753 (description "GNU MAC Changer is a utility for viewing and changing MAC
754 addresses of networking devices. New addresses may be set explicitly or
755 randomly. They can include MAC addresses of the same or other hardware vendors
756 or, more generally, MAC addresses of the same category of hardware.")
757 (license license:gpl2+)))
758
759 (define-public miredo
760 (package
761 (name "miredo")
762 (version "1.2.6")
763 (source (origin
764 (method url-fetch)
765 (uri (string-append "http://www.remlab.net/files/miredo/miredo-"
766 version ".tar.xz"))
767 (sha256
768 (base32
769 "0j9ilig570snbmj48230hf7ms8kvcwi2wblycqrmhh85lksd49ps"))))
770 (build-system gnu-build-system)
771 (arguments
772 '(#:configure-flags
773 (list "--localstatedir=/var")
774 #:phases
775 (modify-phases %standard-phases
776 (add-after 'unpack 'do-not-create-/run
777 (lambda _
778 (substitute* (find-files "src" "Makefile.*")
779 (("^.+install_sh.+/run.+$")
780 "\ttrue"))
781 #t))
782 (add-after 'unpack 'patch-iproute2
783 (lambda* (#:key inputs #:allow-other-keys)
784 (let* ((iproute (assoc-ref inputs "iproute"))
785 (ip (string-append iproute "/sbin/ip")))
786 (substitute* "misc/client-hook.iproute"
787 (("/sbin/ip") ip))
788 #t)))
789 ;; The checkconf test in src/ requires network access.
790 (add-before
791 'check 'disable-checkconf-test
792 (lambda _
793 (substitute* "src/Makefile"
794 (("^TESTS = .*") "TESTS = \n"))
795 #t)))))
796 (inputs
797 `(("iproute" ,iproute)))
798 (home-page "https://www.remlab.net/miredo/")
799 (synopsis "Teredo IPv6 tunneling software")
800 (description
801 "Miredo is an implementation (client, relay, server) of the Teredo
802 specification, which provides IPv6 Internet connectivity to IPv6 enabled hosts
803 residing in IPv4-only networks, even when they are behind a NAT device.")
804 (license license:gpl2+)))
805
806 (define-public ndisc6
807 (package
808 (name "ndisc6")
809 (version "1.0.4")
810 (source (origin
811 (method url-fetch)
812 (uri (string-append "https://www.remlab.net/files/ndisc6/ndisc6-"
813 version ".tar.bz2"))
814 (sha256
815 (base32
816 "07swyar1hl83zxmd7fqwb2q0c0slvrswkcfp3nz5lknrk15dmcdb"))))
817 (build-system gnu-build-system)
818 (home-page "https://www.remlab.net/ndisc6/")
819 (synopsis "IPv6 diagnostic tools")
820 (description
821 "NDisc6 is a collection of tools for IPv6 networking diagnostics.
822 It includes the following programs:
823
824 @itemize
825 @item @command{ndisc6}: ICMPv6 Neighbor Discovery tool.
826 @item @command{rdisc6}: ICMPv6 Router Discovery tool.
827 @item @command{tcptraceroute6}: IPv6 traceroute over TCP.
828 @item @command{traceroute6}: IPv6 traceroute over UDP.
829 @item @command{rdnssd}: Recursive DNS Servers discovery daemon.
830 @end itemize")
831 ;; The user can choose version 2 or 3 of the GPL, not later versions.
832 (license (list license:gpl2 license:gpl3))))
833
834 (define-public parprouted
835 (package
836 (name "parprouted")
837 (version "0.7")
838 (source (origin
839 (method url-fetch)
840 (uri (string-append "https://www.hazard.maks.net/parprouted/"
841 "parprouted-" version ".tar.gz"))
842 (sha256
843 (base32
844 "1z6yg28i0pv20jivyy82pxb38hsryj95inhj27bs6ja1bp4l6dnn"))))
845 (build-system gnu-build-system)
846 (arguments
847 `(#:tests? #f ;no tests
848 #:phases (modify-phases %standard-phases
849 (add-after 'unpack 'insert-absolute-iproute-reference
850 (lambda* (#:key inputs #:allow-other-keys)
851 (let* ((iproute (assoc-ref inputs "iproute"))
852 (ip (string-append iproute "/sbin/ip")))
853 (substitute* "parprouted.c"
854 (("/sbin/ip") ip))
855 #t)))
856 (replace 'configure
857 (lambda* (#:key outputs #:allow-other-keys)
858 (let* ((out (assoc-ref outputs "out"))
859 (sbin (string-append out "/sbin"))
860 (man8 (string-append out "/share/man/man8")))
861 ;; No configure script; hijack the phase to make
862 ;; the necessary arrangements.
863 (setenv "CC" ,(cc-for-target))
864 (for-each mkdir-p (list sbin man8))
865 (substitute* "Makefile"
866 (("/usr/local/sbin") sbin)
867 (("/usr/local/man/man8") man8))
868 #t))))))
869 (inputs
870 `(("iproute" ,iproute)))
871 (home-page "https://www.hazard.maks.net/parprouted/")
872 (synopsis "Proxy ARP requests to other interfaces")
873 (description
874 "@command{parprouted} is a daemon for transparent IP (Layer@tie{}3)
875 proxy ARP bridging. Unlike standard bridging, proxy ARP bridging can bridge
876 Ethernet networks behind wireless nodes. Normal layer@tie{}2 bridging does
877 not work between wireless nodes because wireless does not know about MAC
878 addresses used in the wired Ethernet networks. This daemon can also be
879 useful for making transparent firewalls.")
880 (license license:gpl2)))
881
882 (define-public socat
883 (package
884 (name "socat")
885 (version "1.7.4.1")
886 (source (origin
887 (method url-fetch)
888 (uri (string-append
889 "http://www.dest-unreach.org/socat/download/socat-"
890 version ".tar.bz2"))
891 (sha256
892 (base32
893 "1sbmqqvni3ss9wyay6ik5v81kxffkra80mh4ypgj74g82iba5b1z"))))
894 (build-system gnu-build-system)
895 (arguments '(#:tests? #f)) ; no test suite
896 (inputs `(("openssl" ,openssl)))
897 (home-page "http://www.dest-unreach.org/socat/")
898 (synopsis
899 "Open bidirectional communication channels from the command line")
900 (description
901 "socat is a relay for bidirectional data transfer between two independent
902 data channels---files, pipes, devices, sockets, etc. It can create
903 \"listening\" sockets, named pipes, and pseudo terminals.
904
905 socat can be used, for instance, as TCP port forwarder, as a shell interface
906 to UNIX sockets, IPv6 relay, for redirecting TCP oriented programs to a serial
907 line, to logically connect serial lines on different computers, or to
908 establish a relatively secure environment (su and chroot) for running client
909 or server shell scripts with network connections.")
910 (license license:gpl2)))
911
912 (define-public mbuffer
913 (package
914 (name "mbuffer")
915 (version "20210328")
916 (source (origin
917 (method url-fetch)
918 (uri (string-append
919 "http://www.maier-komor.de/software/mbuffer/mbuffer-"
920 version ".tgz"))
921 (sha256
922 (base32
923 "0pfw9xw4ph18yss07fl6w8fbqiwy1w9r1knzw5gsb4c993cbidai"))))
924 (build-system gnu-build-system)
925 (inputs `(("openssl" ,openssl)))
926 (home-page "http://www.maier-komor.de/mbuffer.html")
927 (synopsis
928 "Swiss army knife for data stream buffering (network aware)")
929 (description
930 "mbuffer is a tool for buffering data streams with a large set of features:
931
932 @itemize
933 @item direct support for TCP based network targets (IPv4 and IPv6)
934 @item ability to send to multiple targets in parallel (distribution mode)
935 @item support for multiple volumes
936 @item I/O rate limitation
937 @item high/low watermark based restart criteria
938 @item configurable buffer size
939 @item on the fly MD5 hash calculation
940 @item highly efficient, multi-threaded implementation
941 @end itemize")
942 (license license:gpl3+)))
943
944 (define-public tcp-wrappers
945 (package
946 (name "tcp-wrappers")
947 (version "7.6")
948 (source (origin
949 (method url-fetch)
950 (uri (string-append
951 "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_"
952 version ".tar.gz"))
953 (sha256
954 (base32
955 "0p9ilj4v96q32klavx0phw9va21fjp8vpk11nbh6v2ppxnnxfhwm"))))
956 (build-system gnu-build-system)
957 (arguments
958 `(#:phases
959 (modify-phases %standard-phases
960 (delete 'configure) ; there is no configure script
961 (delete 'check) ; there are no tests
962 (replace 'build
963 (lambda _
964 (chmod "." #o755)
965 ;; Upstream doesn't generate a shared library. So we have to do it.
966 (setenv "CC" "gcc -fno-builtin -fPIC")
967 (substitute* "Makefile"
968 (("^(all[^\n]*)" line) (string-append line " libwrap.so\n
969 libwrap.so: $(LIB_OBJ)\n
970 \tgcc -shared $^ -o $@\n")))
971 ;; Deal with some gcc breakage.
972 (substitute* "percent_m.c"
973 (("extern char .sys_errlist.*;") ""))
974 (substitute* "scaffold.c"
975 (("extern char .malloc.*;") ""))
976 ;; This, believe it or not, is the recommended way to build!
977 (invoke "make" "REAL_DAEMON_DIR=/etc" "linux")))
978 ;; There is no make install stage, so we have to do it ourselves.
979 (replace 'install
980 (lambda _
981 (let ((out (assoc-ref %outputs "out"))
982 (man-pages `("hosts_access.3"
983 "hosts_access.5"
984 "hosts_options.5"
985 "tcpd.8"
986 "tcpdchk.8"
987 "tcpdmatch.8"))
988 (libs `("libwrap.a"
989 "libwrap.so"))
990 (headers `("tcpd.h"))
991 (bins `("safe_finger"
992 "tcpd"
993 "tcpdchk"
994 "tcpdmatch"
995 "try-from")))
996 (for-each
997 (lambda (x)
998 (install-file x (string-append out "/include")))
999 headers)
1000 (for-each
1001 (lambda (x)
1002 (install-file x (string-append out "/share/man/man"
1003 (string-take-right x 1))))
1004 man-pages)
1005 (for-each
1006 (lambda (x)
1007 (install-file x (string-append out "/lib/")))
1008 libs)
1009 (for-each
1010 (lambda (x)
1011 (install-file x (string-append out "/bin/")))
1012 bins))
1013 #t)))))
1014 (home-page "http://www.porcupine.org")
1015 (synopsis "Monitor and filter incoming requests for network services")
1016 (description "With this package you can monitor and filter incoming requests for
1017 network services. It includes a library which may be used by daemons to
1018 transparently check connection attempts against an access control list.")
1019 (license (license:non-copyleft "file://DISCLAIMER"
1020 "See the file DISCLAIMER in the distribution."))))
1021
1022 (define-public zeromq
1023 (package
1024 (name "zeromq")
1025 (version "4.3.4")
1026 (source
1027 (origin
1028 (method url-fetch)
1029 (uri (string-append "https://github.com/zeromq/libzmq/releases"
1030 "/download/v" version "/zeromq-" version ".tar.gz"))
1031 (sha256
1032 (base32 "1rf3jmi36ms8jh2g5cvi253h43l6xdfq0r7mvp95va7mi4d014y5"))))
1033 (build-system gnu-build-system)
1034 (arguments '(#:configure-flags '("--disable-static")))
1035 (home-page "https://zeromq.org")
1036 (synopsis "Library for message-based applications")
1037 (description
1038 "The 0MQ lightweight messaging kernel is a library which extends the
1039 standard socket interfaces with features traditionally provided by specialized
1040 messaging middle-ware products. 0MQ sockets provide an abstraction of
1041 asynchronous message queues, multiple messaging patterns, message
1042 filtering (subscriptions), seamless access to multiple transport protocols and
1043 more.")
1044 (license license:lgpl3+)))
1045
1046 (define-public czmq
1047 (package
1048 (name "czmq")
1049 (version "4.2.1")
1050 (source (origin
1051 (method url-fetch)
1052 (uri (string-append
1053 "https://github.com/zeromq/" name
1054 "/releases/download/v" version
1055 "/" name "-" version ".tar.gz"))
1056 (sha256
1057 (base32
1058 "0fdclvd7fcwixp0k57ccv7d159v3slasyhvndxfn8n1a9hh0lwjx"))))
1059 (build-system gnu-build-system)
1060 (arguments
1061 '(#:configure-flags '("--enable-drafts")
1062 #:phases (modify-phases %standard-phases
1063 (add-before 'check 'patch-tests
1064 (lambda _
1065 (substitute* "src/czmq_selftest.c"
1066 ;; Disable the zproc test, which fails on some hardware
1067 ;; (see: https://github.com/zeromq/czmq/issues/2007).
1068 (("\\{ \"zproc\", zproc_test.*")
1069 "")
1070 ;; Also disable the zarmour test, which fails as well
1071 ;; (see: https://github.com/zeromq/czmq/issues/2125).
1072 (("\\{ \"zarmour\", zarmour_test.*")
1073 ""))
1074 #t)))))
1075 (inputs
1076 `(("zeromq" ,zeromq)))
1077 (home-page "https://zeromq.org")
1078 (synopsis "High-level C bindings for ØMQ")
1079 (description
1080 "czmq provides bindings for the ØMQ core API that hides the differences
1081 between different versions of ØMQ.")
1082 (license license:mpl2.0)))
1083
1084 (define-public cppzmq
1085 (package
1086 (name "cppzmq")
1087 (version "4.6.0")
1088 (source (origin
1089 (method git-fetch)
1090 (uri (git-reference
1091 (url "https://github.com/zeromq/cppzmq")
1092 (commit (string-append "v" version))))
1093 (sha256
1094 (base32
1095 "19acx2bzi4n6fdnfgkja1nds7m1bwg8lw5vfcijrx9fv75pa7m8h"))
1096 (file-name (git-file-name name version))))
1097 (build-system cmake-build-system)
1098 (arguments
1099 '(;; FIXME: The test suite requires downloading Catch and custom
1100 ;; CMake targets, and refuses to use the system version.
1101 ;; See <https://github.com/zeromq/cppzmq/issues/334>.
1102 #:tests? #f
1103 #:configure-flags '("-DCPPZMQ_BUILD_TESTS=OFF")))
1104 (native-inputs
1105 `(("pkg-config" ,pkg-config)))
1106 (inputs
1107 `(("zeromq" ,zeromq)))
1108 (home-page "https://zeromq.org")
1109 (synopsis "C++ bindings for the ØMQ messaging library")
1110 (description
1111 "This package provides header-only C++ bindings for ØMQ. The header
1112 files contain direct mappings of the abstractions provided by the ØMQ C API.")
1113 (license license:expat)))
1114
1115 (define-public libnatpmp
1116 (package
1117 (name "libnatpmp")
1118 (version "20150609")
1119 (source (origin
1120 (method url-fetch)
1121 (uri (string-append
1122 "http://miniupnp.free.fr/files/"
1123 name "-" version ".tar.gz"))
1124 (sha256
1125 (base32
1126 "1c1n8n7mp0amsd6vkz32n8zj3vnsckv308bb7na0dg0r8969rap1"))))
1127 (build-system gnu-build-system)
1128 (arguments
1129 `(#:phases
1130 (modify-phases %standard-phases
1131 (delete 'configure)
1132 (delete 'check)) ; no tests
1133 #:make-flags
1134 (let* ((target ,(%current-target-system))
1135 (gcc (if target
1136 (string-append target "-gcc")
1137 "gcc")))
1138 (list
1139 (string-append "CC=" gcc)
1140 (string-append "INSTALLPREFIX=" (assoc-ref %outputs "out"))
1141 (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")))))
1142 (home-page "http://miniupnp.free.fr/libnatpmp.html")
1143 (synopsis "C library implementing NAT-PMP")
1144 (description
1145 "@code{libnatpmp} is a portable and asynchronous implementation of
1146 the Network Address Translation - Port Mapping Protocol (NAT-PMP)
1147 written in the C programming language.")
1148 (license license:bsd-3)))
1149
1150 (define-public librdkafka
1151 (package
1152 (name "librdkafka")
1153 (version "1.4.2")
1154 (source (origin
1155 (method git-fetch)
1156 (uri (git-reference
1157 (url "https://github.com/edenhill/librdkafka")
1158 (commit (string-append "v" version))))
1159 (file-name (git-file-name name version))
1160 (sha256
1161 (base32
1162 "05mgrdzacn9kdpr68r5j0cvsvl54s52glnsc1ww9rcxx6p7hq1ly"))))
1163 (build-system gnu-build-system)
1164 (arguments
1165 '(#:phases
1166 (modify-phases %standard-phases
1167 (replace 'configure
1168 ;; its custom configure script doesn't understand 'CONFIG_SHELL'.
1169 (lambda* (#:key outputs #:allow-other-keys)
1170 (let ((out (assoc-ref outputs "out")))
1171 ;; librdkafka++.so lacks RUNPATH for librdkafka.so
1172 (setenv "LDFLAGS"
1173 (string-append "-Wl,-rpath=" out "/lib"))
1174 (invoke "./configure"
1175 (string-append "--prefix=" out))))))))
1176 (native-inputs
1177 `(("python" ,python-wrapper)))
1178 (propagated-inputs
1179 `(("zlib" ,zlib))) ; in the Libs.private field of rdkafka.pc
1180 (home-page "https://github.com/edenhill/librdkafka")
1181 (synopsis "Apache Kafka C/C++ client library")
1182 (description
1183 "librdkafka is a C library implementation of the Apache Kafka protocol,
1184 containing both Producer and Consumer support.")
1185 (license license:bsd-2)))
1186
1187 (define-public libndp
1188 (package
1189 (name "libndp")
1190 (version "1.8")
1191 (source (origin
1192 (method url-fetch)
1193 (uri (string-append "https://libndp.org/files/"
1194 "libndp-" version ".tar.gz"))
1195 (sha256
1196 (base32
1197 "0ay0n0d85254zdmv8znmn399gfiqpk6ga0jwdwa7ylpbw9pbdzw8"))))
1198 (build-system gnu-build-system)
1199 (home-page "https://libndp.org/")
1200 (synopsis "Library for Neighbor Discovery Protocol")
1201 (description
1202 "libndp contains a library which provides a wrapper for IPv6 Neighbor
1203 Discovery Protocol. It also provides a tool named ndptool for sending and
1204 receiving NDP messages.")
1205 (license license:lgpl2.1+)))
1206
1207 (define-public ethtool
1208 (package
1209 (name "ethtool")
1210 (version "5.12")
1211 (source (origin
1212 (method url-fetch)
1213 (uri (string-append "mirror://kernel.org/software/network/"
1214 "ethtool/ethtool-" version ".tar.xz"))
1215 (sha256
1216 (base32
1217 "01vgyczgldrfss98cqrgjz8krj6kwb29xjf8p08q0g85fnfgmpgm"))))
1218 (build-system gnu-build-system)
1219 (native-inputs
1220 `(("pkg-config" ,pkg-config)))
1221 (inputs
1222 `(("libmnl" ,libmnl)))
1223 (home-page "https://www.kernel.org/pub/software/network/ethtool/")
1224 (synopsis "Display or change Ethernet device settings")
1225 (description
1226 "ethtool can be used to query and change settings such as speed,
1227 auto-negotiation and checksum offload on many network devices, especially
1228 Ethernet devices.")
1229 (license license:gpl2)))
1230
1231 (define-public ifstatus
1232 (package
1233 (name "ifstatus")
1234 (version "1.1.0")
1235 (source (origin
1236 (method url-fetch)
1237 (uri (string-append "mirror://sourceforge/ifstatus/ifstatus/"
1238 "ifstatus%20v" version "/ifstatus-v"
1239 version ".tar.gz"))
1240 (sha256
1241 (base32
1242 "045cbsq9ps32j24v8y5hpyqxnqn9mpaf3mgvirlhgpqyb9jsia0c"))
1243 (modules '((guix build utils)))
1244 (snippet
1245 '(begin
1246 (substitute* "Main.h"
1247 (("#include <stdio.h>")
1248 "#include <stdio.h>\n#include <stdlib.h>"))
1249 #t))))
1250 (build-system gnu-build-system)
1251 (arguments
1252 '(#:tests? #f ; no "check" target
1253 #:phases
1254 (modify-phases %standard-phases
1255 (delete 'configure) ; no configure script
1256 (replace 'install
1257 (lambda* (#:key outputs #:allow-other-keys)
1258 (let* ((out (assoc-ref outputs "out"))
1259 (bin (string-append out "/bin")))
1260 (mkdir-p bin)
1261 (copy-file "ifstatus"
1262 (string-append bin "/ifstatus")))
1263 #t)))))
1264 (inputs `(("ncurses" ,ncurses)))
1265 (home-page "http://ifstatus.sourceforge.net/graphic/index.html")
1266 (synopsis "Text based network interface status monitor")
1267 (description
1268 "IFStatus is a simple, easy-to-use program for displaying commonly
1269 needed/wanted real-time traffic statistics of multiple network
1270 interfaces, with a simple and efficient view on the command line. It is
1271 intended as a substitute for the PPPStatus and EthStatus projects.")
1272 (license license:gpl2+)))
1273
1274 (define-public iputils
1275 (package
1276 (name "iputils")
1277 (version "20190709")
1278 (home-page "https://github.com/iputils/iputils")
1279 (source (origin
1280 (method git-fetch)
1281 (uri (git-reference (url home-page)
1282 (commit (string-append "s" version))))
1283 (file-name (git-file-name name version))
1284 (patches (search-patches "iputils-libcap-compat.patch"))
1285 (sha256
1286 (base32
1287 "04bp4af15adp79ipxmiakfp0ij6hx5qam266flzbr94pr8z8l693"))))
1288 (build-system meson-build-system)
1289 (arguments
1290 `(#:configure-flags '("-DBUILD_RARPD=true")
1291 #:phases
1292 (modify-phases %standard-phases
1293 (add-after 'unpack 'fix-docbook-url
1294 (lambda* (#:key inputs #:allow-other-keys)
1295 (let* ((docbook-xsl (assoc-ref inputs "docbook-xsl"))
1296 (uri (string-append docbook-xsl "/xml/xsl/docbook-xsl-"
1297 ,(package-version docbook-xsl))))
1298 (for-each
1299 (lambda (file)
1300 (substitute* file
1301 (("http://docbook\\.sourceforge\\.net/release/xsl-ns/current")
1302 uri)))
1303 (cons "doc/meson.build"
1304 (find-files "doc" "\\.xsl$")))
1305 #t))))))
1306 (native-inputs
1307 `(("gettext" ,gettext-minimal)
1308 ("pkg-config" ,pkg-config)
1309 ("docbook-xsl" ,docbook-xsl)
1310 ("docbook-xml" ,docbook-xml-5)
1311 ("libxml2" ,libxml2) ;for XML_CATALOG_FILES
1312 ("xsltproc" ,libxslt)))
1313 (inputs
1314 `(("libcap" ,libcap)
1315 ("libidn2" ,libidn2)
1316 ("openssl" ,openssl)))
1317 (synopsis "Collection of network utilities")
1318 (description
1319 "This package contains a variety of tools for dealing with network
1320 configuration, troubleshooting, or servers. Utilities included are:
1321
1322 @itemize @bullet
1323 @item @command{arping}: Ping hosts using the @dfn{Address Resolution Protocol}.
1324 @item @command{clockdiff}: Compute time difference between network hosts
1325 using ICMP TSTAMP messages.
1326 @item @command{ninfod}: Daemon that responds to IPv6 Node Information Queries.
1327 @item @command{ping}: Use ICMP ECHO messages to measure round-trip delays
1328 and packet loss across network paths.
1329 @item @command{rarpd}: Answer RARP requests from clients.
1330 @item @command{rdisc}: Populate network routing tables with information from
1331 the ICMP router discovery protocol.
1332 @item @command{tftpd}: Trivial file transfer protocol server.
1333 @item @command{tracepath}: Trace network path to an IPv4 or IPv6 address and
1334 discover MTU along the way.
1335 @end itemize")
1336 ;; The various utilities are covered by different licenses, see LICENSE
1337 ;; for details.
1338 (license (list license:gpl2+ ;arping, rarpd, tracepath
1339 license:bsd-3 ;clockdiff, ninfod, ping, tftpd
1340 (license:non-copyleft
1341 "https://spdx.org/licenses/Rdisc.html"
1342 "Sun Microsystems license, see rdisc.c for details")))))
1343
1344 (define-public nload
1345 (package
1346 (name "nload")
1347 (version "0.7.4")
1348 (source (origin
1349 (method url-fetch)
1350 (uri (string-append "mirror://sourceforge/nload/nload/" version
1351 "/nload-" version ".tar.gz"))
1352 (sha256
1353 (base32
1354 "1rb9skch2kgqzigf19x8bzk211jdfjfdkrcvaqyj89jy2pkm3h61"))))
1355 (build-system gnu-build-system)
1356 (inputs `(("ncurses" ,ncurses)))
1357 (home-page "http://www.roland-riegel.de/nload/")
1358 (synopsis "Realtime console network usage monitor")
1359 (description
1360 "Nload is a console application which monitors network traffic and
1361 bandwidth usage in real time. It visualizes the in- and outgoing traffic using
1362 two graphs, and provides additional info like total amount of transferred data
1363 and min/max network usage.")
1364 (license license:gpl2+)))
1365
1366 (define-public iodine
1367 (package
1368 (name "iodine")
1369 (version "0.7.0")
1370 (source (origin
1371 (method url-fetch)
1372 (uri (string-append "http://code.kryo.se/" name "/"
1373 name "-" version ".tar.gz"))
1374 (sha256
1375 (base32
1376 "0gh17kcxxi37k65zm4gqsvbk3aw7yphcs3c02pn1c4s2y6n40axd"))))
1377 (build-system gnu-build-system)
1378 (arguments
1379 `(#:phases
1380 (modify-phases %standard-phases
1381 (delete 'configure)
1382 (add-before 'build 'fix-ifconfig-path
1383 ;; This package works only with the net-tools version of ifconfig.
1384 (lambda* (#:key inputs #:allow-other-keys)
1385 (substitute* "src/tun.c"
1386 (("PATH=[^ ]* ")
1387 (string-append (assoc-ref inputs "net-tools") "/bin/")))
1388 #t))
1389 (add-before 'check 'delete-failing-tests
1390 ;; Avoid https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802105.
1391 (lambda _
1392 (substitute* "tests/common.c"
1393 (("tcase_add_test\\(tc, \
1394 test_parse_format_ipv(4(|_listen_all|_mapped_ipv6)|6)\\);")
1395 ""))
1396 #t)))
1397 #:make-flags (list ,(string-append "CC=" (cc-for-target))
1398 (string-append "prefix=" (assoc-ref %outputs "out")))
1399 #:test-target "test"))
1400 (inputs `(("net-tools" ,net-tools)
1401 ("zlib" ,zlib)))
1402 (native-inputs `(("check" ,check-0.14)
1403 ("pkg-config" ,pkg-config)))
1404 (home-page "https://code.kryo.se/iodine/")
1405 (synopsis "Tunnel IPv4 data through a DNS server")
1406 (description "Iodine tunnels IPv4 data through a DNS server. This
1407 can be useful in different situations where internet access is firewalled, but
1408 DNS queries are allowed. The bandwidth is asymmetrical, with limited upstream
1409 and up to 1 Mbit/s downstream.")
1410 ;; src/md5.[ch] is released under the zlib license
1411 (license (list license:isc license:zlib))))
1412
1413 (define-public whois
1414 (package
1415 (name "whois")
1416 (version "5.5.9")
1417 (source
1418 (origin
1419 (method git-fetch)
1420 (uri (git-reference
1421 (url "https://github.com/rfc1036/whois")
1422 (commit (string-append "v" version))))
1423 (file-name (git-file-name name version))
1424 (sha256
1425 (base32 "0l9dhyciylh14lqw8j5mrk0y2hl95cnj8pyvvabbgwxpsdn0yvbb"))))
1426 (build-system gnu-build-system)
1427 (arguments
1428 `(#:tests? #f ; no test suite
1429 #:make-flags (list (string-append "CC=" ,(cc-for-target))
1430 (string-append "PKG_CONFIG=" ,(pkg-config-for-target))
1431 (string-append "prefix=" (assoc-ref %outputs "out")))
1432 #:phases
1433 (modify-phases %standard-phases
1434 (delete 'configure) ; no configure script
1435 (add-before 'build 'setenv
1436 (lambda _
1437 (setenv "HAVE_ICONV" "1")
1438 #t)))))
1439 (inputs
1440 `(("libidn2" ,libidn2)))
1441 (native-inputs
1442 `(("gettext" ,gettext-minimal)
1443 ("perl" ,perl)
1444 ("pkg-config" ,pkg-config)))
1445 (synopsis "Intelligent client for the WHOIS directory service")
1446 (description
1447 "whois searches for an object in a @dfn{WHOIS} (RFC 3912) database.
1448 It is commonly used to look up the registered users or assignees of an Internet
1449 resource, such as a domain name, an IP address block, or an autonomous system.
1450 It can automatically select the appropriate server for most queries.
1451
1452 For historical reasons, this package also includes @command{mkpasswd}, which
1453 encrypts passwords using @code{crypt(3)} and is unrelated to the Expect command
1454 of the same name.")
1455 (home-page "https://github.com/rfc1036/whois")
1456 (license license:gpl2+)))
1457
1458 (define-public wireshark
1459 (package
1460 (name "wireshark")
1461 (version "3.4.6")
1462 (source
1463 (origin
1464 (method url-fetch)
1465 (uri (string-append "https://www.wireshark.org/download/src/wireshark-"
1466 version ".tar.xz"))
1467 (sha256
1468 (base32 "0a26kcj3n1a2kw1f3fc6s1x3rw3f3bj2cq6rp7k0kc4ciwh7i9hj"))))
1469 (build-system cmake-build-system)
1470 (arguments
1471 `(#:phases
1472 (modify-phases %standard-phases
1473 (add-after 'unpack 'remove-failing-test
1474 ;; Skip test suite failing with "Program reassemble_test is not
1475 ;; available" and alike errors. Also skip test suite failing with
1476 ;; "AssertionError: Program extcap/sdjournal is not available"
1477 ;; error.'
1478 (lambda _
1479 (substitute* "CMakeLists.txt"
1480 (("suite_unittests" all) (string-append "# " all))
1481 (("suite_extcaps" all) (string-append "# " all)))
1482 #t)))
1483 ;; Build process chokes during `validate-runpath' phase.
1484 ;;
1485 ;; Errors are like the following:
1486 ;; "/gnu/store/...wireshark-3.0.0/lib/wireshark/plugins/3.0/epan/ethercat.so:
1487 ;; error: depends on 'libwireshark.so.12', which cannot be found in
1488 ;; RUNPATH". That is, "/gnu/store/...wireshark-3.0.0./lib" doesn't
1489 ;; belong to RUNPATH.
1490 ;;
1491 ;; That’s not a problem in practice because "ethercat.so" is a plugin,
1492 ;; so it’s dlopen’d by a process that already provides "libwireshark".
1493 ;; For now, we disable this phase.
1494 #:validate-runpath? #f))
1495 (inputs
1496 `(("c-ares" ,c-ares)
1497 ("glib" ,glib)
1498 ("gnutls" ,gnutls)
1499 ("google-brotli" ,google-brotli)
1500 ("libcap" ,libcap)
1501 ("libgcrypt" ,libgcrypt)
1502 ("libnl" ,libnl)
1503 ("libpcap" ,libpcap)
1504 ("libssh" ,libssh)
1505 ("libxml2" ,libxml2)
1506 ("lz4" ,lz4)
1507 ("lua" ,lua-5.2) ;Lua 5.3 unsupported
1508 ("krb5" ,mit-krb5)
1509 ("nghttp2:lib" ,nghttp2 "lib")
1510 ("minizip" ,minizip)
1511 ("qtbase" ,qtbase)
1512 ("qtmultimedia" ,qtmultimedia)
1513 ("qtsvg" ,qtsvg)
1514 ("sbc" ,sbc)
1515 ("snappy" ,snappy)
1516 ("zlib" ,zlib)
1517 ("zstd:lib" ,zstd "lib")))
1518 (native-inputs
1519 `(("bison" ,bison)
1520 ("doxygen" ,doxygen)
1521 ("flex" ,flex)
1522 ("gettext" ,gettext-minimal)
1523 ("perl" ,perl)
1524 ("pkg-config" ,pkg-config)
1525 ("python" ,python-wrapper)
1526 ("qttools" ,qttools)))
1527 (synopsis "Network traffic analyzer")
1528 (description "Wireshark is a network protocol analyzer, or @dfn{packet
1529 sniffer}, that lets you capture and interactively browse the contents of
1530 network frames.")
1531 (home-page "https://www.wireshark.org/")
1532 (license license:gpl2+)))
1533
1534 (define-public fping
1535 (package
1536 (name "fping")
1537 (version "5.0")
1538 (source
1539 (origin
1540 (method url-fetch)
1541 (uri (string-append "https://fping.org/dist/fping-"
1542 version ".tar.gz"))
1543 (sha256
1544 (base32 "1f2prmii4fyl44cfykp40hp4jjhicrhddh9v3dfs11j6nsww0f7d"))))
1545 (build-system gnu-build-system)
1546 (home-page "https://fping.org/")
1547 (synopsis "Send ICMP ECHO_REQUEST packets to network hosts")
1548 (description
1549 "fping is a ping-like program which uses @acronym{ICMP, Internet Control
1550 Message Protocol} echo requests to determine if a target host is responding.
1551
1552 @command{fping} differs from @command{ping} in that you can specify any number
1553 of targets on the command line, or specify a file containing the lists of
1554 targets to ping. Instead of sending to one target until it times out or
1555 replies, fping will send out a ping packet and move on to the next target in a
1556 round-robin fashion.")
1557 (license license:expat)))
1558
1559 (define-public gandi.cli
1560 (package
1561 (name "gandi.cli")
1562 (version "1.6")
1563 (source
1564 (origin
1565 (method url-fetch)
1566 (uri (pypi-uri name version))
1567 (sha256
1568 (base32 "1h36jahbp7273wn3yd747kbiwjc0bm3sja67bcxdsd54ln0vyndg"))))
1569 (build-system python-build-system)
1570 (arguments
1571 `(#:phases
1572 (modify-phases %standard-phases
1573 (add-after 'unpack 'embed-store-file-names
1574 (lambda _
1575 (substitute* (list "gandi/cli/modules/cert.py"
1576 "gandi/cli/tests/commands/test_certificate.py")
1577 (("openssl") (which "openssl")))
1578 #t))
1579 (add-after 'install 'install-documentation
1580 ;; The included man page may be outdated but we install it anyway,
1581 ;; since it's mentioned in 'gandi --help' and better than nothing.
1582 (lambda* (#:key outputs #:allow-other-keys)
1583 (let* ((out (assoc-ref outputs "out"))
1584 (man1 (string-append out "/share/man/man1")))
1585 (mkdir-p man1)
1586 (with-output-to-file (string-append man1 "/gandi.1")
1587 (lambda _
1588 (invoke "rst2man.py" "gandicli.man.rst")))
1589 #t))))))
1590 (native-inputs
1591 `(("python-docutils" ,python-docutils) ; for rst2man.py
1592 ("python-pytest" ,python-pytest)
1593 ("python-pytest-cov" ,python-pytest-cov)
1594 ("python-tox" ,python-tox)))
1595 (propagated-inputs
1596 `(("openssh" ,openssh))) ; used by gandi/cli/modules/iass.py
1597 (inputs
1598 `(("openssl" ,openssl)
1599 ("python-click" ,python-click)
1600 ("python-ipy" ,python-ipy)
1601 ("python-pyyaml" ,python-pyyaml)
1602 ("python-requests" ,python-requests)))
1603 (home-page "https://cli.gandi.net")
1604 (synopsis "Command-line interface to the Gandi.net Web API")
1605 (description
1606 "This package provides a command-line client (@command{gandi}) to buy,
1607 manage, and delete Internet resources from Gandi.net such as domain names,
1608 virtual machines, and certificates.")
1609 (license license:gpl3+)))
1610
1611 (define-public go-netns
1612 (let ((commit "13995c7128ccc8e51e9a6bd2b551020a27180abd")
1613 (revision "1"))
1614 (package
1615 (name "go-netns")
1616 (version (git-version "0.0.0" revision commit))
1617 (source (origin
1618 (method git-fetch)
1619 (uri (git-reference
1620 (url "https://github.com/vishvananda/netns")
1621 (commit commit)))
1622 (file-name (git-file-name name version))
1623 (sha256
1624 (base32
1625 "1zk6w8158qi4niva5rijchbv9ixgmijsgqshh54wdaav4xrhjshn"))))
1626 (build-system go-build-system)
1627 (arguments
1628 `(#:import-path "github.com/vishvananda/netns"
1629 #:tests? #f)) ;tests require root privileges
1630 (home-page "https://github.com/vishvananda/netns")
1631 (synopsis "Simple network namespace handling for Go")
1632 (description "The netns package provides a simple interface for
1633 handling network namespaces in Go.")
1634 (license license:asl2.0))))
1635
1636 (define-public go-sctp
1637 ;; docker-libnetwork-cmd-proxy requires this exact commit.
1638 ;; This commit is mentioned in docker-libnetwork-cmd-proxy's vendor.conf.
1639 (let ((commit "6e2cb1366111dcf547c13531e3a263a067715847")
1640 (revision "2"))
1641 (package
1642 (name "go-sctp")
1643 (version (git-version "0.0.0" revision commit))
1644 (source (origin
1645 (method git-fetch)
1646 (uri (git-reference
1647 (url "https://github.com/ishidawataru/sctp")
1648 (commit commit)))
1649 (file-name (git-file-name name version))
1650 (sha256
1651 (base32
1652 "1ba90fmpdwxa1ba4hrsjhi3gfy3pwmz7x8amw1p5dc9p5a7nnqrb"))))
1653 (build-system go-build-system)
1654 (arguments
1655 `(#:tests? #f ; Test suite is flakey.
1656 #:import-path "github.com/ishidawataru/sctp"))
1657 (home-page "https://github.com/ishidawataru/sctp")
1658 (synopsis "SCTP library for the Go programming language")
1659 (description "This library provides methods for using the stream control
1660 transmission protocol (SCTP) in a Go application.")
1661 (license license:asl2.0))))
1662
1663 (define-public httping
1664 (package
1665 (name "httping")
1666 (version "2.5")
1667 (source
1668 (origin
1669 (method url-fetch)
1670 (uri (string-append "https://www.vanheusden.com/httping/httping-"
1671 version ".tgz"))
1672 (sha256
1673 (base32
1674 "1y7sbgkhgadmd93x1zafqc4yp26ssiv16ni5bbi9vmvvdl55m29y"))))
1675 (build-system gnu-build-system)
1676 (native-inputs
1677 `(("gettext" ,gettext-minimal)))
1678 (inputs
1679 `(("fftw" ,fftw)
1680 ("ncurses" ,ncurses)
1681 ("openssl" ,openssl)))
1682 (arguments
1683 `(#:make-flags (list ,(string-append "CC=" (cc-for-target))
1684 (string-append "DESTDIR=" (assoc-ref %outputs "out"))
1685 "PREFIX=")
1686 #:tests? #f)) ; no tests
1687 (home-page "https://www.vanheusden.com/httping/")
1688 (synopsis "Web server latency and throughput monitor")
1689 (description
1690 "httping measures how long it takes to connect to a web server, send an
1691 HTTP(S) request, and receive the reply headers. It is somewhat similar to
1692 @command{ping}, but can be used even in cases where ICMP traffic is blocked
1693 by firewalls or when you want to monitor the response time of the actual web
1694 application stack itself.")
1695 (license license:gpl2))) ; with permission to link with OpenSSL
1696
1697 (define-public httpstat
1698 (package
1699 (name "httpstat")
1700 (version "1.3.1")
1701 (source
1702 (origin
1703 (method git-fetch)
1704 (uri (git-reference
1705 (url "https://github.com/reorx/httpstat")
1706 (commit version)))
1707 (file-name (git-file-name name version))
1708 (sha256
1709 (base32 "0cw8299a080m42slsimz31xs0gjnh833gpbj2dsr4hkcinrn4iyd"))))
1710 (build-system python-build-system)
1711 (inputs `(("curl" ,curl)))
1712 (arguments
1713 '(#:phases
1714 (modify-phases %standard-phases
1715 (add-before 'build 'fix-curl-path
1716 (lambda* (#:key inputs #:allow-other-keys)
1717 (substitute* "httpstat.py"
1718 (("ENV_CURL_BIN.get\\('curl'\\)")
1719 (string-append "ENV_CURL_BIN.get('"
1720 (assoc-ref inputs "curl")
1721 "/bin/curl')"))
1722 ;; "curl -w time_*" units seems to have
1723 ;; changed from seconds to nanoseconds.
1724 (("d\\[k\\] \\* 1000") "d[k] / 1000"))
1725 #t)))))
1726 (home-page "https://github.com/reorx/httpstat")
1727 (synopsis "Visualize curl statistics")
1728 (description
1729 "@command{httpstat} is a tool to visualize statistics from the
1730 @command{curl} HTTP client. It acts as a wrapper for @command{curl} and
1731 prints timing information for each step of the HTTP request (DNS lookup,
1732 TCP connection, TLS handshake and so on) in the terminal.")
1733 (license license:expat)))
1734
1735 (define-public squid
1736 (package
1737 (name "squid")
1738 (version "4.15")
1739 (source
1740 (origin
1741 (method url-fetch)
1742 (uri (string-append "http://www.squid-cache.org/Versions/v4/squid-"
1743 version ".tar.xz"))
1744 (sha256
1745 (base32 "09aaz0hi7q4s5jalgl5i5fakmgzv5akf03gnajlah498mgjs94xn"))))
1746 (build-system gnu-build-system)
1747 (arguments
1748 '(#:configure-flags
1749 ;; disable -march=native in build for reproducibility; see
1750 ;; https://wiki.squid-cache.org/KnowledgeBase/IllegalInstructionError
1751 (list "--disable-arch-native")
1752 #:phases
1753 (modify-phases %standard-phases
1754 (add-before 'build 'fix-true-path
1755 (lambda* (#:key inputs #:allow-other-keys)
1756 (substitute* "test-suite/testheaders.sh"
1757 (("/bin/true")
1758 (string-append (assoc-ref inputs "coreutils")
1759 "/bin/true")))
1760 #t)))))
1761 (inputs
1762 `(("perl" ,perl)
1763 ("openldap" ,openldap)
1764 ("linux-pam" ,linux-pam)
1765 ("libcap" ,libcap)
1766 ("cyrus-sasl" ,cyrus-sasl)
1767 ("expat" ,expat)
1768 ("libxml2" ,libxml2)
1769 ("openssl" ,openssl)))
1770 (native-inputs
1771 `(("cppunit" ,cppunit)
1772 ("pkg-config" ,pkg-config)))
1773 (synopsis "Web caching proxy")
1774 (description "Squid is a caching proxy for the Web supporting HTTP, HTTPS,
1775 FTP, and more. It reduces bandwidth and improves response times by caching and
1776 reusing frequently-requested web pages.")
1777 (home-page "http://www.squid-cache.org/")
1778 (license license:gpl2+)))
1779
1780 (define-public bwm-ng
1781 (package
1782 (name "bwm-ng")
1783 (version "0.6.3")
1784 (source
1785 (origin
1786 (method git-fetch)
1787 (uri (git-reference
1788 (url "https://github.com/vgropp/bwm-ng")
1789 (commit (string-append "v" version))))
1790 (file-name (git-file-name name version))
1791 (sha256
1792 (base32 "1gpp2l3w479h1w5skjra5xy0gxd24kvmk6i4psbkafnv2399la4k"))))
1793 (build-system gnu-build-system)
1794 (arguments
1795 `(#:phases
1796 (modify-phases %standard-phases
1797 (add-after 'unpack 'disable-premature-./configure
1798 (lambda _
1799 (substitute* "autogen.sh"
1800 (("\\$srcdir/configure")
1801 "true"))
1802 #t)))))
1803 (native-inputs
1804 `(("autoconf" ,autoconf)
1805 ("automake" ,automake)))
1806 (inputs
1807 `(("ncurses" ,ncurses)))
1808 (synopsis "Console based live network and disk I/O bandwidth monitor")
1809 (description "Bandwidth Monitor NG is a small and simple console based
1810 live network and disk I/O bandwidth monitor.")
1811 (home-page "https://www.gropp.org/?id=projects&sub=bwm-ng")
1812 (license license:gpl2)))
1813
1814 (define-public aircrack-ng
1815 (package
1816 (name "aircrack-ng")
1817 (version "1.6")
1818 (source
1819 (origin
1820 (method url-fetch)
1821 (uri (string-append "https://download.aircrack-ng.org/aircrack-ng-"
1822 version ".tar.gz"))
1823 (sha256
1824 (base32 "0ix2k64qg7x3w0bzdsbk1m50kcpq1ws59g3zkwiafvpwdr4gs2sg"))))
1825 (build-system gnu-build-system)
1826 (native-inputs
1827 `(("autoconf" ,autoconf)
1828 ("automake" ,automake)
1829 ("libtool" ,libtool)
1830 ("pkg-config" ,pkg-config)
1831 ("which" ,which)))
1832 (inputs
1833 `(("libgcrypt" ,libgcrypt)
1834 ("libnl" ,libnl)
1835 ("libpcap" ,libpcap)
1836 ("ethtool" ,ethtool)
1837 ("pcre" ,pcre)
1838 ("sqlite" ,sqlite)
1839 ("zlib" ,zlib)))
1840 (arguments
1841 `(#:configure-flags
1842 (list "--with-experimental=yes" ; build wesside-ng, etc.
1843 "--with-gcrypt") ; openssl's the default
1844 #:phases (modify-phases %standard-phases
1845 (add-before 'bootstrap 'patch-evalrev
1846 (lambda _
1847 ;; Called by ./autogen.sh below, before the default
1848 ;; ‘patch-shebangs’ phase has had a chance to run.
1849 (substitute* "evalrev"
1850 (("/bin/sh")
1851 (which "sh")))
1852 #t))
1853 (add-after 'build 'absolutize-tools
1854 (lambda* (#:key inputs #:allow-other-keys)
1855 (let ((ethtool (string-append (assoc-ref inputs "ethtool")
1856 "/sbin/ethtool")))
1857 (substitute* "scripts/airmon-ng"
1858 (("ethtool ")
1859 (string-append ethtool " ")))
1860 #t))))))
1861 (home-page "https://www.aircrack-ng.org")
1862 (synopsis "Assess WiFi network security")
1863 (description
1864 "Aircrack-ng is a complete suite of tools to assess WiFi network
1865 security. It focuses on different areas of WiFi security: monitoring,
1866 attacking, testing, and cracking. All tools are command-line driven, which
1867 allows for heavy scripting.")
1868 (license (list license:gpl2+ license:bsd-3))))
1869
1870 (define-public pixiewps
1871 (package
1872 (name "pixiewps")
1873 (version "1.4.2")
1874 (source (origin
1875 (method url-fetch)
1876 (uri (string-append
1877 "https://github.com/wiire-a/pixiewps/releases/"
1878 "download/v" version "/" name "-" version ".tar.xz"))
1879 (sha256
1880 (base32
1881 "07nym6bqml0k9v29vnj003nrgnwrywgjvnljb7cdpsvnwilhbp64"))))
1882 (build-system gnu-build-system)
1883 (arguments
1884 `(#:make-flags
1885 (list ,(string-append "CC=" (cc-for-target))
1886 (string-append "PREFIX=" (assoc-ref %outputs "out")))
1887 #:phases
1888 (modify-phases %standard-phases
1889 (delete 'configure)) ; no configure script
1890 #:tests? #f)) ; there are no tests
1891 (home-page "https://github.com/wiire-a/pixiewps/")
1892 (synopsis "Offline brute-force tool for Wi-Fi Protected Setup")
1893 (description "Pixiewps implements the pixie-dust attack to brute
1894 force the Wi-Fi Protected Setup (WPS) PIN by exploiting the low or
1895 non-existing entropy of some access points.")
1896 (license license:gpl3+)))
1897
1898 (define-public reaver
1899 (package
1900 (name "reaver")
1901 (version "1.6.6")
1902 (source (origin
1903 (method url-fetch)
1904 (uri (string-append
1905 "https://github.com/t6x/reaver-wps-fork-t6x/releases/"
1906 "download/v" version "/reaver-" version ".tar.xz"))
1907 (sha256
1908 (base32
1909 "00k7mc81ifv0wma7k4v18mj498badbw5yls6c28qin3d1gda0ag3"))))
1910 (build-system gnu-build-system)
1911 (arguments
1912 `(#:configure-flags
1913 ;; Save session files to current directory instead of /var.
1914 (list "--enable-savetocurrent"
1915 "--localstatedir=/tmp/dummy") ; prevent creating /var during install
1916 #:phases
1917 (modify-phases %standard-phases
1918 (add-before 'configure 'change-directory
1919 (lambda _
1920 (chdir "src")
1921 #t))
1922 (add-after 'install 'install-doc
1923 (lambda* (#:key outputs #:allow-other-keys)
1924 (chdir "../docs")
1925 (let* ((out (assoc-ref outputs "out"))
1926 (doc (string-append out "/share/doc/" ,name "-" ,version))
1927 (man1 (string-append out "/share/man/man1")))
1928 (for-each (lambda (file) (install-file file doc))
1929 (find-files "." "README.*"))
1930 (install-file "reaver.1" man1)
1931 #t))))
1932 #:tests? #f)) ; there are no tests
1933 (inputs
1934 `(("libpcap" ,libpcap)))
1935 (propagated-inputs
1936 `(("aircrack-ng" ,aircrack-ng)
1937 ("pixiewps" ,pixiewps)))
1938 (home-page "https://github.com/t6x/reaver-wps-fork-t6x/")
1939 (synopsis "Attack tool for Wi-Fi Protected Setup")
1940 (description "Reaver performs a brute force attack against an access
1941 point's Wi-Fi Protected Setup (WPS) PIN. Once the PIN is found, the WPA
1942 passphrase can be recovered and the AP's wireless settings can be
1943 reconfigured.")
1944 (license license:gpl2+)))
1945
1946 (define-public perl-danga-socket
1947 (package
1948 (name "perl-danga-socket")
1949 (version "1.62")
1950 (source
1951 (origin
1952 (method url-fetch)
1953 (uri (string-append "mirror://cpan/authors/id/N/NM/NML/"
1954 "Danga-Socket-" version ".tar.gz"))
1955 (sha256
1956 (base32 "0x4bvirmf0kphks19jwgva00zz73zx344218dfaiv8gigrw3yg4m"))))
1957 (build-system perl-build-system)
1958 (native-inputs
1959 `(("perl-test-tcp" ,perl-test-tcp)))
1960 (propagated-inputs
1961 `(("perl-sys-syscall" ,perl-sys-syscall)))
1962 (home-page "https://metacpan.org/release/Danga-Socket")
1963 (synopsis "Event loop and event-driven async socket base class")
1964 (description
1965 "Danga::Socket is an abstract base class for objects backed by a socket
1966 which provides the basic framework for event-driven asynchronous IO, designed
1967 to be fast. Danga::Socket is both a base class for objects, and an event
1968 loop.")
1969 (license license:perl-license)))
1970
1971 (define-public perl-data-validate-ip
1972 (package
1973 (name "perl-data-validate-ip")
1974 (version "0.30")
1975 (source
1976 (origin
1977 (method url-fetch)
1978 (uri (string-append
1979 "mirror://cpan/authors/id/D/DR/DROLSKY/Data-Validate-IP-"
1980 version ".tar.gz"))
1981 (sha256
1982 (base32 "074adrlvkiahj1fdc9nvb95dpfyjzm2jzhi90m8xaw4bw5ipcbzy"))))
1983 (build-system perl-build-system)
1984 (native-inputs
1985 `(("perl-test-requires" ,perl-test-requires)))
1986 (propagated-inputs
1987 `(("perl-netaddr-ip" ,perl-netaddr-ip)))
1988 (home-page "https://metacpan.org/release/Data-Validate-IP")
1989 (synopsis "IPv4 and IPv6 validation methods")
1990 (description
1991 "This module provides several IP address validation subroutines that both
1992 validate and untaint their input. This includes both basic validation
1993 (@code{is_ipv4()} and @code{is_ipv6()}) and special cases like checking whether
1994 an address belongs to a specific network or whether an address is public or
1995 private (reserved).")
1996 (license license:perl-license)))
1997
1998 (define-public perl-net-dns
1999 (package
2000 (name "perl-net-dns")
2001 (version "1.31")
2002 (source
2003 (origin
2004 (method url-fetch)
2005 (uri
2006 (list
2007 (string-append "https://www.net-dns.org/download/Net-DNS-"
2008 version ".tar.gz")
2009 (string-append "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-"
2010 version ".tar.gz")))
2011 (sha256
2012 (base32 "05f6rzvvmm6xd0p100k5y9kczdzqgala09ra8bccc18n6y74l0h0"))))
2013 (build-system perl-build-system)
2014 (inputs
2015 `(("perl-digest-hmac" ,perl-digest-hmac)))
2016 (home-page "https://www.net-dns.org/")
2017 (synopsis
2018 "Perl Interface to the Domain Name System")
2019 (description "Net::DNS is the Perl Interface to the Domain Name System.")
2020 (license license:x11)))
2021
2022 (define-public perl-socket6
2023 (package
2024 (name "perl-socket6")
2025 (version "0.29")
2026 (source
2027 (origin
2028 (method url-fetch)
2029 (uri (string-append
2030 "mirror://cpan/authors/id/U/UM/UMEMOTO/Socket6-"
2031 version
2032 ".tar.gz"))
2033 (sha256
2034 (base32
2035 "054izici8klfxs8hr5rljib28plijpsfymy99xbzdp047bx1b2a6"))))
2036 (build-system perl-build-system)
2037 (arguments
2038 `(#:phases
2039 (modify-phases %standard-phases
2040 (replace 'configure
2041 (lambda* (#:key outputs #:allow-other-keys)
2042 (let* ((out (assoc-ref outputs "out"))
2043 (args `("Makefile.PL"
2044 ,(string-append "PREFIX=" out)
2045 "INSTALLDIRS=site")))
2046 (setenv "CONFIG_SHELL" (which "sh"))
2047 (apply invoke "perl" args)))))))
2048 (home-page "https://metacpan.org/release/Socket6")
2049 (synopsis
2050 "IPv6 related part of the C socket.h defines and structure manipulators for Perl")
2051 (description "Socket6 binds the IPv6 related part of the C socket header
2052 definitions and structure manipulators for Perl.")
2053 (license license:bsd-3)))
2054
2055 (define-public perl-net-dns-resolver-programmable
2056 (package
2057 (name "perl-net-dns-resolver-programmable")
2058 (version "0.003")
2059 (source
2060 (origin
2061 (method url-fetch)
2062 (uri (string-append
2063 "mirror://cpan/authors/id/J/JM/JMEHNLE/net-dns-resolver-programmable/"
2064 "Net-DNS-Resolver-Programmable-v" version ".tar.gz"))
2065 (sha256
2066 (base32
2067 "1v3nl2kaj4fs55n1617n53q8sa3mir06898vpy1rq98zjih24h4d"))
2068 (patches
2069 (search-patches "perl-net-dns-resolver-programmable-fix.patch"))))
2070 (build-system perl-build-system)
2071 (native-inputs
2072 `(("perl-module-build" ,perl-module-build)))
2073 (inputs `(("perl-net-dns" ,perl-net-dns)))
2074 (home-page
2075 "https://metacpan.org/release/Net-DNS-Resolver-Programmable")
2076 (synopsis
2077 "Programmable DNS resolver class for offline emulation of DNS")
2078 (description "Net::DNS::Resolver::Programmable is a programmable DNS resolver for
2079 offline emulation of DNS.")
2080 (license license:perl-license)))
2081
2082 (define-public perl-net-dns-resolver-mock
2083 (package
2084 (name "perl-net-dns-resolver-mock")
2085 (version "1.20171219")
2086 (source (origin
2087 (method url-fetch)
2088 (uri (string-append
2089 "mirror://cpan/authors/id/M/MB/MBRADSHAW/"
2090 "Net-DNS-Resolver-Mock-" version ".tar.gz"))
2091 (sha256
2092 (base32
2093 "0m3rxpkv1b9121srvbqkrgzg4m8mnydiydqv34in1i1ixwrl6jn9"))))
2094 (build-system perl-build-system)
2095 (inputs
2096 `(("perl-net-dns" ,perl-net-dns)))
2097 (home-page "https://metacpan.org/release/Net-DNS-Resolver-Mock")
2098 (synopsis "Mock DNS Resolver object for testing")
2099 (description
2100 "Net::DNS::Resolver::Mock is a subclass of Net::DNS::Resolver, but returns
2101 static data from any provided DNS zone file instead of querying the network.
2102 It is intended primarily for use in testing.")
2103 (license license:perl-license)))
2104
2105 (define-public perl-netaddr-ip
2106 (package
2107 (name "perl-netaddr-ip")
2108 (version "4.079")
2109 (source
2110 (origin
2111 (method url-fetch)
2112 (uri (string-append
2113 "mirror://cpan/authors/id/M/MI/MIKER/NetAddr-IP-"
2114 version
2115 ".tar.gz"))
2116 (sha256
2117 (base32
2118 "1rx0dinrz9fk9qcg4rwqq5n1dm3xv2arymixpclcv2q2nzgq4npc"))))
2119 (build-system perl-build-system)
2120 (arguments
2121 `(#:phases
2122 (modify-phases %standard-phases
2123 (replace 'configure
2124 (lambda* (#:key outputs #:allow-other-keys)
2125 (let* ((out (assoc-ref outputs "out"))
2126 (args `("Makefile.PL"
2127 ,(string-append "PREFIX=" out)
2128 "INSTALLDIRS=site")))
2129 (setenv "CONFIG_SHELL" (which "sh"))
2130 (apply invoke "perl" args)))))))
2131 (home-page
2132 "https://metacpan.org/release/NetAddr-IP")
2133 (synopsis
2134 "Manages IPv4 and IPv6 addresses and subnets")
2135 (description "NetAddr::IP manages IPv4 and IPv6 addresses and subsets.")
2136 (license license:perl-license)))
2137
2138 (define-public perl-net-patricia
2139 (package
2140 (name "perl-net-patricia")
2141 (version "1.22")
2142 (source
2143 (origin
2144 (method url-fetch)
2145 (uri (string-append
2146 "mirror://cpan/authors/id/G/GR/GRUBER/Net-Patricia-"
2147 version
2148 ".tar.gz"))
2149 (sha256
2150 (base32
2151 "0ln5f57vc8388kyh9vhx2infrdzfhbpgyby74h1qsnhwds95m0vh"))))
2152 (build-system perl-build-system)
2153 (arguments
2154 '(#:phases
2155 (modify-phases %standard-phases
2156 (add-after 'unpack 'dont-link-with-nsl ; Borrowed from Debian.
2157 (lambda _
2158 (substitute* "Makefile.PL"
2159 (("-lnsl") ""))
2160 #t)))))
2161 (inputs
2162 `(("perl-net-cidr-lite" ,perl-net-cidr-lite)
2163 ("perl-socket6" ,perl-socket6)))
2164 (home-page
2165 "https://metacpan.org/release/Net-Patricia")
2166 (synopsis
2167 "Patricia Trie Perl module for fast IP address lookups")
2168 (description
2169 "Net::Patricia does IP address lookups quickly in Perl.")
2170 ;; The bindings are licensed under GPL2 or later.
2171 ;; libpatricia is licensed under 2-clause BSD.
2172 (license (list license:gpl2+ license:bsd-2))))
2173
2174 (define-public perl-net-cidr-lite
2175 (package
2176 (name "perl-net-cidr-lite")
2177 (version "0.22")
2178 (source
2179 (origin
2180 (method url-fetch)
2181 (uri (string-append
2182 "mirror://cpan/authors/id/S/ST/STIGTSP/Net-CIDR-Lite-"
2183 version
2184 ".tar.gz"))
2185 (sha256
2186 (base32 "05w57db2lx4djb4vixzdr6qgrzyzkk047nl812g7nq8s6k5xh5s3"))))
2187 (build-system perl-build-system)
2188 (home-page "https://metacpan.org/release/Net-CIDR-Lite")
2189 (synopsis "Perl extension for merging IPv4 or IPv6 CIDR addresses")
2190 (description "Net::CIDR::Lite merges IPv4 or IPv6 CIDR addresses.")
2191 (license license:gpl1+)))
2192
2193 (define-public perl-io-socket-inet6
2194 (package
2195 (name "perl-io-socket-inet6")
2196 (version "2.72")
2197 (source
2198 (origin
2199 (method url-fetch)
2200 (uri (string-append
2201 "mirror://cpan/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-"
2202 version
2203 ".tar.gz"))
2204 (sha256
2205 (base32
2206 "1fqypz6qa5rw2d5y2zq7f49frwra0aln13nhq5gi514j2zx21q45"))))
2207 (build-system perl-build-system)
2208 (native-inputs
2209 `(("perl-module-build" ,perl-module-build)
2210 ("perl-test-pod" ,perl-test-pod)
2211 ("perl-test-pod-coverage" ,perl-test-pod-coverage)))
2212 (inputs `(("perl-socket6" ,perl-socket6)))
2213 (arguments `(;; Need network socket API
2214 #:tests? #f))
2215 (home-page
2216 "https://metacpan.org/release/IO-Socket-INET6")
2217 (synopsis
2218 "Perl object interface for AF_INET/AF_INET6 domain sockets")
2219 (description "IO::Socket::INET6 is an interface for AF_INET/AF_INET6 domain
2220 sockets in Perl.")
2221 (license license:perl-license)))
2222
2223 (define-public libproxy
2224 (package
2225 (name "libproxy")
2226 (version "0.4.17")
2227 (source (origin
2228 (method url-fetch)
2229 (uri (string-append "https://github.com/libproxy/libproxy/"
2230 "releases/download/" version "/libproxy-"
2231 version ".tar.xz"))
2232 (sha256
2233 (base32
2234 "01cbgz6lc3v59sldqk96l1281kp2qxnsa2qwlf2ikvjlyr1gi2dw"))))
2235 (build-system cmake-build-system)
2236 (native-inputs
2237 `(("pkg-config" ,pkg-config)))
2238 (inputs
2239 `(("dbus" ,dbus)
2240 ("zlib" ,zlib)))
2241 (arguments
2242 `(#:phases
2243 (modify-phases %standard-phases
2244 (replace 'check
2245 (lambda _
2246 (invoke "ctest" "-E" "url-test"))))))
2247 (synopsis "Library providing automatic proxy configuration management")
2248 (description "Libproxy handles the details of HTTP/HTTPS proxy
2249 configuration for applications across all scenarios. Applications using
2250 libproxy only have to specify which proxy to use.")
2251 (home-page "https://libproxy.github.io/libproxy")
2252 (license license:lgpl2.1+)))
2253
2254 (define-public proxychains-ng
2255 (package
2256 (name "proxychains-ng")
2257 (version "4.14")
2258 (source
2259 (origin
2260 (method url-fetch)
2261 (uri (string-append "http://ftp.barfooze.de/pub/sabotage/tarballs/"
2262 "proxychains-ng-" version ".tar.xz"))
2263 (sha256
2264 (base32 "1bmhfbl1bzc87vl0xwr1wh5xvslfyc41nl2hqzhbj258p0sy004x"))))
2265 (build-system gnu-build-system)
2266 (arguments
2267 `(#:tests? #f ; there are no tests
2268 #:phases
2269 (modify-phases %standard-phases
2270 (add-after 'unpack 'fix-configure-script
2271 (lambda _
2272 ;; The configure script is very intolerant to unknown arguments,
2273 ;; such as "CONFIG_SHELL".
2274 (substitute* "configure"
2275 (("\\*\\) break ;;" line)
2276 (string-append "[A-Z]*) shift ;;\n"
2277 line)))
2278 #t))
2279 (add-before 'configure 'set-up-environment
2280 (lambda _
2281 (setenv "CC" "gcc")
2282 #t)))))
2283 (synopsis "Redirect any TCP connection through a proxy or proxy chain")
2284 (description "Proxychains-ng is a preloader which hooks calls to sockets
2285 in dynamically linked programs and redirects them through one or more SOCKS or
2286 HTTP proxies.")
2287 (home-page "https://github.com/rofl0r/proxychains-ng")
2288 (license license:gpl2+)))
2289
2290 (define-public enet
2291 (package
2292 (name "enet")
2293 (version "1.3.17")
2294 (source
2295 (origin
2296 (method url-fetch)
2297 (uri (string-append "http://enet.bespin.org/download/"
2298 "enet-" version ".tar.gz"))
2299 (sha256
2300 (base32 "1p6f9mby86af6cs7pv6h48032ip9g32c05cb7d9mimam8lchz3x3"))))
2301 (build-system gnu-build-system)
2302 (native-inputs
2303 `(("pkg-config" ,pkg-config)))
2304 (synopsis "Network communication layer on top of UDP")
2305 (description
2306 "ENet's purpose is to provide a relatively thin, simple and robust network
2307 communication layer on top of UDP. The primary feature it provides is optional
2308 reliable, in-order delivery of packets. ENet omits certain higher level
2309 networking features such as authentication, server discovery, encryption, or
2310 other similar tasks that are particularly application specific so that the
2311 library remains flexible, portable, and easily embeddable.")
2312 (home-page "http://enet.bespin.org")
2313 (license license:expat)))
2314
2315 (define-public sslh
2316 (package
2317 (name "sslh")
2318 (version "1.21c")
2319 (source
2320 (origin
2321 (method git-fetch)
2322 (uri (git-reference
2323 (url "https://github.com/yrutschle/sslh")
2324 (commit (string-append "v" version))))
2325 (file-name (git-file-name name version))
2326 (sha256
2327 (base32 "19h32dn0076p3s7dn35qi5yp2xvnxw9sqphppmn72vyb8caxvw1z"))))
2328 (build-system gnu-build-system)
2329 (native-inputs
2330 `(;; Test dependencies.
2331 ("lcov" ,lcov)
2332 ("perl" ,perl)
2333 ("perl-conf-libconfig" ,perl-conf-libconfig)
2334 ("perl-io-socket-inet6" ,perl-io-socket-inet6)
2335 ("perl-socket6" ,perl-socket6)
2336 ("psmisc" ,psmisc))) ; for ‘killall’
2337 (inputs
2338 `(("libcap" ,libcap)
2339 ("libconfig" ,libconfig)
2340 ("pcre" ,pcre)
2341 ("tcp-wrappers" ,tcp-wrappers)))
2342 (arguments
2343 `(#:phases
2344 (modify-phases %standard-phases
2345 (delete 'configure) ; no configure script
2346 (add-before 'check 'fix-tests
2347 (lambda _
2348 (substitute* "./t"
2349 (("\"/tmp") "$ENV{\"TMPDIR\"} . \"")
2350 ;; The Guix build environment lacks ‘ip6-localhost’.
2351 (("ip6-localhost") "localhost"))
2352 #t))
2353 ;; Many of these files are mentioned in the man page. Install them.
2354 (add-after 'install 'install-documentation
2355 (lambda* (#:key outputs #:allow-other-keys)
2356 (let* ((out (assoc-ref outputs "out"))
2357 (doc (string-append out "/share/doc/sslh")))
2358 (install-file "README.md" doc)
2359 (for-each
2360 (lambda (file)
2361 (install-file file (string-append doc "/examples")))
2362 (append (find-files "." "\\.cfg")
2363 (find-files "scripts"))))
2364 #t)))
2365 #:make-flags (list ,(string-append "CC=" (cc-for-target))
2366 "USELIBCAP=1"
2367 "USELIBWRAP=1"
2368 (string-append "PREFIX=" (assoc-ref %outputs "out")))
2369 #:test-target "test"))
2370 (home-page "https://www.rutschle.net/tech/sslh/README.html")
2371 (synopsis "Applicative network protocol demultiplexer")
2372 (description
2373 "sslh is a network protocol demultiplexer. It acts like a switchboard,
2374 accepting connections from clients on one port and forwarding them to different
2375 servers based on the contents of the first received data packet. Detection of
2376 common protocols like HTTP(S), SSL, SSH, OpenVPN, tinc, and XMPP is already
2377 implemented, but any other protocol that matches a regular expression can be
2378 added. sslh's name comes from its original application of serving both SSH and
2379 HTTPS on port 443, allowing SSH connections from inside corporate firewalls
2380 that block port 22.")
2381 (license (list license:bsd-2 ; tls.[ch]
2382 license:gpl2+)))) ; everything else
2383
2384 (define-public iperf
2385 (package
2386 (name "iperf")
2387 (version "3.10.1")
2388 (source
2389 (origin
2390 (method git-fetch)
2391 (uri (git-reference
2392 (url "https://github.com/esnet/iperf")
2393 (commit version)))
2394 (file-name (git-file-name name version))
2395 (sha256
2396 (base32 "0svkrmxki6ckn2a8xysh5x0bw68mqnvl3w64j6d45fxs97dca2vq"))))
2397 (build-system gnu-build-system)
2398 (arguments
2399 `(#:configure-flags
2400 (list "--disable-static")))
2401 (synopsis "TCP, UDP and SCTP bandwidth measurement tool")
2402 (description
2403 "iPerf is a tool to measure achievable bandwidth on IP networks. It
2404 supports tuning of various parameters related to timing, buffers and
2405 protocols (TCP, UDP, SCTP with IPv4 and IPv6). For each test it reports
2406 the bandwidth, loss, and other parameters.")
2407 (home-page "https://software.es.net/iperf/")
2408 (license (list license:bsd-3 ; Main distribution.
2409 license:ncsa ; src/{units,iperf_locale,tcp_window_size}.c
2410 license:expat ; src/{cjson,net}.[ch]
2411 license:public-domain)))) ; src/portable_endian.h
2412
2413 (define-public nethogs
2414 (package
2415 (name "nethogs")
2416 (version "0.8.6")
2417 (source
2418 (origin
2419 (method git-fetch)
2420 (uri (git-reference
2421 (url "https://github.com/raboof/nethogs")
2422 (commit (string-append "v" version))))
2423 (hash
2424 (content-hash
2425 (base32 "0sn1sdp86akwlm4r1vmkxjjl50c0xaisk91bbz57z7kcsaphxna9")
2426 sha256))
2427 (file-name (git-file-name name version))))
2428 (build-system gnu-build-system)
2429 (inputs
2430 `(("libpcap" ,libpcap)
2431 ("ncurses" ,ncurses)))
2432 (arguments
2433 `(#:make-flags `(,,(string-append "CC=" (cc-for-target))
2434 ,(string-append "PREFIX=" %output)
2435 ,(string-append "VERSION=" ,version))
2436 #:phases
2437 (modify-phases %standard-phases
2438 (delete 'configure)))) ; no ./configure script.
2439 (home-page "https://github.com/raboof/nethogs")
2440 (synopsis "Per-process bandwidth monitor")
2441 (description "NetHogs is a small 'net top' tool for Linux. Instead of
2442 breaking the traffic down per protocol or per subnet, like most tools do, it
2443 groups bandwidth by process.
2444
2445 NetHogs does not rely on a special kernel module to be loaded. If there's
2446 suddenly a lot of network traffic, you can fire up NetHogs and immediately see
2447 which PID is causing this. This makes it easy to identify programs that have
2448 gone wild and are suddenly taking up your bandwidth.")
2449 (license license:gpl2+)))
2450
2451 (define-public nzbget
2452 (package
2453 (name "nzbget")
2454 (version "21.1")
2455 (source
2456 (origin
2457 (method url-fetch)
2458 (uri (string-append "https://github.com/nzbget/nzbget/releases"
2459 "/download/v" version
2460 "/nzbget-" version "-src.tar.gz"))
2461 (sha256
2462 (base32 "09900x1k0yf4yi2cc0k093advvadyhrkm8rnd8nszhhdp2zc33sf"))))
2463 (arguments
2464 `(#:configure-flags
2465 (list
2466 (string-append "--with-libcurses-includes="
2467 (assoc-ref %build-inputs "ncurses") "/include")
2468 (string-append "--with-libcurses-libraries="
2469 (assoc-ref %build-inputs "ncurses") "/lib")
2470 (string-append "--with-tlslib=GnuTLS"))))
2471 (build-system gnu-build-system)
2472 (inputs `(("gnutls" ,gnutls)
2473 ("libxml2" ,libxml2)
2474 ("ncurses" ,ncurses)
2475 ("zlib" ,zlib)))
2476 (native-inputs `(("pkg-config" ,pkg-config)))
2477 (home-page "https://github.com/nzbget/nzbget")
2478 (synopsis "Usenet binary file downloader")
2479 (description
2480 "NZBGet is a binary newsgrabber, which downloads files from Usenet based
2481 on information given in @code{nzb} files. NZBGet can be used in standalone
2482 and in server/client modes. In standalone mode, you pass NZBGet @command{nzb}
2483 files as command-line parameters and it downloads them and exits. NZBGet also
2484 contains a Web interface. Its server can be controlled through remote
2485 procedure calls (RPCs).")
2486 (license license:gpl2+)))
2487
2488 (define-public openvswitch
2489 (package
2490 (name "openvswitch")
2491 (version "2.13.3")
2492 (source (origin
2493 (method url-fetch)
2494 (uri (string-append
2495 "https://www.openvswitch.org/releases/openvswitch-"
2496 version ".tar.gz"))
2497 (sha256
2498 (base32
2499 "1wc5zspy9aln7di7m9a1qy4lv3h05gmhgd1nffhb9nxdcxqgnpgp"))))
2500 (build-system gnu-build-system)
2501 (arguments
2502 '(;; FIXME: many tests fail with:
2503 ;; […]
2504 ;; test -e $OVS_RUNDIR/ovs-vswitchd.pid
2505 ;; ovs-appctl -t ovs-vswitchd exit
2506 ;; hard failure
2507 #:tests? #f
2508 #:configure-flags
2509 '("--enable-shared"
2510 "--localstatedir=/var"
2511 "--with-dbdir=/var/lib/openvswitch")
2512 #:phases
2513 (modify-phases %standard-phases
2514 (replace 'install
2515 (lambda _
2516 (invoke "make"
2517 ;; Don't try to create directories under /var.
2518 "RUNDIR=/tmp"
2519 "PKIDIR=/tmp"
2520 "LOGDIR=/tmp"
2521 "DBDIR=/tmp"
2522 "install"))))))
2523 (native-inputs
2524 `(("perl" ,perl)
2525 ("pkg-config" ,pkg-config)
2526 ("python" ,python-wrapper)
2527 ;; for testing
2528 ("util-linux" ,util-linux)))
2529 (inputs
2530 `(("libcap-ng" ,libcap-ng)
2531 ("openssl" ,openssl)))
2532 (synopsis "Virtual network switch")
2533 (home-page "https://www.openvswitch.org/")
2534 (description
2535 "Open vSwitch is a multilayer virtual switch. It is designed to enable
2536 massive network automation through programmatic extension, while still
2537 supporting standard management interfaces and protocols (e.g. NetFlow, sFlow,
2538 IPFIX, RSPAN, CLI, LACP, 802.1ag).")
2539 (license ; see debian/copyright for detail
2540 (list license:lgpl2.1 ; xenserver and utilities/bugtool
2541 license:gpl2 ; datapath
2542 license:bsd-2 license:bsd-3
2543 license:asl2.0)))) ; all other
2544
2545 (define-public python-ipy
2546 (package
2547 (name "python-ipy")
2548 (version "1.00")
2549 (source (origin
2550 (method url-fetch)
2551 (uri (pypi-uri "IPy" version))
2552 (sha256
2553 (base32
2554 "08d6kcacj67mvh0b6y765ipccy6gi4w2ndd4v1l3im2qm1cgcarg"))))
2555 (build-system python-build-system)
2556 (home-page "https://github.com/autocracy/python-ipy/")
2557 (synopsis "Python class and tools for handling IP addresses and networks")
2558 (description "The @code{IP} class allows a comfortable parsing and
2559 handling for most notations in use for IPv4 and IPv6 addresses and
2560 networks.")
2561 (license license:bsd-3)))
2562
2563 (define-public python2-ipy
2564 (package-with-python2 python-ipy))
2565
2566 (define-public speedtest-cli
2567 (package
2568 (name "speedtest-cli")
2569 (version "2.1.3")
2570 (source
2571 (origin
2572 (method git-fetch)
2573 (uri (git-reference
2574 (url "https://github.com/sivel/speedtest-cli")
2575 (commit (string-append "v" version))))
2576 (file-name (git-file-name name version))
2577 (sha256
2578 (base32 "10fazl4kwf41mk7pnwpfms16n0ii0kg9pf8r3mz9xwnl9y04mv9x"))))
2579 (build-system python-build-system)
2580 (home-page "https://github.com/sivel/speedtest-cli")
2581 (synopsis "Internet bandwidth tester")
2582 (description
2583 "Command line interface for testing internet bandwidth using
2584 speedtest.net.")
2585 (license license:asl2.0)))
2586
2587 (define-public tftp-hpa
2588 (package
2589 (name "tftp-hpa")
2590 (version "5.2")
2591 (source (origin
2592 (method url-fetch)
2593 (uri (string-append "mirror://kernel.org/software/"
2594 "network/tftp/tftp-hpa/tftp-hpa-" version
2595 ".tar.xz"))
2596 (sha256
2597 (base32
2598 "12vidchglhyc20znq5wdsbhi9mqg90jnl7qr9qs8hbvaz4fkdvmg"))))
2599 (build-system gnu-build-system)
2600 (arguments `(#:tests? #f)) ; no test target
2601 (synopsis "HPA's tftp client")
2602 (description
2603 "This is a tftp client derived from OpenBSD tftp with some extra options
2604 added and bugs fixed. The source includes readline support but it is not
2605 enabled due to license conflicts between the BSD advertising clause and the GPL.")
2606 (home-page "https://git.kernel.org/cgit/network/tftp/tftp-hpa.git/about/")
2607 ;; Some source files are distributed under a 3-clause BSD license, and
2608 ;; others under a 4-clause BSD license. Refer to the files in the source
2609 ;; distribution for clarification.
2610 (license (list license:bsd-3 license:bsd-4))))
2611
2612 (define-public pidentd
2613 (package
2614 (name "pidentd")
2615 (version "3.0.19")
2616 (source
2617 (origin
2618 (method git-fetch)
2619 (uri (git-reference
2620 (url "https://github.com/ptrrkssn/pidentd")
2621 (commit (string-append "v" version))))
2622 (file-name (git-file-name name version))
2623 (sha256
2624 (base32
2625 "1k4rr0b4ygxssbnsykzjvz4hjhazzz4j5arlilyc1iq7b1wzsk7i"))))
2626 (build-system gnu-build-system)
2627 (arguments
2628 `(#:tests? #f)) ; No tests are included
2629 (inputs
2630 `(("openssl" ,openssl-1.0))) ;for the DES library
2631 (home-page "https://www.lysator.liu.se/~pen/pidentd/")
2632 (synopsis "Small Ident Daemon")
2633 (description
2634 "@dfn{Pidentd} (Peter's Ident Daemon) is an identd, which implements a
2635 identification server. Pidentd looks up specific TCP/IP connections and
2636 returns the user name and other information about the connection.")
2637 (license license:public-domain)))
2638
2639 (define-public spiped
2640 (package
2641 (name "spiped")
2642 (version "1.6.1")
2643 (source (origin
2644 (method url-fetch)
2645 (uri (string-append "https://www.tarsnap.com/spiped/spiped-"
2646 version ".tgz"))
2647 (sha256
2648 (base32
2649 "04rpnc53whfky7pp2m9h35gwzwn6788pnl6c1qd576mpknbqjw4d"))))
2650 (build-system gnu-build-system)
2651 (arguments
2652 `(#:test-target "test"
2653 #:make-flags (let* ((out (assoc-ref %outputs "out"))
2654 (bindir (string-append out "/bin"))
2655 (man1dir (string-append out "/share/man/man1")))
2656 (list ,(string-append "CC=" (cc-for-target)) ; It tries to invoke `c99`.
2657 (string-append "BINDIR=" bindir)
2658 (string-append "MAN1DIR=" man1dir)))
2659 #:phases
2660 (modify-phases %standard-phases
2661 (add-after 'unpack 'patch-command-invocations
2662 (lambda _
2663 (substitute* '("Makefile"
2664 "libcperciva/cpusupport/Build/cpusupport.sh"
2665 "libcperciva/POSIX/posix-cflags.sh"
2666 "libcperciva/POSIX/posix-l.sh")
2667 (("command -p") ""))
2668 #t))
2669 (delete 'configure) ; No ./configure script.
2670 (add-after 'install 'install-more-docs
2671 (lambda* (#:key outputs #:allow-other-keys)
2672 (let* ((out (assoc-ref %outputs "out"))
2673 (misc (string-append out "/share/doc/spiped")))
2674 (install-file "DESIGN.md" misc)
2675 #t))))))
2676 (native-inputs
2677 `(("procps" ,procps))) ; `ps` is used by the test suite.
2678 (inputs
2679 `(("openssl" ,openssl)))
2680 (home-page "https://www.tarsnap.com/spiped.html")
2681 (synopsis "Create secure pipes between sockets")
2682 (description "Spiped (pronounced \"ess-pipe-dee\") is a utility for creating
2683 symmetrically encrypted and authenticated pipes between socket addresses, so
2684 that one may connect to one address (e.g., a UNIX socket on localhost) and
2685 transparently have a connection established to another address (e.g., a UNIX
2686 socket on a different system). This is similar to 'ssh -L' functionality, but
2687 does not use SSH and requires a pre-shared symmetric key.")
2688 (license license:bsd-2)))
2689
2690 (define-public quagga
2691 (package
2692 (name "quagga")
2693 (version "1.2.4")
2694 (source (origin
2695 (method url-fetch)
2696 ;; Use archived sources; see <http://issues.guix.gnu.org/47123>.
2697 (uri (string-append "https://fossies.org/linux/misc/"
2698 "quagga-" version ".tar.gz"))
2699 (sha256
2700 (base32
2701 "1lsksqxij5f1llqn86pkygrf5672kvrqn1kvxghi169hqf1c0r73"))
2702 (patches
2703 (search-patches "quagga-reproducible-build.patch"))))
2704 (build-system gnu-build-system)
2705 (native-inputs `(("pkg-config" ,pkg-config)
2706 ("perl" ,perl)
2707 ("dejagnu" ,dejagnu)))
2708 (inputs `(("readline" ,readline)
2709 ("c-ares" ,c-ares)))
2710 (synopsis "Routing Software Suite")
2711 (description "Quagga is a routing software suite, providing implementations
2712 of OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4 for Unix platforms.
2713
2714 The Quagga architecture consists of a core daemon, @command{zebra}, which
2715 acts as an abstraction layer to the underlying Unix kernel and presents the
2716 Zserv API over a Unix or TCP stream to Quagga clients. It is these Zserv
2717 clients which typically implement a routing protocol and communicate routing
2718 updates to the zebra daemon.")
2719 (home-page "https://www.nongnu.org/quagga/")
2720 (license license:gpl2+)))
2721
2722 (define-public thc-ipv6
2723 (let ((revision "0")
2724 (commit "4bb72573e0950ce6f8ca2800a10748477020029e"))
2725 (package
2726 (name "thc-ipv6")
2727 (version (git-version "3.4" revision commit))
2728 (source (origin
2729 (method git-fetch)
2730 (uri (git-reference
2731 (url "https://github.com/vanhauser-thc/thc-ipv6")
2732 (commit commit)))
2733 (file-name (git-file-name name version))
2734 (sha256
2735 (base32
2736 "1x5i6vbsddqc2yks7r1a2fw2fk16qxvd6hpzh1lykjfpkal8fdir"))))
2737 (build-system gnu-build-system)
2738 (arguments
2739 `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
2740 #:tests? #f ; No test suite.
2741 #:phases
2742 (modify-phases %standard-phases
2743 (delete 'configure) ; No ./configure script.
2744 (add-before 'build 'patch-paths
2745 (lambda _
2746 (substitute* "Makefile"
2747 (("/bin/echo") "echo"))
2748 #t))
2749 (add-after 'install 'install-more-docs
2750 (lambda* (#:key outputs #:allow-other-keys)
2751 (let* ((out (assoc-ref outputs "out"))
2752 (doc (string-append out "/share/thc-ipv6/doc")))
2753 (install-file "README" doc)
2754 (install-file "HOWTO-INJECT" doc)
2755 #t))))))
2756 ;; TODO Add libnetfilter-queue once packaged.
2757 (inputs
2758 `(("libpcap" ,libpcap)
2759 ("openssl" ,openssl)
2760 ("perl" ,perl)))
2761 (home-page "https://github.com/vanhauser-thc/thc-ipv6")
2762 (synopsis "IPv6 security research toolkit")
2763 (description "The THC IPv6 Toolkit provides command-line tools and a library
2764 for researching IPv6 implementations and deployments. It requires Linux 2.6 or
2765 newer and only works on Ethernet network interfaces.")
2766 ;; AGPL 3 with exception for linking with OpenSSL. See the 'LICENSE' file in
2767 ;; the source distribution for more information.
2768 (license license:agpl3))))
2769
2770 (define-public bmon
2771 (package
2772 (name "bmon")
2773 (version "4.0")
2774 (source
2775 (origin
2776 (method url-fetch)
2777 (uri (string-append "https://github.com/tgraf/bmon/releases/download/v"
2778 version "/bmon-" version ".tar.gz"))
2779 (sha256
2780 (base32
2781 "0ylzriv4pwh76344abzl1w219x188gshbycbna35gsyfp09c7z82"))))
2782 (build-system gnu-build-system)
2783 (inputs
2784 `(("libconfuse" ,libconfuse)
2785 ("libnl" ,libnl)
2786 ("ncurses" ,ncurses)))
2787 (native-inputs
2788 `(("pkg-config" ,pkg-config)))
2789 (synopsis "Bandwidth monitor")
2790 (description "bmon is a monitoring and debugging tool to capture
2791 networking-related statistics and prepare them visually in a human-friendly
2792 way. It features various output methods including an interactive curses user
2793 interface and a programmable text output for scripting.")
2794 (home-page "https://github.com/tgraf/bmon")
2795 ;; README.md mentions both the 2-clause BSD and expat licenses, but all
2796 ;; the source files only have expat license headers. Upstream has been
2797 ;; contacted for clarification: https://github.com/tgraf/bmon/issues/59
2798 ;; Update the license field when upstream responds.
2799 (license (list license:bsd-2
2800 license:expat))))
2801
2802 (define-public libnet
2803 (package
2804 (name "libnet")
2805 (version "1.2")
2806 (source
2807 (origin
2808 (method url-fetch)
2809 (uri (string-append "https://github.com/libnet/libnet/releases/download"
2810 "/v" version "/libnet-" version ".tar.gz"))
2811 (sha256
2812 (base32
2813 "19ys9vxk6fg70yzzdxsphfr0rwzgxxhr9b3ykhpg7rfray0qd96a"))))
2814 (build-system gnu-build-system)
2815 (arguments
2816 `(#:phases
2817 (modify-phases %standard-phases
2818 (add-before 'build 'build-doc
2819 (lambda* (#:key make-flags #:allow-other-keys)
2820 (apply invoke "make" "-C" "doc" "doc"
2821 make-flags))))))
2822 (native-inputs
2823 `(;; To build the documentation, Doxygen and Perl is required.
2824 ("doxygen" ,doxygen)
2825 ("perl" ,perl)))
2826 (home-page "https://github.com/libnet/libnet")
2827 (synopsis "Framework for low-level network packet construction")
2828 (description
2829 "Libnet provides a fairly portable framework for network packet
2830 construction and injection. It features portable packet creation interfaces
2831 at the IP layer and link layer, as well as a host of supplementary
2832 functionality. Using libnet, quick and simple packet assembly applications
2833 can be whipped up with little effort.")
2834 (license license:bsd-2)))
2835
2836 (define-public mtr
2837 (package
2838 (name "mtr")
2839 (version "0.94")
2840 (source
2841 (origin
2842 (method url-fetch)
2843 (uri (string-append "ftp://ftp.bitwizard.nl/mtr/"
2844 "mtr-" version ".tar.gz"))
2845 (sha256
2846 (base32 "1glxvlqskcmjkxlqk9i12hcfaxb389cx2n8ji7776gmix3aq4z1z"))))
2847 (build-system gnu-build-system)
2848 (inputs
2849 `(("libcap" ,libcap)
2850 ("ncurses" ,ncurses)))
2851 (arguments
2852 `(#:tests? #f)) ; tests require network access
2853 (home-page "https://www.bitwizard.nl/mtr/")
2854 (synopsis "Network diagnostic tool")
2855 (description
2856 "@acronym{mtr, My TraceRoute} combines the functionality of the
2857 @command{traceroute} and @command{ping} programs in a single network diagnostic
2858 tool. @command{mtr} can use several network protocols to detect intermediate
2859 routers (or @dfn{hops}) between the local host and a user-specified destination.
2860 It then continually measures the response time and packet loss at each hop, and
2861 displays the results in real time.")
2862 (license license:gpl2+)))
2863
2864 (define-public strongswan
2865 (package
2866 (name "strongswan")
2867 (version "5.8.4")
2868 (source
2869 (origin
2870 (method url-fetch)
2871 (uri (string-append "https://download.strongswan.org/strongswan-"
2872 version ".tar.bz2"))
2873 (sha256
2874 (base32 "0g2m08gmgdi3qvvqz6zy7n16np53sp232xd0rdc2vdhk73img6id"))))
2875 (build-system gnu-build-system)
2876 (arguments
2877 `(#:phases
2878 (modify-phases %standard-phases
2879 (add-before 'build 'patch-command-file-names
2880 (lambda* (#:key inputs #:allow-other-keys)
2881 (substitute* "src/libstrongswan/utils/process.c"
2882 (("/bin/sh")
2883 (string-append (assoc-ref inputs "bash") "/bin/sh")))
2884
2885 (substitute* "src/libstrongswan/tests/suites/test_process.c"
2886 (("/bin/sh") (which "sh"))
2887 (("/bin/echo") (which "echo"))
2888 (("cat") (which "cat")))
2889 #t))
2890 (add-before 'check 'set-up-test-environment
2891 (lambda* (#:key inputs #:allow-other-keys)
2892 (setenv "TZDIR" (string-append (assoc-ref inputs "tzdata")
2893 "/share/zoneinfo"))
2894 #t)))
2895 #:configure-flags
2896 (list
2897 ;; Disable bsd-4 licensed plugins.
2898 "--disable-des"
2899 "--disable-blowfish")))
2900 (inputs
2901 `(("curl" ,curl)
2902 ("gmp" ,gmp)
2903 ("libgcrypt" ,libgcrypt)
2904 ("openssl" ,openssl)))
2905 (native-inputs
2906 `(("coreutils" ,coreutils)
2907 ("tzdata" ,tzdata-for-tests)))
2908 (synopsis "IKEv1/v2 keying daemon")
2909 (description "StrongSwan is an IPsec implementation originally based upon
2910 the FreeS/WAN project. It contains support for IKEv1, IKEv2, MOBIKE, IPv6,
2911 NAT-T and more.")
2912 (home-page "https://strongswan.org/")
2913 (license
2914 (list license:gpl2+
2915 ;; src/aikgen/*
2916 ;; src/libcharon/plugins/dnscert/*
2917 ;; src/libcharon/plugins/ext_auth/*
2918 ;; src/libcharon/plugins/vici/ruby/*
2919 ;; src/libcharon/plugins/xauth_pam/xauth_pam_listener.[ch]
2920 license:expat
2921 ;; src/inclue/sys/*
2922 license:bsd-3
2923 ;; src/libstrongswan/plugins/sha3/sha3_keccak.c
2924 license:public-domain
2925 ;; src/libstrongswan/plugins/pkcs11/pkcs11.h
2926 (license:non-copyleft
2927 "file://src/libstrongswan/plugins/pkcs11/pkcs11.h"
2928 "pkcs11 contains a unknown permissive license. View the specific
2929 file for more details.")
2930 ;; These files are not included in the
2931 ;; build, they are disabled through
2932 ;; options to ./configure
2933 ;;
2934 ;; src/libstrongswan/plugins/blowfish/bf_enc.c
2935 ;; src/libstrongswan/plugins/blowfish/bf_locl.h
2936 ;; src/libstrongswan/plugins/blowfish/bf_pi.h
2937 ;; src/libstrongswan/plugins/blowfish/bf_skey.c
2938 ;; src/libstrongswan/plugins/blowfish/blowfish_crypter.c
2939 ;; src/libstrongswan/plugins/des/des_crypter.c
2940 license:bsd-4))))
2941
2942 (define-public amule
2943 (package
2944 (name "amule")
2945 (version "2.3.3")
2946 (source (origin
2947 (method git-fetch)
2948 (uri (git-reference
2949 (url "https://github.com/amule-project/amule")
2950 (commit version)))
2951 (file-name (git-file-name name version))
2952 (sha256
2953 (base32
2954 "1nm4vxgmisn1b6l3drmz0q04x067j2i8lw5rnf0acaapwlp8qwvi"))))
2955 (build-system gnu-build-system)
2956 (arguments
2957 `(#:phases
2958 (modify-phases %standard-phases
2959 (delete 'bootstrap) ; bootstrap phase runs too early.
2960 (add-after 'patch-source-shebangs 'autogen
2961 (lambda _
2962 (invoke "sh" "autogen.sh")
2963 #t)))
2964 #:configure-flags
2965 '("--disable-rpath"
2966 "--enable-wxcas"
2967 "--enable-cas"
2968 "--enable-alc"
2969 "--enable-alcc"
2970 "--enable-xas"
2971 "--enable-amulecmd"
2972 "--enable-geoip"
2973 "--enable-ccache"
2974 "--enable-nls"
2975 "--enable-optimize"
2976 "--enable-amule-gui"
2977 "--enable-amule-daemon"
2978 "--enable-webserver"
2979 "--with-denoise-level=0")))
2980 (native-inputs
2981 `(("autoconf" ,autoconf)
2982 ("automake" ,automake)
2983 ("gettext-minimal" ,gettext-minimal)
2984 ("perl" ,perl)))
2985 (inputs
2986 `(("zlib" ,zlib)
2987 ("crypto++" ,crypto++)
2988 ("libpng" ,libpng)
2989 ("wxwidgets-gtk2" ,wxwidgets-gtk2)))
2990 (home-page "https://amule.org/")
2991 (synopsis "Peer-to-peer client for the eD2K and Kademlia networks")
2992 (description
2993 "aMule is an eMule-like client for the eD2k and Kademlia peer-to-peer
2994 file sharing networks. It includes a graphical user interface (GUI), a daemon
2995 allowing you to run a client with no graphical interface, and a Web GUI for
2996 remote access. The @command{amulecmd} command allows you to control aMule
2997 remotely.")
2998 (license license:gpl2+)))
2999
3000 (define-public zyre
3001 (package
3002 (name "zyre")
3003 (version "2.0.1")
3004 (source (origin
3005 (method url-fetch)
3006 (uri
3007 (string-append "https://github.com/zeromq/zyre/releases/download/v"
3008 version "/" name "-" version ".tar.gz"))
3009 (sha256
3010 (base32
3011 "13596507ma1474cjqzxym5jlvcshvw7sjhw80rdz788gyz6kz90b"))))
3012 (build-system gnu-build-system)
3013 (inputs `(("zeromq" ,zeromq)
3014 ("czmq" ,czmq)
3015 ("libsodium" ,libsodium)))
3016 (synopsis "Framework for proximity-based peer-to-peer applications")
3017 (description "Zyre provides reliable group messaging over local area
3018 networks using zeromq. It has these key characteristics:
3019
3020 @itemize
3021 @item Zyre needs no administration or configuration.
3022 @item Peers may join and leave the network at any time.
3023 @item Peers talk to each other without any central brokers or servers.
3024 @item Peers can talk directly to each other.
3025 @item Peers can join groups, and then talk to groups.
3026 @item Zyre is reliable, and loses no messages even when the network is heavily loaded.
3027 @item Zyre is fast and has low latency, requiring no consensus protocols.
3028 @item Zyre is designed for WiFi networks, yet also works well on Ethernet networks.
3029 @end itemize")
3030 (home-page "https://github.com/zeromq/zyre")
3031 (license license:mpl2.0)))
3032
3033 (define-public libsocketcan
3034 (package
3035 (name "libsocketcan")
3036 (version "0.0.11")
3037 (source (origin
3038 (method git-fetch)
3039 (uri (git-reference
3040 (url "https://git.pengutronix.de/cgit/tools/libsocketcan")
3041 (commit (string-append "v" version))))
3042 (file-name (git-file-name name version))
3043 (sha256
3044 (base32
3045 "17z2y2r9xkixhr9bxr50m77fh710afl30s7jdhbxrvf56vmal2jr"))))
3046 (build-system gnu-build-system)
3047 (native-inputs
3048 `(("autoconf" ,autoconf)
3049 ("automake" ,automake)
3050 ("libtool" ,libtool)))
3051 (home-page "https://git.pengutronix.de/cgit/tools/libsocketcan")
3052 (synopsis "SocketCAN user-space library")
3053 (description "This library allows controlling basic functions in SocketCAN
3054 from user-space. It requires a kernel built with SocketCAN support.")
3055 (license license:lgpl2.1+)))
3056
3057 (define-public can-utils
3058 (package
3059 (name "can-utils")
3060 (version "2020.02.04")
3061 (source (origin
3062 (method git-fetch)
3063 (uri (git-reference
3064 (url "https://github.com/linux-can/can-utils")
3065 (commit (string-append "v" version))))
3066 (file-name (git-file-name name version))
3067 (sha256
3068 (base32
3069 "1a3j1mmnb7pvgc8r7zzp6sdp7903in2hna6bmpraxln7cwlzn4l6"))))
3070 (build-system gnu-build-system)
3071 (arguments
3072 `(#:tests? #f ; No tests exist.
3073 #:make-flags (list ,(string-append "CC=" (cc-for-target))
3074 (string-append "PREFIX="
3075 (assoc-ref %outputs "out")))
3076 #:phases
3077 (modify-phases %standard-phases
3078 (delete 'bootstrap)
3079 (delete 'configure))))
3080 (home-page "https://github.com/linux-can/can-utils")
3081 (synopsis "CAN utilities")
3082 (description "This package provides CAN utilities in the following areas:
3083
3084 @itemize
3085 @item Basic tools to display, record, generate and replay CAN traffic
3086 @item CAN access via IP sockets
3087 @item CAN in-kernel gateway configuration
3088 @item CAN bus measurement and testing
3089 @item ISO-TP (ISO15765-2:2016 - this means messages with a body larger than
3090 eight bytes) tools
3091 @item Log file converters
3092 @item Serial Line Discipline configuration for slcan driver
3093 @end itemize")
3094 ;; Either BSD-3 or GPL-2 can be used.
3095 (license (list license:bsd-3 license:gpl2))))
3096
3097 ;;; This is an old version required by rested.
3098 (define-public asio-1.12
3099 (package
3100 (name "asio")
3101 (version "1.12.2")
3102 (source
3103 (origin
3104 (method url-fetch)
3105 (uri (string-append "mirror://sourceforge/asio/asio/"
3106 version " (Stable)/asio-" version ".tar.bz2"))
3107 (sha256
3108 (base32 "1akray4l3hgahmb92sbvsqg128c7g7s92jrkf1sp1fjnfjrxq9sf"))))
3109 (build-system gnu-build-system)
3110 (inputs
3111 `(("boost" ,boost)
3112 ("openssl" ,openssl)))
3113 (arguments
3114 `(#:configure-flags
3115 (list
3116 (string-append "--with-boost=" (assoc-ref %build-inputs "boost"))
3117 (string-append "--with-openssl=" (assoc-ref %build-inputs "openssl")))))
3118 (home-page "https://think-async.com/Asio")
3119 (synopsis "C++ library for ASynchronous network I/O")
3120 (description "Asio is a cross-platform C++ library for network and
3121 low-level I/O programming that provides developers with a consistent
3122 asynchronous model using a modern C++ approach.")
3123 (license license:boost1.0)))
3124
3125 (define-public asio
3126 (package
3127 (inherit asio-1.12)
3128 (version "1.18.1")
3129 (source
3130 (origin
3131 (method url-fetch)
3132 (uri (string-append "mirror://sourceforge/asio/asio/"
3133 version " (Stable)/asio-" version ".tar.bz2"))
3134 (sha256
3135 (base32 "04wi69d72l1p5c7d63z1dz06zn8pdqsbgx1if98dszs9ymfqgyaa"))))))
3136
3137 (define-public shadowsocks
3138 ;; There are some security fixes after the last release.
3139 (let* ((commit "e332ec93e9c90f1cbee676b022bf2c5d5b7b1239")
3140 (revision "0")
3141 (version (git-version "2.8.2" revision commit)))
3142 (package
3143 (name "shadowsocks")
3144 (version version)
3145 (home-page "https://github.com/shadowsocks/shadowsocks")
3146 (source (origin
3147 (method git-fetch)
3148 (uri (git-reference
3149 (url home-page)
3150 (commit commit)))
3151 (sha256
3152 (base32
3153 "1idd9b4f2pnhcpk1bh030hqg5zq25gkwxd53xi3c0cj242w7sp2j"))
3154 (file-name (git-file-name name version))))
3155 (inputs
3156 `(("openssl" ,openssl)))
3157 (arguments
3158 '(#:phases
3159 (modify-phases %standard-phases
3160 (add-after 'unpack 'patch-crypto-paths
3161 (lambda* (#:key inputs #:allow-other-keys)
3162 (substitute* "shadowsocks/shell.py"
3163 (("config\\.get\\('libopenssl', None\\)")
3164 (format #f "config.get('libopenssl', ~s)"
3165 (string-append
3166 (assoc-ref inputs "openssl")
3167 "/lib/libssl.so")))))))))
3168 (build-system python-build-system)
3169 (synopsis "Fast tunnel proxy that helps you bypass firewalls")
3170 (description
3171 "This package is a fast tunnel proxy that helps you bypass firewalls.
3172
3173 Features:
3174 @itemize
3175 @item TCP & UDP support
3176 @item User management API
3177 @item TCP Fast Open
3178 @item Workers and graceful restart
3179 @item Destination IP blacklist
3180 @end itemize")
3181 (license license:asl2.0))))
3182
3183 (define-public net-snmp
3184 (package
3185 (name "net-snmp")
3186 (version "5.9.1")
3187 (source (origin
3188 (method url-fetch)
3189 (uri (string-append "mirror://sourceforge/net-snmp/net-snmp/"
3190 version "/net-snmp-" version ".tar.gz"))
3191 (sha256
3192 (base32
3193 "0gwcyi9qk707jgfsgmdr9w2w3r892fnqaam9v7zxpkg69njd8zzb"))
3194 (modules '((guix build utils)))
3195 (snippet
3196 '(begin
3197 ;; Drop bundled libraries.
3198 (delete-file-recursively "snmplib/openssl")
3199 #t))))
3200 (build-system gnu-build-system)
3201 (arguments
3202 `(#:test-target "test"
3203 ;; XXX: With parallel build enabled, Perl modules may not get linked with
3204 ;; libnetsnmp. See e.g. <https://bugzilla.novell.com/show_bug.cgi?id=819497>.
3205 #:parallel-build? #f
3206 #:configure-flags
3207 (list (string-append "LDFLAGS=-Wl,-rpath="
3208 (assoc-ref %outputs "out")
3209 "/lib")
3210 "--disable-static"
3211 "--with-logfile=/var/log/snmpd.log"
3212 (string-append "--with-openssl="
3213 (assoc-ref %build-inputs "openssl")))
3214 #:phases
3215 (modify-phases %standard-phases
3216 (add-after 'unpack 'patch-tests
3217 (lambda* (#:key inputs #:allow-other-keys)
3218 (substitute* "testing/fulltests/support/simple_TESTCONF.sh"
3219 (("NETSTAT=\"\"")
3220 (string-append "NETSTAT=\"" (which "netstat") "\"")))
3221 (substitute* '("testing/fulltests/default/T065agentextend_simple"
3222 "testing/fulltests/default/T115agentxperl_simple")
3223 (("/usr/bin/env") (which "env")))
3224 (substitute* "testing/fulltests/default/T065agentextend_sh_simple"
3225 (("/bin/sh") (which "sh")))
3226 ;; These tests require network access.
3227 (for-each delete-file
3228 '("testing/fulltests/default/T070com2sec_simple"
3229 "testing/fulltests/default/T071com2sec6_simple"))
3230 #t))
3231 (add-after 'unpack 'patch-Makefile.PL
3232 (lambda* (#:key outputs #:allow-other-keys)
3233 (substitute* "Makefile.in"
3234 (("Makefile.PL -NET")
3235 (string-append "Makefile.PL PREFIX="
3236 (assoc-ref outputs "out")
3237 " INSTALLDIRS=site" " NO_PERLLOCAL=1"
3238 " -NET")))
3239 #t)))))
3240 (inputs
3241 `(("libnl" ,libnl)
3242 ("ncurses" ,ncurses) ; for the ‘apps’
3243 ("openssl" ,openssl)
3244 ("perl" ,perl)))
3245 (native-inputs
3246 `(("pkg-config" ,pkg-config)
3247
3248 ;; For tests only.
3249 ("net-tools" ,net-tools)
3250 ("coreutils" ,coreutils)
3251 ("grep" ,grep)))
3252 (home-page "http://www.net-snmp.org/")
3253 (synopsis "Simple Network Management Protocol library and tools")
3254 (description "The @dfn{Simple Network Management Protocol} (SNMP) is a
3255 widely used protocol for monitoring the health and welfare of network
3256 equipment (e.g. routers), computer equipment and even devices like UPSs.
3257 Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and
3258 SNMP v3 using both IPv4 and IPv6.")
3259 ;; This only affects OpenBSD
3260 ;; https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8100
3261 (properties `((lint-hidden-cve . ("CVE-2015-8100"))))
3262 (license (list license:bsd-3
3263 (license:non-copyleft
3264 "http://www.net-snmp.org/about/license.html"
3265 "CMU/UCD copyright notice")))))
3266
3267 (define-public ubridge
3268 (package
3269 (name "ubridge")
3270 (version "0.9.18")
3271 (source
3272 (origin
3273 (method git-fetch)
3274 (uri (git-reference
3275 (url "https://github.com/GNS3/ubridge")
3276 (commit (string-append "v" version))))
3277 (file-name (git-file-name name version))
3278 (sha256
3279 (base32 "0jg66jhhpv4c9340fsdp64hf9h253i8r81fknxa0gq241ripp3jn"))))
3280 (build-system gnu-build-system)
3281 (arguments
3282 `(#:tests? #f ; no tests
3283 #:make-flags
3284 (list ,(string-append "CC=" (cc-for-target)))
3285 #:phases
3286 (modify-phases %standard-phases
3287 (delete 'configure) ; no configure script
3288 (add-before 'install 'set-bindir
3289 (lambda* (#:key inputs outputs #:allow-other-keys)
3290 (let ((bin (string-append (assoc-ref outputs "out")
3291 "/bin")))
3292 (mkdir-p bin)
3293 (substitute* "Makefile"
3294 (("\\$\\(BINDIR\\)") bin)
3295 (("\tsetcap cap_net.*$") "")))
3296 #t)))))
3297 (inputs
3298 `(("libpcap" ,libpcap)))
3299 (home-page "https://github.com/GNS3/ubridge/")
3300 (synopsis "Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces")
3301 (description "uBridge is a simple program to create user-land bridges
3302 between various technologies. Currently, bridging between UDP tunnels,
3303 Ethernet and TAP interfaces is supported. Packet capture is also supported.")
3304 (license license:gpl3+)))
3305
3306 (define-public hcxtools
3307 (package
3308 (name "hcxtools")
3309 (version "5.2.0")
3310 (source
3311 (origin
3312 (method git-fetch)
3313 (uri (git-reference
3314 (url "https://github.com/ZerBea/hcxtools")
3315 (commit version)))
3316 (sha256
3317 (base32 "0k2qlq9hz5zc21nyc6yrnfqzga7hydn5mm0x3rpl2fhkwl81lxcn"))
3318 (file-name (git-file-name name version))))
3319 (build-system gnu-build-system)
3320 (inputs
3321 `(("curl" ,curl)
3322 ("libpcap" ,libpcap)
3323 ("openssl" ,openssl)
3324 ("zlib" ,zlib)))
3325 (arguments
3326 `(#:make-flags
3327 (list ,(string-append "CC=" (cc-for-target))
3328 (string-append "INSTALLDIR=" (assoc-ref %outputs "out") "/bin"))
3329 #:tests? #f ; no test suite
3330 #:phases
3331 (modify-phases %standard-phases
3332 (delete 'configure))))
3333 (home-page "https://github.com/ZerBea/hcxtools")
3334 (synopsis "Capture wlan traffic to hashcat and John the Ripper")
3335 (description
3336 "This package contains a small set of tools to capture and convert
3337 packets from wireless devices for use with hashcat or John the Ripper.")
3338 (license license:expat)))
3339
3340 (define-public hcxdumptool
3341 (package
3342 (name "hcxdumptool")
3343 (version "6.0.6")
3344 (source
3345 (origin
3346 (method git-fetch)
3347 (uri (git-reference
3348 (url "https://github.com/ZerBea/hcxdumptool")
3349 (commit version)))
3350 (sha256
3351 (base32 "1b4d543y64ib92w9gcmiyjn5hz2vyjqmxk3f3yr1zk04fhw16gmf"))
3352 (file-name (git-file-name name version))))
3353 (build-system gnu-build-system)
3354 (arguments
3355 `(#:make-flags
3356 (list ,(string-append "CC=" (cc-for-target))
3357 (string-append "INSTALLDIR=" (assoc-ref %outputs "out") "/bin"))
3358 #:tests? #f ; no test suite
3359 #:phases
3360 (modify-phases %standard-phases
3361 (delete 'configure))))
3362 (inputs
3363 `(("openssl" ,openssl)))
3364 (home-page "https://github.com/ZerBea/hcxdumptool")
3365 (synopsis "Small tool to capture packets from wlan devices")
3366 (description
3367 "Small tool to capture packets from WLAN devices. After capturing,
3368 upload the \"uncleaned\" cap to @url{https://wpa-sec.stanev.org/?submit} to
3369 see if the access point or the client is vulnerable to a dictionary attack.
3370 Convert the cap file to hccapx format and/or to WPA-PMKID-PBKDF2
3371 hashline (16800) with @command{hcxpcaptool} from the @code{hcxtools} package
3372 and check if the WLAN key or the master key was transmitted unencrypted.")
3373 (license license:expat)))
3374
3375 (define-public dante
3376 (package
3377 (name "dante")
3378 (version "1.4.3")
3379 (source
3380 (origin
3381 (method url-fetch)
3382 (uri (string-append "https://www.inet.no/dante/files/dante-"
3383 version ".tar.gz"))
3384 (sha256
3385 (base32 "0pbahkj43rx7rmv2x40mf5p3g3x9d6i2sz7pzglarf54w5ghd2j1"))))
3386 (build-system gnu-build-system)
3387 (arguments
3388 ;; XXX: The dynamic socks library doesn't work with 'libc.so' (GNU ld
3389 ;; script). When preloading is enabled, 'sockd' failed with:
3390 ;; … Failed to open library "libc.so": …: invalid ELF header
3391 '(#:configure-flags '("--disable-preload")))
3392 (home-page "https://www.inet.no/dante/")
3393 (synopsis "SOCKS server and client")
3394 (description "Dante is a SOCKS client and server implementation. It can
3395 be installed on a machine with access to an external TCP/IP network and will
3396 allow all other machines, without direct access to that network, to be relayed
3397 through the machine the Dante server is running on. The external network will
3398 never see any machines other than the one Dante is running on.")
3399 (license (license:non-copyleft "file://LICENSE"))))
3400
3401 (define-public restbed
3402 (package
3403 (name "restbed")
3404 (version "4.7")
3405 (source
3406 (origin
3407 (method git-fetch)
3408 (uri (git-reference
3409 (url "https://github.com/Corvusoft/restbed/")
3410 (commit version)))
3411 (file-name (git-file-name name version))
3412 (sha256
3413 (base32 "055qicb773a599dsqbcz5xf0xj1wpk33mdrkyi0fsmyjmn8d2p9d"))))
3414 (build-system cmake-build-system)
3415 (inputs
3416 `(("asio" ,asio-1.12)
3417 ("catch" ,catch-framework)
3418 ("openssl" ,openssl)))
3419 (arguments
3420 `(#:tests? #f
3421 #:configure-flags
3422 '("-DBUILD_TESTS=NO"
3423 "-DBUILD_EXAMPLES=NO"
3424 "-DBUILD_SSL=NO"
3425 "-DBUILD_SHARED=NO")
3426 #:phases
3427 (modify-phases %standard-phases
3428 (add-after 'unpack 'apply-patches-and-fix-paths
3429 (lambda* (#:key inputs #:allow-other-keys)
3430 (let ((asio (assoc-ref inputs "asio"))
3431 (catch (assoc-ref inputs "catch"))
3432 (openssl (assoc-ref inputs "openssl")))
3433 (substitute* "cmake/Findasio.cmake"
3434 (("(find_path\\( asio_INCLUDE asio\\.hpp HINTS ).*$" all begin)
3435 (string-append begin " \"" asio "/include\" )")))
3436 (substitute* "cmake/Findcatch.cmake"
3437 (("(find_path\\( catch_INCLUDE catch\\.hpp HINTS ).*$" all begin)
3438 (string-append begin " \"" catch "/include\" )")))
3439 (substitute* "cmake/Findopenssl.cmake"
3440 (("(find_library\\( ssl_LIBRARY ssl ssleay32 HINTS ).*$" all begin)
3441 (string-append begin " \"" openssl "/lib\" )"))
3442 (("(find_library\\( crypto_LIBRARY crypto libeay32 HINTS ).*$" all begin)
3443 (string-append begin " \"" openssl "/lib\" )"))
3444 (("(find_path\\( ssl_INCLUDE openssl/ssl\\.h HINTS ).*$" all begin)
3445 (string-append begin " \"" openssl "/include\" )")))))))))
3446 (synopsis "Asynchronous RESTful functionality to C++11 applications")
3447 (description "Restbed is a comprehensive and consistent programming
3448 model for building applications that require seamless and secure
3449 communication over HTTP.")
3450 (home-page "https://github.com/Corvusoft/restbed")
3451 (license license:agpl3+)))
3452
3453 (define-public restinio
3454 (package
3455 (name "restinio")
3456 (version "0.6.13")
3457 (source (origin
3458 (method git-fetch)
3459 (uri (git-reference
3460 (url "https://github.com/Stiffstream/restinio")
3461 (commit (string-append "v." version))))
3462 (file-name (git-file-name name version))
3463 (sha256
3464 (base32
3465 "0gb0yc88hdzwm08zdiviay6s08q427za33kfbygib7bdzp2wr2dm"))))
3466 (build-system cmake-build-system)
3467 (inputs ; TODO: Need to force-keep references on some inputs, e.g. boost.
3468 `(("zlib" ,zlib)
3469 ("catch2" ,catch-framework2)
3470 ("openssl" ,openssl)
3471 ("boost" ,boost)
3472 ("pcre" ,pcre)
3473 ("pcre2" ,pcre2)
3474 ("sobjectizer" ,sobjectizer)))
3475 (propagated-inputs
3476 `(("asio" ,asio)
3477 ("fmt" ,fmt)
3478 ("http-parser" ,http-parser)))
3479 (arguments
3480 `(#:configure-flags '("-DRESTINIO_INSTALL=on")
3481 #:tests? #f ; TODO: The tests are called from the root CMakelist, need RESTINIO_TEST=on.
3482 #:phases
3483 (modify-phases %standard-phases
3484 (add-after 'unpack 'change-directory
3485 (lambda _
3486 (chdir "dev/restinio")
3487 #t)))))
3488 (home-page "https://stiffstream.com/en/products/restinio.html")
3489 (synopsis "C++14 library that gives you an embedded HTTP/Websocket server")
3490 (description "RESTinio is a header-only C++14 library that gives you an embedded
3491 HTTP/Websocket server. It is based on standalone version of ASIO
3492 and targeted primarily for asynchronous processing of HTTP-requests.")
3493 (license license:bsd-3)))
3494
3495 (define-public opendht
3496 (package
3497 (name "opendht")
3498 (version "2.2.0rc7") ;jami requires >= 2.2.0
3499 (source (origin
3500 (method git-fetch)
3501 (uri (git-reference
3502 (url "https://github.com/savoirfairelinux/opendht")
3503 (commit version)))
3504 (file-name (git-file-name name version))
3505 (sha256
3506 (base32
3507 "0wkynjzwzl5q46hy1yb9npi5hvknnj17rjkax5v3acqjmd0y48h9"))))
3508 ;; Since 2.0, the gnu-build-system does not seem to work anymore, upstream bug?
3509 (outputs '("out" "tools" "debug"))
3510 (build-system cmake-build-system)
3511 (inputs
3512 `(("argon2" ,argon2)
3513 ("nettle" ,nettle-3.7)
3514 ("readline" ,readline)
3515 ("jsoncpp" ,jsoncpp)
3516 ("openssl" ,openssl) ;required for the DHT proxy
3517 ("fmt" ,fmt)))
3518 (propagated-inputs
3519 `(("gnutls" ,gnutls) ;included in opendht/crypto.h
3520 ("msgpack" ,msgpack) ;included in several installed headers
3521 ("restinio" ,restinio))) ;included in opendht/http.h
3522 (native-inputs
3523 `(("autoconf" ,autoconf)
3524 ("automake" ,automake)
3525 ("pkg-config" ,pkg-config)
3526 ("python" ,python)
3527 ("python-cython" ,python-cython)
3528 ("libtool" ,libtool)
3529 ("cppunit" ,cppunit)))
3530 (arguments
3531 `(#:imported-modules ((guix build python-build-system) ;for site-packages
3532 ,@%cmake-build-system-modules)
3533 #:modules (((guix build python-build-system) #:prefix python:)
3534 (guix build cmake-build-system)
3535 (guix build utils))
3536 #:tests? #f ; Tests require network connection.
3537 #:configure-flags
3538 '( ;;"-DOPENDHT_TESTS=on"
3539 "-DOPENDHT_STATIC=off"
3540 "-DOPENDHT_TOOLS=on"
3541 "-DOPENDHT_PYTHON=on"
3542 "-DOPENDHT_PROXY_SERVER=on"
3543 "-DOPENDHT_PUSH_NOTIFICATIONS=on"
3544 "-DOPENDHT_PROXY_SERVER_IDENTITY=on"
3545 "-DOPENDHT_PROXY_CLIENT=on")
3546 #:phases
3547 (modify-phases %standard-phases
3548 (add-after 'unpack 'fix-python-installation-prefix
3549 ;; Specify the installation prefix for the compiled Python module
3550 ;; that would otherwise attempt to installs itself to Python's own
3551 ;; site-packages directory.
3552 (lambda* (#:key inputs outputs #:allow-other-keys)
3553 (substitute* "python/CMakeLists.txt"
3554 (("--root=\\\\\\$ENV\\{DESTDIR\\}")
3555 (string-append "--root=/ --single-version-externally-managed "
3556 "--prefix=${CMAKE_INSTALL_PREFIX}")))))
3557 (add-after 'unpack 'specify-runpath-for-python-module
3558 (lambda* (#:key outputs #:allow-other-keys)
3559 (let ((out (assoc-ref outputs "out")))
3560 (substitute* "python/setup.py.in"
3561 (("extra_link_args=\\[(.*)\\]" _ args)
3562 (string-append "extra_link_args=[" args
3563 ", '-Wl,-rpath=" out "/lib']"))))))
3564 (add-after 'install 'move-and-wrap-tools
3565 (lambda* (#:key inputs outputs #:allow-other-keys)
3566 (let ((out (assoc-ref outputs "out"))
3567 (tools (assoc-ref outputs "tools"))
3568 (site-packages (python:site-packages inputs outputs)))
3569 (mkdir tools)
3570 (rename-file (string-append out "/bin")
3571 (string-append tools "/bin"))
3572 (wrap-program (string-append tools "/bin/dhtcluster")
3573 `("PYTHONPATH" prefix (,site-packages)))))))))
3574 (home-page "https://github.com/savoirfairelinux/opendht/")
3575 (synopsis "Lightweight Distributed Hash Table (DHT) library")
3576 (description "OpenDHT provides an easy to use distributed in-memory data
3577 store. Every node in the network can read and write values to the store.
3578 Values are distributed over the network, with redundancy. It includes the
3579 following features:
3580 @itemize
3581 @item Lightweight and scalable, designed for large networks and small devices;
3582 @item High resilience to network disruption;
3583 @item Public key cryptography layer providing optional data signature and
3584 encryption (using GnuTLS);
3585 @item IPv4 and IPv6 support;
3586 @item Clean and powerful C++14 map API;
3587 @item Bindings for C, Rust & Python 3;
3588 @item REST API with an optional HTTP client and server with push notification
3589 support.
3590 @end itemize
3591 The following tools are also included:
3592 @table @command
3593 @item dhtnode
3594 A command line tool to run a DHT node and perform operations supported by the
3595 library (get, put, etc.) with text values.
3596 @item dhtchat
3597 A very simple IM client working over the DHT.
3598 @end table")
3599 (license license:gpl3+)))
3600
3601 (define-public frrouting
3602 (package
3603 (name "frrouting")
3604 (version "7.5.1")
3605 (source (origin
3606 (method url-fetch)
3607 (uri (string-append "https://github.com/FRRouting/frr/releases/"
3608 "download/frr-" version "/frr-" version
3609 ".tar.xz"))
3610 (sha256
3611 (base32
3612 "1r7gh5h27ii7d1d0z0x48wx7hs8vvympv3gqvy3cwzg05q5vk9xs"))))
3613 (build-system gnu-build-system)
3614 (inputs
3615 `(("c-ares" ,c-ares)
3616 ("json-c" ,json-c)
3617 ("libcap" ,libcap)
3618 ("libyang" ,libyang)
3619 ("readline" ,readline)))
3620 (native-inputs
3621 `(("perl" ,perl)
3622 ("pkg-config" ,pkg-config)
3623 ("python" ,python-wrapper)
3624 ("python-pytest" ,python-pytest)))
3625 (home-page "https://frrouting.org/")
3626 (synopsis "IP routing protocol suite")
3627 (description "FRRouting (FRR) is an IP routing protocol suite which includes
3628 protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP. ")
3629 (license license:gpl2+)))
3630
3631 (define-public iwd
3632 (package
3633 (name "iwd")
3634 (version "1.14")
3635 (source (origin
3636 ;; FIXME: We're using the bootstrapped sources because
3637 ;; otherwise using an external ell library is impossible.
3638 ;; How to bootstrap with Guix?
3639 (method url-fetch)
3640 (uri (string-append "https://www.kernel.org/pub/linux/network"
3641 "/wireless/iwd-" version ".tar.xz"))
3642 (sha256
3643 (base32
3644 "02vz4lyd6vq3vcii357ljqprnas78zb8j670a0gblrm6kganmgi1"))))
3645 (build-system gnu-build-system)
3646 (inputs
3647 `(("dbus" ,dbus)
3648 ("ell" ,ell)
3649 ("readline" ,readline)))
3650 (native-inputs
3651 `(("pkgconfig" ,pkg-config)
3652 ("python" ,python)
3653 ("rst2man" ,python-docutils)
3654 ("openssl" ,openssl)))
3655 (arguments
3656 `(#:configure-flags
3657 (let ((dbus (assoc-ref %outputs "out")))
3658 (list "--disable-systemd-service"
3659 "--enable-external-ell"
3660 "--enable-hwsim"
3661 "--enable-tools"
3662 "--enable-wired"
3663 "--localstatedir=/var"
3664 (string-append "--with-dbus-datadir=" dbus "/share/")
3665 (string-append "--with-dbus-busdir="
3666 dbus "/share/dbus-1/system-services")))
3667 #:phases
3668 (modify-phases %standard-phases
3669 (add-after 'configure 'patch-Makefile
3670 (lambda _
3671 (substitute* "Makefile"
3672 ;; Don't try to 'mkdir /var'.
3673 (("\\$\\(MKDIR_P\\) -m 700") "true")))))))
3674 (home-page "https://git.kernel.org/pub/scm/network/wireless/iwd.git/")
3675 (synopsis "Internet Wireless Daemon")
3676 (description "iwd is a wireless daemon for Linux that aims to replace WPA
3677 Supplicant. It optimizes resource utilization by not depending on any external
3678 libraries and instead utilizing features provided by the Linux kernel to the
3679 maximum extent possible.")
3680 (license license:lgpl2.1+)))
3681
3682 (define-public libyang
3683 (package
3684 (name "libyang")
3685 (version "1.0.215")
3686 (source (origin
3687 (method git-fetch)
3688 (uri (git-reference
3689 (url "https://github.com/CESNET/libyang")
3690 (commit (string-append "v" version))))
3691 (file-name (git-file-name name version))
3692 (sha256
3693 (base32
3694 "0mrs2ppmq77z8sbqgm2w0rl9bfgybd6bcxanakfww4chih6cy0dw"))))
3695 (build-system cmake-build-system)
3696 (arguments
3697 `(#:configure-flags
3698 (list "-DENABLE_BUILD_TESTS=ON" "-DENABLE_LYD_PRIV=ON")))
3699 (propagated-inputs `(("pcre" ,pcre)))
3700 (native-inputs `(("cmocka" ,cmocka)
3701 ("pkg-config" ,pkg-config)))
3702 (home-page "https://github.com/CESNET/libyang")
3703 (synopsis "YANG data modelling language library")
3704 (description "libyang is a YANG data modelling language parser and toolkit
3705 written (and providing API) in C. Current implementation covers YANG 1.0 (RFC
3706 6020) as well as YANG 1.1 (RFC 7950).")
3707 (license license:bsd-3)))
3708
3709 (define-public batctl
3710 (package
3711 (name "batctl")
3712 (version "2020.4")
3713 (source
3714 (origin
3715 (method url-fetch)
3716 (uri (string-append "https://downloads.open-mesh.org/batman/releases/batman-adv-"
3717 version "/batctl-" version ".tar.gz"))
3718 (sha256
3719 (base32 "05rrpfbpdhxn5zgdps849qls2ifis6a94cjryb60d4y1nc2n0d7w"))))
3720 (inputs
3721 `(("libnl" ,libnl)))
3722 (native-inputs
3723 `(("pkg-config" ,pkg-config)))
3724 (build-system gnu-build-system)
3725 (arguments
3726 `(#:tests? #f
3727 ;; Batctl only has a makefile. Thus we disable tests and
3728 ;; configuration, passing in a few make-flags.
3729 #:phases (modify-phases %standard-phases (delete 'configure))
3730 #:make-flags
3731 (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
3732 (string-append "PKG_CONFIG=" (assoc-ref %build-inputs "pkg-config")
3733 "/bin/pkg-config")
3734 ,(string-append "CC=" (cc-for-target)))))
3735 (home-page "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki")
3736 (synopsis "Management tool for the mesh networking BATMAN protocol")
3737 (description "This package provides a control tool for the
3738 B.A.T.M.A.N. mesh networking routing protocol provided by the Linux kernel
3739 module @code{batman-adv}, for Layer 2.")
3740 (license license:gpl2+)))
3741
3742 (define-public pagekite
3743 (package
3744 (name "pagekite")
3745 (version "1.5.2.200725")
3746 (source
3747 (origin
3748 (method git-fetch)
3749 (uri (git-reference
3750 (url "https://github.com/pagekite/PyPagekite")
3751 (commit (string-append "v" version))))
3752 (file-name (git-file-name name version))
3753 (sha256
3754 (base32 "0lig1i42bn9isw848vnml5qhcaa04x1dr2hb075bm0a3439kv3rr"))))
3755 (build-system python-build-system)
3756 (arguments
3757 `(#:phases
3758 (modify-phases %standard-phases
3759 (add-after 'install 'install-man-page
3760 (lambda* (#:key inputs outputs #:allow-other-keys)
3761 (let* ((out (assoc-ref outputs "out"))
3762 (man (string-append out "/share/man")))
3763 (invoke "make"
3764 (string-append "PYTHONPATH=" (getenv "PYTHONPATH"))
3765 "doc/pagekite.1")
3766 (install-file "doc/pagekite.1" (string-append man "/man1"))
3767 #t))))))
3768 (inputs
3769 `(("python-six" ,python-six)
3770 ("python-socksipychain" ,python-socksipychain)))
3771 (home-page "https://pagekite.net/")
3772 (synopsis "Make localhost servers publicly visible")
3773 (description
3774 "PageKite implements a tunneled reverse proxy which makes it easy to make
3775 a service (such as an HTTP or SSH server) on localhost visible to the wider
3776 Internet, even behind NAT or restrictive firewalls. A managed front-end relay
3777 service is available at @url{https://pagekite.net/}, or you can run your own.")
3778 (license license:agpl3+)))
3779
3780 (define-public ipcalc
3781 (package
3782 (name "ipcalc")
3783 (version "0.41")
3784 (source (origin
3785 (method url-fetch)
3786 (uri (string-append "http://jodies.de/ipcalc-archive/"
3787 name "-" version ".tar.gz"))
3788 (sha256
3789 (base32
3790 "12if9sm8h2ac0pgwkw835cgyqjxm6h27k4kfn2vfas9krrqwbafx"))))
3791 (inputs `(("perl" ,perl)
3792 ("tar" ,tar)
3793 ("gzip" ,gzip)
3794 ("tarball" ,source)))
3795 (build-system trivial-build-system) ;no Makefile.PL
3796 (arguments
3797 `(#:modules ((guix build utils))
3798 #:builder
3799 (begin
3800 (use-modules (guix build utils))
3801 (use-modules (srfi srfi-1))
3802 (let* ((source (assoc-ref %build-inputs "source"))
3803 (perl (string-append (assoc-ref %build-inputs "perl")
3804 "/bin"))
3805 (tar (assoc-ref %build-inputs "tar"))
3806 (gz (assoc-ref %build-inputs "gzip"))
3807 (out (assoc-ref %outputs "out"))
3808 (bin (string-append out "/bin"))
3809 (doc (string-append out "/share/doc/ipcalc")))
3810 (setenv "PATH" (string-append gz "/bin"))
3811 (invoke (string-append tar "/bin/tar") "xvf" source)
3812 (chdir (string-append ,name "-" ,version))
3813
3814 (install-file "ipcalc" bin)
3815 (patch-shebang (string-append bin "/ipcalc") (list perl))
3816 #t))))
3817 (synopsis "Simple IP network calculator")
3818 (description "ipcalc takes an IP address and netmask and calculates the
3819 resulting broadcast, network, Cisco wildcard mask, and host range. By giving
3820 a second netmask, you can design subnets and supernets. It is also intended
3821 to be a teaching tool and presents the subnetting results as
3822 easy-to-understand binary values.")
3823 (home-page "http://jodies.de/ipcalc")
3824 (license license:gpl2+)))
3825
3826 (define-public tunctl
3827 (package
3828 (name "tunctl")
3829 (version "1.5")
3830 (source
3831 (origin
3832 (method url-fetch)
3833 (uri (string-append "mirror://sourceforge/tunctl/tunctl/" version "/"
3834 "tunctl-" version ".tar.gz"))
3835 (sha256
3836 (base32 "1zsgn7w6l2zh2q0j6qaw8wsx981qcr536qlz1lgb3b5zqr66qama"))))
3837 (build-system gnu-build-system)
3838 (arguments
3839 `(#:phases
3840 (modify-phases %standard-phases
3841 (delete 'bootstrap) ;there is no configure.ac file
3842 (delete 'configure) ;there is no configure script
3843 (delete 'check) ;there are no tests
3844 (replace 'build
3845 (lambda _
3846 (setenv "CC" "gcc")
3847 (invoke "make" "tunctl")))
3848 ;; TODO: Requires docbook2x to generate man page from SGML.
3849 (replace 'install
3850 (lambda* (#:key outputs #:allow-other-keys)
3851 (let* ((out (assoc-ref outputs "out"))
3852 (bin (string-append out "/bin")))
3853 (install-file "tunctl" bin))
3854 #t)))))
3855 (home-page "http://tunctl.sourceforge.net")
3856 (synopsis "Utility to set up and maintain TUN/TAP network interfaces")
3857 (description "Tunctl is used to set up and maintain persistent TUN/TAP
3858 network interfaces, enabling user applications to simulate network traffic.
3859 Such interfaces are useful for VPN software, virtualization, emulation,
3860 simulation, and a number of other applications.")
3861 (license license:gpl2)))
3862
3863 (define-public wol
3864 (package
3865 (name "wol")
3866 (version "0.7.1")
3867 (source
3868 (origin
3869 (method url-fetch)
3870 (uri (string-append "mirror://sourceforge/wake-on-lan/wol/"
3871 version "/wol-" version ".tar.gz"))
3872 (sha256
3873 (base32 "08i6l5lr14mh4n3qbmx6kyx7vjqvzdnh3j9yfvgjppqik2dnq270"))))
3874 (build-system gnu-build-system)
3875 (home-page "https://sourceforge.net/projects/wake-on-lan/")
3876 (synopsis "Implements Wake On LAN functionality in a small program")
3877 (description "Tool to send a magic packet to wake another host on the
3878 network. This must be enabled on the target host, usually in the BIOS.")
3879 (license license:gpl2)))
3880
3881 (define-public vde2
3882 (package
3883 (name "vde2")
3884 (version "2.3.2")
3885 (source
3886 (origin
3887 (method url-fetch)
3888 (uri "mirror://sourceforge/vde/vde2/2.3.2/vde2-2.3.2.tar.gz")
3889 (sha256
3890 (base32 "14xga0ib6p1wrv3hkl4sa89yzjxv7f1vfqaxsch87j6scdm59pr2"))))
3891 (build-system gnu-build-system)
3892 (arguments
3893 `(#:parallel-build? #f)) ; Build fails if #t.
3894 (inputs
3895 `(("python" ,python)
3896 ("libpcap" ,libpcap)
3897 ("openssl" ,openssl-1.0))) ; Build fails with 1.1.
3898 (home-page "https://github.com/virtualsquare/vde-2")
3899 (synopsis "Virtual Distributed Ethernet")
3900 (description "VDE is a set of programs to provide virtual software-defined
3901 Ethernet network interface controllers across multiple virtual or
3902 physical, local or remote devices. The VDE architecture provides
3903 virtual counterparts to hardware components such as switches and
3904 cables.")
3905 (license (list license:gpl2
3906 license:lgpl2.1 ; libvdeplug
3907 (license:non-copyleft ; slirpvde
3908 "file://COPYING.slirpvde"
3909 "See COPYING.slirpvde in the distribution.")))))
3910
3911 (define-public haproxy
3912 (package
3913 (name "haproxy")
3914 (version "2.1.7")
3915 (source (origin
3916 (method url-fetch)
3917 (uri (string-append "https://www.haproxy.org/download/"
3918 (version-major+minor version)
3919 "/src/haproxy-" version ".tar.gz"))
3920 (sha256
3921 (base32
3922 "0fd3c1znid5a9w3gcf77b85hm2a2558w9s02c4b7xzkmivqnqbir"))))
3923 (build-system gnu-build-system)
3924 (arguments
3925 `(#:make-flags
3926 (let* ((out (assoc-ref %outputs "out")))
3927 (list (string-append "PREFIX=" out)
3928 (string-append "DOCDIR=" out "/share/" ,name)
3929 "TARGET=linux-glibc"
3930 "USE_LUA=1"
3931 "USE_OPENSSL=1"
3932 "USE_ZLIB=1"
3933 "USE_PCRE_2=1"))
3934 #:tests? #f ; there are only regression tests, using varnishtest
3935 #:phases
3936 (modify-phases %standard-phases
3937 (delete 'configure))))
3938 (inputs
3939 `(("lua" ,lua)
3940 ("openssl" ,openssl)
3941 ("pcre2" ,pcre2)
3942 ("zlib" ,zlib)))
3943 (home-page "https://www.haproxy.org/")
3944 (synopsis "Reliable, high performance TCP/HTTP load balancer")
3945 (description "HAProxy is a free, very fast and reliable solution offering
3946 high availability, load balancing, and proxying for TCP and HTTP-based
3947 applications. It is particularly suited for web sites crawling under very
3948 high loads while needing persistence or Layer7 processing. Supporting tens of
3949 thousands of connections is clearly realistic with today's hardware.")
3950 (license (list license:gpl2+
3951 license:lgpl2.1
3952 license:lgpl2.1+))))
3953
3954 (define-public lldpd
3955 (package
3956 (name "lldpd")
3957 (version "1.0.11")
3958 (source
3959 (origin
3960 (method url-fetch)
3961 (uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-"
3962 version ".tar.gz"))
3963 (sha256
3964 (base32 "1r265ns6fh04xwrzj06p2l7kl5rkkns0cdawp1zwpvxs1xq1a7dm"))
3965 (modules '((guix build utils)))
3966 (snippet
3967 '(begin
3968 ;; Drop bundled library.
3969 (delete-file-recursively "libevent")
3970 #t))))
3971 (arguments
3972 `(#:configure-flags
3973 (list
3974 "--with-privsep-user=nobody"
3975 "--with-privsep-group=nogroup"
3976 "--localstatedir=/var"
3977 "--enable-pie"
3978 "--disable-static"
3979 "--without-embedded-libevent"
3980 (string-append "--with-systemdsystemunitdir="
3981 (assoc-ref %outputs "out")
3982 "/lib/systemd/system"))))
3983 (build-system gnu-build-system)
3984 (inputs
3985 `(("libevent" ,libevent)
3986 ("libxml2" ,libxml2)
3987 ("openssl" ,openssl)
3988 ("readline" ,readline)))
3989 (native-inputs
3990 `(("pkg-config" ,pkg-config)))
3991 (home-page "https://vincentbernat.github.io/lldpd/")
3992 (synopsis "Locate neighbors of your network equipment")
3993 (description
3994 "The @dfn{Link Layer Discovery Protocol} (LLDP) is an industry standard
3995 protocol designed to supplant proprietary Link-Layer protocols such as EDP or
3996 CDP. The goal of LLDP is to provide an inter-vendor compatible mechanism to
3997 deliver Link-Layer notifications to adjacent network devices. @code{lldpd} is
3998 an implementation of LLDP. It also supports some proprietary protocols.")
3999 (license license:isc)))
4000
4001 (define-public hashcash
4002 (package
4003 (name "hashcash")
4004 (version "1.22")
4005 (source
4006 (origin
4007 (method url-fetch)
4008 (uri (string-append "http://www.hashcash.org/source/hashcash-"
4009 version ".tgz"))
4010 (sha256
4011 (base32
4012 "15kqaimwb2y8wvzpn73021bvay9mz1gqqfc40gk4hj6f84nz34h1"))))
4013 (build-system gnu-build-system)
4014 (arguments
4015 `(#:make-flags (list (string-append "CC=" ,(cc-for-target)))
4016 #:phases
4017 (modify-phases %standard-phases
4018 (delete 'configure)
4019 ;; No tests available.
4020 (delete 'check)
4021 (replace 'install
4022 (lambda* (#:key outputs #:allow-other-keys)
4023 (let* ((outdir (assoc-ref outputs "out"))
4024 (bindir (string-append outdir "/bin"))
4025 (mandir (string-append outdir "/share/man/man1"))
4026 (docdir (string-append outdir "/share/doc/hashcash-" ,version)))
4027 ;; Install manually, as we don't need the `sha1' binary
4028 (install-file "hashcash" bindir)
4029 (install-file "hashcash.1" mandir)
4030 (install-file "README" docdir)
4031 (install-file "LICENSE" docdir)
4032 (install-file "CHANGELOG" docdir)
4033 #t))))))
4034 (home-page "https://www.hashcash.org/")
4035 (synopsis "Denial-of-service countermeasure")
4036 (description "Hashcash is a proof-of-work algorithm, which has been used
4037 as a denial-of-service countermeasure technique in a number of systems.
4038
4039 A hashcash stamp constitutes a proof-of-work which takes a parametrizable
4040 amount of work to compute for the sender. The recipient can verify received
4041 hashcash stamps efficiently.
4042
4043 This package contains a command-line tool for computing and verifying hashcash
4044 stamps.")
4045 (license license:public-domain)))
4046
4047 (define-public nbd
4048 (package
4049 (name "nbd")
4050 (version "3.21")
4051 (source
4052 (origin
4053 (method url-fetch)
4054 (uri (string-append "mirror://sourceforge/nbd/nbd/" version
4055 "/nbd-" version ".tar.xz"))
4056 (sha256
4057 (base32 "1ydylvvayi4w2d08flji9q03sl7y8hn0c26vsay3nwwikprqls77"))))
4058 (build-system gnu-build-system)
4059 (inputs
4060 `(("glib" ,glib)))
4061 (native-inputs
4062 `(("pkg-config" ,pkg-config)
4063 ("which" ,which)))
4064 (home-page "https://nbd.sourceforge.io/")
4065 (synopsis "NBD client and server")
4066 (description "This package provides the NBD (Network Block Devices)
4067 client and server. It allows you to use remote block devices over a TCP/IP
4068 network.")
4069 (license license:gpl2)))
4070
4071 (define-public yggdrasil
4072 (package
4073 (name "yggdrasil")
4074 (version "0.3.16")
4075 (source
4076 (origin
4077 (method git-fetch)
4078 (uri
4079 (git-reference
4080 (url "https://github.com/yggdrasil-network/yggdrasil-go")
4081 (commit (string-append "v" version))
4082 (recursive? #t)))
4083 (file-name (git-file-name name version))
4084 (sha256
4085 (base32 "0vyd7a333hwn6j1lv1g9sicw74a4qk982bsi3cfdhjlv6hsjwmil"))
4086 (patches (search-patches "yggdrasil-extra-config.patch"))))
4087 (build-system go-build-system)
4088 (arguments
4089 '(#:import-path "github.com/yggdrasil-network/yggdrasil-go"
4090 ;; TODO: figure out how tests are run
4091 #:tests? #f
4092 #:install-source? #f
4093 #:phases (modify-phases %standard-phases
4094 (replace 'build
4095 (lambda _
4096 (for-each
4097 (lambda (c)
4098 (invoke
4099 "go" "build" "-v" "-ldflags=-s -w"
4100 (string-append
4101 "github.com/yggdrasil-network/yggdrasil-go/cmd/" c)))
4102 (list "yggdrasil" "yggdrasilctl"))
4103 #t))
4104 (replace 'install
4105 (lambda* (#:key outputs #:allow-other-keys)
4106 (let* ((out (assoc-ref outputs "out"))
4107 (bin (string-append out "/bin/"))
4108 (doc (string-append out "/share/doc/yggdrasil/")))
4109 (mkdir-p bin)
4110 (for-each
4111 (lambda (f)
4112 (install-file f bin))
4113 (list "yggdrasil" "yggdrasilctl"))
4114 (mkdir-p doc)
4115 (copy-recursively
4116 (string-append
4117 "src/github.com/yggdrasil-network/yggdrasil-go/"
4118 "doc/yggdrasil-network.github.io")
4119 doc))
4120 #t)))))
4121 ;; https://github.com/kardianos/minwinsvc is windows only
4122 (propagated-inputs
4123 `(("go-github-com-arceliar-phony" ,go-github-com-arceliar-phony)
4124 ("go-github-com-cheggaaa-pb" ,go-github-com-cheggaaa-pb)
4125 ("go-github-com-gologme-log" ,go-github-com-gologme-log)
4126 ("go-github-com-hashicorp-go-syslog" ,go-github-com-hashicorp-go-syslog)
4127 ("go-github-com-hjson-hjson-go" ,go-github-com-hjson-hjson-go)
4128 ("go-github-com-kardianos-minwinsvc" ,go-github-com-kardianos-minwinsvc)
4129 ("go-github-com-mitchellh-mapstructure"
4130 ,go-github-com-mitchellh-mapstructure)
4131 ("go-golang-org-x-crypto" ,go-golang-org-x-crypto)
4132 ("go-golang-org-x-net" ,go-golang-org-x-net)
4133 ("go-golang-org-x-text" ,go-golang-org-x-text)
4134 ("go-golang-zx2c4-com-wireguard" ,go-golang-zx2c4-com-wireguard)
4135 ("go-netlink" ,go-netlink)
4136 ("go-netns" ,go-netns)))
4137 (home-page "https://yggdrasil-network.github.io/blog.html")
4138 (synopsis
4139 "Experiment in scalable routing as an encrypted IPv6 overlay network")
4140 (description
4141 "Yggdrasil is an early-stage implementation of a fully end-to-end encrypted
4142 IPv6 network. It is lightweight, self-arranging, supported on multiple
4143 platforms and allows pretty much any IPv6-capable application to communicate
4144 securely with other Yggdrasil nodes. Yggdrasil does not require you to have
4145 IPv6 Internet connectivity - it also works over IPv4.")
4146 (license
4147 ;; As a special exception to the GNU Lesser General Public License
4148 ;; version 3 ("LGPL3"), the copyright holders of this Library give you
4149 ;; permission to convey to a third party a Combined Work that links
4150 ;; statically or dynamically to this Library without providing any Minimal
4151 ;; Corresponding Source or Minimal Application Code as set out in 4d or
4152 ;; providing the installation information set out in section 4e, provided
4153 ;; that you comply with the other provisions of LGPL3 and provided that you
4154 ;; meet, for the Application the terms and conditions of the license(s)
4155 ;; which apply to the Application. Except as stated in this special
4156 ;; exception, the provisions of LGPL3 will continue to comply in full to
4157 ;; this Library. If you modify this Library, you may apply this exception
4158 ;; to your version of this Library, but you are not obliged to do so. If
4159 ;; you do not wish to do so, delete this exception statement from your
4160 ;; version. This exception does not (and cannot) modify any license terms
4161 ;; which apply to the Application, with which you must still comply
4162 license:lgpl3)))