3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

705 commits

Author SHA1 Message Date
Maxim Cournoyer
9bdab23f22
gnu: Remove python2-ipy.
* gnu/packages/networking.scm (python2-ipy): Delete variable.
2022-05-31 14:52:32 -04:00
Pierre Langlois
b8fc3403d3
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.
2022-05-30 22:18:21 +01:00
Tobias Geerinckx-Rice
428bc13434
gnu: mbuffer: Update to 20220418.
* gnu/packages/networking.scm (mbuffer): Update to 20220418.
2022-05-22 02:00:08 +02:00
Tobias Geerinckx-Rice
adf5ae5a41
gnu: proxychains-ng: Update to 4.16.
* gnu/packages/networking.scm (proxychains-ng): Update to 4.16.
2022-05-22 02:00:08 +02:00
Tobias Geerinckx-Rice
12c9411899
gnu: aircrack-ng: Run more tests.
* gnu/packages/networking.scm (aircrack-ng)[native-inputs]: Add expect.
2022-05-22 02:00:01 +02:00
Tobias Geerinckx-Rice
f9e20e979e
gnu: aircrack-ng: Improve SMP performance.
* gnu/packages/networking.scm (aircrack-ng)[inputs]: Add hwloc:lib.
2022-05-22 02:00:01 +02:00
Tobias Geerinckx-Rice
f262ec40a5
gnu: aircrack-ng: Update to 1.7.
* gnu/packages/networking.scm (aircrack-ng): Update to 1.7.
[arguments]: Don't explicitly return #t from phases.
2022-05-22 02:00:01 +02:00
Michael Rohleder
473676dd66
gnu: nethogs: Update to 0.8.7.
* gnu/packages/networking.scm (nethogs): Update to 0.8.7.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-26 09:30:53 +02:00
Maxim Cournoyer
59001c4f91
gnu: opendht: Update to 2.3.4.
* gnu/packages/networking.scm (opendht): Update to 2.3.4.
2022-03-08 14:13:31 -05:00
Ludovic Courtès
0e91da1d34
Revert "gnu: socat: Update to 1.7.4.3."
This reverts commit 3cd42883c4, which led
to ~13K rebuilds.
2022-03-08 17:19:16 +01:00
3cd42883c4
gnu: socat: Update to 1.7.4.3.
* gnu/packages/networking.scm (socat): Update to 1.7.4.3.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-08 14:47:55 +01:00
raingloom
b15cf03a0c
gnu: yggdrasil: Update to 0.4.3.
* gnu/packages/networking.scm (yggdrasil): Update to 0.4.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-02-23 12:47:30 +02:00
Greg Hogan
e562a9812e
gnu: iperf: Update to 3.11.
* gnu/packages/networking.scm (iperf): Update to 3.11.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-02-23 12:47:30 +02:00
Marius Bakke
8863395217
gnu: fping: Update to 5.1.
* gnu/packages/networking.scm (fping): Update to 5.1.
2022-02-13 13:33:56 +01:00
Nicolas Goaziou
03833d041a
gnu: wireshark: Update to 3.6.2.
* gnu/packages/networking.scm (wireshark): Update to 3.6.2.
2022-02-11 08:20:24 +01:00
Simon South
4be896d6e0
gnu: iwd: Update to 1.24.
* gnu/packages/linux.scm (ell): Update to 0.48.
[arguments]: Remove obsolete "fix-dbus-tests" phase.
* gnu/packages/networking.scm (iwd): Update to 1.24.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-08 13:34:03 +01:00
Simon South
20516fbb92
gnu: iwd: Build from Git sources.
* gnu/packages/networking.scm (iwd)[source]: Use "git-fetch" and
"git-file-name".
[inputs]: Add ell source code.
[native-inputs]: Add autoconf, automake, libtool.
[arguments]<#:phases>: Add "copy-ell-header-files" phase to copy shared header
files from ell source into source tree.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-08 13:34:03 +01:00
Simon South
0d0f2b9c35
gnu: iwd: Remove reference to %outputs.
* gnu/packages/networking.scm (iwd)[arguments]: Remove reference to %outputs
by using a gexp.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-08 13:34:03 +01:00
Simon South
6413eb61af
gnu: iwd: Remove input labels.
* gnu/packages/networking.scm (iwd)[native-inputs]: Remove input labels.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-08 13:34:03 +01:00
Simon South
dd823172d8
gnu: cppzmq: Update to 4.8.1.
* gnu/packages/networking.scm (cppzmq)[version]: Update to 4.8.1.
[arguments]: Update to run test suite except when cross-compiling.
[inputs]: Add catch2-framework.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-05 00:59:30 +01:00
Marius Bakke
7971f88e83
gnu: fping: Enable IPv6 support.
* gnu/packages/networking.scm (fping)[arguments]: New field.
2022-01-29 12:52:37 +01:00
Tobias Geerinckx-Rice
dfc32d8d99
gnu: tftp-hpa: Fix build with GCC 10.
Fixes #53424.

