summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
AgeCommit message (Expand)Author
2023-11-25gnu: yggdrasil: Update to 0.5.2....* 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> Artyom V. Poptsov
2023-11-24gnu: lcsync: Update to 0.3.0....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. Vagrant Cascadian
2023-11-24gnu: librecast: Update to 0.8.0....* gnu/packages/networking.scm (librecast): Update to 0.8.0. [inputs]: Add libbsd. [source]: Apply guix style. Vagrant Cascadian
2023-11-12gnu: Add ngtcp2....* gnu/packages/networking.scm (ngtcp2): New variable. Change-Id: Id8fcedf0f2843fa37983cecb98fb76a5ccdcdc22 Signed-off-by: Jelle Licht <jlicht@fsfe.org> mason1920
2023-11-08gnu: nanomsg: Don't build html documentation....* 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 Efraim Flashner
2023-11-05gnu: phantomsocks: Update to 0.0.0-20231031033204-8b0ac27fc450....* 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> Hilton Chain
2023-10-19gnu: iwd: Update to 2.8....* gnu/packages/networking.scm (iwd): Update to 2.8. [synopsis]: Change to "iNet Wireless Daemon". Hilton Chain
2023-10-16gnu: libcamera: Disable log_process test on aarch64....* gnu/packages/networking.scm (libcamera) [arguments] [aarch64]: Add disable-problematic-tests phase. Maxim Cournoyer
2023-09-24gnu: phantomsocks: Update to 0.0.0-20230829023258-013a0002abe2....* gnu/packages/networking.scm (phantomsocks): Update to 0.0.0-20230829023258-013a0002abe2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Hilton Chain
2023-09-25gnu: nng: Update to 1.5.2....* gnu/packages/networking.scm (nng): Update to 1.5.2. [inputs, native-inputs]: Remove labels. [arguments]: Update 'disable-failing-tests' phase. Guillaume Le Vaillant
2023-09-18gnu: Add netperf....* gnu/packages/networking.scm (netperf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Attila Lendvai
2023-09-10gnu: net-snmp: Update to 5.9.4....* gnu/packages/networking.scm (net-snmp): Update to 5.9.4. Tobias Geerinckx-Rice
2023-09-10gnu: putty: Update to 0.79....* gnu/packages/networking.scm (putty): Update to 0.79. Tobias Geerinckx-Rice
2023-09-10gnu: iperf: Update to 3.15....* gnu/packages/networking.scm (iperf): Update to 3.15. Tobias Geerinckx-Rice
2023-09-10gnu: httping: Update to 2.9....* gnu/packages/networking.scm (httping): Update to 2.9. [source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice
2023-09-10gnu: lldpd: Update to 1.0.17....* gnu/packages/networking.scm (lldpd): Update to 1.0.17. Tobias Geerinckx-Rice
2023-09-10gnu: mbuffer: Update to 20230301....* gnu/packages/networking.scm (mbuffer): Update to 20230301. Tobias Geerinckx-Rice
2023-09-15gnu: squid: Update to 6.3....Signed-off-by: Christopher Baines <mail@cbaines.net> Sergey Trofimov
2023-09-08gnu: openvswitch: Update to 3.2.0....* gnu/packages/networking.scm (openvswitch): Update to 3.2.0. Marius Bakke
2023-09-08gnu: iputils: Use new style....* gnu/packages/networking.scm (iputils)[arguments]: Use G-expression. [native-inputs]: Remove labels. Marius Bakke
2023-09-08gnu: iputils: Update to 20221126....* 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. Marius Bakke
2023-09-07gnu: yggdrasil: Update to 0.4.7....* 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> Artyom V. Poptsov
2023-09-06gnu: libndp: Fix cross-compile....* 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> Zheng Junjie
2023-09-05gnu: lcrq: Update to 0.1.2....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> Vagrant Cascadian
2023-08-29gnu: librecast: Update to 0.7.0....* gnu/packages/networking.scm (librecast): Update to 0.7.0. Vagrant Cascadian
2023-08-29gnu: lcsync: Update to 0.2.1....* 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> Vagrant Cascadian
2023-08-29gnu: librecast: Update to 0.7-RC3....* gnu/packages/networking.scm (librecast): Update to 0.7-RC3. [arguments]: Drop 'remove-network-tests phase. Signed-off-by: Christopher Baines <mail@cbaines.net> Vagrant Cascadian
2023-08-27gnu: phantomsocks: Update to 0.0.0-20230811053544-53b995bdab83....* 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. Hilton Chain
2023-08-15gnu: Add dnstracer....* gnu/packages/networking.scm (dnstracer): New variable. Reviewed-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer
2023-08-15gnu: blueman: Build with librsvg-for-system....* gnu/packages/networking.scm (blueman)[inputs]: Replace librsvg with librsvg-for-system. Efraim Flashner
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....* gnu/packages/networking.scm (lcrq): Update to 0.1.0. Vagrant Cascadian
2023-07-28gnu: iwd: Update to 2.7....* gnu/packages/networking.scm (iwd): Update to 2.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Hilton Chain
2023-07-16gnu: wireshark: Update to 4.0.7....* gnu/packages/networking.scm (wireshark): Update to 4.0.7. Tobias Geerinckx-Rice
2023-07-16gnu: traceroute: Use G-expressions....* gnu/packages/networking.scm (traceroute)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-16gnu: traceroute: Update to 2.1.2....* gnu/packages/networking.scm (traceroute): Update to 2.1.2. Tobias Geerinckx-Rice
2023-07-16gnu: spiped: Use G-expressions....* gnu/packages/networking.scm (spiped)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-16gnu: spiped: Update to 1.6.2....* gnu/packages/networking.scm (spiped): Update to 1.6.2. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2023-07-16gnu: iperf: Update to 3.14....* gnu/packages/networking.scm (iperf): Update to 3.14. Tobias Geerinckx-Rice
2023-07-16gnu: whois: Use G-expressions....* gnu/packages/networking.scm (whois)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-16gnu: whois: Remove input labels....* gnu/packages/networking.scm (whois)[native-inputs]: Remove input labels. Tobias Geerinckx-Rice
2023-07-16gnu: whois: Update to 5.5.17....* gnu/packages/networking.scm (whois): Update to 5.5.17. [arguments]: Add BASHCOMPDIR to #:configure-flags. Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2023-07-18gnu: libnatpmp: Update to 20230423....* gnu/packages/networking.scm (libnatpmp): Update to 20230423. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> fanquake
2023-07-18gnu: cppzmq: Update to 4.10.0....* gnu/packages/networking.scm (cppzmq): Update to 4.10.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ
2023-07-09gnu: ndisc6: Update to 1.0.7....* gnu/packages/networking.scm (ndisc6): Update to 1.0.7. Tobias Geerinckx-Rice
2023-06-24gnu: iodine: Update to 0.8.0....* gnu/packages/networking.scm (iodine): Update to 0.8.0. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2023-06-24gnu: nbd: Update to 3.25....* gnu/packages/networking.scm (nbd): Update to 3.25. [source]: Download official GitHub tarball. Tobias Geerinckx-Rice
2023-06-12gnu: phantomsocks: Update to 0.0.0-20230405135900-a54ae9f3611e....* gnu/packages/networking.scm (phantomsocks): Update to 0.0.0-20230405135900-a54ae9f3611e. Signed-off-by: Christopher Baines <mail@cbaines.net> Hilton Chain