summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
AgeCommit message (Expand)Author
2022-04-26gnu: nethogs: Update to 0.8.7....* gnu/packages/networking.scm (nethogs): Update to 0.8.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder
2022-03-08gnu: opendht: Update to 2.3.4....* gnu/packages/networking.scm (opendht): Update to 2.3.4. Maxim Cournoyer
2022-03-08Revert "gnu: socat: Update to 1.7.4.3."...This reverts commit 3cd42883c4ad693ed1f79c6be35e1aa3e010e10a, which led to ~13K rebuilds. Ludovic Courtès
2022-03-08gnu: socat: Update to 1.7.4.3....* gnu/packages/networking.scm (socat): Update to 1.7.4.3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart
2022-02-23gnu: yggdrasil: Update to 0.4.3....* gnu/packages/networking.scm (yggdrasil): Update to 0.4.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> raingloom
2022-02-23gnu: iperf: Update to 3.11....* gnu/packages/networking.scm (iperf): Update to 3.11. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Greg Hogan
2022-02-13gnu: fping: Update to 5.1....* gnu/packages/networking.scm (fping): Update to 5.1. Marius Bakke
2022-02-11gnu: wireshark: Update to 3.6.2....* gnu/packages/networking.scm (wireshark): Update to 3.6.2. Nicolas Goaziou
2022-02-08gnu: iwd: Update to 1.24....* gnu/packages/linux.scm (ell): Update to 0.48. [arguments]: Remove obsolete "fix-dbus-tests" phase. * gnu/packages/networking.scm (iwd): Update to 1.24. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South
2022-02-08gnu: iwd: Build from Git sources....* gnu/packages/networking.scm (iwd)[source]: Use "git-fetch" and "git-file-name". [inputs]: Add ell source code. [native-inputs]: Add autoconf, automake, libtool. [arguments]<#:phases>: Add "copy-ell-header-files" phase to copy shared header files from ell source into source tree. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South
2022-02-08gnu: iwd: Remove reference to %outputs....* gnu/packages/networking.scm (iwd)[arguments]: Remove reference to %outputs by using a gexp. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South
2022-02-08gnu: iwd: Remove input labels....* gnu/packages/networking.scm (iwd)[native-inputs]: Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South
2022-02-05gnu: cppzmq: Update to 4.8.1....* gnu/packages/networking.scm (cppzmq)[version]: Update to 4.8.1. [arguments]: Update to run test suite except when cross-compiling. [inputs]: Add catch2-framework. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South
2022-01-29gnu: fping: Enable IPv6 support....* gnu/packages/networking.scm (fping)[arguments]: New field. Marius Bakke
2022-01-16gnu: tftp-hpa: Fix build with GCC 10....Fixes #53424. * gnu/packages/networking.scm (tftp-hpa)[arguments]: Rewrite as Gexp list. Add "CFLAGS=-fcommon" to #:configure-flags. Reported by Ivan Vilata i Balaguer <ivan@selidor.net> Tobias Geerinckx-Rice
2022-01-22gnu: Add pproxy....* gnu/packages/networking.scm (pproxy): New variable. Marius Bakke
2022-01-17Merge branch 'version-1.4.0'...With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm Maxim Cournoyer
2022-01-16gnu: mtr: Update to 0.95....* gnu/packages/networking.scm (mtr): Update to 0.95. Tobias Geerinckx-Rice
2022-01-10gnu: iwd: Update to 1.20....* gnu/packages/networking.scm (iwd): Update to 1.20. Maxim Cournoyer
2022-01-10gnu: libproxy: Remove target condition from check phase....* gnu/packages/networking.scm (libproxy)[phases]{check}: Remove target condition. Maxim Cournoyer
2022-01-13gnu: opendht: Use the GNU build system....Autotools is still supported; use it, so that it remains well tested and at feature parity with the CMake build system it also supports. * gnu/packages/networking.scm (opendht)[build-system]: Switch to gnu-build-system. [arguments]: Move field above inputs. [imported-modules, modules]: Adjust accordingly. [configure-flags]: Likewise. [phases]: Use G-Exp, and adjust accordingly. Maxim Cournoyer
2022-01-13gnu: opendht: Update to 2.3.1-0.dbbfdaa....* gnu/packages/networking.scm (opendht): Update to 2.3.1-0.dbbfdaa. Normalize comments indentation. [inputs]: Add bash-minimal to please 'guix lint'. Move argon2, nettle, jsoncpp and openssl to... [propagated-inputs]: ... here. Maxim Cournoyer
2022-01-07gnu: whois: Update to 5.5.11....* gnu/packages/networking.scm (whois): Update to 5.5.11. Tobias Geerinckx-Rice
2022-01-05gnu: nbd: Update to 3.23....* gnu/packages/networking.scm (nbd): Update to 3.23. Tobias Geerinckx-Rice
2022-01-02gnu: wireshark: Fix build....* gnu/packages/networking.scm (wireshark)[inputs]: Add missing libgcrypt. Nicolas Goaziou
2021-12-31gnu: wireshark: Update to 3.6.1....* gnu/packages/networking.scm (wireshark): Update to 3.6.1. [inputs]: Remove labels. [native-inputs]: Remove labels. Nicolas Goaziou
2021-12-29gnu: frrouting: Fix trailing whitespace in description....* gnu/packages/networking.scm (frrouting)[description]: Fix trailing whitespace. Vagrant Cascadian
2021-12-21gnu: axel: Update to 2.17.11....* gnu/packages/networking.scm (axel): Update to 2.17.11. Nicolas Goaziou
2021-12-18gnu: restinio: Update to 0.6.14....* gnu/packages/networking.scm (restinio): Update to 0.6.14. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2021-12-13gnu: Remove superfluous "linux-libre-headers" inputs....This input is already propagated from glibc. * gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove LINUX-LIBRE-HEADERS-5.10. * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Likewise. * gnu/packages/accessibility.scm (brltty)[inputs]: Remove LINUX-LIBRE-HEADERS. * gnu/packages/graphics.scm (directfb)[inputs]: Likewise. * gnu/packages/gstreamer.scm (libdc1394)[inputs]: Likewise. * gnu/packages/linux.scm (python-evdev)[native-inputs]: Likewise. (bcc, bpftrace)[inputs]: Likewise. * gnu/packages/networking.scm (lksctp-tools)[inputs]: Likewise. * gnu/packages/video.scm (tslib)[inputs]: Likewise. * gnu/packages/web-browsers.scm (links)[native-inputs]: Likewise. * gnu/packages/cdrom.scm (cdrtools)[inputs]: Likewise. [arguments]: Adjust accordingly. * gnu/packages/lirc.scm (lirc)[inputs, arguments]: Likewise. * gnu/packages/vpn.scm (xl2tpd)[inputs, arguments]: Likewise. Marius Bakke
2021-12-13gnu: Further simplify package inputs....This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-12-02gnu: yggdrasil: Simplify build phases....* gnu/packages/networking.scm (yggdrasil)[arguments]: Rewrite custom 'build phase reusing go-build-system 'build phase. Remove custom 'install phase. Efraim Flashner
2021-12-01gnu: yggdrasil: Update to 0.4.1....* gnu/packages/networking.scm (yggdrasil): Update to 0.4.1. * gnu/packages/patches/yggdrasil-extra-config.patch: Update for new version. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> raingloom
2021-12-01gnu: yggdrasil: Update to 0.4.0....* gnu/packages/patches/yggdrasil-extra-config.patch: Update patch. * gnu/packages/networking.scm (yggdrasil): Update to 0.4.0. [arguments]: Also install genkeys. [propagated-inputs]: Remove go-github-com-cheggaaa-pb; add go-golang-org-x-sys, go-github-com-mattn-go-runewidth, go-github-com-mattn-go-isatty, go-github-com-fatih-color, go-github-com-cheggaaa-pb-v3, go-github-com-vividcortex-ewma, and go-github-com-arceliar-ironwood. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> raingloom
2021-11-30gnu: ethtool: Update to 5.15....* gnu/packages/networking.scm (ethtool): Update to 5.15. Tobias Geerinckx-Rice
2021-11-27gnu: squid: Update to 4.17....* gnu/packages/networking.scm (squid): Update to 4.17. Tobias Geerinckx-Rice
2021-11-27gnu: shadowsocks: Update to 2.9.1....* gnu/packages/networking.scm (shadowsocks): Update to 2.9.1. Nicolas Goaziou
2021-11-27gnu: Remove asio-1.12....* gnu/packages/networking.scm (asio-1.12): Remove variable. Nicolas Goaziou
2021-11-27gnu: restbed: Update to 4.8....* gnu/packages/networking.scm (restbed): Update to 4.8. [inputs]: Use latest `asio'. [arguments]: Activate tests. Remove unknown configure flags. Nicolas Goaziou
2021-11-27gnu: lldpd: Update to 1.0.13....* gnu/packages/networking.scm (lldpd): Update to 1.0.13. Tobias Geerinckx-Rice
2021-11-27gnu: batctl: Update to 2021.4....* gnu/packages/networking.scm (batctl): Update to 2021.4. Tobias Geerinckx-Rice
2021-11-26Revert "gnu: Remove asio-1.12."...This reverts commit e8cb755774034b14e76c137a8edf33f705413860. The variable is still required by restbed. Nicolas Goaziou
2021-11-26gnu: Remove asio-1.12....* gnu/packages/networking.scm (asio-1.12): Remove variable. Nicolas Goaziou
2021-11-26gnu: asio: Update to 1.20.0....* gnu/packages/networking.scm (asio): Update to 1.20.0. Nicolas Goaziou
2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-23gnu: wireshark: Update to 3.6.0....* gnu/packages/networking.scm (wireshark): Update to 3.6.0. Nicolas Goaziou
2021-11-20gnu: tcp-wrappers: Allow compilation with glibc 2.33....* gnu/packages/networking.scm (tcp-wrappers)[source]: Add 'snippet'. Ludovic Courtès
2021-11-20gnu: libnice: Disable the 'test-bsd' test....* gnu/packages/networking.scm (libnice) [phases]{disable-failing-test}: Rename to... {disable-failing-tests}: ... this, plural. Disable 'test-bsd'. Maxim Cournoyer