Commit Graph

581 Commits

Author SHA1 Message Date
Maxim Cournoyer
7822b15f04
gnu: restbed: Update to 4.7.
* gnu/packages/networking.scm (restbed): Update to 4.7.
2021-04-02 07:41:15 -04:00
Maxim Cournoyer
566408da84
gnu: asio: Update to 1.18.1.
* gnu/packages/networking.scm (asio): Update to 1.18.1.
(asio-1.12): New variable.
* gnu/packages/emulators.scm (mame)[inputs]: Use asio-1.12, otherwise it fails
to build.
2021-04-02 07:41:15 -04:00
Léo Le Bouter
8ec03ed547
gnu: perl-data-validate-ip: Update to 0.30 [fixes CVE-2021-29662].
* gnu/packages/networking.scm (perl-data-validate-ip): Update to 0.30.
2021-04-01 15:42:24 +02:00
Tobias Geerinckx-Rice
fea1eea452
gnu: perl-net-dns: Update to 1.30.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.30.
2021-03-31 00:58:17 +02:00
Mark H Weaver
9dea161875
gnu: Use 'gtk-doc/stable' in native-inputs of selected packages.
* gnu/packages/calendar.scm (libical),
gnu/packages/check.scm (umockdev),
gnu/packages/fontutils.scm (libraqm),
gnu/packages/freedesktop.scm (appstream, farstream, libglib-testing)
(udisks, libfprint, libportal),
gnu/packages/geo.scm (memphis, osm-gps-map),
gnu/packages/glib.scm (template-glib),
gnu/packages/gnome.scm (gupnp-igd, libcloudproviders, libgrss, seed)
(gtx, dee, zeitgeist, phodav, gssdp, gupnp, gupnp-dlna, gupnp-av, rygel)
(libnma, gdl, libnotify, vte-ng, dconf, libxklavier, libsoup, colord)
(geoclue, geocode-glib, amtk, grilo, gvfs, gusb, network-manager)
(network-manager-applet, gfbgraph, libunique, cheese, libhandy)
(gnome-latex, libgda),
gnu/packages/gstreamer.scm (orc),
gnu/packages/gtk.scm (at-spi2-core, goocanvas),
gnu/packages/language.scm (nimf),
gnu/packages/networking.scm (libnice),
gnu/packages/video.scm (schroedinger),
gnu/packages/virtualization.scm (libosinfo),
gnu/packages/webkit.scm (wpewebkit, webkitgtk),
gnu/packages/xml.scm (libxmlb)[native-inputs]: Replace 'gtk-doc' with
'gtk-doc/stable'.
2021-03-27 19:48:50 -04:00
Tobias Geerinckx-Rice
94963642a8
gnu: yggdrasil: Update to 0.3.16.
* gnu/packages/networking.scm (yggdrasil): Update to 0.3.16.
2021-03-23 14:20:05 +01:00
Raghav Gururajan
f5e69549ba
gnu: Add usrsctp.
* gnu/packages/networking.scm (usrsctp): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-20 17:47:03 +01:00
Tobias Geerinckx-Rice
15b39826ff
gnu: quagga: Use archived source tarball.
* gnu/packages/networking.scm (quagga)[source]: Download from Fossies archive.
2021-03-13 17:06:50 +01:00
Tobias Geerinckx-Rice
ebd5000263
gnu: wireshark: Update to 3.4.4.
* gnu/packages/networking.scm (wireshark): Update to 3.4.4.
2021-03-11 23:11:58 +01:00
Tobias Geerinckx-Rice
fed2879c18
gnu: squid: Update to 4.14.
* gnu/packages/networking.scm (squid): Update to 4.14.
2021-03-04 00:45:02 +01:00
Tobias Geerinckx-Rice
43a5b88358
gnu: socat: Update to 1.7.4.1.
* gnu/packages/networking.scm (socat): Update to 1.7.4.1.
2021-03-04 00:45:01 +01:00
Tobias Geerinckx-Rice
d6e11acc21
gnu: zyre: Update to 2.0.1.
* gnu/packages/networking.scm (zyre): Update to 2.0.1.
2021-03-04 00:45:01 +01:00
Tobias Geerinckx-Rice
560e605819
gnu: czmq: Update to 4.2.1.
* gnu/packages/networking.scm (czmq): Update to 4.2.1.
2021-03-04 00:45:01 +01:00
Tobias Geerinckx-Rice
34ff94c407
gnu: whois: Update to 5.5.8.
* gnu/packages/networking.scm (whois): Update to 5.5.8.
2021-03-04 00:44:59 +01:00
Leo Famulari
4815f8162f
gnu: Open vSwitch: Update to 2.13.3 [fixes CVE-2020-35498].
* gnu/packages/networking.scm (openvswitch): Update to 2.13.3.
2021-02-24 18:49:17 -05:00
Vincent Legoll
55fddf9307
gnu: frrouting: Update to 7.5.
* gnu/packages/networking.scm (frrouting): Update to 7.5.
[inputs]: Add libcap and libyang.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-20 18:02:31 -05:00
Vincent Legoll
b78202f8a8
gnu: Add libyang
* gnu/packages/networking.scm (libyang): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-20 18:02:31 -05:00
Raghav Gururajan
c896d4655d
gnu: gandi.cli: Update to 1.6.
* gnu/packages/networking.scm (gandi.cli): Update to 1.6.
[native-inputs]: Add python-pytest.
[propagated-inputs]: Add openssh.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-16 17:11:27 +08:00
Léo Le Bouter
4767ab4bf6
gnu: miredo: Fix creation of .pid file.
* gnu/packages/networking.scm (miredo)[arguments]: Add "--localstatedir=/var"
to #:configure-flags and add 'do-not-create-/run phase to #:phases to remove
code that tries to create a directory inside "@localstatedir@" during install.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-11 17:18:15 +08:00
Nicolas Goaziou
639ef1ac79
gnu: wireshark: Update to 3.4.3.
* gnu/packages/networking.scm (wireshark): Update to 3.4.3.
2021-01-31 11:55:14 +01:00
Tobias Geerinckx-Rice
1c33b1b8e8
gnu: nbd: Update to 3.21.
* gnu/packages/networking.scm (nbd): Update to 3.21.
2021-01-17 23:48:12 +01:00
Tobias Geerinckx-Rice
45b4712c55
gnu: lldpd: Update to 1.0.8.
* gnu/packages/networking.scm (lldpd): Update to 1.0.8.
2021-01-14 16:20:45 +01:00
Tobias Geerinckx-Rice
432cb80309
gnu: bwm-ng: Update to 0.6.3.
* gnu/packages/networking.scm (bwm-ng): Update to 0.6.3.
2021-01-10 23:38:49 +01:00
Tobias Geerinckx-Rice
e14d29f932
gnu: httpstat: Update to 1.3.1.
* gnu/packages/networking.scm (httpstat): Update to 1.3.1.
2021-01-02 18:54:27 +01:00
Vincent Legoll
592d6952f6
gnu: libproxy: Update to 0.4.17.
* gnu/packages/networking.scm (libproxy): Update to 0.4.17.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-31 13:50:41 -05:00
Efraim Flashner
f6c106b46d
gnu: whois: Fix cross compiling.
* gnu/packages/networking.scm (whois)[arguments]: Use cc-for-target
and pkg-config-for-target.
2020-12-28 19:04:34 +02:00
Efraim Flashner
646233094e
gnu: whois: Fetch from upstream repository.
* gnu/packages/networking.scm (whois)[source]: Download from upstream
git repository.
2020-12-28 19:04:34 +02:00
Vincent Legoll
1be0da2c7b
gnu: whois: Update to 5.5.7.
* gnu/packages/networking.scm (whois): Update to 5.5.7.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-28 17:45:26 +02:00
John Doe
77a48a4c5d
gnu: miredo: Fix to use iproute2 from the store.
* gnu/packages/networking.scm (miredo):
[inputs]: Add iproute.
[arguments]: New phase 'patch-iproute2 that patches sources to use
iproute2 from the store.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-26 22:29:59 +02:00
zimoun
06de9ca75f
gnu: perl-geo-ip: Remove package.
Fixes <https://bugs.gnu.org/29485>.

