aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
Commit message (Collapse)AuthorAge
* gnu: lldpd: Update to 1.0.15.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/networking.scm (lldpd): Update to 1.0.15.
* gnu: iperf: Update to 3.12.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/networking.scm (iperf): Update to 3.12.
* gnu: wireshark: Update to 4.0.0.Nicolas Goaziou2022-10-10
| | | | | | | * gnu/packages/networking.scm (wireshark): Update to 4.0.0. [arguments]<#:phases>: Skip checks differently, as the previous way doesn't work anymore. [inputs]: Add pcre2.
* gnu: Add nm-tray.Pavel Shlyak2022-10-10
| | | | | | * gnu/packages/networking.scm (nm-tray): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: squid: Enable TLS features.Sergey Trofimov2022-10-06
| | | | | | | | | | Despite openssl being listed as an input, it was not actually enabled by default. Fixing that using a configure flag. * gnu/packages/networking.scm (squid)[arguments]: Add "--with-openssl" to #:configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: blueman: Update to 2.3.2.kiasoc52022-09-27
| | | | | | | | * gnu/packages/networking.scm (blueman): Update to 2.3.2. [native-inputs]: Remove input labels. [inputs]: Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: openvswitch: Disable tests.Mathieu Othacehe2022-09-24
| | | | | | | | | | | | | | On berlin the following test fails: ;; 25. bfd.at:268: 25. bfd - bfd decay (bfd.at:268): FAILED (bfd.at:397) while this one fails on hydra-114: 1040. dpif-netdev - meters (dpif-netdev.at:269): FAILED (dpif-netdev.at:376) Disable the tests for now. * gnu/packages/networking.scm (openvswitch)[arguments]: Disable them.
* gnu: catch-framework2: Rename variable to catch2.Maxim Cournoyer2022-09-15
| | | | | | Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
* gnu: Open vSwitch: Update to 3.0.0.Marius Bakke2022-09-11
| | | | * gnu/packages/networking.scm (openvswitch): Update to 3.0.0.
* gnu: Open vSwitch: Remove input labels.Marius Bakke2022-09-11
| | | | | * gnu/packages/networking.scm (openvswitch)[native-inputs]: Remove labels. [arguments]: Use SEARCH-INPUT-FILE instead of labels.
* gnu: Open vSwitch: Add release-monitoring-url.Marius Bakke2022-09-11
| | | | * gnu/packages/networking.scm (openvswitch)[properties]: New field.
* gnu: Open vSwitch: Adjust tests for grep 3.8.Marius Bakke2022-09-11
| | | | | * gnu/packages/networking.scm (openvswitch)[arguments]: Add substitution for 'egrep'.
* gnu: mtr: Build with JSON support.Oleg Pykhalov2022-09-11
| | | | | * gnu/packages/networking.scm (mtr)[native-inputs]: Add pkg-config. [inputs]: Add 'jansson'.
* gnu: opendht: Update to 2.4.10.Olivier Dion via Guix-patches via2022-09-04
| | | | | | * gnu/packages/networking.scm (opendht): Update to 2.4.10. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add missing imports for python-check.Liliana Marie Prikler2022-09-01
| | | | | | | | | | | | This fixes an issue introduced in 3bf5a19609560c7ba985eda66019eda15aaf4a86, which caused `guix pull', `guix time-machine', and a few other commands to fail. * gnu/packages/diffoscope.scm: Import python-check. * gnu/packages/django.scm: Likewise. * gnu/packages/logging.scm: Likewise. * gnu/packages/magic-wormhole.scm: Likewise. * gnu/packages/networking.scm: Likewise.
* gnu: wireshark: Update to 3.6.7.Nicolas Goaziou2022-08-29
| | | | * gnu/packages/networking.scm (wireshark): Update to 3.6.7.
* gnu: libnet: Set man page date to built reproducibly.Vagrant Cascadian2022-08-19
| | | | * gnu/packages/networking.scm (libnet)[argument]: Add 'fix-manpage-date phase.
* gnu: bird: Update to 2.0.10.Tobias Geerinckx-Rice2022-08-14
| | | | * gnu/packages/networking.scm (bird): Update to 2.0.10.
* gnu: haproxy: Remove ‘free’ & fluff.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/networking.scm (haproxy)[description]: Remove the redundant ‘free’ qualifier and some overly gushing other ones.
* gnu: lcsync: Fix building on non-x86 hardware.Efraim Flashner2022-08-11
| | | | | | * gnu/packages/networking.scm (lcsync)[arguments]: Add phase to use simde instead of immintrin.h directly. [native-inputs]: Add simde.
* gnu: lcsync: Use test-target.Efraim Flashner2022-08-11
| | | | | * gnu/packages/networking.scm (lcsync)[arguments]: Set test-target. Remove custom 'check phase.
* gnu: librecast: Use test-target.Efraim Flashner2022-08-11
| | | | | * gnu/packages/networking.scm (librecast)[arguments]: Set test-target. Remove custom 'check phase.
* gnu: lcrq: Use test-target.Efraim Flashner2022-08-11
| | | | | * gnu/packages/networking.scm (lcrq)[arguments]: Set test-target. Remove custom 'check phase.
* gnu: Add lcsync.Vagrant Cascadian2022-08-10
| | | | * gnu/packages/networking.scm (lcsync): New variable.
* gnu: Add librecast.Vagrant Cascadian2022-08-10
| | | | * gnu/packages/networking.scm (librecast): New variable.
* gnu: Add lcrq.Vagrant Cascadian2022-08-10
| | | | * gnu/packages/networking.scm (lcrq): New variable.
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: qtmultimedia: Rename to qtmultimedia-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
* gnu: net-snmp: Update to 5.9.3.Tobias Geerinckx-Rice2022-07-24
| | | | | | * gnu/packages/networking.scm (net-snmp): Update to 5.9.3. [source]: Don't explicitly return #t from the snippet. [arguments]: Likewise for phases.
* gnu: ipcalc: Update to 0.51.Tobias Geerinckx-Rice2022-07-24
| | | | | | | | * gnu/packages/networking.scm (ipcalc): Update to 0.51. [source]: Use GIT-FETCH and GIT-FILE-NAME. [inputs]: Remove tar, gzip, and the bogus ‘tarball’. [arguments]: Adjust to build from Git. [home-page]: Update.
* gnu: libsocketcan: Omit duplicate LICENSE file.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/networking.scm (libsocketcan)[arguments]: Delete the default 'install-license-files phase.
* gnu: libsocketcan: Update to 0.0.12.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/networking.scm (libsocketcan): Update to 0.0.12.
* gnu: lldpd: Use G-expressions.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/networking.scm (lldpd)[arguments]: Rewrite as G-expressions.
* gnu: lldpd: Update to 1.0.14.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/networking.scm (lldpd): Update to 1.0.14. [source]: Don't explicitly return #t from the snippet.
* gnu: ndisc6: Update to 1.0.6.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/networking.scm (ndisc6): Update to 1.0.6.
* gnu: nbd: Update to 3.24.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/networking.scm (nbd): Update to 3.24.
* gnu: opendht: Really disable the problematic testListen test.Maxim Cournoyer2022-07-26
| | | | | | | * gnu/packages/networking.scm (opendht) [phases]{disable-problematic-tests}: Adjust regexp pattern. Reported-by: Jack Hill <jackhill@jackhill.us>
* gnu: asio: Update to 1.22.2.Maxim Cournoyer2022-07-21
| | | | * gnu/packages/networking.scm (asio): Update to 1.22.2.
* gnu: opendht: Enable tests.Maxim Cournoyer2022-07-21
| | | | | | | * gnu/packages/networking.scm (opendht) [phases]{disable-problematic-tests}: New phase. {check}: New phase override. [propagated-inputs]: Re-indent comments.
* gnu: opendht: Update to 2.4.9.Maxim Cournoyer2022-07-21
| | | | * gnu/packages/networking.scm (opendht): Update to 2.4.9.
* gnu: Remove srt-1.4.1.Simon South2022-07-08
| | | | | | * gnu/packages/networking.scm (srt-1.4.1): Delete variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: srt: Update to 1.4.4.Simon South2022-07-08
| | | | | | * gnu/packages/networking.scm (srt): Update to 1.4.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: srt: Remove input labels.Simon South2022-07-08
| | | | | | * gnu/packages/networking.scm (srt)[native-inputs]: Remove input labels. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: iodine: Use regular check.Thiago Jung Bauermann2022-07-02
| | | | | | | * gnu/packages/networking.scm (iodine)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: docker: Update to 20.10.17.Pierre Langlois2022-06-23
| | | | | | | | | | | | | | | | | | | * gnu/packages/docker.scm (%docker-version): Update to 20.10.17. (docker-libnetwork)[source]: Update commit according to vendor.conf. Reset revision to 1. Simplify snippet. (docker)[origin]: Remove docker-fix-tests.patch. [arguments]: Adapt 'patch-paths phase, substitute "ip6tables" and buildkit-qemu. Remove trailing #t. [native-inputs]: Replace go-1.14 by go. (docker-cli)[source]: Update hash. [arguments]: Set GO_LINKMODE to "dynamic". Remove trailing #t. [phases]{check}: Replace 'if' with 'when'. * gnu/packages/networking.scm (go-sctp): Update commit according to docker-libnetwork's vendor.conf. * gnu/packages/patches/docker-fix-tests.patch: Delete. * gnu/local.mk (dist_patch_DATA): Remove patch. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: libcamera: Remove input labels.Marius Bakke2022-06-21
| | | | | * gnu/packages/networking.scm (libcamera)[native-inputs, inputs]: Remove labels.
* gnu: libcamera: Update to 0.0.0-1.Marius Bakke2022-06-21
| | | | | | | * gnu/packages/networking.scm (libcamera): Update to 0.0.0-1. [arguments]: Disable Python bindings in #:configure-flags. Disable gstreamer tests. [inputs]: Add LIBYAML, PYTHON-JINJA2, and PYTHON-PLY.
* gnu: networking: Add arp-scanManolis Ragkousis2022-06-21
| | | | | | * gnu/packages/networking.scm (arp-scan): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: hcxtools: Update to 6.2.7.Petr Hodina2022-06-16
| | | | | | * gnu/packages/networking.scm (hcxtools): Update to 6.2.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>