From 1a4869a576c59df21d5c5730a2e74d0558aa8fb1 Mon Sep 17 00:00:00 2001
From: Ting-Wei Lan <lantw44@gmail.com>
Date: Fri, 29 Apr 2022 00:57:04 +0800
Subject: guix: guile-ssh 0.13.1 -> 0.15.1

---
 .../guile-ssh-0.13.1-tests-sssh-ecdsa.patch        | 24 ----------------------
 guix/guile-ssh/guile-ssh.spec                      | 15 +++++++-------
 2 files changed, 8 insertions(+), 31 deletions(-)
 delete mode 100644 guix/guile-ssh/guile-ssh-0.13.1-tests-sssh-ecdsa.patch

(limited to 'guix')

diff --git a/guix/guile-ssh/guile-ssh-0.13.1-tests-sssh-ecdsa.patch b/guix/guile-ssh/guile-ssh-0.13.1-tests-sssh-ecdsa.patch
deleted file mode 100644
index c461815..0000000
--- a/guix/guile-ssh/guile-ssh-0.13.1-tests-sssh-ecdsa.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 79e51857d4ce98dc13b723c874b6793cb68a4254 Mon Sep 17 00:00:00 2001
-From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
-Date: Sat, 22 May 2021 07:26:35 +0300
-Subject: [PATCH] tests/sssh-ssshd: Use an ECDSA key for SSSH
-
-* tests/sssh-ssshd.scm: Use an ECDSA key for SSSH as using RSA is prohibited
-  by the cryptographic policies in Fedora GNU/Linux.
----
- tests/sssh-ssshd.scm | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/sssh-ssshd.scm b/tests/sssh-ssshd.scm
-index edb53fc..1dec4ef 100644
---- a/tests/sssh-ssshd.scm
-+++ b/tests/sssh-ssshd.scm
-@@ -48,7 +48,7 @@
- (define *sssh-cmd*
-   (string-append
-    %topbuilddir "/examples/sssh.scm"
--   " --identity-file=" %rsakey
-+   " --identity-file=" %ecdsakey
-    " --port=" (number->string *srv-port*)
-    " --known-hosts-file=''"
-    " " (inet-ntop AF_INET *srv-address*)
diff --git a/guix/guile-ssh/guile-ssh.spec b/guix/guile-ssh/guile-ssh.spec
index 0dcb31d..41bfe30 100644
--- a/guix/guile-ssh/guile-ssh.spec
+++ b/guix/guile-ssh/guile-ssh.spec
@@ -1,14 +1,12 @@
 Name:           guile-ssh
-Version:        0.13.1
-Release:        4%{?dist}
+Version:        0.15.1
+Release:        1%{?dist}
 Summary:        A library that provides access to the SSH protocol for GNU Guile
 
 License:        GPLv3+
 URL:            https://github.com/artyom-poptsov/guile-ssh
 Source0:        https://github.com/artyom-poptsov/guile-ssh/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
-Patch0:         guile-ssh-0.13.1-tests-sssh-ecdsa.patch
-
 %global guile_source_dir %{_datadir}/guile/site/2.2
 %global guile_ccache_dir %{_libdir}/guile/2.2/site-ccache
 
@@ -34,9 +32,9 @@ autoreconf -fiv
     --disable-rpath \
     --disable-static \
     GUILE=%{_bindir}/guile2.2 \
-    GUILD=%{_bindir}/guild2.2
-%make_build \
-    GUILE_SNARF=%{_bindir}/guile-snarf2.2
+    GUILD=%{_bindir}/guild2.2 \
+    guile_snarf=%{_bindir}/guile-snarf2.2
+%make_build
 
 
 %check
@@ -78,6 +76,9 @@ fi
 
 
 %changelog
+* Thu Apr 28 2022 Ting-Wei Lan <lantw44@gmail.com> - 0.15.1-1
+- Update to 0.15.1
+
 * Sat Sep 25 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.13.1-4
 - Rebuilt for Fedora 35 and 36
 
-- 
cgit v1.2.3