summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
Commit message (Collapse)AuthorAge
...
| * 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
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2020-09-05
| |\
| * | gnu: check: Update to 0.15.1.Marius Bakke2020-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/check.scm (check): Update to 0.15.1. (check-0.14): New public variable. * gnu/packages/backup.scm (burp)[native-inputs]: Change from CHECK to CHECK-0.14. * gnu/packages/bioinformatics.scm (libsbml)[native-inputs]: Likewise. * gnu/packages/databases.scm (recutils)[native-inputs]: Likewise. * gnu/packages/electronics.scm (libsigrokdecode)[native-inputs]: Likewise. * gnu/packages/enlightenment.scm (efl, edi)[native-inputs]: Likewise. * gnu/packages/gnome.scm (gdm)[inputs]: Likewise. * gnu/packages/gtk.scm (girara)[native-inputs]: Likewise. * gnu/packages/messaging.scm (pidgin)[native-inputs]: Likewise. * gnu/packages/networking.scm (iodine)[native-inputs]: Likewise. * gnu/packages/pulseaudio.scm (pulseaudio)[native-inputs]: Likewise. * gnu/packages/sssd.scm (sssd)[native-inputs]: Likewise. * gnu/packages/web.scm (libwapcaplet)[native-inputs]: Likewise.
* | | gnu: lldpd: Update to 1.0.6.Tobias Geerinckx-Rice2020-09-11
| | | | | | | | | | | | * gnu/packages/networking.scm (lldpd): Update to 1.0.6.
* | | gnu: enet: Update to 1.3.16.Tobias Geerinckx-Rice2020-09-11
| | | | | | | | | | | | * gnu/packages/networking.scm (enet): Update to 1.3.16.
* | | gnu: batctl: Update to 2020.3.Tobias Geerinckx-Rice2020-09-11
| | | | | | | | | | | | * gnu/packages/networking.scm (batctl): Update to 2020.3.
* | | gnu: Add nbd.Danny Milosavljevic2020-09-07
| | | | | | | | | | | | * gnu/packages/networking.scm (nbd): New variable.
* | | gnu: pagekite: Update to 1.5.2.200725.Alex Griffin2020-09-06
| |/ |/| | | | | * gnu/packages/networking.scm (pagekite): Update to 1.5.2.200725.
* | gnu: Add knockd.Hendursaga2020-09-02
| | | | | | | | | | | | * gnu/packages/networking.scm (knockd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: rtmpdump: Don't install the static library.Tobias Geerinckx-Rice2020-08-31
| | | | | | | | | | * gnu/packages/networking.scm (rtmpdump)[arguments]: Add an ‘omit-static-library’ phase.
* | gnu: rtmpdump: Update to 2.4.Tobias Geerinckx-Rice2020-08-31
| | | | | | | | | | * gnu/packages/networking.scm (rtmpdump): Update to 2.4. [arguments]: Fix RUNPATH.
* | gnu: squid: Update to 4.13.Tobias Geerinckx-Rice2020-08-30
| | | | | | | | * gnu/packages/networking.scm (squid): Update to 4.13.
* | gnu: net-snmp: Update to 5.9 [fixes CVE-2019-20892].Tobias Geerinckx-Rice2020-08-23
| | | | | | | | | | | | * gnu/packages/networking.scm (net-snmp): Update to 5.9. [inputs]: Add ncurses. [native-inputs]: Add pkg-config.
* | gnu: wireshark: Update to 3.2.6.Tobias Geerinckx-Rice2020-08-20
| | | | | | | | * gnu/packages/networking.scm (wireshark): Update to 3.2.6.
* | gnu: iperf: Update to 3.9.Tobias Geerinckx-Rice2020-08-20
| | | | | | | | * gnu/packages/networking.scm (iperf): Update to 3.9.
* | gnu: nng: Update to 1.3.2.Tobias Geerinckx-Rice2020-08-20
| | | | | | | | * gnu/packages/networking.scm (nng): Update to 1.3.2.
* | gnu: Add libcamera.Raghav Gururajan2020-08-18
| | | | | | | | | | | | * gnu/packages/networking.scm (libcamera): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* | gnu: Add libnice.Raghav Gururajan2020-08-18
| | | | | | | | | | | | * gnu/packages/networking.scm (libnice): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* | gnu: Add rtmpdump.Raghav Gururajan2020-08-18
| | | | | | | | | | | | * gnu/packages/networking.scm (rtmpdump): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* | gnu: Add srt.Raghav Gururajan2020-08-18
| | | | | | | | | | | | * gnu/packages/networking.scm (srt): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* | gnu: Add lksctp-tools.Raghav Gururajan2020-08-18
| | | | | | | | | | | | * gnu/packages/networking.scm (lksctp-tools): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* | gnu: Add nng.Raghav Gururajan2020-08-18
| | | | | | | | | | | | * gnu/packages/networking.scm (nng): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* | gnu: Add nanomsg.Raghav Gururajan2020-08-18
| | | | | | | | | | | | * gnu/packages/networking.scm (nanomsg): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* | gnu: fping: Update to 5.0.Tobias Geerinckx-Rice2020-08-11
| | | | | | | | * gnu/packages/networking.scm (fping): Update to 5.0.
* | gnu: Add libsocketcan.Maxim Cournoyer2020-08-11
| | | | | | | | * gnu/packages/networking.scm (libsocketcan): New variable.
* | gnu: sslh: Update to 1.21c.Tobias Geerinckx-Rice2020-08-11
| | | | | | | | * gnu/packages/networking.scm (sslh): Update to 1.21c.
* | gnu: ethtool: Update to 5.8.Tobias Geerinckx-Rice2020-08-11
| | | | | | | | * gnu/packages/networking.scm (ethtool): Update to 5.8.
* | gnu: can-utils: Update to 2020.02.04.Maxim Cournoyer2020-08-10
| | | | | | | | * gnu/packages/networking.scm (can-utils): Update to 2020.02.04.
* | gnu: opendht: Propagate gnutls.Maxim Cournoyer2020-08-03
| | | | | | | | | | | | | | Propagate gnutls as it's included by the opendht/crypto.h header file. * gnu/packages/networking.scm (opendht)[inputs]: Move gnutls... [propagated-inputs]: ...to here. Move argon2 to inputs.
* | gnu: fping: Update to 4.4.Tobias Geerinckx-Rice2020-07-26
|/ | | | * gnu/packages/networking.scm (fping): Update to 4.4.
* gnu: sslh: Update to 1.21b.Tobias Geerinckx-Rice2020-07-23
| | | | * gnu/packages/networking.scm (sslh): Update to 1.21b.