summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Open vSwitch: Update to 3.0.0.•••* gnu/packages/networking.scm (openvswitch): Update to 3.0.0. Marius Bakke2022-09-111-2/+2
* gnu: Open vSwitch: Remove input labels.•••* gnu/packages/networking.scm (openvswitch)[native-inputs]: Remove labels. [arguments]: Use SEARCH-INPUT-FILE instead of labels. Marius Bakke2022-09-111-11/+11
* gnu: Open vSwitch: Add release-monitoring-url.•••* gnu/packages/networking.scm (openvswitch)[properties]: New field. Marius Bakke2022-09-111-0/+2
* gnu: Open vSwitch: Adjust tests for grep 3.8.•••* gnu/packages/networking.scm (openvswitch)[arguments]: Add substitution for 'egrep'. Marius Bakke2022-09-111-0/+5
* gnu: mtr: Build with JSON support.•••* gnu/packages/networking.scm (mtr)[native-inputs]: Add pkg-config. [inputs]: Add 'jansson'. Oleg Pykhalov2022-09-111-2/+3
* gnu: opendht: Update to 2.4.10.•••* gnu/packages/networking.scm (opendht): Update to 2.4.10. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Olivier Dion via Guix-patches via2022-09-041-2/+2
* gnu: Add missing imports for python-check.•••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. Liliana Marie Prikler2022-09-011-0/+1
* gnu: wireshark: Update to 3.6.7.•••* gnu/packages/networking.scm (wireshark): Update to 3.6.7. Nicolas Goaziou2022-08-291-2/+2
* gnu: libnet: Set man page date to built reproducibly.•••* gnu/packages/networking.scm (libnet)[argument]: Add 'fix-manpage-date phase. Vagrant Cascadian2022-08-191-0/+5
* gnu: bird: Update to 2.0.10.•••* gnu/packages/networking.scm (bird): Update to 2.0.10. Tobias Geerinckx-Rice2022-08-141-2/+2
* gnu: haproxy: Remove ‘free’ & fluff.•••* gnu/packages/networking.scm (haproxy)[description]: Remove the redundant ‘free’ qualifier and some overly gushing other ones. Tobias Geerinckx-Rice2022-08-071-5/+5
* gnu: lcsync: Fix building on non-x86 hardware.•••* gnu/packages/networking.scm (lcsync)[arguments]: Add phase to use simde instead of immintrin.h directly. [native-inputs]: Add simde. Efraim Flashner2022-08-111-0/+13
* gnu: lcsync: Use test-target.•••* gnu/packages/networking.scm (lcsync)[arguments]: Set test-target. Remove custom 'check phase. Efraim Flashner2022-08-111-3/+1
* gnu: librecast: Use test-target.•••* gnu/packages/networking.scm (librecast)[arguments]: Set test-target. Remove custom 'check phase. Efraim Flashner2022-08-111-4/+2
* gnu: lcrq: Use test-target.•••* gnu/packages/networking.scm (lcrq)[arguments]: Set test-target. Remove custom 'check phase. Efraim Flashner2022-08-111-5/+2
* gnu: Add lcsync.•••* gnu/packages/networking.scm (lcsync): New variable. Vagrant Cascadian2022-08-101-0/+49
* gnu: Add librecast.•••* gnu/packages/networking.scm (librecast): New variable. Vagrant Cascadian2022-08-101-0/+50
* gnu: Add lcrq.•••* gnu/packages/networking.scm (lcrq): New variable. Vagrant Cascadian2022-08-101-0/+36
* gnu: qttools: Rename to qttools-5.•••Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* gnu: qtmultimedia: Rename to qtmultimedia-5.•••Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* gnu: qtsvg: Rename variable to qtsvg-5.•••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 Maxim Cournoyer2022-07-311-1/+1
* gnu: net-snmp: Update to 5.9.3.•••* gnu/packages/networking.scm (net-snmp): Update to 5.9.3. [source]: Don't explicitly return #t from the snippet. [arguments]: Likewise for phases. Tobias Geerinckx-Rice2022-07-241-8/+5
* gnu: ipcalc: Update to 0.51.•••* 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. Tobias Geerinckx-Rice2022-07-241-20/+17
* gnu: libsocketcan: Omit duplicate LICENSE file.•••* gnu/packages/networking.scm (libsocketcan)[arguments]: Delete the default 'install-license-files phase. Tobias Geerinckx-Rice2022-07-241-0/+5
* gnu: libsocketcan: Update to 0.0.12.•••* gnu/packages/networking.scm (libsocketcan): Update to 0.0.12. Tobias Geerinckx-Rice2022-07-241-2/+2
* gnu: lldpd: Use G-expressions.•••* gnu/packages/networking.scm (lldpd)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2022-07-241-11/+10
* gnu: lldpd: Update to 1.0.14.•••* gnu/packages/networking.scm (lldpd): Update to 1.0.14. [source]: Don't explicitly return #t from the snippet. Tobias Geerinckx-Rice2022-07-241-4/+3
* gnu: ndisc6: Update to 1.0.6.•••* gnu/packages/networking.scm (ndisc6): Update to 1.0.6. Tobias Geerinckx-Rice2022-07-241-2/+2
* gnu: nbd: Update to 3.24.•••* gnu/packages/networking.scm (nbd): Update to 3.24. Tobias Geerinckx-Rice2022-07-241-2/+2
* gnu: opendht: Really disable the problematic testListen test.•••* gnu/packages/networking.scm (opendht) [phases]{disable-problematic-tests}: Adjust regexp pattern. Reported-by: Jack Hill <jackhill@jackhill.us> Maxim Cournoyer2022-07-261-2/+2
* gnu: asio: Update to 1.22.2.•••* gnu/packages/networking.scm (asio): Update to 1.22.2. Maxim Cournoyer2022-07-211-2/+2
* gnu: opendht: Enable tests.•••* gnu/packages/networking.scm (opendht) [phases]{disable-problematic-tests}: New phase. {check}: New phase override. [propagated-inputs]: Re-indent comments. Maxim Cournoyer2022-07-211-4/+16
* gnu: opendht: Update to 2.4.9.•••* gnu/packages/networking.scm (opendht): Update to 2.4.9. Maxim Cournoyer2022-07-211-3/+3
* gnu: Remove srt-1.4.1.•••* gnu/packages/networking.scm (srt-1.4.1): Delete variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South2022-07-081-18/+0
* gnu: srt: Update to 1.4.4.•••* gnu/packages/networking.scm (srt): Update to 1.4.4. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South2022-07-081-2/+2
* gnu: srt: Remove input labels.•••* gnu/packages/networking.scm (srt)[native-inputs]: Remove input labels. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South2022-07-081-3/+1
* gnu: iodine: Use regular check.•••* gnu/packages/networking.scm (iodine)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Thiago Jung Bauermann2022-07-021-1/+1
* gnu: docker: Update to 20.10.17.•••* 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> Pierre Langlois2022-06-231-3/+3
* gnu: libcamera: Remove input labels.•••* gnu/packages/networking.scm (libcamera)[native-inputs, inputs]: Remove labels. Marius Bakke2022-06-211-17/+17
* gnu: libcamera: Update to 0.0.0-1.•••* 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. Marius Bakke2022-06-211-9/+15
* gnu: networking: Add arp-scan•••* gnu/packages/networking.scm (arp-scan): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Manolis Ragkousis2022-06-211-0/+28
* gnu: hcxtools: Update to 6.2.7.•••* gnu/packages/networking.scm (hcxtools): Update to 6.2.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Petr Hodina2022-06-161-2/+2
* gnu: hcxtools: Use gexps.•••* gnu/packages/networking.scm (hcxtools)[arguments]: Link libraries and use PREFIX instead of INSTALL_DIR. [phases]: Use gexps. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Petr Hodina2022-06-161-9/+12
* gnu: Add kismet.•••* gnu/packages/networking.scm (kismet): New variable. * gnu/local.mk: Add patch. * gnu/packages/patches/kismet-unbundle-boost.patch: New file. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Petr Hodina2022-06-151-0/+51
* gnu: tch-ipv6: Build reproducibly.•••* gnu/packages/networking.scm (thc-ipv6)[arguments]: Add 'use-source-date-epoch-in-manpages phase. Vagrant Cascadian2022-06-101-0/+6
* gnu: restinio: Update to 0.6.15.•••* gnu/packages/networking.scm (restinio): Update to 0.6.15. Tobias Geerinckx-Rice2022-06-051-2/+2
* gnu: putty: Update to 0.77.•••* gnu/packages/networking.scm (putty): Update to 0.77. [build-system]: Switch to CMAKE-BUILD-SYSTEM. [arguments]: Remove the old 'chdir phase. Add a custom 'check phase. [native-inputs]: Add perl. Tobias Geerinckx-Rice2022-06-051-7/+15
* gnu: Remove python2-ipy.•••* gnu/packages/networking.scm (python2-ipy): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: gandi.cli: Fix by downgrading python-click.•••* gnu/packages/python-xyz.scm (python-click-7): New variable. * gnu/packages/networking.scm (gandi.cli)[inputs]: Depend on python-click-7. Pierre Langlois2022-05-301-1/+2
* gnu: mbuffer: Update to 20220418.•••* gnu/packages/networking.scm (mbuffer): Update to 20220418. Tobias Geerinckx-Rice2022-05-221-2/+2