bugfix in build
This commit is contained in:
parent
a05e81132c
commit
b879db5ce7
@ -555,7 +555,7 @@ index fd9aaaaa..5de0e6ff 100644
|
||||
+ file, size, perms);
|
||||
+ snprintf(buffer, sizeof(buffer), "C%s %" PRIu64 " %s\n", perms, size, file);
|
||||
+ SAFE_FREE(file);
|
||||
+ SAFE_FREE(perms)
|
||||
+ SAFE_FREE(perms);
|
||||
+
|
||||
+ rc = ssh_channel_write(scp->channel, buffer, strlen(buffer));
|
||||
+ if (rc == SSH_ERROR) {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libssh
|
||||
Version: 0.8.3
|
||||
Release: 6
|
||||
Release: 7
|
||||
Summary: A library implementing the SSH protocol
|
||||
License: LGPLv2+
|
||||
URL: https://www.libssh.org
|
||||
@ -107,6 +107,12 @@ popd
|
||||
%doc README ChangeLog obj/doc/html
|
||||
|
||||
%changelog
|
||||
* Sun Jan 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.8.3-7
|
||||
- Type:bugfix
|
||||
- Id:NA
|
||||
- SUG:NA
|
||||
- DESC:bugfix in build process
|
||||
|
||||
* Sun Jan 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.8.3-6
|
||||
- Type:bugfix
|
||||
- Id:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user