aboutsummaryrefslogtreecommitdiffstats
path: root/guix
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2022-04-29 00:57:04 +0800
committerTing-Wei Lan <lantw44@gmail.com>2022-04-29 00:57:04 +0800
commit1a4869a576c59df21d5c5730a2e74d0558aa8fb1 (patch)
tree0c08b0e21a73a084b7f17b74e7f3f5715a0f608e /guix
parent56c49d588dcaa55a5655c8f4819bd8cc0aaf2103 (diff)
downloadcopr-rpm-spec-1a4869a576c59df21d5c5730a2e74d0558aa8fb1.tar
copr-rpm-spec-1a4869a576c59df21d5c5730a2e74d0558aa8fb1.tar.gz
copr-rpm-spec-1a4869a576c59df21d5c5730a2e74d0558aa8fb1.tar.bz2
copr-rpm-spec-1a4869a576c59df21d5c5730a2e74d0558aa8fb1.tar.lz
copr-rpm-spec-1a4869a576c59df21d5c5730a2e74d0558aa8fb1.tar.xz
copr-rpm-spec-1a4869a576c59df21d5c5730a2e74d0558aa8fb1.tar.zst
copr-rpm-spec-1a4869a576c59df21d5c5730a2e74d0558aa8fb1.zip
guix: guile-ssh 0.13.1 -> 0.15.1
Diffstat (limited to 'guix')
-rw-r--r--guix/guile-ssh/guile-ssh-0.13.1-tests-sssh-ecdsa.patch24
-rw-r--r--guix/guile-ssh/guile-ssh.spec15
2 files changed, 8 insertions, 31 deletions
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