summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
AgeCommit message (Collapse)Author
2023-11-25gnu: yggdrasil: Update to 0.5.2.Artyom V. Poptsov
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.2. [propagated-inputs]: Rewrite inputs to replace "go-golang-org-x-sys" with "go-golang-org-x-sys-0.8". Use "go-golang-org-x-sys-0.8". Add "go-github-com-bits-and-blooms-bitset", "go-github-com-bits-and-blooms-bloom", "go-github-com-quic-go-quic-go", and "go-github-com-hjson-hjson-go". * gnu/packages/patches/yggdrasil-extra-config.patch: Update. Change-Id: I3c411524e589f0af52eaa90230810148f6ad4e31 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-24gnu: lcsync: Update to 0.3.0.Vagrant Cascadian
Apply guix style. * gnu/packages/networking.scm (lcsync): Update to 0.3.0. [inputs]: Add libbsd. [arguments]<phases>: Drop 'use-prefix-from-configure-in-doc-makefile and 'add-library-paths.
2023-11-24gnu: librecast: Update to 0.8.0.Vagrant Cascadian
* gnu/packages/networking.scm (librecast): Update to 0.8.0. [inputs]: Add libbsd. [source]: Apply guix style.
2023-11-12gnu: Add ngtcp2.mason1920
* gnu/packages/networking.scm (ngtcp2): New variable. Change-Id: Id8fcedf0f2843fa37983cecb98fb76a5ccdcdc22 Signed-off-by: Jelle Licht <jlicht@fsfe.org>
2023-11-08gnu: nanomsg: Don't build html documentation.Efraim Flashner
* gnu/packages/networking.scm (nanomsg)[outputs]: Remove 'doc' output. [arguments]: Remove phase moving html to doc output. [native-inputs]: Remove ruby-asciidoctor, pkg-config. Change-Id: Ie44d250572e652f14981f0d0edfa2de7ae5e62c0
2023-11-05gnu: phantomsocks: Update to 0.0.0-20231031033204-8b0ac27fc450.Hilton Chain
* gnu/packages/networking.scm (phantomsocks): Update to 0.0.0-20231031033204-8b0ac27fc450. [arguments]<#:go>: Use go-1.20. Change-Id: I8cee734d5582c99b7940591ba14fba927992a201 Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-19gnu: iwd: Update to 2.8.Hilton Chain
* gnu/packages/networking.scm (iwd): Update to 2.8. [synopsis]: Change to "iNet Wireless Daemon".
2023-10-16gnu: libcamera: Disable log_process test on aarch64.Maxim Cournoyer
* gnu/packages/networking.scm (libcamera) [arguments] [aarch64]: Add disable-problematic-tests phase.
2023-09-24gnu: phantomsocks: Update to 0.0.0-20230829023258-013a0002abe2.Hilton Chain
* gnu/packages/networking.scm (phantomsocks): Update to 0.0.0-20230829023258-013a0002abe2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-09-25gnu: nng: Update to 1.5.2.Guillaume Le Vaillant
* gnu/packages/networking.scm (nng): Update to 1.5.2. [inputs, native-inputs]: Remove labels. [arguments]: Update 'disable-failing-tests' phase.
2023-09-18gnu: Add netperf.Attila Lendvai
* gnu/packages/networking.scm (netperf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-10gnu: net-snmp: Update to 5.9.4.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (net-snmp): Update to 5.9.4.
2023-09-10gnu: putty: Update to 0.79.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (putty): Update to 0.79.
2023-09-10gnu: iperf: Update to 3.15.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (iperf): Update to 3.15.
2023-09-10gnu: httping: Update to 2.9.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (httping): Update to 2.9. [source]: Use GIT-FETCH and GIT-FILE-NAME.
2023-09-10gnu: lldpd: Update to 1.0.17.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (lldpd): Update to 1.0.17.
2023-09-10gnu: mbuffer: Update to 20230301.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (mbuffer): Update to 20230301.
2023-09-15gnu: squid: Update to 6.3.Sergey Trofimov
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-08gnu: openvswitch: Update to 3.2.0.Marius Bakke
* gnu/packages/networking.scm (openvswitch): Update to 3.2.0.
2023-09-08gnu: iputils: Use new style.Marius Bakke
* gnu/packages/networking.scm (iputils)[arguments]: Use G-expression. [native-inputs]: Remove labels.
2023-09-08gnu: iputils: Update to 20221126.Marius Bakke
* gnu/packages/networking.scm (iputils): Update to 20221126. [source](patches): Remove. [arguments]: Remove obsolete phase. Disable one new test. [description]: Adjust for removed commands. * gnu/packages/patches/iputils-libcap-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2023-09-07gnu: yggdrasil: Update to 0.4.7.Artyom V. Poptsov
* gnu/packages/networking.scm (yggdrasil): Update to 0.4.7. [arguments]: Use G-expressions. Set the package build name and version. Use go-1.20. [propagated-inputs]: Add go-golang-org-x-tools, go-github-com-olekukonko-tablewriter and go-github-com-mattn-go-colorable. * gnu/packages/patches/yggdrasil-extra-config.patch: Don't use deprecated "ioutil". Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-06gnu: libndp: Fix cross-compile.Zheng Junjie
* gnu/packages/networking.scm (libndp) [native-inputs]: When cross-compile add pkg-config, libtool, gettext-minimal, autoconf, automake. [arguments]: When cross-compile, add phase to fix rpl_malloc undefined references. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: lcrq: Update to 0.1.2.Vagrant Cascadian
gnu: lcrq: Update to 0.1.2. * gnu/packages/networking.scm (lcrq): Update to 0.1.2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-08-29gnu: librecast: Update to 0.7.0.Vagrant Cascadian
* gnu/packages/networking.scm (librecast): Update to 0.7.0.
2023-08-29gnu: lcsync: Update to 0.2.1.Vagrant Cascadian
* gnu/packages/networking.scm (lcsync): Update to 0.2.1. [arguments]: #:configure-flags Pass --prefix. Drop 'remove-network-tests and 'remove-immintrin.h phase. Add 'use-prefix-from-configure-in-doc-makefile phase. [inputs]: Add lcrq. [native-inputs]: Remove simde. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-08-29gnu: librecast: Update to 0.7-RC3.Vagrant Cascadian
* gnu/packages/networking.scm (librecast): Update to 0.7-RC3. [arguments]: Drop 'remove-network-tests phase. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-08-27gnu: phantomsocks: Update to 0.0.0-20230811053544-53b995bdab83.Hilton Chain
* gnu/packages/networking.scm (phantomsocks): Update to 0.0.0-20230811053544-53b995bdab83. [propagated-inputs]: Move go-github-com-google-gopacket and go-github-com-macronut-go-tproxy to... [inputs]: ...here.
2023-08-15gnu: Add dnstracer.Maxim Cournoyer
* gnu/packages/networking.scm (dnstracer): New variable. Reviewed-by: Ludovic Courtès <ludo@gnu.org>
2023-08-15gnu: blueman: Build with librsvg-for-system.Efraim Flashner
* gnu/packages/networking.scm (blueman)[inputs]: Replace librsvg with librsvg-for-system.
2023-08-13gnu: libcamera: Rewrite package argument to G-expression.宋文武
* gnu/packages/networking.scm (libcamera)[arguments]: Use G-expression.
2023-08-13gnu: libcamera: Split off gst and tools outputs.宋文武
* gnu/packages/networking.scm (libcamera)[outputs]: Add gst and tools. [arguments]: Pass "-Dbindir" to configure-flags. Adjust 'move-doc phase to 'move-doc-and-gst.
2023-08-13gnu: libcamera: Update to 0.1.0.宋文武
* gnu/packages/networking.scm (libcamera): Update to 0.1.0. [native-inputs]: Add googletest. [arguments]: Add "-Dtest=true" to configure-flags. Remove disable-failing-tests phase.
2023-08-06gnu: lcrq: Update to 0.1.0.Vagrant Cascadian
* gnu/packages/networking.scm (lcrq): Update to 0.1.0.
2023-07-28gnu: iwd: Update to 2.7.Hilton Chain
* gnu/packages/networking.scm (iwd): Update to 2.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-16gnu: wireshark: Update to 4.0.7.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (wireshark): Update to 4.0.7.
2023-07-16gnu: traceroute: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (traceroute)[arguments]: Rewrite as G-expressions.
2023-07-16gnu: traceroute: Update to 2.1.2.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (traceroute): Update to 2.1.2.
2023-07-16gnu: spiped: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (spiped)[arguments]: Rewrite as G-expressions.
2023-07-16gnu: spiped: Update to 1.6.2.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (spiped): Update to 1.6.2. [arguments]: Don't explicitly return #t from phases.
2023-07-16gnu: iperf: Update to 3.14.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (iperf): Update to 3.14.
2023-07-16gnu: whois: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (whois)[arguments]: Rewrite as G-expressions.
2023-07-16gnu: whois: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (whois)[native-inputs]: Remove input labels.
2023-07-16gnu: whois: Update to 5.5.17.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (whois): Update to 5.5.17. [arguments]: Add BASHCOMPDIR to #:configure-flags. Don't explicitly return #t from phases.
2023-07-18gnu: libnatpmp: Update to 20230423.fanquake
* gnu/packages/networking.scm (libnatpmp): Update to 20230423. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18gnu: cppzmq: Update to 4.10.0.Jean-Pierre De Jesus DIAZ
* gnu/packages/networking.scm (cppzmq): Update to 4.10.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-09gnu: ndisc6: Update to 1.0.7.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (ndisc6): Update to 1.0.7.
2023-06-24gnu: iodine: Update to 0.8.0.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (iodine): Update to 0.8.0. [arguments]: Don't explicitly return #t from phases.
2023-06-24gnu: nbd: Update to 3.25.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (nbd): Update to 3.25. [source]: Download official GitHub tarball.
2023-06-12gnu: phantomsocks: Update to 0.0.0-20230405135900-a54ae9f3611e.Hilton Chain
* gnu/packages/networking.scm (phantomsocks): Update to 0.0.0-20230405135900-a54ae9f3611e. Signed-off-by: Christopher Baines <mail@cbaines.net>