* gnu/packages/networking.scm (tftp-hpa)[arguments]: Rewrite as Gexp list.
Add "CFLAGS=-fcommon" to #:configure-flags.

Reported by Ivan Vilata i Balaguer <ivan@selidor.net>
2022-01-16 01:00:00 +01:00
Marius Bakke
69cc97cdfb
gnu: Add pproxy.
* gnu/packages/networking.scm (pproxy): New variable.
2022-01-22 10:22:59 +01:00
Maxim Cournoyer
276f40fdc3
Merge branch 'version-1.4.0'
With resolved conflicts in:
	gnu/packages/gnome.scm
	gnu/packages/openstack.scm
	gnu/packages/python-xyz.scm
2022-01-17 11:47:09 -05:00
Tobias Geerinckx-Rice
501d26650f
gnu: mtr: Update to 0.95.
* gnu/packages/networking.scm (mtr): Update to 0.95.
2022-01-16 01:00:00 +01:00
Maxim Cournoyer
fa8fb40f6b
gnu: iwd: Update to 1.20.
* gnu/packages/networking.scm (iwd): Update to 1.20.
2022-01-10 11:51:30 -05:00
Maxim Cournoyer
2fb54e94c3
gnu: libproxy: Remove target condition from check phase.
* gnu/packages/networking.scm (libproxy)[phases]{check}: Remove target condition.
2022-01-10 11:44:32 -05:00
Maxim Cournoyer
85b23114e7
gnu: opendht: Use the GNU build system.
Autotools is still supported; use it, so that it remains well tested and at
feature parity with the CMake build system it also supports.

* gnu/packages/networking.scm (opendht)[build-system]: Switch to
gnu-build-system.
[arguments]: Move field above inputs.
[imported-modules, modules]: Adjust accordingly.
[configure-flags]: Likewise.
[phases]: Use G-Exp, and adjust accordingly.
2022-01-13 00:57:51 -05:00
Maxim Cournoyer
f44003444f
gnu: opendht: Update to 2.3.1-0.dbbfdaa.
* gnu/packages/networking.scm (opendht): Update to 2.3.1-0.dbbfdaa.
Normalize comments indentation.

[inputs]: Add bash-minimal to please 'guix lint'.  Move argon2, nettle,
jsoncpp and openssl to...
[propagated-inputs]: ... here.
2022-01-13 00:57:50 -05:00
Tobias Geerinckx-Rice
8bcc04f1c7
gnu: whois: Update to 5.5.11.
* gnu/packages/networking.scm (whois): Update to 5.5.11.
2022-01-07 21:41:50 +01:00
Tobias Geerinckx-Rice
4b784c6846
gnu: nbd: Update to 3.23.
* gnu/packages/networking.scm (nbd): Update to 3.23.
2022-01-05 03:54:04 +01:00
Nicolas Goaziou
40892cc188
gnu: wireshark: Fix build.
* gnu/packages/networking.scm (wireshark)[inputs]: Add missing libgcrypt.
2022-01-02 00:28:10 +01:00
Nicolas Goaziou
3fb9602099
gnu: wireshark: Update to 3.6.1.
* gnu/packages/networking.scm (wireshark): Update to 3.6.1.
[inputs]: Remove labels.
[native-inputs]: Remove labels.
2021-12-31 19:26:43 +01:00
Vagrant Cascadian
0fdfbb2d23
gnu: frrouting: Fix trailing whitespace in description.
* gnu/packages/networking.scm (frrouting)[description]: Fix trailing
  whitespace.
2021-12-29 22:49:30 -08:00
Nicolas Goaziou
b2b926856e
gnu: axel: Update to 2.17.11.
* gnu/packages/networking.scm (axel): Update to 2.17.11.
2021-12-21 00:26:18 +01:00
Tobias Geerinckx-Rice
7c6f0b4249
gnu: restinio: Update to 0.6.14.
* gnu/packages/networking.scm (restinio): Update to 0.6.14.
[arguments]: Don't explicitly return #t from phases.
2021-12-18 17:35:46 +01:00
Marius Bakke
467485a50a
gnu: Remove superfluous "linux-libre-headers" inputs.
This input is already propagated from glibc.

* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove LINUX-LIBRE-HEADERS-5.10.
* gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Likewise.
* gnu/packages/accessibility.scm (brltty)[inputs]: Remove LINUX-LIBRE-HEADERS.
* gnu/packages/graphics.scm (directfb)[inputs]: Likewise.
* gnu/packages/gstreamer.scm (libdc1394)[inputs]: Likewise.
* gnu/packages/linux.scm (python-evdev)[native-inputs]: Likewise.
(bcc, bpftrace)[inputs]: Likewise.
* gnu/packages/networking.scm (lksctp-tools)[inputs]: Likewise.
* gnu/packages/video.scm (tslib)[inputs]: Likewise.
* gnu/packages/web-browsers.scm (links)[native-inputs]: Likewise.
* gnu/packages/cdrom.scm (cdrtools)[inputs]: Likewise.
[arguments]: Adjust accordingly.
* gnu/packages/lirc.scm (lirc)[inputs, arguments]: Likewise.
* gnu/packages/vpn.scm (xl2tpd)[inputs, arguments]: Likewise.
2021-12-13 23:28:57 +01:00
Ludovic Courtès
e3196755e6
gnu: Further simplify package inputs.
This is the result of running:

  ./pre-inst-env guix style --input-simplification=safe

and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Ricardo Wurmus
9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-12-05 19:17:41 +01:00
923a121751
gnu: yggdrasil: Simplify build phases.
* gnu/packages/networking.scm (yggdrasil)[arguments]: Rewrite custom
'build phase reusing go-build-system 'build phase. Remove custom
'install phase.
2021-12-02 14:28:06 +02:00
raingloom
d9956e9383
gnu: yggdrasil: Update to 0.4.1.
* gnu/packages/networking.scm (yggdrasil): Update to 0.4.1.
* gnu/packages/patches/yggdrasil-extra-config.patch: Update for new version.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-01 17:03:34 +01:00
raingloom
f3b2af2147
gnu: yggdrasil: Update to 0.4.0.
* gnu/packages/patches/yggdrasil-extra-config.patch: Update patch.
* gnu/packages/networking.scm (yggdrasil): Update to 0.4.0.
[arguments]: Also install genkeys.
[propagated-inputs]: Remove go-github-com-cheggaaa-pb; add go-golang-org-x-sys,
go-github-com-mattn-go-runewidth, go-github-com-mattn-go-isatty,
go-github-com-fatih-color, go-github-com-cheggaaa-pb-v3,
go-github-com-vividcortex-ewma, and go-github-com-arceliar-ironwood.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-01 17:03:34 +01:00
Tobias Geerinckx-Rice
eb62e3e54d
gnu: ethtool: Update to 5.15.
* gnu/packages/networking.scm (ethtool): Update to 5.15.
2021-11-30 01:08:53 +01:00
Tobias Geerinckx-Rice
162e8ea5fc
gnu: squid: Update to 4.17.
* gnu/packages/networking.scm (squid): Update to 4.17.
2021-11-27 16:24:01 +01:00
Nicolas Goaziou
bd7ef5ab0f
gnu: shadowsocks: Update to 2.9.1.
* gnu/packages/networking.scm (shadowsocks): Update to 2.9.1.
2021-11-27 09:58:18 +01:00
Nicolas Goaziou
f63b3d0105
gnu: Remove asio-1.12.
* gnu/packages/networking.scm (asio-1.12): Remove variable.
2021-11-27 09:03:24 +01:00
Nicolas Goaziou
4316e93705
gnu: restbed: Update to 4.8.
* gnu/packages/networking.scm (restbed): Update to 4.8.
[inputs]: Use latest `asio'.
[arguments]: Activate tests.  Remove unknown configure flags.
2021-11-27 08:58:12 +01:00
Tobias Geerinckx-Rice
0850ce7224
gnu: lldpd: Update to 1.0.13.
* gnu/packages/networking.scm (lldpd): Update to 1.0.13.
2021-11-27 00:49:51 +01:00
Tobias Geerinckx-Rice
b48c89e938
gnu: batctl: Update to 2021.4.
* gnu/packages/networking.scm (batctl): Update to 2021.4.
2021-11-27 00:49:51 +01:00