* gnu/packages/networking.scm (perl-geo-ip): Remove variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-22 14:10:08 -05:00
Michael Rohleder
0127e683f4
gnu: httpstat: Update to 1.3.0.
* gnu/packages/networking.scm (httpstat): Update to 1.3.0.
[source]: Changed uri from pypi-uri to git-reference.
[arguments]: Add substitution for changed time units of curl.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21 17:47:36 +01:00
Tobias Geerinckx-Rice
9c3dd42129
gnu: wireshark: Update to 3.4.2.
* gnu/packages/networking.scm (wireshark): Update to 3.4.2.
2020-12-20 20:20:02 +01:00
Marius Bakke
d0abf4523f
gnu: rtmpdump: Update to 2.4-0.c5f04a5 [security fixes].
* gnu/packages/networking.scm (rtmpdump): Update to 2.4-0.c5f04a5.
[arguments]: Add phase prefer-gnutls.
[inputs]: Remove OPENSSL-1.0.  Add GNUTLS.
2020-12-20 19:00:41 +01:00
Tobias Geerinckx-Rice
81641a9ce1
gnu: ethtool: Update to 5.10.
* gnu/packages/networking.scm (ethtool): Update to 5.10.
2020-12-18 22:39:22 +01:00
Leo Prikler
403dda2e66
gnu: shadowsocks: Build against openssl.
This patch allows shadowsocks to be used without supplying libopenssl in its
configuration.  See also https://unix.stackexchange.com/questions/623324/.

