summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: tcp-wrappers: Allow compilation with glibc 2.33.•••* gnu/packages/networking.scm (tcp-wrappers)[source]: Add 'snippet'. Ludovic Courtès2021-11-201-1/+11
* 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'. Maxim Cournoyer2021-11-201-1/+6
* gnu: opendht: Use GUIX_PYTHONPATH.•••* gnu/packages/networking.scm (opendht)[arguments]: Use GUIX_PYTHONPATH in the wrapper. Ricardo Wurmus2021-11-201-1/+1
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-171-5/+8
|\
| * gnu: mbuffer: Update to 20211018.•••* gnu/packages/networking.scm (mbuffer): Update to 20211018. [native-inputs]: Add which. Tobias Geerinckx-Rice2021-11-081-2/+4
| * gnu: nbd: Update to 3.22.•••* gnu/packages/networking.scm (nbd): Update to 3.22. [native-inputs]: Add bison. Tobias Geerinckx-Rice2021-11-081-3/+4
* | 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. Maxim Cournoyer2021-11-111-1/+1
* | 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. Maxim Cournoyer2021-11-111-58/+70
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-031-20/+21
|\|
| * gnu: openvswitch: Omit most static libraries.•••* gnu/packages/networking.scm (openvswitch)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice2021-11-031-0/+1
| * gnu: openvswitch: Update to 2.16.1.•••* gnu/packages/networking.scm (openvswitch): Update to 2.16.1. Tobias Geerinckx-Rice2021-11-031-2/+2
| * gnu: proxychains-ng: Cross-compile.•••* gnu/packages/networking.scm (proxychains-ng)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice2021-11-031-2/+1
| * gnu: proxychains-ng: Update to 4.15.•••* gnu/packages/networking.scm (proxychains-ng): Update to 4.15. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-11-031-4/+3
| * gnu: putty: Edit description.•••* gnu/packages/networking.scm (putty)[synopsis, description]: Write PuTTY. Expand the used @acronym{}s. Tobias Geerinckx-Rice2021-11-031-5/+7
| * gnu: putty: Try the upstream download URL first.•••* gnu/packages/networking.scm (putty)[source]: Add greenend.org.uk URL to the list. Tobias Geerinckx-Rice2021-11-031-2/+4
| * gnu: putty: Update to 0.76.•••* gnu/packages/networking.scm (putty): Update to 0.76. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-11-031-5/+3
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-311-4/+4
|\|
| * gnu: blueman: Update to 2.2.3.•••* gnu/packages/networking.scm (blueman): Update to 2.2.3. Tobias Geerinckx-Rice2021-10-291-2/+2
| * gnu: ethtool: Update to 5.14.•••* gnu/packages/networking.scm (ethtool): Update to 5.14. Tobias Geerinckx-Rice2021-10-211-2/+2
* | gnu: Use 'search-input-file' some more.•••This patch replaces occurrences of: (string-append (assoc-ref %build-inputs "…") "/…") by: (search-input-file %build-inputs "/…") * doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R Shiny example. * gnu/packages/admin.scm (screenfetch): Use 'search-input-file'. (ufetch): Likewise. (hosts): Likewise. * gnu/packages/backup.scm (dirvish): Likewise. * gnu/packages/code.scm (colormake): Likewise. * gnu/packages/compression.scm (makeself-safeextract): Likewise. * gnu/packages/debug.scm (scanmem): Likewise. * gnu/packages/education.scm (snap): Likewise. (omnitux): Likewise. * gnu/packages/emacs-xyz.scm (epipe): Likewise. * gnu/packages/games.scm (openttd-opensfx): Likewise. (openttd-openmsx): Likewise. (openrct2-title-sequences): Likewise. (openrct2-objects): Likewise. (mrrescue): Likewise. (0ad-data): Likewise. (xonotic-data): Likewise. (drascula): Likewise. (make-lure-package): Likewise. (make-queen-package): Likewise. (sky): Likewise. * gnu/packages/gnome.scm (network-manager): Likewise. * gnu/packages/gnuzilla.scm (icedove): Likewise. * gnu/packages/guile-xyz.scm (guile-shapefile): Likewise. * gnu/packages/hurd.scm (netdde): Likewise. * gnu/packages/javascript.scm (js-context-menu): Likewise. (js-commander): Likewise. (js-xmldom-sre): Likewise. * gnu/packages/kde-frameworks.scm (krunner): Likewise. * gnu/packages/kodi.scm (kodi-cli): Likewise. * gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise. * gnu/packages/linux.scm (e2fsck/static): Likewise. * gnu/packages/markup.scm (markdown): Likewise. * gnu/packages/maths.scm (hdf-java): Likewise. * gnu/packages/multiprecision.scm (libtomcrypt): Likewise. * gnu/packages/networking.scm (batctl): Likewise. * gnu/packages/python-xyz.scm (python-pymediainfo): Likewise. * gnu/packages/shells.scm (fish-foreign-env): Likewise. * gnu/packages/tex.scm (texlive-fonts-iwona): Likewise. * gnu/packages/upnp.scm (miniupnpc): Likewise. * gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise. * gnu/packages/virtualization.scm (qemu): Likewise. * gnu/packages/web.scm (icedtea-web): Likewise. * gnu/packages/wm.scm (stumpish): Likewise. Ludovic Courtès2021-10-231-2/+3
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-181-6/+4
|\|
| * gnu: blueman: Update to 2.2.2.•••* gnu/packages/networking.scm (blueman): Update to 2.2.2. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-10-171-10/+6
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-10-141-1/+1
|\|
| * gnu: Rename google-brotli back to brotli.•••Sorry for the noise, but good riddance. Our nonstandard name for this package has caused confusion since it was added. For example, the duplicate python-brotli and python-google-brotli packages added later, with the latter name making even less sense. The Python packages will be fixed in the next commit. * gnu/packages/compression.scm (google-brotli): Redefine as a deprecated-package, with… (brotli): …restored to canonical status. (python-google-brotli)[inherit]: Adjust accordingly. * gnu/packages/databases.scm (apache-arrow)[inputs]: Adjust accordingly. * gnu/packages/fontutils.scm (woff2)[inputs]: Likewise. * gnu/packages/gnome.scm (libsoup)[propagated-inputs]: Likewise. * gnu/packages/networking (wireshark)[inputs]: Likewise. * gnu/packages/node.scm (node-lts)[arguments, native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-imagecodecs)[inputs]: Likewise. Tobias Geerinckx-Rice2021-10-131-1/+1
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-121-20/+47
|\|
| * gnu: wireshark: Update to 3.4.9.•••* gnu/packages/networking.scm (wireshark): Update to 3.4.9. Nicolas Goaziou2021-10-071-2/+2
| * gnu: Open vSwitch: Enable tests.•••* gnu/packages/networking.scm (openvswitch)[arguments]: Remove #:tests?. Add two new phases to patch /bin/sh, and create a 'kill -0' script that handles zombies. [native-inputs]: Add BASH and PROCPS. [inputs]: Add BASH-MINIMAL. Marius Bakke2021-10-051-8/+36
| * gnu: Open vSwitch: Update to 2.16.0.•••* gnu/packages/networking.scm (openvswitch): Update to 2.16.0. Marius Bakke2021-10-051-2/+2
| * gnu: squid: Update to 4.16.•••* gnu/packages/networking.scm (squid): Update to 4.16. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-10-041-4/+3
| * gnu: ndisc6: Update to 1.0.5.•••* gnu/packages/networking.scm (ndisc6): Update to 1.0.5. Tobias Geerinckx-Rice2021-10-041-2/+2
| * gnu: Consolidate duplicate copyright names.•••* gnu/packages/android.scm: Consolidate copyright lines with the same email address. * gnu/packages/code.scm: Likewise. * gnu/packages/cpp.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/file.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gps.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/web.scm: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Greg Hogan2021-09-251-2/+1
| * gnu: batctl: Update to 2021.3.•••* gnu/packages/networking.scm (batctl): Update to 2021.3. Tobias Geerinckx-Rice2021-09-211-2/+2
* | gnu: libproxy: Don't run tests when cross-compiling.•••* gnu/packages/networking.scm (libproxy)[arguments]]<#:phases>{check}: Respect #:tests? when cross-compiling. Maxime Devos2021-09-201-2/+8
* | gnu: aircrack-ng: Fix build.•••* gnu/packages/networking.scm (aircrack-ng)[arguments]: Add '-fcommon' to CFLAGS. Guillaume Le Vaillant2021-09-181-1/+3
* | Merge branch 'master' into core-updates-frozen••• Conflicts: gnu/packages/bioinformatics.scm gnu/packages/chez.scm gnu/packages/docbook.scm gnu/packages/ebook.scm gnu/packages/gnome.scm gnu/packages/linux.scm gnu/packages/networking.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/tex.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/dune.scm guix/build-system/go.scm guix/build-system/linux-module.scm guix/packages.scm Marius Bakke2021-09-171-1/+59
|\|
| * gnu: Add bird.•••* gnu/packages/networking.scm (bird): New variable. Oleg Pykhalov2021-09-121-1/+34
| * gnu: Add slurm-monitor.•••* gnu/packages/networking.scm (slurm-monitor): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Milkey Mouse2021-09-071-0/+25
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-071-36/+8
|\|
| * gnu: perl-io-socket-inet6: Propagate runtime dependency.•••* gnu/packages/networking.scm (perl-io-socket-inet6)[inputs]: Change to ... [propagated-inputs]: ... this. Marius Bakke2021-09-041-1/+1
| * gnu: lldpd: Update to 1.0.12.•••* gnu/packages/networking.scm (lldpd): Update to 1.0.12. Tobias Geerinckx-Rice2021-09-031-2/+2
| * gnu: wireshark: Update to 3.4.8.•••* gnu/packages/networking.scm (wireshark): Update to 3.4.8. Nicolas Goaziou2021-08-261-2/+2
| * gnu: Remove pidentd.•••As discussed in <https://bugs.gnu.org/46602>, pidentd does not support a current release of OpenSSL, and there does not seem to be any activity upstream to improve that. * gnu/packages/networking.scm (pidentd): Remove variable. Leo Famulari2021-07-271-27/+0
| * gnu: opendht: Update to 2.3.0.•••* gnu/packages/networking.scm (opendht): Update to 2.3.0. Maxim Cournoyer2021-08-131-4/+3
* | gnu: libnice: Fix build.•••* gnu/packages/networking.scm (libnice)[native-inputs]: Add graphviz which is required to provide the dot program. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber2021-09-061-0/+2
* | Merge branch 'master' into core-updates-frozen••• Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm Marius Bakke2021-08-121-7/+16
|\|
| * gnu: VDE 2: Update to 2.3.2-0.8c65ebc.•••Updating to this unreleased revision allows us to package VDE 2 with wolfSSL instead of the obsolete OpenSSL 1.0: https://github.com/virtualsquare/vde-2/issues/2 * gnu/packages/networking.scm (vde2): Update to 2.3.2-0.8c65ebc. [source]: Use git-fetch. [native-inputs]: Add autoconf, automake, and libtool [inputs]: Replace openssl-1.0 with wolfssl. Leo Famulari2021-07-271-7/+16
* | Merge branch 'master' into core-updates-frozen••• Conflicts: gnu/packages/bioinformatics.scm gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/emacs-xyz.scm gnu/packages/gpodder.scm gnu/packages/music.scm gnu/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm Marius Bakke2021-07-291-5/+6
|\|
| * gnu: wireshark: Update to 3.4.7.•••* gnu/packages/networking.scm (wireshark): Update to 3.4.7. Nicolas Goaziou2021-07-261-4/+3
| * gnu: zeromq: Enable DRAFTs.•••* gnu/packages/networking.scm (zeromq)[arguments]<#:configure-flags>: Pass --enable-drafts. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego2021-07-191-1/+3
* | gnu: Use 'search-input-directory' and 'search-input-file' where appropriate.•••This changes some of the remaining uses of this idiom: (string-append (assoc-ref inputs "LABEL") "FILE") to one of: (search-input-file inputs "FILE") (search-input-directory inputs "FILE") * gnu/packages/axoloti.scm (axoloti-patcher): Use 'search-input-directory'. (axoloti-patcher-next): Likewise. * gnu/packages/bioinformatics.scm (java-picard): Likewise. * gnu/packages/bootloaders.scm (grub-hybrid): Likewise. (u-boot-puma-rk3399): Likewise. (u-boot-rock64-rk3328): Likewise. (u-boot-firefly-rk3399): Likewise. (u-boot-rockpro64-rk3399): Likewise. (u-boot-pinebook-pro-rk3399): Likewise. * gnu/packages/cran.scm (r-shiny): Likewise. (r-shinytree): Likewise. * gnu/packages/education.scm (anki): Likewise. * gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Likewise. (emacs-rime): Likewise. * gnu/packages/emulators.scm (dolphin-emu): Likewise. * gnu/packages/games.scm (bsd-games): Likewise. (seahorse-adventures): Likewise. (einstein): Likewise. * gnu/packages/gimp.scm (gimp-fourier): Likewise. * gnu/packages/gnome.scm (gspell): Likewise. * gnu/packages/guile-xyz.scm (guile-libyaml): Likewise. * gnu/packages/java.scm (icedtea-7): Likewise. * gnu/packages/language.scm (nimf): Likewise. * gnu/packages/lxde.scm (spacefm): Likewise. * gnu/packages/mail.scm (claws-mail): Likewise. * gnu/packages/netpbm.scm (netpbm): Likewise. * gnu/packages/networking.scm (blueman): Likewise. * gnu/packages/scheme.scm (scm): Likewise. * gnu/packages/security-token.scm (python-fido2): Likewise. * gnu/packages/syndication.scm (rtv): Likewise. * gnu/packages/tls.scm (acme-client): Likewise. * gnu/packages/web.scm (netsurf): Likewise. * gnu/packages/wine.scm (wine-staging): Likewise. * gnu/packages/wxwidgets.scm (wxwidgets): Likewise. Ludovic Courtès2021-07-241-2/+2