summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-051-108/+95
|\
| * gnu: yggdrasil: Simplify build phases.•••* gnu/packages/networking.scm (yggdrasil)[arguments]: Rewrite custom 'build phase reusing go-build-system 'build phase. Remove custom 'install phase. Efraim Flashner2021-12-021-29/+14
| * gnu: yggdrasil: Update to 0.4.1.•••* 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> raingloom2021-12-011-2/+2
| * gnu: yggdrasil: Update to 0.4.0.•••* 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> raingloom2021-12-011-16/+39
| * gnu: ethtool: Update to 5.15.•••* gnu/packages/networking.scm (ethtool): Update to 5.15. Tobias Geerinckx-Rice2021-11-301-2/+2
| * gnu: squid: Update to 4.17.•••* gnu/packages/networking.scm (squid): Update to 4.17. Tobias Geerinckx-Rice2021-11-271-2/+2
| * gnu: shadowsocks: Update to 2.9.1.•••* gnu/packages/networking.scm (shadowsocks): Update to 2.9.1. Nicolas Goaziou2021-11-271-35/+31
| * gnu: Remove asio-1.12.•••* gnu/packages/networking.scm (asio-1.12): Remove variable. Nicolas Goaziou2021-11-271-16/+3
| * gnu: restbed: Update to 4.8.•••* gnu/packages/networking.scm (restbed): Update to 4.8. [inputs]: Use latest `asio'. [arguments]: Activate tests. Remove unknown configure flags. Nicolas Goaziou2021-11-271-9/+5
| * gnu: lldpd: Update to 1.0.13.•••* gnu/packages/networking.scm (lldpd): Update to 1.0.13. Tobias Geerinckx-Rice2021-11-271-2/+2
| * gnu: batctl: Update to 2021.4.•••* gnu/packages/networking.scm (batctl): Update to 2021.4. Tobias Geerinckx-Rice2021-11-271-2/+2
| * Revert "gnu: Remove asio-1.12."•••This reverts commit e8cb755774034b14e76c137a8edf33f705413860. The variable is still required by restbed. Nicolas Goaziou2021-11-261-3/+16
| * gnu: Remove asio-1.12.•••* gnu/packages/networking.scm (asio-1.12): Remove variable. Nicolas Goaziou2021-11-261-16/+3
| * gnu: asio: Update to 1.20.0.•••* gnu/packages/networking.scm (asio): Update to 1.20.0. Nicolas Goaziou2021-11-261-2/+2
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-231-2/+2
|\|
| * gnu: wireshark: Update to 3.6.0.•••* gnu/packages/networking.scm (wireshark): Update to 3.6.0. Nicolas Goaziou2021-11-231-2/+2
| * gnu: wireshark: Update to 3.4.10.•••* gnu/packages/networking.scm (wireshark): Update to 3.4.10. Nicolas Goaziou2021-11-181-2/+2
* | 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