* gnu/packages/networking.scm (shadowsocks)[inputs]: Add openssl.
[#:phases]: Add patch-crypto-paths.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-12-08 00:45:56 +01:00
Marius Bakke
bff94a5a53
Merge branch 'master' into staging 2020-11-26 01:08:35 +01:00
Tobias Geerinckx-Rice
c89474fffe
gnu: axel: Update to 2.17.10.
* gnu/packages/networking.scm (axel): Update to 2.17.10.
2020-11-24 12:15:32 +01:00
Marius Bakke
a485a98ca8
Merge branch 'master' into staging 2020-11-22 23:36:09 +01:00
Efraim Flashner
8ed4c468ab
gnu: Don't append '.git' to GitHub uris.
* gnu/packages/admin.scm (nmrpflash)[source]: Remove '.git' from URI.
* gnu/packages/aidc.scm (zxing-cpp),
* gnu/packages/assembly.scm (mbuild),
* gnu/packages/audio.scm (opensles, wildmidi, tinyalsa),
* gnu/packages/browser-extensions.scm (ublock-origin-chromium),
* gnu/packages/check.scm (mutest),
* gnu/packages/compression.scm (unshield),
* gnu/packages/coq.scm (subset),
* gnu/packages/dictionaries.scm (translate-shell),
* gnu/packages/disk.scm (memkind),
* gnu/packages/documentation.scm (latex2html),
* gnu/packages/emacs-xyz.scm (emacs-chronometrist,
  emacs-flycheck-ledger, emacs-counsel-notmuch, emacs-spaceline,
  emacs-org-generate),
* gnu/packages/embedded.scm (ebusd, ebusd-configuration),
* gnu/packages/enchant.scm (nuspell),
* gnu/packages/fontutils.scm (woff2),
* gnu/packages/geo.scm (memphis),
* gnu/packages/gimp.scm (mrg),
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator),
* gnu/packages/gnome.scm (parlatype),
* gnu/packages/golang.scm (go-github-com-tv42-httpunix,
  go-github-com-ayufan-golang-kardianos-service),
* gnu/packages/graphics.scm (eglexternalplatform, egl-wayland, mmm,
  directfb, flux),
* gnu/packages/gstreamer.scm (openni2, ccextractor, libvisual,
  graphene),
