summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
Commit message (Collapse)AuthorAge
* gnu: whois: Fix cross compiling.Efraim Flashner2020-12-28
| | | | | * gnu/packages/networking.scm (whois)[arguments]: Use cc-for-target and pkg-config-for-target.
* gnu: whois: Fetch from upstream repository.Efraim Flashner2020-12-28
| | | | | * gnu/packages/networking.scm (whois)[source]: Download from upstream git repository.
* gnu: whois: Update to 5.5.7.Vincent Legoll2020-12-28
| | | | | | * gnu/packages/networking.scm (whois): Update to 5.5.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: miredo: Fix to use iproute2 from the store.John Doe2020-12-26
| | | | | | | | | * gnu/packages/networking.scm (miredo): [inputs]: Add iproute. [arguments]: New phase 'patch-iproute2 that patches sources to use iproute2 from the store. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: perl-geo-ip: Remove package.zimoun2020-12-22
| | | | | | | | Fixes <https://bugs.gnu.org/29485>. * gnu/packages/networking.scm (perl-geo-ip): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: httpstat: Update to 1.3.0.Michael Rohleder2020-12-21
| | | | | | | | * gnu/packages/networking.scm (httpstat): Update to 1.3.0. [source]: Changed uri from pypi-uri to git-reference. [arguments]: Add substitution for changed time units of curl. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: wireshark: Update to 3.4.2.Tobias Geerinckx-Rice2020-12-20
| | | | * gnu/packages/networking.scm (wireshark): Update to 3.4.2.
* gnu: rtmpdump: Update to 2.4-0.c5f04a5 [security fixes].Marius Bakke2020-12-20
| | | | | | * gnu/packages/networking.scm (rtmpdump): Update to 2.4-0.c5f04a5. [arguments]: Add phase prefer-gnutls. [inputs]: Remove OPENSSL-1.0. Add GNUTLS.
* gnu: ethtool: Update to 5.10.Tobias Geerinckx-Rice2020-12-18
| | | | * gnu/packages/networking.scm (ethtool): Update to 5.10.
* gnu: shadowsocks: Build against openssl.Leo Prikler2020-12-08
| | | | | | | | | | This patch allows shadowsocks to be used without supplying libopenssl in its configuration. See also https://unix.stackexchange.com/questions/623324/. * gnu/packages/networking.scm (shadowsocks)[inputs]: Add openssl. [#:phases]: Add patch-crypto-paths. Signed-off-by: Marius Bakke <marius@gnu.org>
* Merge branch 'master' into stagingMarius Bakke2020-11-26
|\
| * gnu: axel: Update to 2.17.10.Tobias Geerinckx-Rice2020-11-24
| | | | | | | | * gnu/packages/networking.scm (axel): Update to 2.17.10.
* | Merge branch 'master' into stagingMarius Bakke2020-11-22
|\|
| * gnu: Don't append '.git' to GitHub uris.Efraim Flashner2020-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (nmrpflash)[source]: Remove '.git' from URI. * gnu/packages/aidc.scm (zxing-cpp), * gnu/packages/assembly.scm (mbuild), * gnu/packages/audio.scm (opensles, wildmidi, tinyalsa), * gnu/packages/browser-extensions.scm (ublock-origin-chromium), * gnu/packages/check.scm (mutest), * gnu/packages/compression.scm (unshield), * gnu/packages/coq.scm (subset), * gnu/packages/dictionaries.scm (translate-shell), * gnu/packages/disk.scm (memkind), * gnu/packages/documentation.scm (latex2html), * gnu/packages/emacs-xyz.scm (emacs-chronometrist, emacs-flycheck-ledger, emacs-counsel-notmuch, emacs-spaceline, emacs-org-generate), * gnu/packages/embedded.scm (ebusd, ebusd-configuration), * gnu/packages/enchant.scm (nuspell), * gnu/packages/fontutils.scm (woff2), * gnu/packages/geo.scm (memphis), * gnu/packages/gimp.scm (mrg), * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator), * gnu/packages/gnome.scm (parlatype), * gnu/packages/golang.scm (go-github-com-tv42-httpunix, go-github-com-ayufan-golang-kardianos-service), * gnu/packages/graphics.scm (eglexternalplatform, egl-wayland, mmm, directfb, flux), * gnu/packages/gstreamer.scm (openni2, ccextractor, libvisual, graphene), * gnu/packages/guile-xyz.scm (guile-srfi-180, guile-torrent), * gnu/packages/image.scm (openjpeg-data), * gnu/packages/java.scm (javacc), * gnu/packages/language.scm (liblouis, liblouisutdml), * gnu/packages/linux.scm (pamela, ttyebus), * gnu/packages/lxqt.scm (lxqt-connman-applet), * gnu/packages/mail.scm (libetpan), * gnu/packages/man.scm (ronn), * gnu/packages/music.scm (tascam-gtk, artyfx), * gnu/packages/networking.scm (srt, lksctp-tools, nng, nanomsg), * gnu/packages/python-crypto.scm (pure-python-otr), * gnu/packages/qt.scm (qtspell), * gnu/packages/raspberry-pi.scm (raspi-gpio, raspi-open-firmware), * gnu/packages/rdp.scm (freerdp), * gnu/packages/ruby.scm (ruby-prawn-templates, ruby-treetop, ruby-gimme, ruby-standard, ruby-rubocop-ast, ruby-rexml, ruby-range-compressor, ruby-regexp-property-values, ruby-regexp-parser, ruby-rubocop, ruby-pdf-reader, ruby-pdf-inspector, ruby-prawn), * gnu/packages/syncthing.scm (syncthing-gtk), * gnu/packages/video.scm (svt-hevc, mediasdk, libvideogfx, libde265, tslib), * gnu/packages/xml.scm (libxmlb, libxmlplusplus)[source]: Same.
* | Merge branch 'master' into stagingMarius Bakke2020-11-19
|\|
| * gnu: Add axel.Nicolas Goaziou2020-11-18
| | | | | | | | * gnu/packages/networking.scm (axel): New variable.
| * gnu: enet: Update to 1.3.17.Tobias Geerinckx-Rice2020-11-17
| | | | | | | | * gnu/packages/networking.scm (enet): Update to 1.3.17.
* | Merge branch 'master' into stagingMarius Bakke2020-11-15
|\|
| * gnu: perl-net-dns: Update to 1.28.Tobias Geerinckx-Rice2020-11-15
| | | | | | | | * gnu/packages/networking.scm (perl-net-dns): Update to 1.28.
| * gnu: networking.scm: Remove unused module import.Marius Bakke2020-11-11
| | | | | | | | * gnu/packages/networking.scm: Don't import (gnu packages version-control).
| * gnu: zeromq: Don't build static library.Efraim Flashner2020-11-11
| | | | | | | | | | | | | | This saves about 70% of the package size. * gnu/packages/networking.scm (zeromq)[arguments]: Add configure flag to skip building static library.
* | Merge branch 'master' into stagingMarius Bakke2020-11-07
|\| | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/gdb.scm gnu/packages/lisp-xyz.scm gnu/packages/web-browsers.scm
| * gnu: Add yggdrasil.raingloom2020-11-05
| | | | | | | | | | | | | | | | * gnu/packages/networking.scm (yggdrasil): New variable. * gnu/packages/patches/yggdrasil-extra-config.patch: New file. * gnu/local.mk (dist_PATCH_DATA): Add it. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: libnice: Update to 0.1.18.Tobias Geerinckx-Rice2020-11-05
| | | | | | | | | | * gnu/packages/networking.scm (libnice): Update to 0.1.18. [arguments]: Add a new ‘disable-failing-test’ phase.
| * gnu: lldpd: Omit static library.Tobias Geerinckx-Rice2020-11-05
| | | | | | | | | | * gnu/packages/networking.scm (lldpd)[arguments]: Add ‘--disable-static’ to the #:configure-flags.
| * gnu: lldpd: Update to 1.0.7.Tobias Geerinckx-Rice2020-11-05
| | | | | | | | * gnu/packages/networking.scm (lldpd): Update to 1.0.7.
| * gnu: wireshark: Update to 3.4.0.Nicolas Goaziou2020-11-02
| | | | | | | | | | * gnu/packages/networking.scm (wireshark): Update to 3.4.0. [arguments]: Skip another failing test.
| * gnu: squid: Fix build reproducibility issue.Jean-Baptiste Note2020-11-02
| | | | | | | | | | | | | | * gnu/packages/networking.scm (squid): Add --disable-arch-native configure flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: blueman: Update to 2.1.4.Tobias Geerinckx-Rice2020-11-01
| | | | | | | | * gnu/packages/networking.scm (blueman): Update to 2.1.4.
| * gnu: batctl: Update to 2020.4.Tobias Geerinckx-Rice2020-11-01
| | | | | | | | * gnu/packages/networking.scm (batctl): Update to 2020.4.
| * gnu: srt: Fix pkg-config files.Marius Bakke2020-10-24
| | | | | | | | | | * gnu/packages/networking.scm (srt)[arguments]: Use relative CMAKE_INSTALL_INCLUDEDIR. Remove redundant #:configure-flags.
| * gnu: srt: Disable code coverage checking.Marius Bakke2020-10-22
| | | | | | | | | | * gnu/packages/networking.scm (srt)[arguments]: Remove "-DENABLE_CODE_COVERAGE" from #:configure-flags.
| * gnu: srt: Do not build the static library.Marius Bakke2020-10-22
| | | | | | | | | | * gnu/packages/networking.scm (srt)[arguments]: Add "-DENABLE_STATIC=OFF" to #:configure-flags.
| * gnu: srt: Remove unused input.Marius Bakke2020-10-22
| | | | | | | | * gnu/packages/networking.scm (srt)[native-inputs]: Remove GIT.
| * gnu: czmq: Disable the zarmour self test, which fails.Maxim Cournoyer2020-10-21
| | | | | | | | | | | | * gnu/packages/networking.scm (czmq)[phases]{patch-tests}: Disable the zarmour self test. Harmonize comments. Drop the FIXME comment; it is for upstream, not Guix.
| * gnu: libnice: Propagate gnutls.Raghav Gururajan2020-10-20
| | | | | | | | | | | | | | * gnu/packages/networking.scm (libnice) [inputs]: Move gnutls to ... [propagated-inputs]: ... here. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* | Merge branch 'master' into stagingMarius Bakke2020-10-19
|\|
| * gnu: ethtool: Update to 5.9.Tobias Geerinckx-Rice2020-10-16
| | | | | | | | * gnu/packages/networking.scm (ethtool): Update to 5.9.
* | Merge branch 'master' into stagingMarius Bakke2020-10-13
|\|
| * gnu: Add SRT 1.4.1.Leo Famulari2020-10-13
| | | | | | | | * gnu/packages/networking.scm (srt-1.4.1): New variable.
* | Merge branch 'master' into stagingGuillaume Le Vaillant2020-10-05
|\|
| * gnu: zeromq: Update to 4.3.3.Tobias Geerinckx-Rice2020-10-02
| | | | | | | | * gnu/packages/networking.scm (zeromq): Update to 4.3.3.
| * gnu: wireshark: Update to 3.2.7.Tobias Geerinckx-Rice2020-10-01
| | | | | | | | * gnu/packages/networking.scm (wireshark): Update to 3.2.7.
| * gnu: perl-net-dns: Update to 1.27.Tobias Geerinckx-Rice2020-10-01
| | | | | | | | * gnu/packages/networking.scm (perl-net-dns): Update to 1.27.
| * gnu: srt: Update to 1.4.2.Tobias Geerinckx-Rice2020-10-01
| | | | | | | | * gnu/packages/networking.scm (srt): Update to 1.4.2.
| * gnu: mtr: Update to 0.94.Tobias Geerinckx-Rice2020-10-01
| | | | | | | | * gnu/packages/networking.scm (mtr): Update to 0.94.
| * gnu: Fix package references.Efraim Flashner2020-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/algebra.scm (iml)[inputs]: Correctly refer to package inputs. * gnu/packages/astronomy.scm (xplanet), * gnu/packages/audio.scm (redkite, libaudec, lv2lint, lv2toweb), * gnu/packages/bioconductor.scm (r-cummerbund), * gnu/packages/chicken.scm (chicken), * gnu/packages/conky.scm (conky), * gnu/packages/cran.scm (r-latex2exp), * gnu/packages/crates-io.scm (rust-rgb), * gnu/packages/databases.scm (mariadb), * gnu/packages/diffoscope.scm (reprotest), * gnu/packages/file-systems.scm (glusterfs), * gnu/packages/finance.scm (electron-cash), * gnu/packages/games.scm (rinutils, ksudoku, kdiamond, kigo), * gnu/packages/geo.scm (grass), * gnu/packages/gnome.scm (libmediaart, gnome-contacts, geoclue), * gnu/packages/gnucash.scm (aqbanking), * gnu/packages/image.scm (mtpaint), * gnu/packages/kde-internet.scm (kopete, ktorrent), * gnu/packages/kde-utils.scm (kmousetool, kmouth, kronometer), * gnu/packages/linphone.scm (liblinphone), * gnu/packages/maths.scm (ppl), * gnu/packages/mercury.scm (mercury-minimal), * gnu/packages/music.scm (bjumblr, bschaffl, lsp-plugins, spectacle-analyzer, helm, tap-lv2, wolf-shaper, shiru-lv2), * gnu/packages/networking.scm (restinio), * gnu/packages/prolog.scm (swi-prolog), * gnu/packages/python-web.scm (gunicorn), * gnu/packages/python-xyz.scm (python-docusign-esign), * gnu/packages/ruby.scm (ruby-cucumber, ruby_version, ruby-addressable), * gnu/packages/sagemath.scm (python-cypari2), * gnu/packages/skarnet.scm (s6-linux-init), * gnu/packages/vpn.scm (sshuttle), * gnu/packages/web.scm (libcyaml), * gnu/packages/xdisorg.scm (kbdd), * gnu/packages/xorg.scm (xpra): Same.
| * gnu: nng: Build as a shared library.Hamzeh Nasajpour2020-09-23
| | | | | | | | | | | | | | * gnu/packages/networking.scm (nng)[arguments]: Add configure-flag to build as a shared library. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: docker: Synchronize docker dependencies with the current version of docker.Jesse Dowell2020-09-21
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/docker.scm (docker-libnetwork): Update to 19.03-1.026aaba. [source]: Follow URI redirection. [arguments]: Adjust import-path accordingly. [home-page]: Same. * gnu/packages/networking.scm (go-sctp): Update to 0.0.0-2.6e2cb13. [arguments]: Skip test suite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge branch 'staging' into wip-lispGuillaume Le Vaillant2020-09-23
|\ \ | |/ |/|