Date: Thursday, August 16, 2018 @ 11:33:16 Author: eworm Revision: 371940
use patch from upstream commit https://git.libssh.org/projects/libssh.git/patch/?id=5ea81166bf885d0fd5d4bb232fc22633f5aaf3c4 Modified: mysql-workbench/trunk/0003-Fix-segfault-in-getIssueBanner-add-missing-wrappers.patch mysql-workbench/trunk/PKGBUILD ----------------------------------------------------------------+ 0003-Fix-segfault-in-getIssueBanner-add-missing-wrappers.patch | 14 +++++----- PKGBUILD | 2 - 2 files changed, 8 insertions(+), 8 deletions(-) Modified: 0003-Fix-segfault-in-getIssueBanner-add-missing-wrappers.patch =================================================================== --- 0003-Fix-segfault-in-getIssueBanner-add-missing-wrappers.patch 2018-08-16 11:04:55 UTC (rev 371939) +++ 0003-Fix-segfault-in-getIssueBanner-add-missing-wrappers.patch 2018-08-16 11:33:16 UTC (rev 371940) @@ -1,15 +1,18 @@ -From 6fb2b4a97b8e9c066bdab62d24e38b9f3e5dbc79 Mon Sep 17 00:00:00 2001 +From 5ea81166bf885d0fd5d4bb232fc22633f5aaf3c4 Mon Sep 17 00:00:00 2001 From: Marcin Szalowicz <[email protected]> Date: Mon, 11 Jun 2018 11:25:43 +0200 -Subject: [PATCH] Fix segfault in getIssueBanner, add missing wrappers +Subject: include: Fix segfault in getIssueBanner, add missing wrappers in + libsshpp -make some private properties protected +Also make some private properties protected + +Signed-off-by: Marcin Szalowicz <[email protected]> --- include/libssh/libsshpp.hpp | 73 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 62 insertions(+), 11 deletions(-) diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp -index b8652f7..d1fa77b 100644 +index 1ce72948..c324cead 100644 --- a/include/libssh/libsshpp.hpp +++ b/include/libssh/libsshpp.hpp @@ -194,6 +194,43 @@ public: @@ -141,6 +144,3 @@ /* No copy and no = operator */ Channel(const Channel &); Channel &operator=(const Channel &); --- -2.7.4 - Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-16 11:04:55 UTC (rev 371939) +++ PKGBUILD 2018-08-16 11:33:16 UTC (rev 371940) @@ -49,7 +49,7 @@ 'SKIP' 'cdf687f23bc6e8d52dbee9fa02b23d755e80f88476f0fc2e7c4c71cdfed3792f' '2d0f6dcf38f22e49ef7ab9de0230484f1ffac41b7ac40feaf5ef4538ae2f7a18' - 'f15d8c8b3cc74d2d0b792316834648620fc2299ce103c6419f4c562f759ad755' + 'fd6f36a3e2d0a3490809bc4ebd84c8835d8b0f1848ae209650db3c162ad85fe5' 'fe877d6be0b6e97361d8d841b3cbf9dc36b34d3ba92d5ba50af0f23487ac786a' '2ade582ca25f6d6d748bc84a913de39b34dcaa6e621a77740fe143007f2833af')
