From 0b3f2de85e861e1095c04b1cc4b9d0f42df1b8f8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jul 2020 11:34:01 +0200 Subject: update to 1.0.19 --- php-phpseclib-Net-SSH2-Crypt_Blowfish_conflict.patch | 13 ++++++------- php-phpseclib-net-ssh2.spec | 5 ++++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/php-phpseclib-Net-SSH2-Crypt_Blowfish_conflict.patch b/php-phpseclib-Net-SSH2-Crypt_Blowfish_conflict.patch index 99dff49..e5f8d1f 100644 --- a/php-phpseclib-Net-SSH2-Crypt_Blowfish_conflict.patch +++ b/php-phpseclib-Net-SSH2-Crypt_Blowfish_conflict.patch @@ -1,19 +1,18 @@ -diff -up Net_SSH2-1.0.17/SSH2.php.old Net_SSH2-1.0.17/SSH2.php ---- Net_SSH2-1.0.17/SSH2.php.old 2019-09-16 07:59:20.346172698 +0200 -+++ Net_SSH2-1.0.17/SSH2.php 2019-09-16 07:59:00.696254003 +0200 -@@ -2035,13 +2035,13 @@ class Net_SSH2 - break; +diff -up Net_SSH2-1.0.19/SSH2.php.old Net_SSH2-1.0.19/SSH2.php +--- Net_SSH2-1.0.19/SSH2.php.old 2020-07-08 11:32:38.947331135 +0200 ++++ Net_SSH2-1.0.19/SSH2.php 2020-07-08 11:32:59.619256541 +0200 +@@ -2059,12 +2059,12 @@ class Net_SSH2 + return new Crypt_Rijndael(CRYPT_RIJNDAEL_MODE_CTR); case 'blowfish-cbc': if (!class_exists('Crypt_Blowfish')) { - include_once 'Crypt/Blowfish.php'; + include_once 'Crypt/Blowfish-phpseclib.php'; } return new Crypt_Blowfish(); - break; case 'blowfish-ctr': if (!class_exists('Crypt_Blowfish')) { - include_once 'Crypt/Blowfish.php'; + include_once 'Crypt/Blowfish-phpseclib.php'; } return new Crypt_Blowfish(CRYPT_BLOWFISH_MODE_CTR); - break; + case 'twofish128-cbc': diff --git a/php-phpseclib-net-ssh2.spec b/php-phpseclib-net-ssh2.spec index 654681d..f07bfdd 100644 --- a/php-phpseclib-net-ssh2.spec +++ b/php-phpseclib-net-ssh2.spec @@ -11,7 +11,7 @@ %global pear_name Net_SSH2 Name: php-phpseclib-net-ssh2 -Version: 1.0.18 +Version: 1.0.19 Release: 1%{?dist} Summary: Pure-PHP implementation of SSHv2 @@ -94,6 +94,9 @@ fi %changelog +* Wed Jul 8 2020 Remi Collet - 1.0.19-1 +- update to 1.0.19 + * Tue Sep 17 2019 Remi Collet - 1.0.18-1 - update to 1.0.18 -- cgit