summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
Commit message (Collapse)AuthorAge
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\
| * gnu: yggdrasil: Simplify build phases.Efraim Flashner2021-12-02
| | | | | | | | | | | | * gnu/packages/networking.scm (yggdrasil)[arguments]: Rewrite custom 'build phase reusing go-build-system 'build phase. Remove custom 'install phase.
| * gnu: yggdrasil: Update to 0.4.1.raingloom2021-12-01
| | | | | | | | | | | | | | * 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>
| * gnu: yggdrasil: Update to 0.4.0.raingloom2021-12-01
| | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * gnu: ethtool: Update to 5.15.Tobias Geerinckx-Rice2021-11-30
| | | | | | | | * gnu/packages/networking.scm (ethtool): Update to 5.15.
| * gnu: squid: Update to 4.17.Tobias Geerinckx-Rice2021-11-27
| | | | | | | | * gnu/packages/networking.scm (squid): Update to 4.17.
| * gnu: shadowsocks: Update to 2.9.1.Nicolas Goaziou2021-11-27
| | | | | | | | * gnu/packages/networking.scm (shadowsocks): Update to 2.9.1.
| * gnu: Remove asio-1.12.Nicolas Goaziou2021-11-27
| | | | | | | | * gnu/packages/networking.scm (asio-1.12): Remove variable.
| * gnu: restbed: Update to 4.8.Nicolas Goaziou2021-11-27
| | | | | | | | | | | | * gnu/packages/networking.scm (restbed): Update to 4.8. [inputs]: Use latest `asio'. [arguments]: Activate tests. Remove unknown configure flags.
| * gnu: lldpd: Update to 1.0.13.Tobias Geerinckx-Rice2021-11-27
| | | | | | | | * gnu/packages/networking.scm (lldpd): Update to 1.0.13.
| * gnu: batctl: Update to 2021.4.Tobias Geerinckx-Rice2021-11-27
| | | | | | | | * gnu/packages/networking.scm (batctl): Update to 2021.4.
| * Revert "gnu: Remove asio-1.12."Nicolas Goaziou2021-11-26
| | | | | | | | | | | | This reverts commit e8cb755774034b14e76c137a8edf33f705413860. The variable is still required by restbed.
| * gnu: Remove asio-1.12.Nicolas Goaziou2021-11-26
| | | | | | | | * gnu/packages/networking.scm (asio-1.12): Remove variable.
| * gnu: asio: Update to 1.20.0.Nicolas Goaziou2021-11-26
| | | | | | | | * gnu/packages/networking.scm (asio): Update to 1.20.0.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\|
| * gnu: wireshark: Update to 3.6.0.Nicolas Goaziou2021-11-23
| | | | | | | | * gnu/packages/networking.scm (wireshark): Update to 3.6.0.
| * gnu: wireshark: Update to 3.4.10.Nicolas Goaziou2021-11-18
| | | | | | | | * gnu/packages/networking.scm (wireshark): Update to 3.4.10.
* | gnu: tcp-wrappers: Allow compilation with glibc 2.33.Ludovic Courtès2021-11-20
| | | | | | | | * gnu/packages/networking.scm (tcp-wrappers)[source]: Add 'snippet'.
* | gnu: libnice: Disable the 'test-bsd' test.Maxim Cournoyer2021-11-20
| | | | | | | | | | | | * gnu/packages/networking.scm (libnice) [phases]{disable-failing-test}: Rename to... {disable-failing-tests}: ... this, plural. Disable 'test-bsd'.
* | gnu: opendht: Use GUIX_PYTHONPATH.Ricardo Wurmus2021-11-20
| | | | | | | | * gnu/packages/networking.scm (opendht)[arguments]: Use GUIX_PYTHONPATH in the wrapper.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: mbuffer: Update to 20211018.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | | | * gnu/packages/networking.scm (mbuffer): Update to 20211018. [native-inputs]: Add which.
| * gnu: nbd: Update to 3.22.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | | | * gnu/packages/networking.scm (nbd): Update to 3.22. [native-inputs]: Add bison.
* | gnu: gtk: Replace gdk-pixbuf+svg by librsvg.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | | | 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.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-03
|\|
| * gnu: openvswitch: Omit most static libraries.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/networking.scm (openvswitch)[arguments]: Add "--disable-static" to #:configure-flags.
| * gnu: openvswitch: Update to 2.16.1.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/networking.scm (openvswitch): Update to 2.16.1.
| * gnu: proxychains-ng: Cross-compile.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/networking.scm (proxychains-ng)[arguments]: Use CC-FOR-TARGET.
| * gnu: proxychains-ng: Update to 4.15.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/networking.scm (proxychains-ng): Update to 4.15. [arguments]: Don't explicitly return #t from phases.
| * gnu: putty: Edit description.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/networking.scm (putty)[synopsis, description]: Write PuTTY. Expand the used @acronym{}s.
| * gnu: putty: Try the upstream download URL first.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/networking.scm (putty)[source]: Add greenend.org.uk URL to the list.
| * gnu: putty: Update to 0.76.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/networking.scm (putty): Update to 0.76. [arguments]: Don't explicitly return #t from phases.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: blueman: Update to 2.2.3.Tobias Geerinckx-Rice2021-10-29
| | | | | | | | * gnu/packages/networking.scm (blueman): Update to 2.2.3.
| * gnu: ethtool: Update to 5.14.Tobias Geerinckx-Rice2021-10-21
| | | | | | | | * gnu/packages/networking.scm (ethtool): Update to 5.14.
* | gnu: Use 'search-input-file' some more.Ludovic Courtès2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: blueman: Update to 2.2.2.Tobias Geerinckx-Rice2021-10-17
| | | | | | | | | | * gnu/packages/networking.scm (blueman): Update to 2.2.2. [arguments]: Don't explicitly return #t from phases.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-10-14
|\|
| * gnu: Rename google-brotli back to brotli.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: wireshark: Update to 3.4.9.Nicolas Goaziou2021-10-07
| | | | | | | | * gnu/packages/networking.scm (wireshark): Update to 3.4.9.
| * gnu: Open vSwitch: Enable tests.Marius Bakke2021-10-05
| | | | | | | | | | | | | | | | * 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.
| * gnu: Open vSwitch: Update to 2.16.0.Marius Bakke2021-10-05
| | | | | | | | * gnu/packages/networking.scm (openvswitch): Update to 2.16.0.
| * gnu: squid: Update to 4.16.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | | | * gnu/packages/networking.scm (squid): Update to 4.16. [arguments]: Don't explicitly return #t from phases.
| * gnu: ndisc6: Update to 1.0.5.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | * gnu/packages/networking.scm (ndisc6): Update to 1.0.5.
| * gnu: Consolidate duplicate copyright names.Greg Hogan2021-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * gnu: batctl: Update to 2021.3.Tobias Geerinckx-Rice2021-09-21
| | | | | | | | * gnu/packages/networking.scm (batctl): Update to 2021.3.