summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
AgeCommit message (Collapse)Author
2022-09-04gnu: opendht: Update to 2.4.10.Olivier Dion via Guix-patches via
* gnu/packages/networking.scm (opendht): Update to 2.4.10. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-09-01gnu: Add missing imports for python-check.Liliana Marie Prikler
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.
2022-08-29gnu: wireshark: Update to 3.6.7.Nicolas Goaziou
* gnu/packages/networking.scm (wireshark): Update to 3.6.7.
2022-08-19gnu: libnet: Set man page date to built reproducibly.Vagrant Cascadian
* gnu/packages/networking.scm (libnet)[argument]: Add 'fix-manpage-date phase.
2022-08-14gnu: bird: Update to 2.0.10.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (bird): Update to 2.0.10.
2022-08-07gnu: haproxy: Remove ‘free’ & fluff.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (haproxy)[description]: Remove the redundant ‘free’ qualifier and some overly gushing other ones.
2022-08-11gnu: lcsync: Fix building on non-x86 hardware.Efraim Flashner
* gnu/packages/networking.scm (lcsync)[arguments]: Add phase to use simde instead of immintrin.h directly. [native-inputs]: Add simde.
2022-08-11gnu: lcsync: Use test-target.Efraim Flashner
* gnu/packages/networking.scm (lcsync)[arguments]: Set test-target. Remove custom 'check phase.
2022-08-11gnu: librecast: Use test-target.Efraim Flashner
* gnu/packages/networking.scm (librecast)[arguments]: Set test-target. Remove custom 'check phase.
2022-08-11gnu: lcrq: Use test-target.Efraim Flashner
* gnu/packages/networking.scm (lcrq)[arguments]: Set test-target. Remove custom 'check phase.
2022-08-10gnu: Add lcsync.Vagrant Cascadian
* gnu/packages/networking.scm (lcsync): New variable.
2022-08-10gnu: Add librecast.Vagrant Cascadian
* gnu/packages/networking.scm (librecast): New variable.
2022-08-10gnu: Add lcrq.Vagrant Cascadian
* gnu/packages/networking.scm (lcrq): New variable.
2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer
Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtmultimedia: Rename to qtmultimedia-5.Maxim Cournoyer
Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer
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
2022-07-24gnu: net-snmp: Update to 5.9.3.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (net-snmp): Update to 5.9.3. [source]: Don't explicitly return #t from the snippet. [arguments]: Likewise for phases.
2022-07-24gnu: ipcalc: Update to 0.51.Tobias Geerinckx-Rice
* 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.
2022-07-24gnu: libsocketcan: Omit duplicate LICENSE file.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (libsocketcan)[arguments]: Delete the default 'install-license-files phase.
2022-07-24gnu: libsocketcan: Update to 0.0.12.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (libsocketcan): Update to 0.0.12.
2022-07-24gnu: lldpd: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (lldpd)[arguments]: Rewrite as G-expressions.
2022-07-24gnu: lldpd: Update to 1.0.14.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (lldpd): Update to 1.0.14. [source]: Don't explicitly return #t from the snippet.
2022-07-24gnu: ndisc6: Update to 1.0.6.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (ndisc6): Update to 1.0.6.
2022-07-24gnu: nbd: Update to 3.24.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (nbd): Update to 3.24.
2022-07-26gnu: opendht: Really disable the problematic testListen test.Maxim Cournoyer
* gnu/packages/networking.scm (opendht) [phases]{disable-problematic-tests}: Adjust regexp pattern. Reported-by: Jack Hill <jackhill@jackhill.us>
2022-07-21gnu: asio: Update to 1.22.2.Maxim Cournoyer
* gnu/packages/networking.scm (asio): Update to 1.22.2.
2022-07-21gnu: opendht: Enable tests.Maxim Cournoyer
* gnu/packages/networking.scm (opendht) [phases]{disable-problematic-tests}: New phase. {check}: New phase override. [propagated-inputs]: Re-indent comments.
2022-07-21gnu: opendht: Update to 2.4.9.Maxim Cournoyer
* gnu/packages/networking.scm (opendht): Update to 2.4.9.
2022-07-08gnu: Remove srt-1.4.1.Simon South
* gnu/packages/networking.scm (srt-1.4.1): Delete variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08gnu: srt: Update to 1.4.4.Simon South
* gnu/packages/networking.scm (srt): Update to 1.4.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08gnu: srt: Remove input labels.Simon South
* gnu/packages/networking.scm (srt)[native-inputs]: Remove input labels. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-02gnu: iodine: Use regular check.Thiago Jung Bauermann
* gnu/packages/networking.scm (iodine)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-06-23gnu: docker: Update to 20.10.17.Pierre Langlois
* 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>
2022-06-21gnu: libcamera: Remove input labels.Marius Bakke
* gnu/packages/networking.scm (libcamera)[native-inputs, inputs]: Remove labels.
2022-06-21gnu: libcamera: Update to 0.0.0-1.Marius Bakke
* 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.
2022-06-21gnu: networking: Add arp-scanManolis Ragkousis
* gnu/packages/networking.scm (arp-scan): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-06-16gnu: hcxtools: Update to 6.2.7.Petr Hodina
* gnu/packages/networking.scm (hcxtools): Update to 6.2.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-16gnu: hcxtools: Use gexps.Petr Hodina
* 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>
2022-06-15gnu: Add kismet.Petr Hodina
* 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>
2022-06-10gnu: tch-ipv6: Build reproducibly.Vagrant Cascadian
* gnu/packages/networking.scm (thc-ipv6)[arguments]: Add 'use-source-date-epoch-in-manpages phase.
2022-06-05gnu: restinio: Update to 0.6.15.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (restinio): Update to 0.6.15.
2022-06-05gnu: putty: Update to 0.77.Tobias Geerinckx-Rice
* 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.
2022-05-31gnu: Remove python2-ipy.Maxim Cournoyer
* gnu/packages/networking.scm (python2-ipy): Delete variable.
2022-05-30gnu: gandi.cli: Fix by downgrading python-click.Pierre Langlois
* gnu/packages/python-xyz.scm (python-click-7): New variable. * gnu/packages/networking.scm (gandi.cli)[inputs]: Depend on python-click-7.
2022-05-22gnu: mbuffer: Update to 20220418.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (mbuffer): Update to 20220418.
2022-05-22gnu: proxychains-ng: Update to 4.16.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (proxychains-ng): Update to 4.16.
2022-05-22gnu: aircrack-ng: Run more tests.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (aircrack-ng)[native-inputs]: Add expect.
2022-05-22gnu: aircrack-ng: Improve SMP performance.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (aircrack-ng)[inputs]: Add hwloc:lib.
2022-05-22gnu: aircrack-ng: Update to 1.7.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (aircrack-ng): Update to 1.7. [arguments]: Don't explicitly return #t from phases.
2022-04-26gnu: nethogs: Update to 0.8.7.Michael Rohleder
* gnu/packages/networking.scm (nethogs): Update to 0.8.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>