Artyom V. Poptsov
3a8c20408f
gnu: iperf: Update to 3.18.
...
* gnu/packages/networking.scm (iperf): Update to 3.18.
Change-Id: Icecbb0b768cd10c6bc9272267f60e2e5f69d9419
2024-12-27 22:13:00 +03:00
Tomas Volf
1a58482a21
gnu: ngtcp2: Update to 1.10.0.
...
* gnu/packages/networking.scm (ngtcp2): Update to 1.10.0.
Change-Id: Icd7911e4658950dcaa8f5a4257f1d40605833144
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-12-25 23:51:09 +01:00
Artyom V. Poptsov
11855e1c28
gnu: yggdrasil: Update to 0.5.12.
...
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.12.
Change-Id: I9a04a531ffdb12a1bd29da2c227e1791f2e77c16
2024-12-21 18:21:10 +03:00
Artyom V. Poptsov
d7bd22a486
gnu: yggdrasil: Update to 0.5.11.
...
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.11.
[propagated-inputs]: Add go-suah-dev-protect.
Change-Id: I9a7bfcfb66e76fca18a0cec5ac447d7e3900227f
2024-12-20 22:43:43 +03:00
Hilton Chain
ae9bce9b07
gnu: phantomsocks: Update to 0.0.0-20241119070700-535ab0adb1e4.
...
* gnu/packages/networking.scm (phantomsocks): Update to
0.0.0-20241119070700-535ab0adb1e4.
Change-Id: I4d61a68e686969c656caae0bc230ca7defa50395
2024-12-18 22:57:08 +08:00
Tomas Volf
0787a180b3
gnu: ngtcp2: Update to 1.9.1 [security fixes].
...
Fixes CVE-2024-52811.
* gnu/packages/networking.scm (ngtcp2): Update to 1.9.1.
Change-Id: Ifeb686e7cb66d8358d69277ac98472e1b0880860
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-12-13 18:20:07 +08:00
Artyom V. Poptsov
d3b24d3d78
gnu: yggdrasil: Update to 0.5.10.
...
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.10.
Change-Id: Icbd55a218e54ea809bf48159aeae44bb64fc588a
2024-11-30 19:38:23 +03:00
David Pflug
76c69bb07a
gnu: nethogs: Update to 0.8.8.
...
* gnu/packages/networking.scm (nethogs): Update to 0.8.8.
Change-Id: I68e127f52b731ebed5470d4372bc3956ddc073af
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-28 14:12:17 +08:00
Tomas Volf
ab56bb4f66
gnu: ngtcp2: Update to 1.9.0.
...
* gnu/packages/networking.scm (ngtcp2): Update to 1.9.0.
Change-Id: Id6bb599b562fc0eb7c710397fd93855c77a026c5
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-11-24 09:01:17 +08:00
Nicolas Graves
700126f654
gnu: nzbget: Ignore failing tests.
...
* gnu/packages/networking.scm (nzbget)[arguments]<#:phases>:
Ignore a misconfigured test on aarch64.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12 17:41:14 +09:00
Nicolas Graves
4cb016fa0c
gnu: nzbget: Update to 24.3. [security fixes]
...
This fixes CVE-2023-49102.
* gnu/packages/networking.scm (nzbget): Update to 24.3.
[source]: Switch to git-fetch.
[build-system]: Switch to cmake-build-system.
[arguments]<configure-flags>: Update field.
[inputs]: Add boost, openssl.
[native-inputs]: Remove pkg-config, add which.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12 17:41:14 +09:00
Sharlatan Hellseher
9ff0a39943
gnu: build/go: Apply default 'fix-embed-files phase.
...
These changes remove redundant phases where files, requiring to be embed
during build or check phases, are copied to the build directory as
proposed in <https://issues.guix.gnu.org/73299 >.
* gnu/packages/backup.scm (restic-rest-server) [arguments]: <#:phases>:
Remove 'fix-embed-files phase.
* gnu/packages/configuration-management.scm (chezmoi): Likewise.
* gnu/packages/packages/golang-build.scm (go-github-com-golang-protobuf): Likewise.
* gnu/packages/golang-web.scm (go-github-com-go-openapi-loads,
go-github-com-go-openapi-runtime, go-github-com-golang-groupcache): Likewise.
* gnu/packages/golang-xyz.scm (go-github-com-dgraph-io-badger): Likewise.
* gnu/packages/golang.scm (go-github-com-ssgelm-cookiejarparser): Likewise.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ds-badger,
go-github-com-libp2p-go-libp2p, kubo): Likewise.
* gnu/packages/irc.scm (soju): Likewise.
* gnu/packages/networking.scm (nebula): Likewise.
* gnu/packages/prometheus.scm (go-github-com-nbrownus-go-metrics-prometheus,
go-github-com-prometheus-client-golang, go-github-com-prometheus-common,
go-github-com-prometheus-common-sigv4, go-github-com-prometheus-exporter-toolkit,
go-github-com-prometheus-statsd-exporter): Likewise
* gnu/packages/version-control.scm (git-lfs): Likewise.
* gnu/packages/web.scm (miniflux): Likewise.
* gnu/packages/golang-crypto.scm (go-filippo-io-age): [arguments]:
<#:phases>: Remove 'copy-input-to-vendor-direcotyr and
'remove-vendor-directory phases.
* gnu/packages/golang-web.scm (go-github-com-go-openapi-analysis,
go-github-com-go-openapi-analysis, go-github-com-go-openapi-validate): Likewise.
* gnu/packages/golang.scm (go-github-com-charmbracelet-glamour): Likewise.
* gnu/packages/textutils.scm (vale): Likewise.
Change-Id: Ic2ec01c8caf86f3ae69d7a1812c1e0b78a549e91
2024-11-09 21:33:51 +00:00
Sharlatan Hellseher
47993ad900
gnu: nebula: Fix build.
...
* gnu/packages/networking.scm (nebula): Fix build.
[arguments]: <#:phases>: Add 'fix-embed-files.
Change-Id: Ie2522c61aa1febadd250b1c02738c48bb82497e9
2024-11-09 21:33:51 +00:00
Nicolas Graves
f0ac12fa1a
gnu: quagga: Fix build and hide CVE.
...
* gnu/packages/networking.scm (quagga)
[inputs]: Add libxcrypt.
[properties]: Add lint-hidden-cve property.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-06 22:18:09 +01:00
Nicolas Graves
72310bf973
gnu: openvswitch: Update to 3.4.0.
...
* gnu/packages/networking.scm (openvswitch): Update to 3.4.0.
[properties]: Add lint-hidden-cve property.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-06 22:18:09 +01:00
Vagrant Cascadian
78ffa63731
gnu: librecast: Update to 0.9.1-1-g5ab5f63.
...
* gnu/packages/networking.scm (librecast): Update to 0.9.1-1-g5ab5f63.
2024-11-05 11:45:21 -08:00
Vagrant Cascadian
ad800e7299
gnu: lcrq: Update to 0.2.3.
...
* gnu/packages/networking.scm (lcrq): Update to 0.2.3.
2024-11-05 11:45:18 -08:00
Zheng Junjie
33665c52c4
gnu: frrouting: Update to 10.1.1.
...
* gnu/packages/networking.scm (frrouting): Update to 10.1.1.
[source]: Switch to git-fetch.
[inputs]: Add libelf and protobuf-c.
[native-inputs]: Add autoconf, automake, libtool, flex, and bison.
[arguments]<#:configure-flags>: Add --sysconfdir=/etc.
Change-Id: I54d589a314c20f19a1c0096e77dc75d9dd1b5c47
2024-11-04 23:57:36 +08:00
Nicolas Graves
85d00a60b5
gnu: libyang: Update to 3.4.2. [security fixes]
...
This fixes CVE-2021-28902, CVE-2021-28903, CVE-2021-28904,
CVE-2021-28905 and CVE-2021-28906.
* gnu/packages/networking.scm (libyang): Update to 3.4.2.
2024-11-04 23:51:17 +08:00
Zheng Junjie
0f5e477745
gnu: wireshark: Build from git source.
...
* gnu/packages/networking.scm (wireshark)[source]: Switch to git-fetch.
[arguments]<#:configure-flags>: Set -DVCSVERSION_OVERRIDE.
Change-Id: I82356c1faea9a6253108dc17334db2464ba38098
2024-11-04 17:36:29 +08:00
Nicolas Graves
6747fc5efc
gnu: wireshark: Update to 4.4.1. [security fixes]
...
This fixes CVE-2024-9780.
* gnu/packages/networking.scm (wireshark): Update to 4.4.1.
2024-11-04 17:36:29 +08:00
Sergey Trofimov
639f79952e
gnu: iwd: Update to 3.0.
...
* gnu/packages/networking.scm (iwd): Update to 3.0.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-11-03 00:54:46 +08:00
Tomas Volf
477c285e8f
gnu: ngtcp2: Update to 1.8.1.
...
* gnu/packages/networking.scm (ngtcp2): Update to 1.8.1.
Change-Id: I986c697da1b101c367f1ca7850555495e8f26179
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-10-23 23:56:25 +08:00
Artyom V. Poptsov
bd26815cf8
gnu: yggdrasil: Update to 0.5.9.
...
* gnu/packages/networking.scm (yggdrasil): Update to 0.5.9.
[propagated-inputs]: Remove go-nhooyr-io-websocket; add go-github-com-coder-websocket and
go-github-com-wlynxg-anet.
Change-Id: I282661d8e45c9a02ec9d4e8a9079a469d19261a1
2024-10-22 22:26:15 +03:00
Tomas Volf
1f923c07e3
gnu: ngtcp2: Update to 1.8.0.
...
* gnu/packages/networking.scm (ngtcp2): Update to 1.8.0.
Change-Id: I0a704cc0e4dc72302b0b7aef133c2cdca9f224fb
2024-10-14 09:38:18 +08:00
Hilton Chain
e6415c3072
gnu: phantomsocks: Update to 0.0.0-20240729085950-7928f8eff406.
...
* gnu/packages/networking.scm (phantomsocks): Update to
0.0.0-20240729085950-7928f8eff406.
Change-Id: If15b87551996f3b52548a5c18a0ff315ac9a2e72
2024-09-29 22:06:38 +08:00
Efraim Flashner
99261e8b53
gnu: vnstat: Update to 2.12.
...
* gnu/packages/networking.scm (vnstat): Update to 2.12.
Change-Id: Ib2e65949be0b4c707c055210cc7996bdd2b8fa9d
2024-09-20 07:35:36 +03:00
Zheng Junjie
59db76c66b
gnu: wireshark: Update to 4.4.0.
...
* gnu/packages/networking.scm (wireshark): Update to 4.4.0.
Change-Id: I7f817641b9fac944483a2d6a90851843209a680f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-19 19:03:09 +02:00
Vagrant Cascadian
18d02443e1
gnu: lcsync: Update to 0.3.1.
...
* gnu/packages/networking.scm (lcsync): Update to 0.3.1.
2024-09-06 14:04:37 -07:00
Vagrant Cascadian
4e60d5dfb4
gnu: lcrq: Add compiler optimizations.
...
* gnu/packages/networking.scm (lcrq)[arguments]: Pass compiler optimizations
to configure. [phases]: Add 'speedtest phase.
2024-09-06 14:04:27 -07:00
Vagrant Cascadian
695eb1e41c
gnu: lcrq: Update to 0.2.1.
...
* gnu/packages/networking.scm (lcrq): Update to 0.2.1.
2024-09-06 14:04:17 -07:00
Andrew Tropin
b0e224566f
gnu: libcamera: Disable signature verification.
...
Signature verification breaks, when libcamera is grafted. Running built-in
libcamera modules via proxy is not recommended by upstream and not always
work. We control the build process of all libcamera modules, so to workaround
the issue we disable signature verification. For more information see:
<https://issues.guix.gnu.org/72828 >
* gnu/packages/patches/libcamera-ipa_manager-disable-signature-verification.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/networking.scm (libcamera): Disable signature verification.
[inputs]: Remove gnutls and openssl.
[arguments]: Remove re-sign-binaries phase.
[source]: Add disable-signature patch.
Change-Id: Icf422553c0f49b28d7997a1e818a4b8d9a6b5732
2024-09-05 10:28:45 +04:00
Andrew Tropin
0b95de9b3b
gnu: libcamera: Remove stale boost dependency.
...
* gnu/packages/networking.scm (libcamera)[inputs]: Boost is not needed
anymore, remove it.
Change-Id: Idd4ce931036298b71e6414a76df37365341ae47d
2024-09-05 10:22:45 +04:00
Ricardo Wurmus
1fd059a14a
gnu: libcamera: Do not pass empty string to meson.
...
* gnu/packages/networking.scm (libcamera)[arguments]: Use list for extra
arguments to meson to avoid passing an empty string.
Change-Id: I5e494eb10f06b4fe9e65e3b0f0f32dd99947b250
2024-08-31 10:45:48 +02:00
Roman Scherer
cbfa5ed392
gnu: libcamera: Disable failing file test on aarch64.
...
* gnu/packages/networking.scm (libcamera): Disable failing file test on aarch64.
Change-Id: Ie3b98a3610df78def46196c05fa823f0cd878926
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-08-31 10:45:48 +02:00
宋文武
8d6c4297ef
gnu: opendht: Fix build.
...
* gnu/packages/networking.scm (opendht)[arguments]: Fix typo of "unpack".
Change-Id: I176d9ce69401fe1c79498329264edd6686993846
2024-08-31 10:45:17 +02:00
宋文武
388f42ab1f
gnu: squid: Add libxcrypt dependency.
...
* gnu/packages/networking.scm (squid)[inputs]: Add libxcrypt.
Change-Id: I1d7e671d0095e988375d2deab554b0142b822e2f
2024-08-31 10:45:08 +02:00
宋文武
d08a74136d
gnu: frrouting: Add libxcrypt dependency.
...
* gnu/packages/networking.scm (frrouting)[inputs]: Add libxcrypt.
Change-Id: I43a06c04e8ddd6c7687192275f8215ae3ec8363f
2024-08-31 10:45:07 +02:00
宋文武
a68ca08fe1
gnu: dante: Add libxcrypt dependency.
...
* gnu/packages/networking.scm (dante)[inputs]: Add libxcrypt.
Change-Id: If36e869dc5ce1b4d15ef0f63933d498c94d426b1
2024-08-31 10:45:07 +02:00
宋文武
4272a8b1d0
gnu: whois: Add libxcrypt dependency.
...
* gnu/packages/networking.scm (whois)[inputs]: Add libxcrypt.
Change-Id: Ic00fdcabd82d484a4331b11058aa96df2c32557d
2024-08-31 10:45:06 +02:00
Maxime Devos
d3973ed374
gnu: networking: Add 'bash' input for 'wrap-program'.
...
It is required for cross-compilation.
* gnu/packages/networking.scm
(blueman)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ifd94df2e7fd13c6036119940dc24d1366a75376d
2024-08-31 10:42:36 +02:00
Maxim Cournoyer
f59df1aa3c
build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-modules.
...
Until now users would have to cargo cult or inspect the private
%default-modules variable of (guix build-systems gnu) to discover which
modules to include when extending the used modules via the #:modules argument.
The renaming was automated via the command:
$ git grep -l %gnu-build-system-modules
| xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i
* guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to...
(%default-gnu-imported-modules): ... this.
(%default-modules): Rename to...
(%default-gnu-modules): ... this. Export.
(dist-package, gnu-build, gnu-cross-build): Adjust accordingly.
Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
2024-08-31 10:42:16 +02:00
Bruno Victal
a68d52a000
gnu: Remove unneeded libxml2 from native-inputs. (libxslt)
...
XML_CATALOG_FILES is already set within libxslt so it's unnecessary to include
libxml2 for the same effect.
* gnu/packages/freedesktop.scm (wayland): Remove obsolete comment.
(farstream, elogind, packagekit, accountsservice, plymouth)[native-inputs]:
Remove libxml2.
* gnu/packages/benchmark.scm (sysbench)[native-inputs]: Ditto.
* gnu/packages/cluster.scm (drbd-utils)[native-inputs]: Ditto.
* gnu/packages/glib.scm (dbus)[native-inputs]: Ditto.
* gnu/packages/gnome.scm (gnome-keyring, glade3, dconf, libsecret, colord)
(upower, gnome-settings-daemon)[native-inputs]: Ditto.
* gnu/packages/linux.scm (eudev)[native-inputs]: Ditto.
* gnu/packages/networking.scm (iputils)[native-inputs]: Ditto.
* gnu/packages/ocr.scm (tesseract-ocr)[native-inputs]: Ditto.
* gnu/packages/polkit.scm (polkit)[native-inputs]: Ditto.
* gnu/packages/samba.scm (samba/pinned)[native-inputs]: Ditto.
* gnu/packages/sssd.scm (adcli)[native-inputs]: Ditto.
* gnu/packages/terminals.scm (kmscon)[native-inputs]: Ditto.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ica3fb5a8e23ad928c53ae508c02777d78c635af0
2024-08-31 10:42:14 +02:00
Bruno Victal
cc30f8537d
gnu: tunctl: Update comment.
...
The actual dependency is docbook-to-man which is a completely different
project [1]. (unrelated to docbook2x and docbook-utils)
[1]: <https://www.oasis-open.org/docbook/tools/dtm/ >
* gnu/packages/networking.scm (tunctl): Update comment.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-31 10:42:13 +02:00
Bruno Victal
157cdce9c3
gnu: iputils: Restyle description and native-inputs.
...
* gnu/packages/networking.scm (iputils)[native-inputs]: Reorder inputs.
[description]: Use @table over @itemize.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-31 10:42:12 +02:00
Bruno Victal
4c9d88a18b
gnu: iputils: Use docbook-xml-5.0.1.
...
* gnu/packages/networking.scm (iputils)[native-inputs]: Use docbook-xml-5.0.1
over docbook-xml.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-31 10:42:12 +02:00
Bruno Victal
1de0e8540b
gnu: socat: Update to 1.7.4.4.
...
* gnu/packages/networking.scm (socat): Update to 1.7.4.4.
[inputs]: Add readline for READLINE support.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-31 10:42:06 +02:00
Tomas Volf
a579822d4c
gnu: ngtcp2: Update to 1.7.0.
...
* gnu/packages/networking.scm (ngtcp2)[version]: Update to 1.7.0.
[source]: Use gzip archive.
Change-Id: If4490a46c0ab551ded32aab962981c9fdb43ff94
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-08-28 16:37:32 +02:00
Andrew Tropin
4a19fe41c3
gnu: libcamera: Re-sign binaries after stripping.
...
* gnu/packages/networking.scm (libcamera)
[arguments]: Re-sign binaries after stripping.
Change-Id: If57a44d22347d8ebc7eab7df343e9c3996fe1793
2024-08-27 13:54:03 +04:00
Andrew Tropin
09abfd628a
gnu: libcamera: Enable udev support.
...
* gnu/packages/networking.scm (libcamera)
[arguments]: Add udev configuration flag.
Change-Id: Ia4e4588d29603dc7a293263a15cce22a2d150813
2024-08-27 13:54:02 +04:00