* gnu/packages/guile-xyz.scm (guile-srfi-180, guile-torrent),
* gnu/packages/image.scm (openjpeg-data),
* gnu/packages/java.scm (javacc),
* gnu/packages/language.scm (liblouis, liblouisutdml),
* gnu/packages/linux.scm (pamela, ttyebus),
* gnu/packages/lxqt.scm (lxqt-connman-applet),
* gnu/packages/mail.scm (libetpan),
* gnu/packages/man.scm (ronn),
* gnu/packages/music.scm (tascam-gtk, artyfx),
* gnu/packages/networking.scm (srt, lksctp-tools, nng, nanomsg),
* gnu/packages/python-crypto.scm (pure-python-otr),
* gnu/packages/qt.scm (qtspell),
* gnu/packages/raspberry-pi.scm (raspi-gpio, raspi-open-firmware),
* gnu/packages/rdp.scm (freerdp),
* gnu/packages/ruby.scm (ruby-prawn-templates, ruby-treetop, ruby-gimme,
  ruby-standard, ruby-rubocop-ast, ruby-rexml, ruby-range-compressor,
  ruby-regexp-property-values, ruby-regexp-parser, ruby-rubocop,
  ruby-pdf-reader, ruby-pdf-inspector, ruby-prawn),
* gnu/packages/syncthing.scm (syncthing-gtk),
* gnu/packages/video.scm (svt-hevc, mediasdk, libvideogfx, libde265,
  tslib),
* gnu/packages/xml.scm (libxmlb, libxmlplusplus)[source]: Same.
2020-11-19 20:48:26 +02:00
Marius Bakke
35ed83beae
Merge branch 'master' into staging 2020-11-19 00:04:32 +01:00
Nicolas Goaziou
7ffa5de2c7
gnu: Add axel.
* gnu/packages/networking.scm (axel): New variable.
2020-11-18 21:16:37 +01:00
Tobias Geerinckx-Rice
dc14cbda51
gnu: enet: Update to 1.3.17.
* gnu/packages/networking.scm (enet): Update to 1.3.17.
2020-11-17 04:45:31 +01:00
Marius Bakke
4e5e05d409
Merge branch 'master' into staging 2020-11-15 23:45:34 +01:00
Tobias Geerinckx-Rice
11305a17ce
gnu: perl-net-dns: Update to 1.28.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.28.
2020-11-15 20:47:45 +01:00
Marius Bakke
2ee194dd7d
gnu: networking.scm: Remove unused module import.
* gnu/packages/networking.scm: Don't import (gnu packages version-control).
2020-11-11 21:37:11 +01:00
Efraim Flashner
3d5cdccab3
gnu: zeromq: Don't build static library.
This saves about 70% of the package size.

* gnu/packages/networking.scm (zeromq)[arguments]: Add configure flag to
skip building static library.
2020-11-11 12:33:01 +02:00
Marius Bakke
32787d6524
Merge branch 'master' into staging
Conflicts:
	gnu/local.mk
	gnu/packages/gdb.scm
	gnu/packages/lisp-xyz.scm
	gnu/packages/web-browsers.scm
