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
Efraim Flashner
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
Nicolas Goaziou
e184396844
Revert "gnu: Remove asio-1.12."
...
This reverts commit e8cb755774
.
The variable is still required by restbed.
2021-11-26 23:20:29 +01:00
Nicolas Goaziou
e8cb755774
gnu: Remove asio-1.12.
...
* gnu/packages/networking.scm (asio-1.12): Remove variable.
2021-11-26 23:18:29 +01:00
Nicolas Goaziou
74364d9506
gnu: asio: Update to 1.20.0.
...
* gnu/packages/networking.scm (asio): Update to 1.20.0.
2021-11-26 21:08:32 +01:00
Ludovic Courtès
b15e543d30
Merge branch 'master' into core-updates-frozen
2021-11-23 11:29:38 +01:00
Nicolas Goaziou
e469eee10e
gnu: wireshark: Update to 3.6.0.
...
* gnu/packages/networking.scm (wireshark): Update to 3.6.0.
2021-11-23 10:18:02 +01:00
Ludovic Courtès
ce67634629
gnu: tcp-wrappers: Allow compilation with glibc 2.33.
...
* gnu/packages/networking.scm (tcp-wrappers)[source]: Add 'snippet'.
2021-11-20 23:11:44 +01:00
Maxim Cournoyer
58c42ce41d
gnu: libnice: Disable the 'test-bsd' test.
...
* gnu/packages/networking.scm (libnice)
[phases]{disable-failing-test}: Rename to...
{disable-failing-tests}: ... this, plural. Disable 'test-bsd'.
2021-11-20 08:57:02 -05:00
Ricardo Wurmus
5f6558792f
gnu: opendht: Use GUIX_PYTHONPATH.
...
* gnu/packages/networking.scm (opendht)[arguments]: Use GUIX_PYTHONPATH in the wrapper.
2021-11-20 12:02:19 +01:00
Nicolas Goaziou
039c3848c3
gnu: wireshark: Update to 3.4.10.
...
* gnu/packages/networking.scm (wireshark): Update to 3.4.10.
2021-11-18 09:18:41 +01:00
Ludovic Courtès
3a317f7476
Merge branch 'master' into core-updates-frozen
2021-11-17 23:43:14 +01:00
Maxim Cournoyer
feab09f72a
gnu: gtk: Replace gdk-pixbuf+svg by librsvg.
...
With the addition of a profile hook for computing the gdk-pixbuf loaders cache
file, there is no longer a need for gdk-pixbuf+svg, and librsvg can propagate
gdk-pixbuf without fear, so replace the former for the latter.
The replacement was automated with the following command:
$ git grep -l ',gdk-pixbuf+svg)' \
| xargs sed 's/(".*" ,gdk-pixbuf+svg)/("librsvg" ,librsvg)/' -i
* gnu/packages/gtk.scm (gdk-pixbuf+svg): Delete package.
(gtk+-2)[propagated-inputs]: Replace gdk-pixbuf+svg with librsvg.
(gtk+)[propagated-inputs]: Likewise.
* gnu/packages/gnome.scm (gdk-pixbuf+svg): Add deprecated package.
2021-11-11 12:18:20 -05:00
Maxim Cournoyer
a91c3d336c
gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test.
...
This resolves a build failure following the GStreamer update to 1.18.5.
* gnu/packages/networking.scm (libnice): Update to 0.1.18-0.47a9633.
[phases]{disable-failing-tests}: Comment out rather than delete
test-set-port-range; disable the bind test, which is flaky.
2021-11-11 10:31:29 -05:00
Tobias Geerinckx-Rice
a2d0bee323
gnu: mbuffer: Update to 20211018.
...
* gnu/packages/networking.scm (mbuffer): Update to 20211018.
[native-inputs]: Add which.
2021-11-08 23:00:57 +01:00