unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* [ANN] Guile-SSH 0.11.1 released
@ 2017-05-09 18:44 Artyom Poptsov
  0 siblings, 0 replies; only message in thread
From: Artyom Poptsov @ 2017-05-09 18:44 UTC (permalink / raw)
  To: Guile Users' Mailing List

[-- Attachment #1: Type: text/plain, Size: 2720 bytes --]

Hello Guilers,

I'm pleased to announce Guile-SSH 0.11.1:
  https://github.com/artyom-poptsov/guile-ssh/releases/tag/v0.11.1

Please find the package signed with my GPG key[1] here:
  - ftp://memory-heap.org/software/guile-ssh/guile-ssh-0.11.1.tar.gz
  - ftp://memory-heap.org/software/guile-ssh/guile-ssh-0.11.1.tar.gz.sig

This is a bugfix release that fixes the autoconf files so the build
process will not fail due to missing files.

Thanks to Ludovic Courtès, who reported the issue on #guix IRC channel.


* What is Guile-SSH?

Guile-SSH is a library that provides access to the SSH protocol[2] for
programs written in GNU Guile interpreter.  It is built upon the
libssh[3] library.

Currently Guile-SSH provides the following features:
  - The API that is sufficient for building of standalone SSH clients and
    servers, or for embedding client/server functionality in your lispy Scheme
    applications.
  - Several authentication methods are supported, including password
    authentication, public key and SSH agent authentication methods.
  - Key management procedures: you can make key pairs, read keys from files,
    get key hashes, get public keys from private keys etc.  DSS, RSA, RSA1 and
    ECDSA (by means of OpenSSL) are supported.
  - Port forwarding procedures and high-level API for creating of SSH tunnels.
  - Distributed forms ('dist-map', 'distribute', ...) that allow to spread the
    evaluation of Scheme code between remote hosts.  Or you can just connect
    to a remote REPL from Scheme using 'with-ssh' procedure and evaluate some
    expressions.  No special server needed on the remote side, just an SSH
    daemon and GNU Guile installed!
  - SFTP client API allows you to read and write remote files over the SSH
    protocol right from the Scheme code.
  - Remote popen API that allows you to make either input, output or
    bidirectional pipes to remote processes.
  - Detailed documentation in Texinfo format with examples included, even more
    examples in 'examples' directory.


* The list of user-visible changes

--8<---------------cut here---------------start------------->8---
* Changes in version 0.11.1 (2017-05-09)
** Bugfixes
*** Fix building scripts
    The building process would always fail on fresh source tree because
    'configure' tried to make a symlink or a copy of files that were not
    present yet.  This should be fixed by now.

    Reported by Ludovic Courtès, on #guix IRC channel.
--8<---------------cut here---------------end--------------->8---

Thanks!

- Artyom

-- 
Artyom V. Poptsov <poptsov.artyom@gmail.com>;  GPG Key: 0898A02F
Home page: http://poptsov-artyom.narod.ru/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-09 18:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-09 18:44 [ANN] Guile-SSH 0.11.1 released Artyom Poptsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).