2020-11-07 21:33:32 +01:00
raingloom
d814246e2e
gnu: Add yggdrasil.
* gnu/packages/networking.scm (yggdrasil): New variable.
* gnu/packages/patches/yggdrasil-extra-config.patch: New file.
* gnu/local.mk (dist_PATCH_DATA): Add it.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-11-05 18:44:20 +01:00
Tobias Geerinckx-Rice
76373c95b4
gnu: libnice: Update to 0.1.18.
* gnu/packages/networking.scm (libnice): Update to 0.1.18.
[arguments]: Add a new ‘disable-failing-test’ phase.
2020-11-05 03:46:11 +01:00
Tobias Geerinckx-Rice
471ab8772c
gnu: lldpd: Omit static library.
* gnu/packages/networking.scm (lldpd)[arguments]: Add ‘--disable-static’
to the #:configure-flags.
2020-11-05 03:46:11 +01:00
Tobias Geerinckx-Rice
7a484a47a4
gnu: lldpd: Update to 1.0.7.
* gnu/packages/networking.scm (lldpd): Update to 1.0.7.
2020-11-05 03:46:11 +01:00
Nicolas Goaziou
8a7bbc3547
gnu: wireshark: Update to 3.4.0.
* gnu/packages/networking.scm (wireshark): Update to 3.4.0.
[arguments]: Skip another failing test.
2020-11-02 23:39:30 +01:00
Jean-Baptiste Note
dcd8a50350
gnu: squid: Fix build reproducibility issue.
* gnu/packages/networking.scm (squid): Add --disable-arch-native configure
flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-11-02 14:59:35 +01:00
Tobias Geerinckx-Rice
98e159955a
gnu: blueman: Update to 2.1.4.
* gnu/packages/networking.scm (blueman): Update to 2.1.4.
2020-11-01 14:45:48 +01:00
Tobias Geerinckx-Rice
0886ff913b
gnu: batctl: Update to 2020.4.
* gnu/packages/networking.scm (batctl): Update to 2020.4.
2020-11-01 14:45:47 +01:00
Marius Bakke
b6d3d7a419
gnu: srt: Fix pkg-config files.
* gnu/packages/networking.scm (srt)[arguments]: Use relative
CMAKE_INSTALL_INCLUDEDIR.  Remove redundant #:configure-flags.
2020-10-24 16:06:59 +02:00
Marius Bakke
3e09453884
gnu: srt: Disable code coverage checking.
* gnu/packages/networking.scm (srt)[arguments]: Remove
"-DENABLE_CODE_COVERAGE" from #:configure-flags.
2020-10-22 18:41:30 +02:00
Marius Bakke
f343c36dca
gnu: srt: Do not build the static library.
* gnu/packages/networking.scm (srt)[arguments]: Add "-DENABLE_STATIC=OFF" to
 #:configure-flags.
