gnu: amule: Use HTTPS home page.
[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.5")
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 "0cyk8nqws9gp8p2ywszbynh8vawivnbhw60dhmy21qd1038sy6ny"))))
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 ("libcap" ,libcap)
1500 ("libgcrypt" ,libgcrypt)
1501 ("libnl" ,libnl)
1502 ("libpcap" ,libpcap)
1503 ("libssh" ,libssh)
1504 ("libxml2" ,libxml2)
1505 ("lz4" ,lz4)
1506 ("lua" ,lua-5.2) ;Lua 5.3 unsupported
1507 ("krb5" ,mit-krb5)
1508 ("qtbase" ,qtbase)
1509 ("qtmultimedia" ,qtmultimedia)
1510 ("qtsvg" ,qtsvg)
1511 ("sbc" ,sbc)
1512 ("snappy" ,snappy)
1513 ("zlib" ,zlib)))
1514 (native-inputs
1515 `(("bison" ,bison)
1516 ("doxygen" ,doxygen)
1517 ("flex" ,flex)
1518 ("gettext" ,gettext-minimal)
1519 ("perl" ,perl)
1520 ("pkg-config" ,pkg-config)
1521 ("python" ,python-wrapper)
1522 ("qttools" ,qttools)))
1523 (synopsis "Network traffic analyzer")
1524 (description "Wireshark is a network protocol analyzer, or @dfn{packet
1525 sniffer}, that lets you capture and interactively browse the contents of
1526 network frames.")
1527 (home-page "https://www.wireshark.org/")
1528 (license license:gpl2+)))
1529
1530 (define-public fping
1531 (package
1532 (name "fping")
1533 (version "5.0")
1534 (source
1535 (origin
1536 (method url-fetch)
1537 (uri (string-append "https://fping.org/dist/fping-"
1538 version ".tar.gz"))
1539 (sha256
1540 (base32 "1f2prmii4fyl44cfykp40hp4jjhicrhddh9v3dfs11j6nsww0f7d"))))
1541 (build-system gnu-build-system)
1542 (home-page "https://fping.org/")
1543 (synopsis "Send ICMP ECHO_REQUEST packets to network hosts")
1544 (description
1545 "fping is a ping-like program which uses @acronym{ICMP, Internet Control
1546 Message Protocol} echo requests to determine if a target host is responding.
1547
1548 @command{fping} differs from @command{ping} in that you can specify any number
1549 of targets on the command line, or specify a file containing the lists of
1550 targets to ping. Instead of sending to one target until it times out or
1551 replies, fping will send out a ping packet and move on to the next target in a
1552 round-robin fashion.")
1553 (license license:expat)))
1554
1555 (define-public gandi.cli
1556 (package
1557 (name "gandi.cli")
1558 (version "1.6")
1559 (source
1560 (origin
1561 (method url-fetch)
1562 (uri (pypi-uri name version))
1563 (sha256
1564 (base32 "1h36jahbp7273wn3yd747kbiwjc0bm3sja67bcxdsd54ln0vyndg"))))
1565 (build-system python-build-system)
1566 (arguments
1567 `(#:phases
1568 (modify-phases %standard-phases
1569 (add-after 'unpack 'embed-store-file-names
1570 (lambda _
1571 (substitute* (list "gandi/cli/modules/cert.py"
1572 "gandi/cli/tests/commands/test_certificate.py")
1573 (("openssl") (which "openssl")))
1574 #t))
1575 (add-after 'install 'install-documentation
1576 ;; The included man page may be outdated but we install it anyway,
1577 ;; since it's mentioned in 'gandi --help' and better than nothing.
1578 (lambda* (#:key outputs #:allow-other-keys)
1579 (let* ((out (assoc-ref outputs "out"))
1580 (man1 (string-append out "/share/man/man1")))
1581 (mkdir-p man1)
1582 (with-output-to-file (string-append man1 "/gandi.1")
1583 (lambda _
1584 (invoke "rst2man.py" "gandicli.man.rst")))
1585 #t))))))
1586 (native-inputs
1587 `(("python-docutils" ,python-docutils) ; for rst2man.py
1588 ("python-pytest" ,python-pytest)
1589 ("python-pytest-cov" ,python-pytest-cov)
1590 ("python-tox" ,python-tox)))
1591 (propagated-inputs
1592 `(("openssh" ,openssh))) ; used by gandi/cli/modules/iass.py
1593 (inputs
1594 `(("openssl" ,openssl)
1595 ("python-click" ,python-click)
1596 ("python-ipy" ,python-ipy)
1597 ("python-pyyaml" ,python-pyyaml)
1598 ("python-requests" ,python-requests)))
1599 (home-page "https://cli.gandi.net")
1600 (synopsis "Command-line interface to the Gandi.net Web API")
1601 (description
1602 "This package provides a command-line client (@command{gandi}) to buy,
1603 manage, and delete Internet resources from Gandi.net such as domain names,
1604 virtual machines, and certificates.")
1605 (license license:gpl3+)))
1606
1607 (define-public go-netns
1608 (let ((commit "13995c7128ccc8e51e9a6bd2b551020a27180abd")
1609 (revision "1"))
1610 (package
1611 (name "go-netns")
1612 (version (git-version "0.0.0" revision commit))
1613 (source (origin
1614 (method git-fetch)
1615 (uri (git-reference
1616 (url "https://github.com/vishvananda/netns")
1617 (commit commit)))
1618 (file-name (git-file-name name version))
1619 (sha256
1620 (base32
1621 "1zk6w8158qi4niva5rijchbv9ixgmijsgqshh54wdaav4xrhjshn"))))
1622 (build-system go-build-system)
1623 (arguments
1624 `(#:import-path "github.com/vishvananda/netns"
1625 #:tests? #f)) ;tests require root privileges
1626 (home-page "https://github.com/vishvananda/netns")
1627 (synopsis "Simple network namespace handling for Go")
1628 (description "The netns package provides a simple interface for
1629 handling network namespaces in Go.")
1630 (license license:asl2.0))))
1631
1632 (define-public go-sctp
1633 ;; docker-libnetwork-cmd-proxy requires this exact commit.
1634 ;; This commit is mentioned in docker-libnetwork-cmd-proxy's vendor.conf.
1635 (let ((commit "6e2cb1366111dcf547c13531e3a263a067715847")
1636 (revision "2"))
1637 (package
1638 (name "go-sctp")
1639 (version (git-version "0.0.0" revision commit))
1640 (source (origin
1641 (method git-fetch)
1642 (uri (git-reference
1643 (url "https://github.com/ishidawataru/sctp")
1644 (commit commit)))
1645 (file-name (git-file-name name version))
1646 (sha256
1647 (base32
1648 "1ba90fmpdwxa1ba4hrsjhi3gfy3pwmz7x8amw1p5dc9p5a7nnqrb"))))
1649 (build-system go-build-system)
1650 (arguments
1651 `(#:tests? #f ; Test suite is flakey.
1652 #:import-path "github.com/ishidawataru/sctp"))
1653 (home-page "https://github.com/ishidawataru/sctp")
1654 (synopsis "SCTP library for the Go programming language")
1655 (description "This library provides methods for using the stream control
1656 transmission protocol (SCTP) in a Go application.")
1657 (license license:asl2.0))))
1658
1659 (define-public httping
1660 (package
1661 (name "httping")
1662 (version "2.5")
1663 (source
1664 (origin
1665 (method url-fetch)
1666 (uri (string-append "https://www.vanheusden.com/httping/httping-"
1667 version ".tgz"))
1668 (sha256
1669 (base32
1670 "1y7sbgkhgadmd93x1zafqc4yp26ssiv16ni5bbi9vmvvdl55m29y"))))
1671 (build-system gnu-build-system)
1672 (native-inputs
1673 `(("gettext" ,gettext-minimal)))
1674 (inputs
1675 `(("fftw" ,fftw)
1676 ("ncurses" ,ncurses)
1677 ("openssl" ,openssl)))
1678 (arguments
1679 `(#:make-flags (list ,(string-append "CC=" (cc-for-target))
1680 (string-append "DESTDIR=" (assoc-ref %outputs "out"))
1681 "PREFIX=")
1682 #:tests? #f)) ; no tests
1683 (home-page "https://www.vanheusden.com/httping/")
1684 (synopsis "Web server latency and throughput monitor")
1685 (description
1686 "httping measures how long it takes to connect to a web server, send an
1687 HTTP(S) request, and receive the reply headers. It is somewhat similar to
1688 @command{ping}, but can be used even in cases where ICMP traffic is blocked
1689 by firewalls or when you want to monitor the response time of the actual web
1690 application stack itself.")
1691 (license license:gpl2))) ; with permission to link with OpenSSL
1692
1693 (define-public httpstat
1694 (package
1695 (name "httpstat")
1696 (version "1.3.1")
1697 (source
1698 (origin
1699 (method git-fetch)
1700 (uri (git-reference
1701 (url "https://github.com/reorx/httpstat")
1702 (commit version)))
1703 (file-name (git-file-name name version))
1704 (sha256
1705 (base32 "0cw8299a080m42slsimz31xs0gjnh833gpbj2dsr4hkcinrn4iyd"))))
1706 (build-system python-build-system)
1707 (inputs `(("curl" ,curl)))
1708 (arguments
1709 '(#:phases
1710 (modify-phases %standard-phases
1711 (add-before 'build 'fix-curl-path
1712 (lambda* (#:key inputs #:allow-other-keys)
1713 (substitute* "httpstat.py"
1714 (("ENV_CURL_BIN.get\\('curl'\\)")
1715 (string-append "ENV_CURL_BIN.get('"
1716 (assoc-ref inputs "curl")
1717 "/bin/curl')"))
1718 ;; "curl -w time_*" units seems to have
1719 ;; changed from seconds to nanoseconds.
1720 (("d\\[k\\] \\* 1000") "d[k] / 1000"))
1721 #t)))))
1722 (home-page "https://github.com/reorx/httpstat")
1723 (synopsis "Visualize curl statistics")
1724 (description
1725 "@command{httpstat} is a tool to visualize statistics from the
1726 @command{curl} HTTP client. It acts as a wrapper for @command{curl} and
1727 prints timing information for each step of the HTTP request (DNS lookup,
1728 TCP connection, TLS handshake and so on) in the terminal.")
1729 (license license:expat)))
1730
1731 (define-public squid
1732 (package
1733 (name "squid")
1734 (version "4.15")
1735 (source
1736 (origin
1737 (method url-fetch)
1738 (uri (string-append "http://www.squid-cache.org/Versions/v4/squid-"
1739 version ".tar.xz"))
1740 (sha256
1741 (base32 "09aaz0hi7q4s5jalgl5i5fakmgzv5akf03gnajlah498mgjs94xn"))))
1742 (build-system gnu-build-system)
1743 (arguments
1744 '(#:configure-flags
1745 ;; disable -march=native in build for reproducibility; see
1746 ;; https://wiki.squid-cache.org/KnowledgeBase/IllegalInstructionError
1747 (list "--disable-arch-native")
1748 #:phases
1749 (modify-phases %standard-phases
1750 (add-before 'build 'fix-true-path
1751 (lambda* (#:key inputs #:allow-other-keys)
1752 (substitute* "test-suite/testheaders.sh"
1753 (("/bin/true")
1754 (string-append (assoc-ref inputs "coreutils")
1755 "/bin/true")))
1756 #t)))))
1757 (inputs
1758 `(("perl" ,perl)
1759 ("openldap" ,openldap)
1760 ("linux-pam" ,linux-pam)
1761 ("libcap" ,libcap)
1762 ("cyrus-sasl" ,cyrus-sasl)
1763 ("expat" ,expat)
1764 ("libxml2" ,libxml2)
1765 ("openssl" ,openssl)))
1766 (native-inputs
1767 `(("cppunit" ,cppunit)
1768 ("pkg-config" ,pkg-config)))
1769 (synopsis "Web caching proxy")
1770 (description "Squid is a caching proxy for the Web supporting HTTP, HTTPS,
1771 FTP, and more. It reduces bandwidth and improves response times by caching and
1772 reusing frequently-requested web pages.")
1773 (home-page "http://www.squid-cache.org/")
1774 (license license:gpl2+)))
1775
1776 (define-public bwm-ng
1777 (package
1778 (name "bwm-ng")
1779 (version "0.6.3")
1780 (source
1781 (origin
1782 (method git-fetch)
1783 (uri (git-reference
1784 (url "https://github.com/vgropp/bwm-ng")
1785 (commit (string-append "v" version))))
1786 (file-name (git-file-name name version))
1787 (sha256
1788 (base32 "1gpp2l3w479h1w5skjra5xy0gxd24kvmk6i4psbkafnv2399la4k"))))
1789 (build-system gnu-build-system)
1790 (arguments
1791 `(#:phases
1792 (modify-phases %standard-phases
1793 (add-after 'unpack 'disable-premature-./configure
1794 (lambda _
1795 (substitute* "autogen.sh"
1796 (("\\$srcdir/configure")
1797 "true"))
1798 #t)))))
1799 (native-inputs
1800 `(("autoconf" ,autoconf)
1801 ("automake" ,automake)))
1802 (inputs
1803 `(("ncurses" ,ncurses)))
1804 (synopsis "Console based live network and disk I/O bandwidth monitor")
1805 (description "Bandwidth Monitor NG is a small and simple console based
1806 live network and disk I/O bandwidth monitor.")
1807 (home-page "https://www.gropp.org/?id=projects&sub=bwm-ng")
1808 (license license:gpl2)))
1809
1810 (define-public aircrack-ng
1811 (package
1812 (name "aircrack-ng")
1813 (version "1.6")
1814 (source
1815 (origin
1816 (method url-fetch)
1817 (uri (string-append "https://download.aircrack-ng.org/aircrack-ng-"
1818 version ".tar.gz"))
1819 (sha256
1820 (base32 "0ix2k64qg7x3w0bzdsbk1m50kcpq1ws59g3zkwiafvpwdr4gs2sg"))))
1821 (build-system gnu-build-system)
1822 (native-inputs
1823 `(("autoconf" ,autoconf)
1824 ("automake" ,automake)
1825 ("libtool" ,libtool)
1826 ("pkg-config" ,pkg-config)
1827 ("which" ,which)))
1828 (inputs
1829 `(("libgcrypt" ,libgcrypt)
1830 ("libnl" ,libnl)
1831 ("libpcap" ,libpcap)
1832 ("ethtool" ,ethtool)
1833 ("pcre" ,pcre)
1834 ("sqlite" ,sqlite)
1835 ("zlib" ,zlib)))
1836 (arguments
1837 `(#:configure-flags
1838 (list "--with-experimental=yes" ; build wesside-ng, etc.
1839 "--with-gcrypt") ; openssl's the default
1840 #:phases (modify-phases %standard-phases
1841 (add-before 'bootstrap 'patch-evalrev
1842 (lambda _
1843 ;; Called by ./autogen.sh below, before the default
1844 ;; ‘patch-shebangs’ phase has had a chance to run.
1845 (substitute* "evalrev"
1846 (("/bin/sh")
1847 (which "sh")))
1848 #t))
1849 (add-after 'build 'absolutize-tools
1850 (lambda* (#:key inputs #:allow-other-keys)
1851 (let ((ethtool (string-append (assoc-ref inputs "ethtool")
1852 "/sbin/ethtool")))
1853 (substitute* "scripts/airmon-ng"
1854 (("ethtool ")
1855 (string-append ethtool " ")))
1856 #t))))))
1857 (home-page "https://www.aircrack-ng.org")
1858 (synopsis "Assess WiFi network security")
1859 (description
1860 "Aircrack-ng is a complete suite of tools to assess WiFi network
1861 security. It focuses on different areas of WiFi security: monitoring,
1862 attacking, testing, and cracking. All tools are command-line driven, which
1863 allows for heavy scripting.")
1864 (license (list license:gpl2+ license:bsd-3))))
1865
1866 (define-public pixiewps
1867 (package
1868 (name "pixiewps")
1869 (version "1.4.2")
1870 (source (origin
1871 (method url-fetch)
1872 (uri (string-append
1873 "https://github.com/wiire-a/pixiewps/releases/"
1874 "download/v" version "/" name "-" version ".tar.xz"))
1875 (sha256
1876 (base32
1877 "07nym6bqml0k9v29vnj003nrgnwrywgjvnljb7cdpsvnwilhbp64"))))
1878 (build-system gnu-build-system)
1879 (arguments
1880 `(#:make-flags
1881 (list ,(string-append "CC=" (cc-for-target))
1882 (string-append "PREFIX=" (assoc-ref %outputs "out")))
1883 #:phases
1884 (modify-phases %standard-phases
1885 (delete 'configure)) ; no configure script
1886 #:tests? #f)) ; there are no tests
1887 (home-page "https://github.com/wiire-a/pixiewps/")
1888 (synopsis "Offline brute-force tool for Wi-Fi Protected Setup")
1889 (description "Pixiewps implements the pixie-dust attack to brute
1890 force the Wi-Fi Protected Setup (WPS) PIN by exploiting the low or
1891 non-existing entropy of some access points.")
1892 (license license:gpl3+)))
1893
1894 (define-public reaver
1895 (package
1896 (name "reaver")
1897 (version "1.6.6")
1898 (source (origin
1899 (method url-fetch)
1900 (uri (string-append
1901 "https://github.com/t6x/reaver-wps-fork-t6x/releases/"
1902 "download/v" version "/reaver-" version ".tar.xz"))
1903 (sha256
1904 (base32
1905 "00k7mc81ifv0wma7k4v18mj498badbw5yls6c28qin3d1gda0ag3"))))
1906 (build-system gnu-build-system)
1907 (arguments
1908 `(#:configure-flags
1909 ;; Save session files to current directory instead of /var.
1910 (list "--enable-savetocurrent"
1911 "--localstatedir=/tmp/dummy") ; prevent creating /var during install
1912 #:phases
1913 (modify-phases %standard-phases
1914 (add-before 'configure 'change-directory
1915 (lambda _
1916 (chdir "src")
1917 #t))
1918 (add-after 'install 'install-doc
1919 (lambda* (#:key outputs #:allow-other-keys)
1920 (chdir "../docs")
1921 (let* ((out (assoc-ref outputs "out"))
1922 (doc (string-append out "/share/doc/" ,name "-" ,version))
1923 (man1 (string-append out "/share/man/man1")))
1924 (for-each (lambda (file) (install-file file doc))
1925 (find-files "." "README.*"))
1926 (install-file "reaver.1" man1)
1927 #t))))
1928 #:tests? #f)) ; there are no tests
1929 (inputs
1930 `(("libpcap" ,libpcap)))
1931 (propagated-inputs
1932 `(("aircrack-ng" ,aircrack-ng)
1933 ("pixiewps" ,pixiewps)))
1934 (home-page "https://github.com/t6x/reaver-wps-fork-t6x/")
1935 (synopsis "Attack tool for Wi-Fi Protected Setup")
1936 (description "Reaver performs a brute force attack against an access
1937 point's Wi-Fi Protected Setup (WPS) PIN. Once the PIN is found, the WPA
1938 passphrase can be recovered and the AP's wireless settings can be
1939 reconfigured.")
1940 (license license:gpl2+)))
1941
1942 (define-public perl-danga-socket
1943 (package
1944 (name "perl-danga-socket")
1945 (version "1.62")
1946 (source
1947 (origin
1948 (method url-fetch)
1949 (uri (string-append "mirror://cpan/authors/id/N/NM/NML/"
1950 "Danga-Socket-" version ".tar.gz"))
1951 (sha256
1952 (base32 "0x4bvirmf0kphks19jwgva00zz73zx344218dfaiv8gigrw3yg4m"))))
1953 (build-system perl-build-system)
1954 (native-inputs
1955 `(("perl-test-tcp" ,perl-test-tcp)))
1956 (propagated-inputs
1957 `(("perl-sys-syscall" ,perl-sys-syscall)))
1958 (home-page "https://metacpan.org/release/Danga-Socket")
1959 (synopsis "Event loop and event-driven async socket base class")
1960 (description
1961 "Danga::Socket is an abstract base class for objects backed by a socket
1962 which provides the basic framework for event-driven asynchronous IO, designed
1963 to be fast. Danga::Socket is both a base class for objects, and an event
1964 loop.")
1965 (license license:perl-license)))
1966
1967 (define-public perl-data-validate-ip
1968 (package
1969 (name "perl-data-validate-ip")
1970 (version "0.30")
1971 (source
1972 (origin
1973 (method url-fetch)
1974 (uri (string-append
1975 "mirror://cpan/authors/id/D/DR/DROLSKY/Data-Validate-IP-"
1976 version ".tar.gz"))
1977 (sha256
1978 (base32 "074adrlvkiahj1fdc9nvb95dpfyjzm2jzhi90m8xaw4bw5ipcbzy"))))
1979 (build-system perl-build-system)
1980 (native-inputs
1981 `(("perl-test-requires" ,perl-test-requires)))
1982 (propagated-inputs
1983 `(("perl-netaddr-ip" ,perl-netaddr-ip)))
1984 (home-page "https://metacpan.org/release/Data-Validate-IP")
1985 (synopsis "IPv4 and IPv6 validation methods")
1986 (description
1987 "This module provides several IP address validation subroutines that both
1988 validate and untaint their input. This includes both basic validation
1989 (@code{is_ipv4()} and @code{is_ipv6()}) and special cases like checking whether
1990 an address belongs to a specific network or whether an address is public or
1991 private (reserved).")
1992 (license license:perl-license)))
1993
1994 (define-public perl-net-dns
1995 (package
1996 (name "perl-net-dns")
1997 (version "1.31")
1998 (source
1999 (origin
2000 (method url-fetch)
2001 (uri
2002 (list
2003 (string-append "https://www.net-dns.org/download/Net-DNS-"
2004 version ".tar.gz")
2005 (string-append "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-"
2006 version ".tar.gz")))
2007 (sha256
2008 (base32 "05f6rzvvmm6xd0p100k5y9kczdzqgala09ra8bccc18n6y74l0h0"))))
2009 (build-system perl-build-system)
2010 (inputs
2011 `(("perl-digest-hmac" ,perl-digest-hmac)))
2012 (home-page "https://www.net-dns.org/")
2013 (synopsis
2014 "Perl Interface to the Domain Name System")
2015 (description "Net::DNS is the Perl Interface to the Domain Name System.")
2016 (license license:x11)))
2017
2018 (define-public perl-socket6
2019 (package
2020 (name "perl-socket6")
2021 (version "0.29")
2022 (source
2023 (origin
2024 (method url-fetch)
2025 (uri (string-append
2026 "mirror://cpan/authors/id/U/UM/UMEMOTO/Socket6-"
2027 version
2028 ".tar.gz"))
2029 (sha256
2030 (base32
2031 "054izici8klfxs8hr5rljib28plijpsfymy99xbzdp047bx1b2a6"))))
2032 (build-system perl-build-system)
2033 (arguments
2034 `(#:phases
2035 (modify-phases %standard-phases
2036 (replace 'configure
2037 (lambda* (#:key outputs #:allow-other-keys)
2038 (let* ((out (assoc-ref outputs "out"))
2039 (args `("Makefile.PL"
2040 ,(string-append "PREFIX=" out)
2041 "INSTALLDIRS=site")))
2042 (setenv "CONFIG_SHELL" (which "sh"))
2043 (apply invoke "perl" args)))))))
2044 (home-page "https://metacpan.org/release/Socket6")
2045 (synopsis
2046 "IPv6 related part of the C socket.h defines and structure manipulators for Perl")
2047 (description "Socket6 binds the IPv6 related part of the C socket header
2048 definitions and structure manipulators for Perl.")
2049 (license license:bsd-3)))
2050
2051 (define-public perl-net-dns-resolver-programmable
2052 (package
2053 (name "perl-net-dns-resolver-programmable")
2054 (version "0.003")
2055 (source
2056 (origin
2057 (method url-fetch)
2058 (uri (string-append
2059 "mirror://cpan/authors/id/J/JM/JMEHNLE/net-dns-resolver-programmable/"
2060 "Net-DNS-Resolver-Programmable-v" version ".tar.gz"))
2061 (sha256
2062 (base32
2063 "1v3nl2kaj4fs55n1617n53q8sa3mir06898vpy1rq98zjih24h4d"))
2064 (patches
2065 (search-patches "perl-net-dns-resolver-programmable-fix.patch"))))
2066 (build-system perl-build-system)
2067 (native-inputs
2068 `(("perl-module-build" ,perl-module-build)))
2069 (inputs `(("perl-net-dns" ,perl-net-dns)))
2070 (home-page
2071 "https://metacpan.org/release/Net-DNS-Resolver-Programmable")
2072 (synopsis
2073 "Programmable DNS resolver class for offline emulation of DNS")
2074 (description "Net::DNS::Resolver::Programmable is a programmable DNS resolver for
2075 offline emulation of DNS.")
2076 (license license:perl-license)))
2077
2078 (define-public perl-net-dns-resolver-mock
2079 (package
2080 (name "perl-net-dns-resolver-mock")
2081 (version "1.20171219")
2082 (source (origin
2083 (method url-fetch)
2084 (uri (string-append
2085 "mirror://cpan/authors/id/M/MB/MBRADSHAW/"
2086 "Net-DNS-Resolver-Mock-" version ".tar.gz"))
2087 (sha256
2088 (base32
2089 "0m3rxpkv1b9121srvbqkrgzg4m8mnydiydqv34in1i1ixwrl6jn9"))))
2090 (build-system perl-build-system)
2091 (inputs
2092 `(("perl-net-dns" ,perl-net-dns)))
2093 (home-page "https://metacpan.org/release/Net-DNS-Resolver-Mock")
2094 (synopsis "Mock DNS Resolver object for testing")
2095 (description
2096 "Net::DNS::Resolver::Mock is a subclass of Net::DNS::Resolver, but returns
2097 static data from any provided DNS zone file instead of querying the network.
2098 It is intended primarily for use in testing.")
2099 (license license:perl-license)))
2100
2101 (define-public perl-netaddr-ip
2102 (package
2103 (name "perl-netaddr-ip")
2104 (version "4.079")
2105 (source
2106 (origin
2107 (method url-fetch)
2108 (uri (string-append
2109 "mirror://cpan/authors/id/M/MI/MIKER/NetAddr-IP-"
2110 version
2111 ".tar.gz"))
2112 (sha256
2113 (base32
2114 "1rx0dinrz9fk9qcg4rwqq5n1dm3xv2arymixpclcv2q2nzgq4npc"))))
2115 (build-system perl-build-system)
2116 (arguments
2117 `(#:phases
2118 (modify-phases %standard-phases
2119 (replace 'configure
2120 (lambda* (#:key outputs #:allow-other-keys)
2121 (let* ((out (assoc-ref outputs "out"))
2122 (args `("Makefile.PL"
2123 ,(string-append "PREFIX=" out)
2124 "INSTALLDIRS=site")))
2125 (setenv "CONFIG_SHELL" (which "sh"))
2126 (apply invoke "perl" args)))))))
2127 (home-page
2128 "https://metacpan.org/release/NetAddr-IP")
2129 (synopsis
2130 "Manages IPv4 and IPv6 addresses and subnets")
2131 (description "NetAddr::IP manages IPv4 and IPv6 addresses and subsets.")
2132 (license license:perl-license)))
2133
2134 (define-public perl-net-patricia
2135 (package
2136 (name "perl-net-patricia")
2137 (version "1.22")
2138 (source
2139 (origin
2140 (method url-fetch)
2141 (uri (string-append
2142 "mirror://cpan/authors/id/G/GR/GRUBER/Net-Patricia-"
2143 version
2144 ".tar.gz"))
2145 (sha256
2146 (base32
2147 "0ln5f57vc8388kyh9vhx2infrdzfhbpgyby74h1qsnhwds95m0vh"))))
2148 (build-system perl-build-system)
2149 (arguments
2150 '(#:phases
2151 (modify-phases %standard-phases
2152 (add-after 'unpack 'dont-link-with-nsl ; Borrowed from Debian.
2153 (lambda _
2154 (substitute* "Makefile.PL"
2155 (("-lnsl") ""))
2156 #t)))))
2157 (inputs
2158 `(("perl-net-cidr-lite" ,perl-net-cidr-lite)
2159 ("perl-socket6" ,perl-socket6)))
2160 (home-page
2161 "https://metacpan.org/release/Net-Patricia")
2162 (synopsis
2163 "Patricia Trie Perl module for fast IP address lookups")
2164 (description
2165 "Net::Patricia does IP address lookups quickly in Perl.")
2166 ;; The bindings are licensed under GPL2 or later.
2167 ;; libpatricia is licensed under 2-clause BSD.
2168 (license (list license:gpl2+ license:bsd-2))))
2169
2170 (define-public perl-net-cidr-lite
2171 (package
2172 (name "perl-net-cidr-lite")
2173 (version "0.22")
2174 (source
2175 (origin
2176 (method url-fetch)
2177 (uri (string-append
2178 "mirror://cpan/authors/id/S/ST/STIGTSP/Net-CIDR-Lite-"
2179 version
2180 ".tar.gz"))
2181 (sha256
2182 (base32 "05w57db2lx4djb4vixzdr6qgrzyzkk047nl812g7nq8s6k5xh5s3"))))
2183 (build-system perl-build-system)
2184 (home-page "https://metacpan.org/release/Net-CIDR-Lite")
2185 (synopsis "Perl extension for merging IPv4 or IPv6 CIDR addresses")
2186 (description "Net::CIDR::Lite merges IPv4 or IPv6 CIDR addresses.")
2187 (license license:gpl1+)))
2188
2189 (define-public perl-io-socket-inet6
2190 (package
2191 (name "perl-io-socket-inet6")
2192 (version "2.72")
2193 (source
2194 (origin
2195 (method url-fetch)
2196 (uri (string-append
2197 "mirror://cpan/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-"
2198 version
2199 ".tar.gz"))
2200 (sha256
2201 (base32
2202 "1fqypz6qa5rw2d5y2zq7f49frwra0aln13nhq5gi514j2zx21q45"))))
2203 (build-system perl-build-system)
2204 (native-inputs
2205 `(("perl-module-build" ,perl-module-build)
2206 ("perl-test-pod" ,perl-test-pod)
2207 ("perl-test-pod-coverage" ,perl-test-pod-coverage)))
2208 (inputs `(("perl-socket6" ,perl-socket6)))
2209 (arguments `(;; Need network socket API
2210 #:tests? #f))
2211 (home-page
2212 "https://metacpan.org/release/IO-Socket-INET6")
2213 (synopsis
2214 "Perl object interface for AF_INET/AF_INET6 domain sockets")
2215 (description "IO::Socket::INET6 is an interface for AF_INET/AF_INET6 domain
2216 sockets in Perl.")
2217 (license license:perl-license)))
2218
2219 (define-public libproxy
2220 (package
2221 (name "libproxy")
2222 (version "0.4.17")
2223 (source (origin
2224 (method url-fetch)
2225 (uri (string-append "https://github.com/libproxy/libproxy/"
2226 "releases/download/" version "/libproxy-"
2227 version ".tar.xz"))
2228 (sha256
2229 (base32
2230 "01cbgz6lc3v59sldqk96l1281kp2qxnsa2qwlf2ikvjlyr1gi2dw"))))
2231 (build-system cmake-build-system)
2232 (native-inputs
2233 `(("pkg-config" ,pkg-config)))
2234 (inputs
2235 `(("dbus" ,dbus)
2236 ("zlib" ,zlib)))
2237 (arguments
2238 `(#:phases
2239 (modify-phases %standard-phases
2240 (replace 'check
2241 (lambda _
2242 (invoke "ctest" "-E" "url-test"))))))
2243 (synopsis "Library providing automatic proxy configuration management")
2244 (description "Libproxy handles the details of HTTP/HTTPS proxy
2245 configuration for applications across all scenarios. Applications using
2246 libproxy only have to specify which proxy to use.")
2247 (home-page "https://libproxy.github.io/libproxy")
2248 (license license:lgpl2.1+)))
2249
2250 (define-public proxychains-ng
2251 (package
2252 (name "proxychains-ng")
2253 (version "4.14")
2254 (source
2255 (origin
2256 (method url-fetch)
2257 (uri (string-append "http://ftp.barfooze.de/pub/sabotage/tarballs/"
2258 "proxychains-ng-" version ".tar.xz"))
2259 (sha256
2260 (base32 "1bmhfbl1bzc87vl0xwr1wh5xvslfyc41nl2hqzhbj258p0sy004x"))))
2261 (build-system gnu-build-system)
2262 (arguments
2263 `(#:tests? #f ; there are no tests
2264 #:phases
2265 (modify-phases %standard-phases
2266 (add-after 'unpack 'fix-configure-script
2267 (lambda _
2268 ;; The configure script is very intolerant to unknown arguments,
2269 ;; such as "CONFIG_SHELL".
2270 (substitute* "configure"
2271 (("\\*\\) break ;;" line)
2272 (string-append "[A-Z]*) shift ;;\n"
2273 line)))
2274 #t))
2275 (add-before 'configure 'set-up-environment
2276 (lambda _
2277 (setenv "CC" "gcc")
2278 #t)))))
2279 (synopsis "Redirect any TCP connection through a proxy or proxy chain")
2280 (description "Proxychains-ng is a preloader which hooks calls to sockets
2281 in dynamically linked programs and redirects them through one or more SOCKS or
2282 HTTP proxies.")
2283 (home-page "https://github.com/rofl0r/proxychains-ng")
2284 (license license:gpl2+)))
2285
2286 (define-public enet
2287 (package
2288 (name "enet")
2289 (version "1.3.17")
2290 (source
2291 (origin
2292 (method url-fetch)
2293 (uri (string-append "http://enet.bespin.org/download/"
2294 "enet-" version ".tar.gz"))
2295 (sha256
2296 (base32 "1p6f9mby86af6cs7pv6h48032ip9g32c05cb7d9mimam8lchz3x3"))))
2297 (build-system gnu-build-system)
2298 (native-inputs
2299 `(("pkg-config" ,pkg-config)))
2300 (synopsis "Network communication layer on top of UDP")
2301 (description
2302 "ENet's purpose is to provide a relatively thin, simple and robust network
2303 communication layer on top of UDP. The primary feature it provides is optional
2304 reliable, in-order delivery of packets. ENet omits certain higher level
2305 networking features such as authentication, server discovery, encryption, or
2306 other similar tasks that are particularly application specific so that the
2307 library remains flexible, portable, and easily embeddable.")
2308 (home-page "http://enet.bespin.org")
2309 (license license:expat)))
2310
2311 (define-public sslh
2312 (package
2313 (name "sslh")
2314 (version "1.21c")
2315 (source
2316 (origin
2317 (method git-fetch)
2318 (uri (git-reference
2319 (url "https://github.com/yrutschle/sslh")
2320 (commit (string-append "v" version))))
2321 (file-name (git-file-name name version))
2322 (sha256
2323 (base32 "19h32dn0076p3s7dn35qi5yp2xvnxw9sqphppmn72vyb8caxvw1z"))))
2324 (build-system gnu-build-system)
2325 (native-inputs
2326 `(;; Test dependencies.
2327 ("lcov" ,lcov)
2328 ("perl" ,perl)
2329 ("perl-conf-libconfig" ,perl-conf-libconfig)
2330 ("perl-io-socket-inet6" ,perl-io-socket-inet6)
2331 ("perl-socket6" ,perl-socket6)
2332 ("psmisc" ,psmisc))) ; for ‘killall’
2333 (inputs
2334 `(("libcap" ,libcap)
2335 ("libconfig" ,libconfig)
2336 ("pcre" ,pcre)
2337 ("tcp-wrappers" ,tcp-wrappers)))
2338 (arguments
2339 `(#:phases
2340 (modify-phases %standard-phases
2341 (delete 'configure) ; no configure script
2342 (add-before 'check 'fix-tests
2343 (lambda _
2344 (substitute* "./t"
2345 (("\"/tmp") "$ENV{\"TMPDIR\"} . \"")
2346 ;; The Guix build environment lacks ‘ip6-localhost’.
2347 (("ip6-localhost") "localhost"))
2348 #t))
2349 ;; Many of these files are mentioned in the man page. Install them.
2350 (add-after 'install 'install-documentation
2351 (lambda* (#:key outputs #:allow-other-keys)
2352 (let* ((out (assoc-ref outputs "out"))
2353 (doc (string-append out "/share/doc/sslh")))
2354 (install-file "README.md" doc)
2355 (for-each
2356 (lambda (file)
2357 (install-file file (string-append doc "/examples")))
2358 (append (find-files "." "\\.cfg")
2359 (find-files "scripts"))))
2360 #t)))
2361 #:make-flags (list ,(string-append "CC=" (cc-for-target))
2362 "USELIBCAP=1"
2363 "USELIBWRAP=1"
2364 (string-append "PREFIX=" (assoc-ref %outputs "out")))
2365 #:test-target "test"))
2366 (home-page "https://www.rutschle.net/tech/sslh/README.html")
2367 (synopsis "Applicative network protocol demultiplexer")
2368 (description
2369 "sslh is a network protocol demultiplexer. It acts like a switchboard,
2370 accepting connections from clients on one port and forwarding them to different
2371 servers based on the contents of the first received data packet. Detection of
2372 common protocols like HTTP(S), SSL, SSH, OpenVPN, tinc, and XMPP is already
2373 implemented, but any other protocol that matches a regular expression can be
2374 added. sslh's name comes from its original application of serving both SSH and
2375 HTTPS on port 443, allowing SSH connections from inside corporate firewalls
2376 that block port 22.")
2377 (license (list license:bsd-2 ; tls.[ch]
2378 license:gpl2+)))) ; everything else
2379
2380 (define-public iperf
2381 (package
2382 (name "iperf")
2383 (version "3.10")
2384 (source
2385 (origin
2386 (method git-fetch)
2387 (uri (git-reference
2388 (url "https://github.com/esnet/iperf")
2389 (commit version)))
2390 (file-name (git-file-name name version))
2391 (sha256
2392 (base32 "102wcyl4j7c7lj7z87b5xlhj1ark88v4f3q9pmmljw8ksn2w1m2g"))))
2393 (build-system gnu-build-system)
2394 (arguments
2395 `(#:configure-flags
2396 (list "--disable-static")))
2397 (synopsis "TCP, UDP and SCTP bandwidth measurement tool")
2398 (description
2399 "iPerf is a tool to measure achievable bandwidth on IP networks. It
2400 supports tuning of various parameters related to timing, buffers and
2401 protocols (TCP, UDP, SCTP with IPv4 and IPv6). For each test it reports
2402 the bandwidth, loss, and other parameters.")
2403 (home-page "https://software.es.net/iperf/")
2404 (license (list license:bsd-3 ; Main distribution.
2405 license:ncsa ; src/{units,iperf_locale,tcp_window_size}.c
2406 license:expat ; src/{cjson,net}.[ch]
2407 license:public-domain)))) ; src/portable_endian.h
2408
2409 (define-public nethogs
2410 (package
2411 (name "nethogs")
2412 (version "0.8.6")
2413 (source
2414 (origin
2415 (method git-fetch)
2416 (uri (git-reference
2417 (url "https://github.com/raboof/nethogs")
2418 (commit (string-append "v" version))))
2419 (hash
2420 (content-hash
2421 (base32 "0sn1sdp86akwlm4r1vmkxjjl50c0xaisk91bbz57z7kcsaphxna9")
2422 sha256))
2423 (file-name (git-file-name name version))))
2424 (build-system gnu-build-system)
2425 (inputs
2426 `(("libpcap" ,libpcap)
2427 ("ncurses" ,ncurses)))
2428 (arguments
2429 `(#:make-flags `(,,(string-append "CC=" (cc-for-target))
2430 ,(string-append "PREFIX=" %output)
2431 ,(string-append "VERSION=" ,version))
2432 #:phases
2433 (modify-phases %standard-phases
2434 (delete 'configure)))) ; no ./configure script.
2435 (home-page "https://github.com/raboof/nethogs")
2436 (synopsis "Per-process bandwidth monitor")
2437 (description "NetHogs is a small 'net top' tool for Linux. Instead of
2438 breaking the traffic down per protocol or per subnet, like most tools do, it
2439 groups bandwidth by process.
2440
2441 NetHogs does not rely on a special kernel module to be loaded. If there's
2442 suddenly a lot of network traffic, you can fire up NetHogs and immediately see
2443 which PID is causing this. This makes it easy to identify programs that have
2444 gone wild and are suddenly taking up your bandwidth.")
2445 (license license:gpl2+)))
2446
2447 (define-public nzbget
2448 (package
2449 (name "nzbget")
2450 (version "21.0")
2451 (source
2452 (origin
2453 (method url-fetch)
2454 (uri (string-append "https://github.com/nzbget/nzbget/releases"
2455 "/download/v" version
2456 "/nzbget-" version "-src.tar.gz"))
2457 (sha256
2458 (base32
2459 "0lwd0pfrs4a5ms193hgz2qiyf7grrc925dw6y0nfc0gkp27db9b5"))
2460 (modules '((guix build utils)))
2461 (snippet
2462 ;; Reported upstream as <https://github.com/nzbget/nzbget/pull/414>.
2463 '(begin
2464 (substitute* "daemon/connect/TlsSocket.cpp"
2465 (("gnutls_certificate-verification_status_print")
2466 "gnutls_certificate_verification_status_print"))
2467 #t))))
2468 (arguments
2469 `(#:configure-flags
2470 (list
2471 (string-append "--with-libcurses-includes="
2472 (assoc-ref %build-inputs "ncurses") "/include")
2473 (string-append "--with-libcurses-libraries="
2474 (assoc-ref %build-inputs "ncurses") "/lib")
2475 (string-append "--with-tlslib=GnuTLS"))))
2476 (build-system gnu-build-system)
2477 (inputs `(("gnutls" ,gnutls)
2478 ("libxml2" ,libxml2)
2479 ("ncurses" ,ncurses)
2480 ("zlib" ,zlib)))
2481 (native-inputs `(("pkg-config" ,pkg-config)))
2482 (home-page "https://github.com/nzbget/nzbget")
2483 (synopsis "Usenet binary file downloader")
2484 (description
2485 "NZBGet is a binary newsgrabber, which downloads files from Usenet based
2486 on information given in @code{nzb} files. NZBGet can be used in standalone
2487 and in server/client modes. In standalone mode, you pass NZBGet @command{nzb}
2488 files as command-line parameters and it downloads them and exits. NZBGet also
2489 contains a Web interface. Its server can be controlled through remote
2490 procedure calls (RPCs).")
2491 (license license:gpl2+)))
2492
2493 (define-public openvswitch
2494 (package
2495 (name "openvswitch")
2496 (version "2.13.3")
2497 (source (origin
2498 (method url-fetch)
2499 (uri (string-append
2500 "https://www.openvswitch.org/releases/openvswitch-"
2501 version ".tar.gz"))
2502 (sha256
2503 (base32
2504 "1wc5zspy9aln7di7m9a1qy4lv3h05gmhgd1nffhb9nxdcxqgnpgp"))))
2505 (build-system gnu-build-system)
2506 (arguments
2507 '(;; FIXME: many tests fail with:
2508 ;; […]
2509 ;; test -e $OVS_RUNDIR/ovs-vswitchd.pid
2510 ;; ovs-appctl -t ovs-vswitchd exit
2511 ;; hard failure
2512 #:tests? #f
2513 #:configure-flags
2514 '("--enable-shared"
2515 "--localstatedir=/var"
2516 "--with-dbdir=/var/lib/openvswitch")
2517 #:phases
2518 (modify-phases %standard-phases
2519 (replace 'install
2520 (lambda _
2521 (invoke "make"
2522 ;; Don't try to create directories under /var.
2523 "RUNDIR=/tmp"
2524 "PKIDIR=/tmp"
2525 "LOGDIR=/tmp"
2526 "DBDIR=/tmp"
2527 "install"))))))
2528 (native-inputs
2529 `(("perl" ,perl)
2530 ("pkg-config" ,pkg-config)
2531 ("python" ,python-wrapper)
2532 ;; for testing
2533 ("util-linux" ,util-linux)))
2534 (inputs
2535 `(("libcap-ng" ,libcap-ng)
2536 ("openssl" ,openssl)))
2537 (synopsis "Virtual network switch")
2538 (home-page "https://www.openvswitch.org/")
2539 (description
2540 "Open vSwitch is a multilayer virtual switch. It is designed to enable
2541 massive network automation through programmatic extension, while still
2542 supporting standard management interfaces and protocols (e.g. NetFlow, sFlow,
2543 IPFIX, RSPAN, CLI, LACP, 802.1ag).")
2544 (license ; see debian/copyright for detail
2545 (list license:lgpl2.1 ; xenserver and utilities/bugtool
2546 license:gpl2 ; datapath
2547 license:bsd-2 license:bsd-3
2548 license:asl2.0)))) ; all other
2549
2550 (define-public python-ipy
2551 (package
2552 (name "python-ipy")
2553 (version "1.00")
2554 (source (origin
2555 (method url-fetch)
2556 (uri (pypi-uri "IPy" version))
2557 (sha256
2558 (base32
2559 "08d6kcacj67mvh0b6y765ipccy6gi4w2ndd4v1l3im2qm1cgcarg"))))
2560 (build-system python-build-system)
2561 (home-page "https://github.com/autocracy/python-ipy/")
2562 (synopsis "Python class and tools for handling IP addresses and networks")
2563 (description "The @code{IP} class allows a comfortable parsing and
2564 handling for most notations in use for IPv4 and IPv6 addresses and
2565 networks.")
2566 (license license:bsd-3)))
2567
2568 (define-public python2-ipy
2569 (package-with-python2 python-ipy))
2570
2571 (define-public speedtest-cli
2572 (package
2573 (name "speedtest-cli")
2574 (version "2.1.3")
2575 (source
2576 (origin
2577 (method git-fetch)
2578 (uri (git-reference
2579 (url "https://github.com/sivel/speedtest-cli")
2580 (commit (string-append "v" version))))
2581 (file-name (git-file-name name version))
2582 (sha256
2583 (base32 "10fazl4kwf41mk7pnwpfms16n0ii0kg9pf8r3mz9xwnl9y04mv9x"))))
2584 (build-system python-build-system)
2585 (home-page "https://github.com/sivel/speedtest-cli")
2586 (synopsis "Internet bandwidth tester")
2587 (description
2588 "Command line interface for testing internet bandwidth using
2589 speedtest.net.")
2590 (license license:asl2.0)))
2591
2592 (define-public tftp-hpa
2593 (package
2594 (name "tftp-hpa")
2595 (version "5.2")
2596 (source (origin
2597 (method url-fetch)
2598 (uri (string-append "mirror://kernel.org/software/"
2599 "network/tftp/tftp-hpa/tftp-hpa-" version
2600 ".tar.xz"))
2601 (sha256
2602 (base32
2603 "12vidchglhyc20znq5wdsbhi9mqg90jnl7qr9qs8hbvaz4fkdvmg"))))
2604 (build-system gnu-build-system)
2605 (arguments `(#:tests? #f)) ; no test target
2606 (synopsis "HPA's tftp client")
2607 (description
2608 "This is a tftp client derived from OpenBSD tftp with some extra options
2609 added and bugs fixed. The source includes readline support but it is not
2610 enabled due to license conflicts between the BSD advertising clause and the GPL.")
2611 (home-page "https://git.kernel.org/cgit/network/tftp/tftp-hpa.git/about/")
2612 ;; Some source files are distributed under a 3-clause BSD license, and
2613 ;; others under a 4-clause BSD license. Refer to the files in the source
2614 ;; distribution for clarification.
2615 (license (list license:bsd-3 license:bsd-4))))
2616
2617 (define-public pidentd
2618 (package
2619 (name "pidentd")
2620 (version "3.0.19")
2621 (source
2622 (origin
2623 (method git-fetch)
2624 (uri (git-reference
2625 (url "https://github.com/ptrrkssn/pidentd")
2626 (commit (string-append "v" version))))
2627 (file-name (git-file-name name version))
2628 (sha256
2629 (base32
2630 "1k4rr0b4ygxssbnsykzjvz4hjhazzz4j5arlilyc1iq7b1wzsk7i"))))
2631 (build-system gnu-build-system)
2632 (arguments
2633 `(#:tests? #f)) ; No tests are included
2634 (inputs
2635 `(("openssl" ,openssl-1.0))) ;for the DES library
2636 (home-page "https://www.lysator.liu.se/~pen/pidentd/")
2637 (synopsis "Small Ident Daemon")
2638 (description
2639 "@dfn{Pidentd} (Peter's Ident Daemon) is an identd, which implements a
2640 identification server. Pidentd looks up specific TCP/IP connections and
2641 returns the user name and other information about the connection.")
2642 (license license:public-domain)))
2643
2644 (define-public spiped
2645 (package
2646 (name "spiped")
2647 (version "1.6.1")
2648 (source (origin
2649 (method url-fetch)
2650 (uri (string-append "https://www.tarsnap.com/spiped/spiped-"
2651 version ".tgz"))
2652 (sha256
2653 (base32
2654 "04rpnc53whfky7pp2m9h35gwzwn6788pnl6c1qd576mpknbqjw4d"))))
2655 (build-system gnu-build-system)
2656 (arguments
2657 `(#:test-target "test"
2658 #:make-flags (let* ((out (assoc-ref %outputs "out"))
2659 (bindir (string-append out "/bin"))
2660 (man1dir (string-append out "/share/man/man1")))
2661 (list ,(string-append "CC=" (cc-for-target)) ; It tries to invoke `c99`.
2662 (string-append "BINDIR=" bindir)
2663 (string-append "MAN1DIR=" man1dir)))
2664 #:phases
2665 (modify-phases %standard-phases
2666 (add-after 'unpack 'patch-command-invocations
2667 (lambda _
2668 (substitute* '("Makefile"
2669 "libcperciva/cpusupport/Build/cpusupport.sh"
2670 "libcperciva/POSIX/posix-cflags.sh"
2671 "libcperciva/POSIX/posix-l.sh")
2672 (("command -p") ""))
2673 #t))
2674 (delete 'configure) ; No ./configure script.
2675 (add-after 'install 'install-more-docs
2676 (lambda* (#:key outputs #:allow-other-keys)
2677 (let* ((out (assoc-ref %outputs "out"))
2678 (misc (string-append out "/share/doc/spiped")))
2679 (install-file "DESIGN.md" misc)
2680 #t))))))
2681 (native-inputs
2682 `(("procps" ,procps))) ; `ps` is used by the test suite.
2683 (inputs
2684 `(("openssl" ,openssl)))
2685 (home-page "https://www.tarsnap.com/spiped.html")
2686 (synopsis "Create secure pipes between sockets")
2687 (description "Spiped (pronounced \"ess-pipe-dee\") is a utility for creating
2688 symmetrically encrypted and authenticated pipes between socket addresses, so
2689 that one may connect to one address (e.g., a UNIX socket on localhost) and
2690 transparently have a connection established to another address (e.g., a UNIX
2691 socket on a different system). This is similar to 'ssh -L' functionality, but
2692 does not use SSH and requires a pre-shared symmetric key.")
2693 (license license:bsd-2)))
2694
2695 (define-public quagga
2696 (package
2697 (name "quagga")
2698 (version "1.2.4")
2699 (source (origin
2700 (method url-fetch)
2701 ;; Use archived sources; see <http://issues.guix.gnu.org/47123>.
2702 (uri (string-append "https://fossies.org/linux/misc/"
2703 "quagga-" version ".tar.gz"))
2704 (sha256
2705 (base32
2706 "1lsksqxij5f1llqn86pkygrf5672kvrqn1kvxghi169hqf1c0r73"))
2707 (patches
2708 (search-patches "quagga-reproducible-build.patch"))))
2709 (build-system gnu-build-system)
2710 (native-inputs `(("pkg-config" ,pkg-config)
2711 ("perl" ,perl)
2712 ("dejagnu" ,dejagnu)))
2713 (inputs `(("readline" ,readline)
2714 ("c-ares" ,c-ares)))
2715 (synopsis "Routing Software Suite")
2716 (description "Quagga is a routing software suite, providing implementations
2717 of OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4 for Unix platforms.
2718
2719 The Quagga architecture consists of a core daemon, @command{zebra}, which
2720 acts as an abstraction layer to the underlying Unix kernel and presents the
2721 Zserv API over a Unix or TCP stream to Quagga clients. It is these Zserv
2722 clients which typically implement a routing protocol and communicate routing
2723 updates to the zebra daemon.")
2724 (home-page "https://www.nongnu.org/quagga/")
2725 (license license:gpl2+)))
2726
2727 (define-public thc-ipv6
2728 (let ((revision "0")
2729 (commit "4bb72573e0950ce6f8ca2800a10748477020029e"))
2730 (package
2731 (name "thc-ipv6")
2732 (version (git-version "3.4" revision commit))
2733 (source (origin
2734 (method git-fetch)
2735 (uri (git-reference
2736 (url "https://github.com/vanhauser-thc/thc-ipv6")
2737 (commit commit)))
2738 (file-name (git-file-name name version))
2739 (sha256
2740 (base32
2741 "1x5i6vbsddqc2yks7r1a2fw2fk16qxvd6hpzh1lykjfpkal8fdir"))))
2742 (build-system gnu-build-system)
2743 (arguments
2744 `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
2745 #:tests? #f ; No test suite.
2746 #:phases
2747 (modify-phases %standard-phases
2748 (delete 'configure) ; No ./configure script.
2749 (add-before 'build 'patch-paths
2750 (lambda _
2751 (substitute* "Makefile"
2752 (("/bin/echo") "echo"))
2753 #t))
2754 (add-after 'install 'install-more-docs
2755 (lambda* (#:key outputs #:allow-other-keys)
2756 (let* ((out (assoc-ref outputs "out"))
2757 (doc (string-append out "/share/thc-ipv6/doc")))
2758 (install-file "README" doc)
2759 (install-file "HOWTO-INJECT" doc)
2760 #t))))))
2761 ;; TODO Add libnetfilter-queue once packaged.
2762 (inputs
2763 `(("libpcap" ,libpcap)
2764 ("openssl" ,openssl)
2765 ("perl" ,perl)))
2766 (home-page "https://github.com/vanhauser-thc/thc-ipv6")
2767 (synopsis "IPv6 security research toolkit")
2768 (description "The THC IPv6 Toolkit provides command-line tools and a library
2769 for researching IPv6 implementations and deployments. It requires Linux 2.6 or
2770 newer and only works on Ethernet network interfaces.")
2771 ;; AGPL 3 with exception for linking with OpenSSL. See the 'LICENSE' file in
2772 ;; the source distribution for more information.
2773 (license license:agpl3))))
2774
2775 (define-public bmon
2776 (package
2777 (name "bmon")
2778 (version "4.0")
2779 (source
2780 (origin
2781 (method url-fetch)
2782 (uri (string-append "https://github.com/tgraf/bmon/releases/download/v"
2783 version "/bmon-" version ".tar.gz"))
2784 (sha256
2785 (base32
2786 "0ylzriv4pwh76344abzl1w219x188gshbycbna35gsyfp09c7z82"))))
2787 (build-system gnu-build-system)
2788 (inputs
2789 `(("libconfuse" ,libconfuse)
2790 ("libnl" ,libnl)
2791 ("ncurses" ,ncurses)))
2792 (native-inputs
2793 `(("pkg-config" ,pkg-config)))
2794 (synopsis "Bandwidth monitor")
2795 (description "bmon is a monitoring and debugging tool to capture
2796 networking-related statistics and prepare them visually in a human-friendly
2797 way. It features various output methods including an interactive curses user
2798 interface and a programmable text output for scripting.")
2799 (home-page "https://github.com/tgraf/bmon")
2800 ;; README.md mentions both the 2-clause BSD and expat licenses, but all
2801 ;; the source files only have expat license headers. Upstream has been
2802 ;; contacted for clarification: https://github.com/tgraf/bmon/issues/59
2803 ;; Update the license field when upstream responds.
2804 (license (list license:bsd-2
2805 license:expat))))
2806
2807 (define-public libnet
2808 (package
2809 (name "libnet")
2810 (version "1.2")
2811 (source
2812 (origin
2813 (method url-fetch)
2814 (uri (string-append "https://github.com/libnet/libnet/releases/download"
2815 "/v" version "/libnet-" version ".tar.gz"))
2816 (sha256
2817 (base32
2818 "19ys9vxk6fg70yzzdxsphfr0rwzgxxhr9b3ykhpg7rfray0qd96a"))))
2819 (build-system gnu-build-system)
2820 (arguments
2821 `(#:phases
2822 (modify-phases %standard-phases
2823 (add-before 'build 'build-doc
2824 (lambda* (#:key make-flags #:allow-other-keys)
2825 (apply invoke "make" "-C" "doc" "doc"
2826 make-flags))))))
2827 (native-inputs
2828 `(;; To build the documentation, Doxygen and Perl is required.
2829 ("doxygen" ,doxygen)
2830 ("perl" ,perl)))
2831 (home-page "https://github.com/libnet/libnet")
2832 (synopsis "Framework for low-level network packet construction")
2833 (description
2834 "Libnet provides a fairly portable framework for network packet
2835 construction and injection. It features portable packet creation interfaces
2836 at the IP layer and link layer, as well as a host of supplementary
2837 functionality. Using libnet, quick and simple packet assembly applications
2838 can be whipped up with little effort.")
2839 (license license:bsd-2)))
2840
2841 (define-public mtr
2842 (package
2843 (name "mtr")
2844 (version "0.94")
2845 (source
2846 (origin
2847 (method url-fetch)
2848 (uri (string-append "ftp://ftp.bitwizard.nl/mtr/"
2849 "mtr-" version ".tar.gz"))
2850 (sha256
2851 (base32 "1glxvlqskcmjkxlqk9i12hcfaxb389cx2n8ji7776gmix3aq4z1z"))))
2852 (build-system gnu-build-system)
2853 (inputs
2854 `(("libcap" ,libcap)
2855 ("ncurses" ,ncurses)))
2856 (arguments
2857 `(#:tests? #f)) ; tests require network access
2858 (home-page "https://www.bitwizard.nl/mtr/")
2859 (synopsis "Network diagnostic tool")
2860 (description
2861 "@acronym{mtr, My TraceRoute} combines the functionality of the
2862 @command{traceroute} and @command{ping} programs in a single network diagnostic
2863 tool. @command{mtr} can use several network protocols to detect intermediate
2864 routers (or @dfn{hops}) between the local host and a user-specified destination.
2865 It then continually measures the response time and packet loss at each hop, and
2866 displays the results in real time.")
2867 (license license:gpl2+)))
2868
2869 (define-public strongswan
2870 (package
2871 (name "strongswan")
2872 (version "5.8.4")
2873 (source
2874 (origin
2875 (method url-fetch)
2876 (uri (string-append "https://download.strongswan.org/strongswan-"
2877 version ".tar.bz2"))
2878 (sha256
2879 (base32 "0g2m08gmgdi3qvvqz6zy7n16np53sp232xd0rdc2vdhk73img6id"))))
2880 (build-system gnu-build-system)
2881 (arguments
2882 `(#:phases
2883 (modify-phases %standard-phases
2884 (add-before 'build 'patch-command-file-names
2885 (lambda* (#:key inputs #:allow-other-keys)
2886 (substitute* "src/libstrongswan/utils/process.c"
2887 (("/bin/sh")
2888 (string-append (assoc-ref inputs "bash") "/bin/sh")))
2889
2890 (substitute* "src/libstrongswan/tests/suites/test_process.c"
2891 (("/bin/sh") (which "sh"))
2892 (("/bin/echo") (which "echo"))
2893 (("cat") (which "cat")))
2894 #t))
2895 (add-before 'check 'set-up-test-environment
2896 (lambda* (#:key inputs #:allow-other-keys)
2897 (setenv "TZDIR" (string-append (assoc-ref inputs "tzdata")
2898 "/share/zoneinfo"))
2899 #t)))
2900 #:configure-flags
2901 (list
2902 ;; Disable bsd-4 licensed plugins.
2903 "--disable-des"
2904 "--disable-blowfish")))
2905 (inputs
2906 `(("curl" ,curl)
2907 ("gmp" ,gmp)
2908 ("libgcrypt" ,libgcrypt)
2909 ("openssl" ,openssl)))
2910 (native-inputs
2911 `(("coreutils" ,coreutils)
2912 ("tzdata" ,tzdata-for-tests)))
2913 (synopsis "IKEv1/v2 keying daemon")
2914 (description "StrongSwan is an IPsec implementation originally based upon
2915 the FreeS/WAN project. It contains support for IKEv1, IKEv2, MOBIKE, IPv6,
2916 NAT-T and more.")
2917 (home-page "https://strongswan.org/")
2918 (license
2919 (list license:gpl2+
2920 ;; src/aikgen/*
2921 ;; src/libcharon/plugins/dnscert/*
2922 ;; src/libcharon/plugins/ext_auth/*
2923 ;; src/libcharon/plugins/vici/ruby/*
2924 ;; src/libcharon/plugins/xauth_pam/xauth_pam_listener.[ch]
2925 license:expat
2926 ;; src/inclue/sys/*
2927 license:bsd-3
2928 ;; src/libstrongswan/plugins/sha3/sha3_keccak.c
2929 license:public-domain
2930 ;; src/libstrongswan/plugins/pkcs11/pkcs11.h
2931 (license:non-copyleft
2932 "file://src/libstrongswan/plugins/pkcs11/pkcs11.h"
2933 "pkcs11 contains a unknown permissive license. View the specific
2934 file for more details.")
2935 ;; These files are not included in the
2936 ;; build, they are disabled through
2937 ;; options to ./configure
2938 ;;
2939 ;; src/libstrongswan/plugins/blowfish/bf_enc.c
2940 ;; src/libstrongswan/plugins/blowfish/bf_locl.h
2941 ;; src/libstrongswan/plugins/blowfish/bf_pi.h
2942 ;; src/libstrongswan/plugins/blowfish/bf_skey.c
2943 ;; src/libstrongswan/plugins/blowfish/blowfish_crypter.c
2944 ;; src/libstrongswan/plugins/des/des_crypter.c
2945 license:bsd-4))))
2946
2947 (define-public amule
2948 (package
2949 (name "amule")
2950 (version "2.3.3")
2951 (source (origin
2952 (method git-fetch)
2953 (uri (git-reference
2954 (url "https://github.com/amule-project/amule")
2955 (commit version)))
2956 (file-name (git-file-name name version))
2957 (sha256
2958 (base32
2959 "1nm4vxgmisn1b6l3drmz0q04x067j2i8lw5rnf0acaapwlp8qwvi"))))
2960 (build-system gnu-build-system)
2961 (arguments
2962 `(#:phases
2963 (modify-phases %standard-phases
2964 (delete 'bootstrap) ; bootstrap phase runs too early.
2965 (add-after 'patch-source-shebangs 'autogen
2966 (lambda _
2967 (invoke "sh" "autogen.sh")
2968 #t)))
2969 #:configure-flags
2970 '("--disable-rpath"
2971 "--enable-wxcas"
2972 "--enable-cas"
2973 "--enable-alc"
2974 "--enable-alcc"
2975 "--enable-xas"
2976 "--enable-amulecmd"
2977 "--enable-geoip"
2978 "--enable-ccache"
2979 "--enable-nls"
2980 "--enable-optimize"
2981 "--enable-amule-gui"
2982 "--enable-amule-daemon"
2983 "--enable-webserver"
2984 "--with-denoise-level=0")))
2985 (native-inputs
2986 `(("autoconf" ,autoconf)
2987 ("automake" ,automake)
2988 ("gettext-minimal" ,gettext-minimal)
2989 ("perl" ,perl)))
2990 (inputs
2991 `(("zlib" ,zlib)
2992 ("crypto++" ,crypto++)
2993 ("libpng" ,libpng)
2994 ("wxwidgets-gtk2" ,wxwidgets-gtk2)))
2995 (home-page "https://amule.org/")
2996 (synopsis "Peer-to-peer client for the eD2K and Kademlia networks")
2997 (description
2998 "aMule is an eMule-like client for the eD2k and Kademlia peer-to-peer
2999 file sharing networks. It includes a graphical user interface (GUI), a daemon
3000 allowing you to run a client with no graphical interface, and a Web GUI for
3001 remote access. The @command{amulecmd} command allows you to control aMule
3002 remotely.")
3003 (license license:gpl2+)))
3004
3005 (define-public zyre
3006 (package
3007 (name "zyre")
3008 (version "2.0.1")
3009 (source (origin
3010 (method url-fetch)
3011 (uri
3012 (string-append "https://github.com/zeromq/zyre/releases/download/v"
3013 version "/" name "-" version ".tar.gz"))
3014 (sha256
3015 (base32
3016 "13596507ma1474cjqzxym5jlvcshvw7sjhw80rdz788gyz6kz90b"))))
3017 (build-system gnu-build-system)
3018 (inputs `(("zeromq" ,zeromq)
3019 ("czmq" ,czmq)
3020 ("libsodium" ,libsodium)))
3021 (synopsis "Framework for proximity-based peer-to-peer applications")
3022 (description "Zyre provides reliable group messaging over local area
3023 networks using zeromq. It has these key characteristics:
3024
3025 @itemize
3026 @item Zyre needs no administration or configuration.
3027 @item Peers may join and leave the network at any time.
3028 @item Peers talk to each other without any central brokers or servers.
3029 @item Peers can talk directly to each other.
3030 @item Peers can join groups, and then talk to groups.
3031 @item Zyre is reliable, and loses no messages even when the network is heavily loaded.
3032 @item Zyre is fast and has low latency, requiring no consensus protocols.
3033 @item Zyre is designed for WiFi networks, yet also works well on Ethernet networks.
3034 @end itemize")
3035 (home-page "https://github.com/zeromq/zyre")
3036 (license license:mpl2.0)))
3037
3038 (define-public libsocketcan
3039 (package
3040 (name "libsocketcan")
3041 (version "0.0.11")
3042 (source (origin
3043 (method git-fetch)
3044 (uri (git-reference
3045 (url "https://git.pengutronix.de/cgit/tools/libsocketcan")
3046 (commit (string-append "v" version))))
3047 (file-name (git-file-name name version))
3048 (sha256
3049 (base32
3050 "17z2y2r9xkixhr9bxr50m77fh710afl30s7jdhbxrvf56vmal2jr"))))
3051 (build-system gnu-build-system)
3052 (native-inputs
3053 `(("autoconf" ,autoconf)
3054 ("automake" ,automake)
3055 ("libtool" ,libtool)))
3056 (home-page "https://git.pengutronix.de/cgit/tools/libsocketcan")
3057 (synopsis "SocketCAN user-space library")
3058 (description "This library allows controlling basic functions in SocketCAN
3059 from user-space. It requires a kernel built with SocketCAN support.")
3060 (license license:lgpl2.1+)))
3061
3062 (define-public can-utils
3063 (package
3064 (name "can-utils")
3065 (version "2020.02.04")
3066 (source (origin
3067 (method git-fetch)
3068 (uri (git-reference
3069 (url "https://github.com/linux-can/can-utils")
3070 (commit (string-append "v" version))))
3071 (file-name (git-file-name name version))
3072 (sha256
3073 (base32
3074 "1a3j1mmnb7pvgc8r7zzp6sdp7903in2hna6bmpraxln7cwlzn4l6"))))
3075 (build-system gnu-build-system)
3076 (arguments
3077 `(#:tests? #f ; No tests exist.
3078 #:make-flags (list ,(string-append "CC=" (cc-for-target))
3079 (string-append "PREFIX="
3080 (assoc-ref %outputs "out")))
3081 #:phases
3082 (modify-phases %standard-phases
3083 (delete 'bootstrap)
3084 (delete 'configure))))
3085 (home-page "https://github.com/linux-can/can-utils")
3086 (synopsis "CAN utilities")
3087 (description "This package provides CAN utilities in the following areas:
3088
3089 @itemize
3090 @item Basic tools to display, record, generate and replay CAN traffic
3091 @item CAN access via IP sockets
3092 @item CAN in-kernel gateway configuration
3093 @item CAN bus measurement and testing
3094 @item ISO-TP (ISO15765-2:2016 - this means messages with a body larger than
3095 eight bytes) tools
3096 @item Log file converters
3097 @item Serial Line Discipline configuration for slcan driver
3098 @end itemize")
3099 ;; Either BSD-3 or GPL-2 can be used.
3100 (license (list license:bsd-3 license:gpl2))))
3101
3102 ;;; This is an old version required by rested.
3103 (define-public asio-1.12
3104 (package
3105 (name "asio")
3106 (version "1.12.2")
3107 (source
3108 (origin
3109 (method url-fetch)
3110 (uri (string-append "mirror://sourceforge/asio/asio/"
3111 version " (Stable)/asio-" version ".tar.bz2"))
3112 (sha256
3113 (base32 "1akray4l3hgahmb92sbvsqg128c7g7s92jrkf1sp1fjnfjrxq9sf"))))
3114 (build-system gnu-build-system)
3115 (inputs
3116 `(("boost" ,boost)
3117 ("openssl" ,openssl)))
3118 (arguments
3119 `(#:configure-flags
3120 (list
3121 (string-append "--with-boost=" (assoc-ref %build-inputs "boost"))
3122 (string-append "--with-openssl=" (assoc-ref %build-inputs "openssl")))))
3123 (home-page "https://think-async.com/Asio")
3124 (synopsis "C++ library for ASynchronous network I/O")
3125 (description "Asio is a cross-platform C++ library for network and
3126 low-level I/O programming that provides developers with a consistent
3127 asynchronous model using a modern C++ approach.")
3128 (license license:boost1.0)))
3129
3130 (define-public asio
3131 (package
3132 (inherit asio-1.12)
3133 (version "1.18.1")
3134 (source
3135 (origin
3136 (method url-fetch)
3137 (uri (string-append "mirror://sourceforge/asio/asio/"
3138 version " (Stable)/asio-" version ".tar.bz2"))
3139 (sha256
3140 (base32 "04wi69d72l1p5c7d63z1dz06zn8pdqsbgx1if98dszs9ymfqgyaa"))))))
3141
3142 (define-public shadowsocks
3143 ;; There are some security fixes after the last release.
3144 (let* ((commit "e332ec93e9c90f1cbee676b022bf2c5d5b7b1239")
3145 (revision "0")
3146 (version (git-version "2.8.2" revision commit)))
3147 (package
3148 (name "shadowsocks")
3149 (version version)
3150 (home-page "https://github.com/shadowsocks/shadowsocks")
3151 (source (origin
3152 (method git-fetch)
3153 (uri (git-reference
3154 (url home-page)
3155 (commit commit)))
3156 (sha256
3157 (base32
3158 "1idd9b4f2pnhcpk1bh030hqg5zq25gkwxd53xi3c0cj242w7sp2j"))
3159 (file-name (git-file-name name version))))
3160 (inputs
3161 `(("openssl" ,openssl)))
3162 (arguments
3163 '(#:phases
3164 (modify-phases %standard-phases
3165 (add-after 'unpack 'patch-crypto-paths
3166 (lambda* (#:key inputs #:allow-other-keys)
3167 (substitute* "shadowsocks/shell.py"
3168 (("config\\.get\\('libopenssl', None\\)")
3169 (format #f "config.get('libopenssl', ~s)"
3170 (string-append
3171 (assoc-ref inputs "openssl")
3172 "/lib/libssl.so")))))))))
3173 (build-system python-build-system)
3174 (synopsis "Fast tunnel proxy that helps you bypass firewalls")
3175 (description
3176 "This package is a fast tunnel proxy that helps you bypass firewalls.
3177
3178 Features:
3179 @itemize
3180 @item TCP & UDP support
3181 @item User management API
3182 @item TCP Fast Open
3183 @item Workers and graceful restart
3184 @item Destination IP blacklist
3185 @end itemize")
3186 (license license:asl2.0))))
3187
3188 (define-public net-snmp
3189 (package
3190 (name "net-snmp")
3191 (version "5.9.1")
3192 (source (origin
3193 (method url-fetch)
3194 (uri (string-append "mirror://sourceforge/net-snmp/net-snmp/"
3195 version "/net-snmp-" version ".tar.gz"))
3196 (sha256
3197 (base32
3198 "0gwcyi9qk707jgfsgmdr9w2w3r892fnqaam9v7zxpkg69njd8zzb"))
3199 (modules '((guix build utils)))
3200 (snippet
3201 '(begin
3202 ;; Drop bundled libraries.
3203 (delete-file-recursively "snmplib/openssl")
3204 #t))))
3205 (build-system gnu-build-system)
3206 (arguments
3207 `(#:test-target "test"
3208 ;; XXX: With parallel build enabled, Perl modules may not get linked with
3209 ;; libnetsnmp. See e.g. <https://bugzilla.novell.com/show_bug.cgi?id=819497>.
3210 #:parallel-build? #f
3211 #:configure-flags
3212 (list (string-append "LDFLAGS=-Wl,-rpath="
3213 (assoc-ref %outputs "out")
3214 "/lib")
3215 "--disable-static"
3216 "--with-logfile=/var/log/snmpd.log"
3217 (string-append "--with-openssl="
3218 (assoc-ref %build-inputs "openssl")))
3219 #:phases
3220 (modify-phases %standard-phases
3221 (add-after 'unpack 'patch-tests
3222 (lambda* (#:key inputs #:allow-other-keys)
3223 (substitute* "testing/fulltests/support/simple_TESTCONF.sh"
3224 (("NETSTAT=\"\"")
3225 (string-append "NETSTAT=\"" (which "netstat") "\"")))
3226 (substitute* '("testing/fulltests/default/T065agentextend_simple"
3227 "testing/fulltests/default/T115agentxperl_simple")
3228 (("/usr/bin/env") (which "env")))
3229 (substitute* "testing/fulltests/default/T065agentextend_sh_simple"
3230 (("/bin/sh") (which "sh")))
3231 ;; These tests require network access.
3232 (for-each delete-file
3233 '("testing/fulltests/default/T070com2sec_simple"
3234 "testing/fulltests/default/T071com2sec6_simple"))
3235 #t))
3236 (add-after 'unpack 'patch-Makefile.PL
3237 (lambda* (#:key outputs #:allow-other-keys)
3238 (substitute* "Makefile.in"
3239 (("Makefile.PL -NET")
3240 (string-append "Makefile.PL PREFIX="
3241 (assoc-ref outputs "out")
3242 " INSTALLDIRS=site" " NO_PERLLOCAL=1"
3243 " -NET")))
3244 #t)))))
3245 (inputs
3246 `(("libnl" ,libnl)
3247 ("ncurses" ,ncurses) ; for the ‘apps’
3248 ("openssl" ,openssl)
3249 ("perl" ,perl)))
3250 (native-inputs
3251 `(("pkg-config" ,pkg-config)
3252
3253 ;; For tests only.
3254 ("net-tools" ,net-tools)
3255 ("coreutils" ,coreutils)
3256 ("grep" ,grep)))
3257 (home-page "http://www.net-snmp.org/")
3258 (synopsis "Simple Network Management Protocol library and tools")
3259 (description "The @dfn{Simple Network Management Protocol} (SNMP) is a
3260 widely used protocol for monitoring the health and welfare of network
3261 equipment (e.g. routers), computer equipment and even devices like UPSs.
3262 Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and
3263 SNMP v3 using both IPv4 and IPv6.")
3264 ;; This only affects OpenBSD
3265 ;; https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8100
3266 (properties `((lint-hidden-cve . ("CVE-2015-8100"))))
3267 (license (list license:bsd-3
3268 (license:non-copyleft
3269 "http://www.net-snmp.org/about/license.html"
3270 "CMU/UCD copyright notice")))))
3271
3272 (define-public ubridge
3273 (package
3274 (name "ubridge")
3275 (version "0.9.18")
3276 (source
3277 (origin
3278 (method git-fetch)
3279 (uri (git-reference
3280 (url "https://github.com/GNS3/ubridge")
3281 (commit (string-append "v" version))))
3282 (file-name (git-file-name name version))
3283 (sha256
3284 (base32 "0jg66jhhpv4c9340fsdp64hf9h253i8r81fknxa0gq241ripp3jn"))))
3285 (build-system gnu-build-system)
3286 (arguments
3287 `(#:tests? #f ; no tests
3288 #:make-flags
3289 (list ,(string-append "CC=" (cc-for-target)))
3290 #:phases
3291 (modify-phases %standard-phases
3292 (delete 'configure) ; no configure script
3293 (add-before 'install 'set-bindir
3294 (lambda* (#:key inputs outputs #:allow-other-keys)
3295 (let ((bin (string-append (assoc-ref outputs "out")
3296 "/bin")))
3297 (mkdir-p bin)
3298 (substitute* "Makefile"
3299 (("\\$\\(BINDIR\\)") bin)
3300 (("\tsetcap cap_net.*$") "")))
3301 #t)))))
3302 (inputs
3303 `(("libpcap" ,libpcap)))
3304 (home-page "https://github.com/GNS3/ubridge/")
3305 (synopsis "Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces")
3306 (description "uBridge is a simple program to create user-land bridges
3307 between various technologies. Currently, bridging between UDP tunnels,
3308 Ethernet and TAP interfaces is supported. Packet capture is also supported.")
3309 (license license:gpl3+)))
3310
3311 (define-public hcxtools
3312 (package
3313 (name "hcxtools")
3314 (version "5.2.0")
3315 (source
3316 (origin
3317 (method git-fetch)
3318 (uri (git-reference
3319 (url "https://github.com/ZerBea/hcxtools")
3320 (commit version)))
3321 (sha256
3322 (base32 "0k2qlq9hz5zc21nyc6yrnfqzga7hydn5mm0x3rpl2fhkwl81lxcn"))
3323 (file-name (git-file-name name version))))
3324 (build-system gnu-build-system)
3325 (inputs
3326 `(("curl" ,curl)
3327 ("libpcap" ,libpcap)
3328 ("openssl" ,openssl)
3329 ("zlib" ,zlib)))
3330 (arguments
3331 `(#:make-flags
3332 (list ,(string-append "CC=" (cc-for-target))
3333 (string-append "INSTALLDIR=" (assoc-ref %outputs "out") "/bin"))
3334 #:tests? #f ; no test suite
3335 #:phases
3336 (modify-phases %standard-phases
3337 (delete 'configure))))
3338 (home-page "https://github.com/ZerBea/hcxtools")
3339 (synopsis "Capture wlan traffic to hashcat and John the Ripper")
3340 (description
3341 "This package contains a small set of tools to capture and convert
3342 packets from wireless devices for use with hashcat or John the Ripper.")
3343 (license license:expat)))
3344
3345 (define-public hcxdumptool
3346 (package
3347 (name "hcxdumptool")
3348 (version "6.0.6")
3349 (source
3350 (origin
3351 (method git-fetch)
3352 (uri (git-reference
3353 (url "https://github.com/ZerBea/hcxdumptool")
3354 (commit version)))
3355 (sha256
3356 (base32 "1b4d543y64ib92w9gcmiyjn5hz2vyjqmxk3f3yr1zk04fhw16gmf"))
3357 (file-name (git-file-name name version))))
3358 (build-system gnu-build-system)
3359 (arguments
3360 `(#:make-flags
3361 (list ,(string-append "CC=" (cc-for-target))
3362 (string-append "INSTALLDIR=" (assoc-ref %outputs "out") "/bin"))
3363 #:tests? #f ; no test suite
3364 #:phases
3365 (modify-phases %standard-phases
3366 (delete 'configure))))
3367 (inputs
3368 `(("openssl" ,openssl)))
3369 (home-page "https://github.com/ZerBea/hcxdumptool")
3370 (synopsis "Small tool to capture packets from wlan devices")
3371 (description
3372 "Small tool to capture packets from WLAN devices. After capturing,
3373 upload the \"uncleaned\" cap to @url{https://wpa-sec.stanev.org/?submit} to
3374 see if the access point or the client is vulnerable to a dictionary attack.
3375 Convert the cap file to hccapx format and/or to WPA-PMKID-PBKDF2
3376 hashline (16800) with @command{hcxpcaptool} from the @code{hcxtools} package
3377 and check if the WLAN key or the master key was transmitted unencrypted.")
3378 (license license:expat)))
3379
3380 (define-public dante
3381 (package
3382 (name "dante")
3383 (version "1.4.3")
3384 (source
3385 (origin
3386 (method url-fetch)
3387 (uri (string-append "https://www.inet.no/dante/files/dante-"
3388 version ".tar.gz"))
3389 (sha256
3390 (base32 "0pbahkj43rx7rmv2x40mf5p3g3x9d6i2sz7pzglarf54w5ghd2j1"))))
3391 (build-system gnu-build-system)
3392 (arguments
3393 ;; XXX: The dynamic socks library doesn't work with 'libc.so' (GNU ld
3394 ;; script). When preloading is enabled, 'sockd' failed with:
3395 ;; … Failed to open library "libc.so": …: invalid ELF header
3396 '(#:configure-flags '("--disable-preload")))
3397 (home-page "https://www.inet.no/dante/")
3398 (synopsis "SOCKS server and client")
3399 (description "Dante is a SOCKS client and server implementation. It can
3400 be installed on a machine with access to an external TCP/IP network and will
3401 allow all other machines, without direct access to that network, to be relayed
3402 through the machine the Dante server is running on. The external network will
3403 never see any machines other than the one Dante is running on.")
3404 (license (license:non-copyleft "file://LICENSE"))))
3405
3406 (define-public restbed
3407 (package
3408 (name "restbed")
3409 (version "4.7")
3410 (source
3411 (origin
3412 (method git-fetch)
3413 (uri (git-reference
3414 (url "https://github.com/Corvusoft/restbed/")
3415 (commit version)))
3416 (file-name (git-file-name name version))
3417 (sha256
3418 (base32 "055qicb773a599dsqbcz5xf0xj1wpk33mdrkyi0fsmyjmn8d2p9d"))))
3419 (build-system cmake-build-system)
3420 (inputs
3421 `(("asio" ,asio-1.12)
3422 ("catch" ,catch-framework)
3423 ("openssl" ,openssl)))
3424 (arguments
3425 `(#:tests? #f
3426 #:configure-flags
3427 '("-DBUILD_TESTS=NO"
3428 "-DBUILD_EXAMPLES=NO"
3429 "-DBUILD_SSL=NO"
3430 "-DBUILD_SHARED=NO")
3431 #:phases
3432 (modify-phases %standard-phases
3433 (add-after 'unpack 'apply-patches-and-fix-paths
3434 (lambda* (#:key inputs #:allow-other-keys)
3435 (let ((asio (assoc-ref inputs "asio"))
3436 (catch (assoc-ref inputs "catch"))
3437 (openssl (assoc-ref inputs "openssl")))
3438 (substitute* "cmake/Findasio.cmake"
3439 (("(find_path\\( asio_INCLUDE asio\\.hpp HINTS ).*$" all begin)
3440 (string-append begin " \"" asio "/include\" )")))
3441 (substitute* "cmake/Findcatch.cmake"
3442 (("(find_path\\( catch_INCLUDE catch\\.hpp HINTS ).*$" all begin)
3443 (string-append begin " \"" catch "/include\" )")))
3444 (substitute* "cmake/Findopenssl.cmake"
3445 (("(find_library\\( ssl_LIBRARY ssl ssleay32 HINTS ).*$" all begin)
3446 (string-append begin " \"" openssl "/lib\" )"))
3447 (("(find_library\\( crypto_LIBRARY crypto libeay32 HINTS ).*$" all begin)
3448 (string-append begin " \"" openssl "/lib\" )"))
3449 (("(find_path\\( ssl_INCLUDE openssl/ssl\\.h HINTS ).*$" all begin)
3450 (string-append begin " \"" openssl "/include\" )")))))))))
3451 (synopsis "Asynchronous RESTful functionality to C++11 applications")
3452 (description "Restbed is a comprehensive and consistent programming
3453 model for building applications that require seamless and secure
3454 communication over HTTP.")
3455 (home-page "https://github.com/Corvusoft/restbed")
3456 (license license:agpl3+)))
3457
3458 (define-public restinio
3459 (package
3460 (name "restinio")
3461 (version "0.6.13")
3462 (source (origin
3463 (method git-fetch)
3464 (uri (git-reference
3465 (url "https://github.com/Stiffstream/restinio")
3466 (commit (string-append "v." version))))
3467 (file-name (git-file-name name version))
3468 (sha256
3469 (base32
3470 "0gb0yc88hdzwm08zdiviay6s08q427za33kfbygib7bdzp2wr2dm"))))
3471 (build-system cmake-build-system)
3472 (inputs ; TODO: Need to force-keep references on some inputs, e.g. boost.
3473 `(("zlib" ,zlib)
3474 ("catch2" ,catch-framework2)
3475 ("openssl" ,openssl)
3476 ("boost" ,boost)
3477 ("pcre" ,pcre)
3478 ("pcre2" ,pcre2)
3479 ("sobjectizer" ,sobjectizer)))
3480 (propagated-inputs
3481 `(("asio" ,asio)
3482 ("fmt" ,fmt)
3483 ("http-parser" ,http-parser)))
3484 (arguments
3485 `(#:configure-flags '("-DRESTINIO_INSTALL=on")
3486 #:tests? #f ; TODO: The tests are called from the root CMakelist, need RESTINIO_TEST=on.
3487 #:phases
3488 (modify-phases %standard-phases
3489 (add-after 'unpack 'change-directory
3490 (lambda _
3491 (chdir "dev/restinio")
3492 #t)))))
3493 (home-page "https://stiffstream.com/en/products/restinio.html")
3494 (synopsis "C++14 library that gives you an embedded HTTP/Websocket server")
3495 (description "RESTinio is a header-only C++14 library that gives you an embedded
3496 HTTP/Websocket server. It is based on standalone version of ASIO
3497 and targeted primarily for asynchronous processing of HTTP-requests.")
3498 (license license:bsd-3)))
3499
3500 (define-public opendht
3501 (package
3502 (name "opendht")
3503 (version "2.2.0rc7") ;jami requires >= 2.2.0
3504 (source (origin
3505 (method git-fetch)
3506 (uri (git-reference
3507 (url "https://github.com/savoirfairelinux/opendht")
3508 (commit version)))
3509 (file-name (git-file-name name version))
3510 (sha256
3511 (base32
3512 "0wkynjzwzl5q46hy1yb9npi5hvknnj17rjkax5v3acqjmd0y48h9"))))
3513 ;; Since 2.0, the gnu-build-system does not seem to work anymore, upstream bug?
3514 (outputs '("out" "tools" "debug"))
3515 (build-system cmake-build-system)
3516 (inputs
3517 `(("argon2" ,argon2)
3518 ("nettle" ,nettle-3.7)
3519 ("readline" ,readline)
3520 ("jsoncpp" ,jsoncpp)
3521 ("openssl" ,openssl) ;required for the DHT proxy
3522 ("fmt" ,fmt)))
3523 (propagated-inputs
3524 `(("gnutls" ,gnutls) ;included in opendht/crypto.h
3525 ("msgpack" ,msgpack) ;included in several installed headers
3526 ("restinio" ,restinio))) ;included in opendht/http.h
3527 (native-inputs
3528 `(("autoconf" ,autoconf)
3529 ("automake" ,automake)
3530 ("pkg-config" ,pkg-config)
3531 ("python" ,python)
3532 ("python-cython" ,python-cython)
3533 ("libtool" ,libtool)
3534 ("cppunit" ,cppunit)))
3535 (arguments
3536 `(#:imported-modules ((guix build python-build-system) ;for site-packages
3537 ,@%cmake-build-system-modules)
3538 #:modules (((guix build python-build-system) #:prefix python:)
3539 (guix build cmake-build-system)
3540 (guix build utils))
3541 #:tests? #f ; Tests require network connection.
3542 #:configure-flags
3543 '( ;;"-DOPENDHT_TESTS=on"
3544 "-DOPENDHT_STATIC=off"
3545 "-DOPENDHT_TOOLS=on"
3546 "-DOPENDHT_PYTHON=on"
3547 "-DOPENDHT_PROXY_SERVER=on"
3548 "-DOPENDHT_PUSH_NOTIFICATIONS=on"
3549 "-DOPENDHT_PROXY_SERVER_IDENTITY=on"
3550 "-DOPENDHT_PROXY_CLIENT=on")
3551 #:phases
3552 (modify-phases %standard-phases
3553 (add-after 'unpack 'fix-python-installation-prefix
3554 ;; Specify the installation prefix for the compiled Python module
3555 ;; that would otherwise attempt to installs itself to Python's own
3556 ;; site-packages directory.
3557 (lambda* (#:key inputs outputs #:allow-other-keys)
3558 (substitute* "python/CMakeLists.txt"
3559 (("--root=\\\\\\$ENV\\{DESTDIR\\}")
3560 (string-append "--root=/ --single-version-externally-managed "
3561 "--prefix=${CMAKE_INSTALL_PREFIX}")))))
3562 (add-after 'unpack 'specify-runpath-for-python-module
3563 (lambda* (#:key outputs #:allow-other-keys)
3564 (let ((out (assoc-ref outputs "out")))
3565 (substitute* "python/setup.py.in"
3566 (("extra_link_args=\\[(.*)\\]" _ args)
3567 (string-append "extra_link_args=[" args
3568 ", '-Wl,-rpath=" out "/lib']"))))))
3569 (add-after 'install 'move-and-wrap-tools
3570 (lambda* (#:key inputs outputs #:allow-other-keys)
3571 (let ((out (assoc-ref outputs "out"))
3572 (tools (assoc-ref outputs "tools"))
3573 (site-packages (python:site-packages inputs outputs)))
3574 (mkdir tools)
3575 (rename-file (string-append out "/bin")
3576 (string-append tools "/bin"))
3577 (wrap-program (string-append tools "/bin/dhtcluster")
3578 `("PYTHONPATH" prefix (,site-packages)))))))))
3579 (home-page "https://github.com/savoirfairelinux/opendht/")
3580 (synopsis "Lightweight Distributed Hash Table (DHT) library")
3581 (description "OpenDHT provides an easy to use distributed in-memory data
3582 store. Every node in the network can read and write values to the store.
3583 Values are distributed over the network, with redundancy. It includes the
3584 following features:
3585 @itemize
3586 @item Lightweight and scalable, designed for large networks and small devices;
3587 @item High resilience to network disruption;
3588 @item Public key cryptography layer providing optional data signature and
3589 encryption (using GnuTLS);
3590 @item IPv4 and IPv6 support;
3591 @item Clean and powerful C++14 map API;
3592 @item Bindings for C, Rust & Python 3;
3593 @item REST API with an optional HTTP client and server with push notification
3594 support.
3595 @end itemize
3596 The following tools are also included:
3597 @table @command
3598 @item dhtnode
3599 A command line tool to run a DHT node and perform operations supported by the
3600 library (get, put, etc.) with text values.
3601 @item dhtchat
3602 A very simple IM client working over the DHT.
3603 @end table")
3604 (license license:gpl3+)))
3605
3606 (define-public frrouting
3607 (package
3608 (name "frrouting")
3609 (version "7.5.1")
3610 (source (origin
3611 (method url-fetch)
3612 (uri (string-append "https://github.com/FRRouting/frr/releases/"
3613 "download/frr-" version "/frr-" version
3614 ".tar.xz"))
3615 (sha256
3616 (base32
3617 "1r7gh5h27ii7d1d0z0x48wx7hs8vvympv3gqvy3cwzg05q5vk9xs"))))
3618 (build-system gnu-build-system)
3619 (inputs
3620 `(("c-ares" ,c-ares)
3621 ("json-c" ,json-c)
3622 ("libcap" ,libcap)
3623 ("libyang" ,libyang)
3624 ("readline" ,readline)))
3625 (native-inputs
3626 `(("perl" ,perl)
3627 ("pkg-config" ,pkg-config)
3628 ("python" ,python-wrapper)
3629 ("python-pytest" ,python-pytest)))
3630 (home-page "https://frrouting.org/")
3631 (synopsis "IP routing protocol suite")
3632 (description "FRRouting (FRR) is an IP routing protocol suite which includes
3633 protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP. ")
3634 (license license:gpl2+)))
3635
3636 (define-public iwd
3637 (package
3638 (name "iwd")
3639 (version "1.14")
3640 (source (origin
3641 ;; FIXME: We're using the bootstrapped sources because
3642 ;; otherwise using an external ell library is impossible.
3643 ;; How to bootstrap with Guix?
3644 (method url-fetch)
3645 (uri (string-append "https://www.kernel.org/pub/linux/network"
3646 "/wireless/iwd-" version ".tar.xz"))
3647 (sha256
3648 (base32
3649 "02vz4lyd6vq3vcii357ljqprnas78zb8j670a0gblrm6kganmgi1"))))
3650 (build-system gnu-build-system)
3651 (inputs
3652 `(("dbus" ,dbus)
3653 ("ell" ,ell)
3654 ("readline" ,readline)))
3655 (native-inputs
3656 `(("pkgconfig" ,pkg-config)
3657 ("python" ,python)
3658 ("rst2man" ,python-docutils)
3659 ("openssl" ,openssl)))
3660 (arguments
3661 `(#:configure-flags
3662 (let ((dbus (assoc-ref %outputs "out")))
3663 (list "--disable-systemd-service"
3664 "--enable-external-ell"
3665 "--enable-hwsim"
3666 "--enable-tools"
3667 "--enable-wired"
3668 "--localstatedir=/var"
3669 (string-append "--with-dbus-datadir=" dbus "/share/")
3670 (string-append "--with-dbus-busdir="
3671 dbus "/share/dbus-1/system-services")))
3672 #:phases
3673 (modify-phases %standard-phases
3674 (add-after 'configure 'patch-Makefile
3675 (lambda _
3676 (substitute* "Makefile"
3677 ;; Don't try to 'mkdir /var'.
3678 (("\\$\\(MKDIR_P\\) -m 700") "true")))))))
3679 (home-page "https://git.kernel.org/pub/scm/network/wireless/iwd.git/")
3680 (synopsis "Internet Wireless Daemon")
3681 (description "iwd is a wireless daemon for Linux that aims to replace WPA
3682 Supplicant. It optimizes resource utilization by not depending on any external
3683 libraries and instead utilizing features provided by the Linux kernel to the
3684 maximum extent possible.")
3685 (license license:lgpl2.1+)))
3686
3687 (define-public libyang
3688 (package
3689 (name "libyang")
3690 (version "1.0.215")
3691 (source (origin
3692 (method git-fetch)
3693 (uri (git-reference
3694 (url "https://github.com/CESNET/libyang")
3695 (commit (string-append "v" version))))
3696 (file-name (git-file-name name version))
3697 (sha256
3698 (base32
3699 "0mrs2ppmq77z8sbqgm2w0rl9bfgybd6bcxanakfww4chih6cy0dw"))))
3700 (build-system cmake-build-system)
3701 (arguments
3702 `(#:configure-flags
3703 (list "-DENABLE_BUILD_TESTS=ON" "-DENABLE_LYD_PRIV=ON")))
3704 (propagated-inputs `(("pcre" ,pcre)))
3705 (native-inputs `(("cmocka" ,cmocka)
3706 ("pkg-config" ,pkg-config)))
3707 (home-page "https://github.com/CESNET/libyang")
3708 (synopsis "YANG data modelling language library")
3709 (description "libyang is a YANG data modelling language parser and toolkit
3710 written (and providing API) in C. Current implementation covers YANG 1.0 (RFC
3711 6020) as well as YANG 1.1 (RFC 7950).")
3712 (license license:bsd-3)))
3713
3714 (define-public batctl
3715 (package
3716 (name "batctl")
3717 (version "2020.4")
3718 (source
3719 (origin
3720 (method url-fetch)
3721 (uri (string-append "https://downloads.open-mesh.org/batman/releases/batman-adv-"
3722 version "/batctl-" version ".tar.gz"))
3723 (sha256
3724 (base32 "05rrpfbpdhxn5zgdps849qls2ifis6a94cjryb60d4y1nc2n0d7w"))))
3725 (inputs
3726 `(("libnl" ,libnl)))
3727 (native-inputs
3728 `(("pkg-config" ,pkg-config)))
3729 (build-system gnu-build-system)
3730 (arguments
3731 `(#:tests? #f
3732 ;; Batctl only has a makefile. Thus we disable tests and
3733 ;; configuration, passing in a few make-flags.
3734 #:phases (modify-phases %standard-phases (delete 'configure))
3735 #:make-flags
3736 (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
3737 (string-append "PKG_CONFIG=" (assoc-ref %build-inputs "pkg-config")
3738 "/bin/pkg-config")
3739 ,(string-append "CC=" (cc-for-target)))))
3740 (home-page "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki")
3741 (synopsis "Management tool for the mesh networking BATMAN protocol")
3742 (description "This package provides a control tool for the
3743 B.A.T.M.A.N. mesh networking routing protocol provided by the Linux kernel
3744 module @code{batman-adv}, for Layer 2.")
3745 (license license:gpl2+)))
3746
3747 (define-public pagekite
3748 (package
3749 (name "pagekite")
3750 (version "1.5.2.200725")
3751 (source
3752 (origin
3753 (method git-fetch)
3754 (uri (git-reference
3755 (url "https://github.com/pagekite/PyPagekite")
3756 (commit (string-append "v" version))))
3757 (file-name (git-file-name name version))
3758 (sha256
3759 (base32 "0lig1i42bn9isw848vnml5qhcaa04x1dr2hb075bm0a3439kv3rr"))))
3760 (build-system python-build-system)
3761 (arguments
3762 `(#:phases
3763 (modify-phases %standard-phases
3764 (add-after 'install 'install-man-page
3765 (lambda* (#:key inputs outputs #:allow-other-keys)
3766 (let* ((out (assoc-ref outputs "out"))
3767 (man (string-append out "/share/man")))
3768 (invoke "make"
3769 (string-append "PYTHONPATH=" (getenv "PYTHONPATH"))
3770 "doc/pagekite.1")
3771 (install-file "doc/pagekite.1" (string-append man "/man1"))
3772 #t))))))
3773 (inputs
3774 `(("python-six" ,python-six)
3775 ("python-socksipychain" ,python-socksipychain)))
3776 (home-page "https://pagekite.net/")
3777 (synopsis "Make localhost servers publicly visible")
3778 (description
3779 "PageKite implements a tunneled reverse proxy which makes it easy to make
3780 a service (such as an HTTP or SSH server) on localhost visible to the wider
3781 Internet, even behind NAT or restrictive firewalls. A managed front-end relay
3782 service is available at @url{https://pagekite.net/}, or you can run your own.")
3783 (license license:agpl3+)))
3784
3785 (define-public ipcalc
3786 (package
3787 (name "ipcalc")
3788 (version "0.41")
3789 (source (origin
3790 (method url-fetch)
3791 (uri (string-append "http://jodies.de/ipcalc-archive/"
3792 name "-" version ".tar.gz"))
3793 (sha256
3794 (base32
3795 "12if9sm8h2ac0pgwkw835cgyqjxm6h27k4kfn2vfas9krrqwbafx"))))
3796 (inputs `(("perl" ,perl)
3797 ("tar" ,tar)
3798 ("gzip" ,gzip)
3799 ("tarball" ,source)))
3800 (build-system trivial-build-system) ;no Makefile.PL
3801 (arguments
3802 `(#:modules ((guix build utils))
3803 #:builder
3804 (begin
3805 (use-modules (guix build utils))
3806 (use-modules (srfi srfi-1))
3807 (let* ((source (assoc-ref %build-inputs "source"))
3808 (perl (string-append (assoc-ref %build-inputs "perl")
3809 "/bin"))
3810 (tar (assoc-ref %build-inputs "tar"))
3811 (gz (assoc-ref %build-inputs "gzip"))
3812 (out (assoc-ref %outputs "out"))
3813 (bin (string-append out "/bin"))
3814 (doc (string-append out "/share/doc/ipcalc")))
3815 (setenv "PATH" (string-append gz "/bin"))
3816 (invoke (string-append tar "/bin/tar") "xvf" source)
3817 (chdir (string-append ,name "-" ,version))
3818
3819 (install-file "ipcalc" bin)
3820 (patch-shebang (string-append bin "/ipcalc") (list perl))
3821 #t))))
3822 (synopsis "Simple IP network calculator")
3823 (description "ipcalc takes an IP address and netmask and calculates the
3824 resulting broadcast, network, Cisco wildcard mask, and host range. By giving
3825 a second netmask, you can design subnets and supernets. It is also intended
3826 to be a teaching tool and presents the subnetting results as
3827 easy-to-understand binary values.")
3828 (home-page "http://jodies.de/ipcalc")
3829 (license license:gpl2+)))
3830
3831 (define-public tunctl
3832 (package
3833 (name "tunctl")
3834 (version "1.5")
3835 (source
3836 (origin
3837 (method url-fetch)
3838 (uri (string-append "mirror://sourceforge/tunctl/tunctl/" version "/"
3839 "tunctl-" version ".tar.gz"))
3840 (sha256
3841 (base32 "1zsgn7w6l2zh2q0j6qaw8wsx981qcr536qlz1lgb3b5zqr66qama"))))
3842 (build-system gnu-build-system)
3843 (arguments
3844 `(#:phases
3845 (modify-phases %standard-phases
3846 (delete 'bootstrap) ;there is no configure.ac file
3847 (delete 'configure) ;there is no configure script
3848 (delete 'check) ;there are no tests
3849 (replace 'build
3850 (lambda _
3851 (setenv "CC" "gcc")
3852 (invoke "make" "tunctl")))
3853 ;; TODO: Requires docbook2x to generate man page from SGML.
3854 (replace 'install
3855 (lambda* (#:key outputs #:allow-other-keys)
3856 (let* ((out (assoc-ref outputs "out"))
3857 (bin (string-append out "/bin")))
3858 (install-file "tunctl" bin))
3859 #t)))))
3860 (home-page "http://tunctl.sourceforge.net")
3861 (synopsis "Utility to set up and maintain TUN/TAP network interfaces")
3862 (description "Tunctl is used to set up and maintain persistent TUN/TAP
3863 network interfaces, enabling user applications to simulate network traffic.
3864 Such interfaces are useful for VPN software, virtualization, emulation,
3865 simulation, and a number of other applications.")
3866 (license license:gpl2)))
3867
3868 (define-public wol
3869 (package
3870 (name "wol")
3871 (version "0.7.1")
3872 (source
3873 (origin
3874 (method url-fetch)
3875 (uri (string-append "mirror://sourceforge/wake-on-lan/wol/"
3876 version "/wol-" version ".tar.gz"))
3877 (sha256
3878 (base32 "08i6l5lr14mh4n3qbmx6kyx7vjqvzdnh3j9yfvgjppqik2dnq270"))))
3879 (build-system gnu-build-system)
3880 (home-page "https://sourceforge.net/projects/wake-on-lan/")
3881 (synopsis "Implements Wake On LAN functionality in a small program")
3882 (description "Tool to send a magic packet to wake another host on the
3883 network. This must be enabled on the target host, usually in the BIOS.")
3884 (license license:gpl2)))
3885
3886 (define-public vde2
3887 (package
3888 (name "vde2")
3889 (version "2.3.2")
3890 (source
3891 (origin
3892 (method url-fetch)
3893 (uri "mirror://sourceforge/vde/vde2/2.3.2/vde2-2.3.2.tar.gz")
3894 (sha256
3895 (base32 "14xga0ib6p1wrv3hkl4sa89yzjxv7f1vfqaxsch87j6scdm59pr2"))))
3896 (build-system gnu-build-system)
3897 (arguments
3898 `(#:parallel-build? #f)) ; Build fails if #t.
3899 (inputs
3900 `(("python" ,python)
3901 ("libpcap" ,libpcap)
3902 ("openssl" ,openssl-1.0))) ; Build fails with 1.1.
3903 (home-page "https://github.com/virtualsquare/vde-2")
3904 (synopsis "Virtual Distributed Ethernet")
3905 (description "VDE is a set of programs to provide virtual software-defined
3906 Ethernet network interface controllers across multiple virtual or
3907 physical, local or remote devices. The VDE architecture provides
3908 virtual counterparts to hardware components such as switches and
3909 cables.")
3910 (license (list license:gpl2
3911 license:lgpl2.1 ; libvdeplug
3912 (license:non-copyleft ; slirpvde
3913 "file://COPYING.slirpvde"
3914 "See COPYING.slirpvde in the distribution.")))))
3915
3916 (define-public haproxy
3917 (package
3918 (name "haproxy")
3919 (version "2.1.7")
3920 (source (origin
3921 (method url-fetch)
3922 (uri (string-append "https://www.haproxy.org/download/"
3923 (version-major+minor version)
3924 "/src/haproxy-" version ".tar.gz"))
3925 (sha256
3926 (base32
3927 "0fd3c1znid5a9w3gcf77b85hm2a2558w9s02c4b7xzkmivqnqbir"))))
3928 (build-system gnu-build-system)
3929 (arguments
3930 `(#:make-flags
3931 (let* ((out (assoc-ref %outputs "out")))
3932 (list (string-append "PREFIX=" out)
3933 (string-append "DOCDIR=" out "/share/" ,name)
3934 "TARGET=linux-glibc"
3935 "USE_LUA=1"
3936 "USE_OPENSSL=1"
3937 "USE_ZLIB=1"
3938 "USE_PCRE_2=1"))
3939 #:tests? #f ; there are only regression tests, using varnishtest
3940 #:phases
3941 (modify-phases %standard-phases
3942 (delete 'configure))))
3943 (inputs
3944 `(("lua" ,lua)
3945 ("openssl" ,openssl)
3946 ("pcre2" ,pcre2)
3947 ("zlib" ,zlib)))
3948 (home-page "https://www.haproxy.org/")
3949 (synopsis "Reliable, high performance TCP/HTTP load balancer")
3950 (description "HAProxy is a free, very fast and reliable solution offering
3951 high availability, load balancing, and proxying for TCP and HTTP-based
3952 applications. It is particularly suited for web sites crawling under very
3953 high loads while needing persistence or Layer7 processing. Supporting tens of
3954 thousands of connections is clearly realistic with today's hardware.")
3955 (license (list license:gpl2+
3956 license:lgpl2.1
3957 license:lgpl2.1+))))
3958
3959 (define-public lldpd
3960 (package
3961 (name "lldpd")
3962 (version "1.0.11")
3963 (source
3964 (origin
3965 (method url-fetch)
3966 (uri (string-append "https://media.luffy.cx/files/lldpd/lldpd-"
3967 version ".tar.gz"))
3968 (sha256
3969 (base32 "1r265ns6fh04xwrzj06p2l7kl5rkkns0cdawp1zwpvxs1xq1a7dm"))
3970 (modules '((guix build utils)))
3971 (snippet
3972 '(begin
3973 ;; Drop bundled library.
3974 (delete-file-recursively "libevent")
3975 #t))))
3976 (arguments
3977 `(#:configure-flags
3978 (list
3979 "--with-privsep-user=nobody"
3980 "--with-privsep-group=nogroup"
3981 "--localstatedir=/var"
3982 "--enable-pie"
3983 "--disable-static"
3984 "--without-embedded-libevent"
3985 (string-append "--with-systemdsystemunitdir="
3986 (assoc-ref %outputs "out")
3987 "/lib/systemd/system"))))
3988 (build-system gnu-build-system)
3989 (inputs
3990 `(("libevent" ,libevent)
3991 ("libxml2" ,libxml2)
3992 ("openssl" ,openssl)
3993 ("readline" ,readline)))
3994 (native-inputs
3995 `(("pkg-config" ,pkg-config)))
3996 (home-page "https://vincentbernat.github.io/lldpd/")
3997 (synopsis "Locate neighbors of your network equipment")
3998 (description
3999 "The @dfn{Link Layer Discovery Protocol} (LLDP) is an industry standard
4000 protocol designed to supplant proprietary Link-Layer protocols such as EDP or
4001 CDP. The goal of LLDP is to provide an inter-vendor compatible mechanism to
4002 deliver Link-Layer notifications to adjacent network devices. @code{lldpd} is
4003 an implementation of LLDP. It also supports some proprietary protocols.")
4004 (license license:isc)))
4005
4006 (define-public hashcash
4007 (package
4008 (name "hashcash")
4009 (version "1.22")
4010 (source
4011 (origin
4012 (method url-fetch)
4013 (uri (string-append "http://www.hashcash.org/source/hashcash-"
4014 version ".tgz"))
4015 (sha256
4016 (base32
4017 "15kqaimwb2y8wvzpn73021bvay9mz1gqqfc40gk4hj6f84nz34h1"))))
4018 (build-system gnu-build-system)
4019 (arguments
4020 `(#:make-flags (list (string-append "CC=" ,(cc-for-target)))
4021 #:phases
4022 (modify-phases %standard-phases
4023 (delete 'configure)
4024 ;; No tests available.
4025 (delete 'check)
4026 (replace 'install
4027 (lambda* (#:key outputs #:allow-other-keys)
4028 (let* ((outdir (assoc-ref outputs "out"))
4029 (bindir (string-append outdir "/bin"))
4030 (mandir (string-append outdir "/share/man/man1"))
4031 (docdir (string-append outdir "/share/doc/hashcash-" ,version)))
4032 ;; Install manually, as we don't need the `sha1' binary
4033 (install-file "hashcash" bindir)
4034 (install-file "hashcash.1" mandir)
4035 (install-file "README" docdir)
4036 (install-file "LICENSE" docdir)
4037 (install-file "CHANGELOG" docdir)
4038 #t))))))
4039 (home-page "https://www.hashcash.org/")
4040 (synopsis "Denial-of-service countermeasure")
4041 (description "Hashcash is a proof-of-work algorithm, which has been used
4042 as a denial-of-service countermeasure technique in a number of systems.
4043
4044 A hashcash stamp constitutes a proof-of-work which takes a parametrizable
4045 amount of work to compute for the sender. The recipient can verify received
4046 hashcash stamps efficiently.
4047
4048 This package contains a command-line tool for computing and verifying hashcash
4049 stamps.")
4050 (license license:public-domain)))
4051
4052 (define-public nbd
4053 (package
4054 (name "nbd")
4055 (version "3.21")
4056 (source
4057 (origin
4058 (method url-fetch)
4059 (uri (string-append "mirror://sourceforge/nbd/nbd/" version
4060 "/nbd-" version ".tar.xz"))
4061 (sha256
4062 (base32 "1ydylvvayi4w2d08flji9q03sl7y8hn0c26vsay3nwwikprqls77"))))
4063 (build-system gnu-build-system)
4064 (inputs
4065 `(("glib" ,glib)))
4066 (native-inputs
4067 `(("pkg-config" ,pkg-config)
4068 ("which" ,which)))
4069 (home-page "https://nbd.sourceforge.io/")
4070 (synopsis "NBD client and server")
4071 (description "This package provides the NBD (Network Block Devices)
4072 client and server. It allows you to use remote block devices over a TCP/IP
4073 network.")
4074 (license license:gpl2)))
4075
4076 (define-public yggdrasil
4077 (package
4078 (name "yggdrasil")
4079 (version "0.3.16")
4080 (source
4081 (origin
4082 (method git-fetch)
4083 (uri
4084 (git-reference
4085 (url "https://github.com/yggdrasil-network/yggdrasil-go")
4086 (commit (string-append "v" version))
4087 (recursive? #t)))
4088 (file-name (git-file-name name version))
4089 (sha256
4090 (base32 "0vyd7a333hwn6j1lv1g9sicw74a4qk982bsi3cfdhjlv6hsjwmil"))
4091 (patches (search-patches "yggdrasil-extra-config.patch"))))
4092 (build-system go-build-system)
4093 (arguments
4094 '(#:import-path "github.com/yggdrasil-network/yggdrasil-go"
4095 ;; TODO: figure out how tests are run
4096 #:tests? #f
4097 #:install-source? #f
4098 #:phases (modify-phases %standard-phases
4099 (replace 'build
4100 (lambda _
4101 (for-each
4102 (lambda (c)
4103 (invoke
4104 "go" "build" "-v" "-ldflags=-s -w"
4105 (string-append
4106 "github.com/yggdrasil-network/yggdrasil-go/cmd/" c)))
4107 (list "yggdrasil" "yggdrasilctl"))
4108 #t))
4109 (replace 'install
4110 (lambda* (#:key outputs #:allow-other-keys)
4111 (let* ((out (assoc-ref outputs "out"))
4112 (bin (string-append out "/bin/"))
4113 (doc (string-append out "/share/doc/yggdrasil/")))
4114 (mkdir-p bin)
4115 (for-each
4116 (lambda (f)
4117 (install-file f bin))
4118 (list "yggdrasil" "yggdrasilctl"))
4119 (mkdir-p doc)
4120 (copy-recursively
4121 (string-append
4122 "src/github.com/yggdrasil-network/yggdrasil-go/"
4123 "doc/yggdrasil-network.github.io")
4124 doc))
4125 #t)))))
4126 ;; https://github.com/kardianos/minwinsvc is windows only
4127 (propagated-inputs
4128 `(("go-github-com-arceliar-phony" ,go-github-com-arceliar-phony)
4129 ("go-github-com-cheggaaa-pb" ,go-github-com-cheggaaa-pb)
4130 ("go-github-com-gologme-log" ,go-github-com-gologme-log)
4131 ("go-github-com-hashicorp-go-syslog" ,go-github-com-hashicorp-go-syslog)
4132 ("go-github-com-hjson-hjson-go" ,go-github-com-hjson-hjson-go)
4133 ("go-github-com-kardianos-minwinsvc" ,go-github-com-kardianos-minwinsvc)
4134 ("go-github-com-mitchellh-mapstructure"
4135 ,go-github-com-mitchellh-mapstructure)
4136 ("go-golang-org-x-crypto" ,go-golang-org-x-crypto)
4137 ("go-golang-org-x-net" ,go-golang-org-x-net)
4138 ("go-golang-org-x-text" ,go-golang-org-x-text)
4139 ("go-golang-zx2c4-com-wireguard" ,go-golang-zx2c4-com-wireguard)
4140 ("go-netlink" ,go-netlink)
4141 ("go-netns" ,go-netns)))
4142 (home-page "https://yggdrasil-network.github.io/blog.html")
4143 (synopsis
4144 "Experiment in scalable routing as an encrypted IPv6 overlay network")
4145 (description
4146 "Yggdrasil is an early-stage implementation of a fully end-to-end encrypted
4147 IPv6 network. It is lightweight, self-arranging, supported on multiple
4148 platforms and allows pretty much any IPv6-capable application to communicate
4149 securely with other Yggdrasil nodes. Yggdrasil does not require you to have
4150 IPv6 Internet connectivity - it also works over IPv4.")
4151 (license
4152 ;; As a special exception to the GNU Lesser General Public License
4153 ;; version 3 ("LGPL3"), the copyright holders of this Library give you
4154 ;; permission to convey to a third party a Combined Work that links
4155 ;; statically or dynamically to this Library without providing any Minimal
4156 ;; Corresponding Source or Minimal Application Code as set out in 4d or
4157 ;; providing the installation information set out in section 4e, provided
4158 ;; that you comply with the other provisions of LGPL3 and provided that you
4159 ;; meet, for the Application the terms and conditions of the license(s)
4160 ;; which apply to the Application. Except as stated in this special
4161 ;; exception, the provisions of LGPL3 will continue to comply in full to
4162 ;; this Library. If you modify this Library, you may apply this exception
4163 ;; to your version of this Library, but you are not obliged to do so. If
4164 ;; you do not wish to do so, delete this exception statement from your
4165 ;; version. This exception does not (and cannot) modify any license terms
4166 ;; which apply to the Application, with which you must still comply
4167 license:lgpl3)))