summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
AgeCommit message (Collapse)Author
2022-11-22gnu: slurm-monitor: Update to 0.4.4.Marius Bakke
* gnu/packages/networking.scm (slurm-monitor): Update to 0.4.4. [build-system]: Change to MESON-BUILD-SYSTEM. [native-inputs]: Add PKG-CONFIG.
2022-11-22gnu: ifstatus: Update to 2.0.0.Marius Bakke
* gnu/packages/networking.scm (ifstatus): Update to 2.0.0. [source](uri): Adjust. [source](modules, snippet): Remove.
2022-11-20gnu: iwd: Update to 2.0.kiasoc5
* gnu/packages/networking.scm (iwd): Update to 2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-11gnu: opendht: Use latest fmt.Maxim Cournoyer
* gnu/packages/networking.scm (opendht)[inputs]: Replace fmt-8 with fmt.
2022-11-09gnu: Add vnstat.Nicolas Graves
* gnu/packages/networking.scm (vnstat): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-06gnu: restinio: Update to 0.6.17.Maxim Cournoyer
* gnu/packages/networking.scm (restinio): Update to 0.6.17. [propagated-inputs]: Replace fmt-8 with fmt.
2022-11-06gnu: restinio: Prepare for tests and propagate some inputs.Maxim Cournoyer
* gnu/packages/networking.scm (restinio): Update to 0.6.15. [configure-flags]: New field. [phases]: {change-directory}: Change directory to 'dev'. [inputs]: Remove zlib, catch2, boost, pcre, and pcre2. [propagated-inputs]: Add pcre, pcre2, and zlib. [native-inputs]: Add catch2, clara, and json-dto.
2022-11-06gnu: fmt: Update to 9.1.0.Maxim Cournoyer
* gnu/packages/pretty-print.scm (fmt): Update to 9.1.0. (fmt-8): New variable. * gnu/packages/hyperledger.scm (hyperledger-iroha) [snippet]: Delete trailing #t. [native-inputs]: Re-indent. Replace fmt with fmt-8. * gnu/packages/networking.scm (opendht) [inputs]: Replace fmt with fmt-8. * gnu/packages/storage.scm (ceph): Likewise. * gnu/packages/video.scm (mkvtoolnix): Likewise. * gnu/packages/aidc.scm (zxing-cpp): Likewise. * gnu/packages/wm.scm (waybar): Likewise. * gnu/packages/geo.scm (osm2pgsql): Likewise. * gnu/packages/graphics.scm (openimageio): Likewise. * gnu/packages/build-tools.scm (bear): Likewise. * gnu/packages/networking.scm (restinio): Likewise.
2022-11-03gnu: Fix various case and whitespace issues in synopsis.Vagrant Cascadian
* gnu/packages/kodi.scm (fstrcmp)[synopsis]: Fix case. * gnu/packages/lisp-xyz.scm (sbcl-cl-form-types)[synopsis]: Fix case. * gnu/packages/machine-learning.scm (python-torchvision)[synopsis]: Remove leading whitespace. * gnu/packages/networking.scm (lcrq)[synopsis]: Fix case. (lcsync)[synopsis]: Likewise. * gnu/packages/ruby.scm (ruby-mustache)[synopsis]: Fix case.
2022-11-03gnu: Fix various synopsis and description issues.Vagrant Cascadian
* gnu/packages/admin.scm (greetd-pam-mount)[synopsis]: Base synopsis on pam-mount synopsis. [description]: Use two spaces consistently. (greetd)[synopsis]: Begin sentence with upper-case. * gnu/packages/xdisorg.scm (wlsunset)[description]: Fix spelling and case of wlsunsest. * gnu/packages/mail.scm (libpst): Add synopsis. * gnu/packages/networking.scm (librecast)[synopsis]: Update synopsis. (lcrq)[description]: Use two spaces after sentences.
2022-11-03gnu: Open vSwitch: Update to 3.0.1.Marius Bakke
* gnu/packages/networking.scm (openvswitch): Update to 3.0.1.
2022-10-30gnu: netdiscover: Update to 0.10.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (netdiscover): Update to 0.10.
2022-10-30gnu: wireshark: Update to 4.0.1.Nicolas Goaziou
* gnu/packages/networking.scm (wireshark): Update to 4.0.1.
2022-10-24gnu: blueman: Update to 2.3.4.kiasoc5
* gnu/packages/networking.scm (blueman): Update to 2.3.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-10-16gnu: lldpd: Update to 1.0.15.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (lldpd): Update to 1.0.15.
2022-10-16gnu: iperf: Update to 3.12.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (iperf): Update to 3.12.
2022-10-10gnu: wireshark: Update to 4.0.0.Nicolas Goaziou
* 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.
2022-10-10gnu: Add nm-tray.Pavel Shlyak
* gnu/packages/networking.scm (nm-tray): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06gnu: squid: Enable TLS features.Sergey Trofimov
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>
2022-09-27gnu: blueman: Update to 2.3.2.kiasoc5
* 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>
2022-09-24gnu: openvswitch: Disable tests.Mathieu Othacehe
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.
2022-09-15gnu: catch-framework2: Rename variable to catch2.Maxim Cournoyer
Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
2022-09-11gnu: Open vSwitch: Update to 3.0.0.Marius Bakke
* gnu/packages/networking.scm (openvswitch): Update to 3.0.0.
2022-09-11gnu: Open vSwitch: Remove input labels.Marius Bakke
* gnu/packages/networking.scm (openvswitch)[native-inputs]: Remove labels. [arguments]: Use SEARCH-INPUT-FILE instead of labels.
2022-09-11gnu: Open vSwitch: Add release-monitoring-url.Marius Bakke
* gnu/packages/networking.scm (openvswitch)[properties]: New field.
2022-09-11gnu: Open vSwitch: Adjust tests for grep 3.8.Marius Bakke
* gnu/packages/networking.scm (openvswitch)[arguments]: Add substitution for 'egrep'.
2022-09-11gnu: mtr: Build with JSON support.Oleg Pykhalov
* gnu/packages/networking.scm (mtr)[native-inputs]: Add pkg-config. [inputs]: Add 'jansson'.
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.