2020-10-22 18:41:29 +02:00
Marius Bakke
ccbbcbf0c4
gnu: srt: Remove unused input.
* gnu/packages/networking.scm (srt)[native-inputs]: Remove GIT.
2020-10-22 18:41:29 +02:00
Maxim Cournoyer
1210a88546
gnu: czmq: Disable the zarmour self test, which fails.
* gnu/packages/networking.scm (czmq)[phases]{patch-tests}: Disable the zarmour
self test.  Harmonize comments.  Drop the FIXME comment; it is for upstream,
not Guix.
2020-10-21 00:20:42 -04:00
Raghav Gururajan
0c140b12f3
gnu: libnice: Propagate gnutls.
* gnu/packages/networking.scm (libnice) [inputs]: Move gnutls to ...
[propagated-inputs]: ... here.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-10-20 00:21:14 +02:00
Marius Bakke
1a8f7a0f58
Merge branch 'master' into staging 2020-10-19 00:17:48 +02:00
Tobias Geerinckx-Rice
f6a0b54e9d
gnu: ethtool: Update to 5.9.
* gnu/packages/networking.scm (ethtool): Update to 5.9.
2020-10-16 15:09:53 +02:00
Marius Bakke
f7175626ff
Merge branch 'master' into staging 2020-10-13 23:39:27 +02:00
Leo Famulari
021e92780b
gnu: Add SRT 1.4.1.
* gnu/packages/networking.scm (srt-1.4.1): New variable.
2020-10-13 16:49:24 -04:00
Guillaume Le Vaillant
87c079d9b5
Merge branch 'master' into staging 2020-10-05 14:17:25 +02:00
Tobias Geerinckx-Rice
08a8b34044
gnu: zeromq: Update to 4.3.3.
* gnu/packages/networking.scm (zeromq): Update to 4.3.3.
2020-10-02 23:08:10 +02:00
Tobias Geerinckx-Rice
5faca523d6
gnu: wireshark: Update to 3.2.7.
* gnu/packages/networking.scm (wireshark): Update to 3.2.7.
2020-10-01 00:13:43 +02:00
Tobias Geerinckx-Rice
2cf49625d0
gnu: perl-net-dns: Update to 1.27.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.27.
2020-10-01 00:13:43 +02:00
Tobias Geerinckx-Rice
820676e1d8
gnu: srt: Update to 1.4.2.
* gnu/packages/networking.scm (srt): Update to 1.4.2.
2020-10-01 00:13:43 +02:00
Tobias Geerinckx-Rice
36bb10d678
gnu: mtr: Update to 0.94.
* gnu/packages/networking.scm (mtr): Update to 0.94.
2020-10-01 00:13:43 +02:00
Efraim Flashner
1628d57bb5
gnu: Fix package references.
* gnu/packages/algebra.scm (iml)[inputs]: Correctly refer to package
inputs.
* gnu/packages/astronomy.scm (xplanet),
* gnu/packages/audio.scm (redkite, libaudec, lv2lint, lv2toweb),
* gnu/packages/bioconductor.scm (r-cummerbund),
* gnu/packages/chicken.scm (chicken),
* gnu/packages/conky.scm (conky),
* gnu/packages/cran.scm (r-latex2exp),
* gnu/packages/crates-io.scm (rust-rgb),
* gnu/packages/databases.scm (mariadb),
* gnu/packages/diffoscope.scm (reprotest),
* gnu/packages/file-systems.scm (glusterfs),
* gnu/packages/finance.scm (electron-cash),
* gnu/packages/games.scm (rinutils, ksudoku, kdiamond, kigo),
* gnu/packages/geo.scm (grass),
* gnu/packages/gnome.scm (libmediaart, gnome-contacts, geoclue),
* gnu/packages/gnucash.scm (aqbanking),
* gnu/packages/image.scm (mtpaint),
* gnu/packages/kde-internet.scm (kopete, ktorrent),
* gnu/packages/kde-utils.scm (kmousetool, kmouth, kronometer),
* gnu/packages/linphone.scm (liblinphone),
* gnu/packages/maths.scm (ppl),
* gnu/packages/mercury.scm (mercury-minimal),
* gnu/packages/music.scm (bjumblr, bschaffl, lsp-plugins,
spectacle-analyzer, helm, tap-lv2, wolf-shaper, shiru-lv2),
* gnu/packages/networking.scm (restinio),
* gnu/packages/prolog.scm (swi-prolog),
* gnu/packages/python-web.scm (gunicorn),
* gnu/packages/python-xyz.scm (python-docusign-esign),
* gnu/packages/ruby.scm (ruby-cucumber, ruby_version, ruby-addressable),
* gnu/packages/sagemath.scm (python-cypari2),
* gnu/packages/skarnet.scm (s6-linux-init),
* gnu/packages/vpn.scm (sshuttle),
* gnu/packages/web.scm (libcyaml),
* gnu/packages/xdisorg.scm (kbdd),
* gnu/packages/xorg.scm (xpra): Same.
2020-09-30 09:28:26 +03:00
Guillaume Le Vaillant
2374443561
Merge branch 'staging' into wip-lisp 2020-09-23 14:50:19 +02:00
Hamzeh Nasajpour
6e398663c3
gnu: nng: Build as a shared library.
* gnu/packages/networking.scm (nng)[arguments]: Add configure-flag to
build as a shared library.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-23 12:13:48 +03:00
Jesse Dowell
87a13a5e30
gnu: docker: Synchronize docker dependencies with the current version of docker.
* gnu/packages/docker.scm (docker-libnetwork): Update to 19.03-1.026aaba.
[source]: Follow URI redirection.
[arguments]: Adjust import-path accordingly.
[home-page]: Same.
* gnu/packages/networking.scm (go-sctp): Update to 0.0.0-2.6e2cb13.
[arguments]: Skip test suite.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-21 13:18:24 +03:00
Tobias Geerinckx-Rice
52569eeb7f
gnu: lldpd: Update to 1.0.6.
* gnu/packages/networking.scm (lldpd): Update to 1.0.6.
2020-09-11 23:30:45 +02:00
Tobias Geerinckx-Rice
dd6eac3e47
gnu: enet: Update to 1.3.16.
* gnu/packages/networking.scm (enet): Update to 1.3.16.
2020-09-11 23:30:45 +02:00
Tobias Geerinckx-Rice
0649c3cafa
gnu: batctl: Update to 2020.3.
* gnu/packages/networking.scm (batctl): Update to 2020.3.
2020-09-11 23:30:44 +02:00
Danny Milosavljevic
aecb61135c
gnu: Add nbd.
* gnu/packages/networking.scm (nbd): New variable.
2020-09-07 12:54:53 +02:00
Alex Griffin
bf69fa1023
gnu: pagekite: Update to 1.5.2.200725.
* gnu/packages/networking.scm (pagekite): Update to 1.5.2.200725.
2020-09-06 08:57:34 -05:00
Efraim Flashner
de3c03a471
Merge remote-tracking branch 'origin/master' into staging 2020-09-05 22:30:04 +03:00
Hendursaga
2056226557
gnu: Add knockd.
* gnu/packages/networking.scm (knockd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-02 17:17:37 +02:00
Tobias Geerinckx-Rice
55d6b357a9
gnu: rtmpdump: Don't install the static library.
* gnu/packages/networking.scm (rtmpdump)[arguments]: Add
an ‘omit-static-library’ phase.
2020-08-31 20:32:50 +02:00
Tobias Geerinckx-Rice
5237aa444d
gnu: rtmpdump: Update to 2.4.
* gnu/packages/networking.scm (rtmpdump): Update to 2.4.
[arguments]: Fix RUNPATH.
2020-08-31 20:32:50 +02:00
Tobias Geerinckx-Rice
e4e03047fb
gnu: squid: Update to 4.13.
* gnu/packages/networking.scm (squid): Update to 4.13.
2020-08-30 06:35:22 +02:00
Tobias Geerinckx-Rice
dc12a37a0d
gnu: net-snmp: Update to 5.9 [fixes CVE-2019-20892].
* gnu/packages/networking.scm (net-snmp): Update to 5.9.
[inputs]: Add ncurses.
[native-inputs]: Add pkg-config.
2020-08-23 06:15:20 +02:00
Tobias Geerinckx-Rice
48d9c7c59a
gnu: wireshark: Update to 3.2.6.
* gnu/packages/networking.scm (wireshark): Update to 3.2.6.
2020-08-20 06:16:46 +02:00
Tobias Geerinckx-Rice
b14a139c96
gnu: iperf: Update to 3.9.
* gnu/packages/networking.scm (iperf): Update to 3.9.
2020-08-20 06:16:45 +02:00
Tobias Geerinckx-Rice
77c96b5cb7
gnu: nng: Update to 1.3.2.
* gnu/packages/networking.scm (nng): Update to 1.3.2.
2020-08-20 06:16:44 +02:00
Raghav Gururajan
9c430c2861
gnu: Add libcamera.
* gnu/packages/networking.scm (libcamera): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:04 +02:00
Raghav Gururajan
433bb35336
gnu: Add libnice.
* gnu/packages/networking.scm (libnice): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:42 +02:00
Raghav Gururajan
63a1783d3a
gnu: Add rtmpdump.
* gnu/packages/networking.scm (rtmpdump): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:41 +02:00
Raghav Gururajan
63d18ff6b9
gnu: Add srt.
* gnu/packages/networking.scm (srt): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:35 +02:00
Raghav Gururajan
24a2aaf3ff
gnu: Add lksctp-tools.
* gnu/packages/networking.scm (lksctp-tools): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:35 +02:00
Raghav Gururajan
9eafab1838
gnu: Add nng.
* gnu/packages/networking.scm (nng): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:54:12 +02:00
Raghav Gururajan
0b4327fe44
gnu: Add nanomsg.
* gnu/packages/networking.scm (nanomsg): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:54:11 +02:00
Tobias Geerinckx-Rice
fa5e2f26d1
gnu: fping: Update to 5.0.
* gnu/packages/networking.scm (fping): Update to 5.0.
2020-08-11 16:25:06 +02:00
Maxim Cournoyer
34d4bed23c
gnu: Add libsocketcan.
* gnu/packages/networking.scm (libsocketcan): New variable.
2020-08-11 00:12:40 -04:00
Tobias Geerinckx-Rice
95b599bd48
gnu: sslh: Update to 1.21c.
* gnu/packages/networking.scm (sslh): Update to 1.21c.
2020-08-11 05:20:38 +02:00
Tobias Geerinckx-Rice
edbbb331de
gnu: ethtool: Update to 5.8.
* gnu/packages/networking.scm (ethtool): Update to 5.8.
2020-08-11 05:20:38 +02:00