summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesTobias Geerinckx-Rice2021-06-23
|\ | | | | | | | | | | | | | | Conflicts: gnu/packages/cups.scm gnu/packages/python-web.scm gnu/packages/web.scm guix/build/maven/pom.scm
| * gnu: asio: Update to 1.18.2.Tobias Geerinckx-Rice2021-06-21
| | | | | | | | * gnu/packages/networking.scm (asio): Update to 1.18.2.
| * gnu: whois: Update to 5.5.10.Tobias Geerinckx-Rice2021-06-21
| | | | | | | | * gnu/packages/networking.scm (whois): Update to 5.5.10.
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
| * gnu: Add missing imports to (gnu packages vpn).Tobias Geerinckx-Rice2021-06-19
| | | | | | | | | | | | | | | | | | | | | | This follows up on c85ed0e758d7fa230c08dba6b95c65ceac098d50. * gnu/packages/vpn.scm: Import (gnu packages curl), (gnu packages gnome), and (gnu packages multiprecision). * gnu/packages/networking.scm: Remove unused (gnu packages multiprecision) import. f
| * gnu: Move strongswan to (gnu packages vpn).Tobias Geerinckx-Rice2021-06-19
| | | | | | | | | | | | | | See <https://logs.guix.gnu.org/guix/2021-06-19.log#015517>. * gnu/packages/networking.scm (strongswan): Move from here… * gnu/packages/vpn.scm (strongswan): …to here.
| * gnu: strongswan: Update to 5.9.2.Domagoj Stolfa2021-06-19
| | | | | | | | | | | | * gnu/packages/networking.scm (strongswan): Update to 5.9.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | | | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
| * gnu: opendht: Update to 2.2.0rc7-1.c8a0b44.Maxim Cournoyer2021-06-08
| | | | | | | | * gnu/packages/networking.scm (opendht): Update to 2.2.0rc7-1.c8a0b44.
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
| * gnu: strongswan: Configure more sensible defaults.Domagoj Stolfa2021-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/networking.scm (strongswan)[arguments]<#:configure-flags>: Enable aesni, attr-sql, chapoly, curl, dhcp, eap-aka, eap-aka-3gpp, eap-dynamic, eap-identity, eap-md5, eap-mschapv2, eap-peap, eap-radius, eap-sim, eap-sim-file, eap-simaka-pseudonym, eap-simaka-reauth, eap-simaka-sql, eap-tls, eap-tnc, eap-ttls, ext-auth, farp, ha, led, md4, mediation, openssl, soup, sql, sqlite, xauth-eap, xauth-noauth, and xauth-pam support. Disable ldap, mysql, and systemd support. Use libcap by default. [inputs]: Add libcap, libsoup, and linux-pam. [native-inputs]: Add pkg-config. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: czmq: Re-enable previously failing tests, fixed in 4.2.1.Maxim Cournoyer2021-06-06
| | | | | | | | * gnu/packages/networking.scm (czmq)[phases]: Delete argument.
| * gnu: nzbget: Update to 21.1.Tobias Geerinckx-Rice2021-06-05
| | | | | | | | | | * gnu/packages/networking.scm (nzbget): Update to 21.1. [source]: Remove upstreamed snippet.
| * gnu: wireshark: Inspect HTTP/2 headers.Tobias Geerinckx-Rice2021-06-05
| | | | | | | | * gnu/packages/networking.scm (wireshark)[inputs]: Add nghttp2:lib.
| * gnu: wireshark: Support more compression algorithms.Tobias Geerinckx-Rice2021-06-05
| | | | | | | | | | * gnu/packages/networking.scm (wireshark)[inputs]: Add google-brotli, minizip, and zstd:lib.
| * gnu: iperf: Update to 3.10.1.Tobias Geerinckx-Rice2021-06-05
| | | | | | | | * gnu/packages/networking.scm (iperf): Update to 3.10.1.
| * gnu: wireshark: Update to 3.4.6.Nicolas Goaziou2021-06-05
| | | | | | | | * gnu/packages/networking.scm (wireshark): Update to 3.4.6.
| * gnu: amule: Use HTTPS home page.Tobias Geerinckx-Rice2021-06-03
| | | | | | | | * gnu/packages/networking.scm (amule)[home-page]: Use HTTPS.
| * gnu: amule: Update to 2.3.3.Tobias Geerinckx-Rice2021-06-03
| | | | | | | | | | | | | | * gnu/packages/networking.scm (amule): Update to 2.3.3. [source]: Remove patch. * gnu/packages/patches/amule-crypto-6.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: net-snmp: Omit static library.Tobias Geerinckx-Rice2021-05-30
| | | | | | | | | | * gnu/packages/networking.scm (net-snmp)[arguments]: Add "--disable-static" configure flag.
| * gnu: net-snmp: Update to 5.9.1.Tobias Geerinckx-Rice2021-05-30
| | | | | | | | * gnu/packages/networking.scm (net-snmp): Update to 5.9.1.
| * gnu: Add mbuffer.Stefan Reichör2021-05-28
| | | | | | | | | | | | * gnu/packages/networking.scm (mbuffer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: lksctp-tools: Update to 1.0.19.Tobias Geerinckx-Rice2021-05-27
| | | | | | | | | | | | | | * gnu/packages/networking.scm (lksctp-tools): Update to 1.0.19. [source]: Remove patch. * gnu/packages/patches/lksctp-tools-1.0.18-fix-header-file-name.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: lksctp-tools: Edit synopsis & description.Tobias Geerinckx-Rice2021-05-27
| | | | | | | | * gnu/packages/networking.scm (synopsis, description): Improve.
| * gnu: libndp: Update to 1.8.Tobias Geerinckx-Rice2021-05-27
| | | | | | | | * gnu/packages/networking.scm (libndp): Update to 1.8.
| * gnu: iperf: Omit static library.Tobias Geerinckx-Rice2021-05-27
| | | | | | | | | | * gnu/packages/networking.scm (iperf)[arguments]: Add "--disable-static" configure flag.
| * gnu: iperf: Update to 3.10.Tobias Geerinckx-Rice2021-05-27
| | | | | | | | | | * gnu/packages/networking.scm (iperf): Update to 3.10. [source]: Build from git.
| * gnu: frrouting: Update to 7.5.17.5.1.Tobias Geerinckx-Rice2021-05-24
| | | | | | | | * gnu/packages/networking.scm (frrouting): Update to 7.5.17.5.1.
| * gnu: whois: Update to 5.5.9.Tobias Geerinckx-Rice2021-05-24
| | | | | | | | * gnu/packages/networking.scm (whois): Update to 5.5.9.
* | gnu: opendht: Refer to the correct Nettle.Marius Bakke2021-06-06
| | | | | | | | | | | | | | This is a follow-up to 683eb7c5b118440001b89944563603a39fc2ac05. * gnu/packages/networking.scm (opendht)[inputs]: Change from NETTLE-3.7 to NETTLE.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-22
|\|
| * gnu: iwd: Update to 1.14.Marius Bakke2021-05-18
| | | | | | | | | | | | | | | | | | * gnu/packages/networking.scm (iwd): Update to 1.14. [source]: Switch to URL-FETCH. [native-inputs]: Remove ASCIIDOC, AUTOCONF, AUTOMAKE and LIBTOOL. Add PYTHON-DOCUTILS. [arguments]: Remove obsolete configure flag. Don't disable test, adjust Makefile substitution to work with bootstrapped sources.
| * gnu: opendht: Add Python bindings, tools.Maxim Cournoyer2021-05-17
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/networking.scm (opendht) [outputs]: Add tools and debug outputs. [native-inputs]: Add python and python-cython. [imported-modules, modules, phases]: New arguments. [configure-flags]: Disable static compilation. Enable Python support and the tools. [synopsis]: Update synopsis. [description]: Expound description.
| * gnu: opendht: Update to 2.2.0rc7.Maxim Cournoyer2021-05-17
| | | | | | | | * gnu/packages/networking.scm (opendht): Update to 2.2.0rc7.
* | Merge branch 'master' into core-updatesLudovic Courtès2021-05-15
|\|
| * gnu: squid: Update to 4.15.Tobias Geerinckx-Rice2021-05-13
| | | | | | | | * gnu/packages/networking.scm (squid): Update to 4.15.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
| * gnu: knockd: Omit duplicate COPYING copy.Tobias Geerinckx-Rice2021-05-04
| | | | | | | | | | * gnu/packages/networking.scm (knockd)[arguments]: Set the typical ‘--docdir’.
| * gnu: knockd: Update to 0.8.Tobias Geerinckx-Rice2021-05-04
| | | | | | | | * gnu/packages/networking.scm (knockd): Update to 0.8.
| * gnu: ethtool: Update to 5.12.Tobias Geerinckx-Rice2021-05-04
| | | | | | | | * gnu/packages/networking.scm (ethtool): Update to 5.12.
| * gnu: perl-net-dns: Update to 1.31.Tobias Geerinckx-Rice2021-05-03
| | | | | | | | * gnu/packages/networking.scm (perl-net-dns): Update to 1.31.
| * gnu: lldpd: Update to 1.0.11.Tobias Geerinckx-Rice2021-05-02
| | | | | | | | * gnu/packages/networking.scm (lldpd): Update to 1.0.11.
| * gnu: dante: Update to 1.4.3.Tobias Geerinckx-Rice2021-05-02
| | | | | | | | * gnu/packages/networking.scm (dante): Update to 1.4.3.
| * gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls.Maxime Devos2021-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (cbatticon)[arguments]<#:make-flags>: Use CC-FOR-TARGET. * gnu/packages/assembly.scm (dev86)[arguments]<#:make-flags>: Likewise. * gnu/packages/cdrom.scm (cd-discid)[arguments]<#:make-flags>: Likewise. * gnu/packages/crypto.scm (signify, keyutils, ssss, libscrypt, enchive) [arguments]<#:make-flags>: Likewise. * gnu/packages/emacs-xyz.scm (emacs-emacsql, emacs-telega)[arguments] <#:phases>: Likewise. * gnu/packages/gnupg.scm (pgpdump)[arguments]<#:make-flags>: Likewise. * gnu/packages/image-viewers.scm (feh, imv)[arguments]<#:make-flags>: Likewise. * gnu/packages/image.scm (libjxr, giflib, freeimage)[arguments] <#:make-flags>: Likewise. * gnu/packages/irc.scm (ii, sic)[arguments]<#:make-flags>: Likewise. * gnu/packages/lua.scm (make-lua-expat, make-lua-ossl, make-lua-sec) (make-lua-cqueues, make-lua-lgi, lua-resty-signal)[arguments] <#:make-flags>: Likewise. * gnu/packages/networking.scm (httping, pixiewps, sslh, nethogs, spiped) (can-utils, hcxtools, batctl)[arguments]<#:make-flags>: Likewise. * gnu/packages/pdf.scm (fbida)[arguments]<#:make-flags>: Likewise. * gnu/packages/ssh.scm (endlessh)[arguments]<#:make-flags>: Likewise. * gnu/packages/toys.scm (nyancat)[arguments]<#:make-flags>: Likewise. * gnu/packages/upnp.scm (miniupnpc)[arguments]<#:make-flags>: Likewise. * gnu/packages/xdisorg.scm (bemenu, xbanish, sxhkd, xcape, xssproxy) (xrandr-invert-colors, hsetroot, xsettingsd)[arguments]<#:make-flags>: Likewise. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: srt: Update to 1.4.3.Tobias Geerinckx-Rice2021-05-01
| | | | | | | | * gnu/packages/networking.scm (srt): Update to 1.4.3.
| * gnu: wireshark: Update to 3.4.5 [security fixes].Tobias Geerinckx-Rice2021-04-22
| | | | | | | | * gnu/packages/networking.scm (wireshark): Update to 3.4.5.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-04-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/boost.scm gnu/packages/chez.scm gnu/packages/compression.scm gnu/packages/crates-io.scm gnu/packages/docbook.scm gnu/packages/engineering.scm gnu/packages/gcc.scm gnu/packages/gl.scm gnu/packages/gtk.scm gnu/packages/nettle.scm gnu/packages/python-check.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/rust.scm gnu/packages/sqlite.scm guix/build-system/node.scm
| * gnu: Add python-pysctp.Hartmut Goebel2021-04-11
| | | | | | | | * gnu/packages/networking.scm(python-pysctp): New variable.
| * gnu: lksctp-tools: Fix build of include file.Hartmut Goebel2021-04-11
| | | | | | | | | | | | | | * gnu/packages/patches/lksctp-tools-1.0.18-fix-header-file-name.patch: New file. * gnu/local.mk[patches]: Add it. * gnu/packages/networking.scm(/lksctp-tools)[source]: Use this patch.
| * gnu: lldpd: Update to 1.0.10.Tobias Geerinckx-Rice2021-04-11
| | | | | | | | * gnu/packages/networking.scm (lldpd): Update to 1.0.10.