[Bug 1663281] Re: opendir("ssh2.sftp://..") fails after upgrade to 7.0.13 from xenial-updates

2018-04-27 Thread Leonidas S. Barbosa
** Changed in: php-ssh2 (Ubuntu Trusty)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663281

Title:
  opendir("ssh2.sftp://..";) fails after upgrade to 7.0.13 from xenial-
  updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-ssh2/+bug/1663281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1663281] Re: opendir("ssh2.sftp://..") fails after upgrade to 7.0.13 from xenial-updates

2018-04-27 Thread Leonidas S. Barbosa
For trusty and precise/esm patches worked fine. But for Xenial it didn't
fix the issue. Need more info/investigation for xenial.

** Changed in: php-ssh2 (Ubuntu Precise)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663281

Title:
  opendir("ssh2.sftp://..";) fails after upgrade to 7.0.13 from xenial-
  updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-ssh2/+bug/1663281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1663281] Re: opendir("ssh2.sftp://..") fails after upgrade to 7.0.13 from xenial-updates

2018-04-27 Thread Marc Deslauriers
For php5 code:
http://git.php.net/?p=pecl/networking/ssh2.git;a=commit;h=093906ec1c065e86ad1cd4dabbc89b1ccae11938

For php7 code:
http://git.php.net/?p=pecl/networking/ssh2.git;a=commit;h=17680cf039f0cfac53b5a2531fdb715b95e9cc42
http://git.php.net/?p=pecl/networking/ssh2.git;a=commit;h=756e2f1369f2d5ff006222d978806f4fd91659e1


** Also affects: php-ssh2 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: php-ssh2 (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: php-ssh2 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: php-ssh2 (Ubuntu Bionic)
   Importance: Undecided
   Status: Confirmed

** Also affects: php-ssh2 (Ubuntu Artful)
   Importance: Undecided
   Status: New

** Changed in: php-ssh2 (Ubuntu Precise)
   Status: New => Confirmed

** Changed in: php-ssh2 (Ubuntu Trusty)
   Status: New => Confirmed

** Changed in: php-ssh2 (Ubuntu Xenial)
   Status: New => Confirmed

** Changed in: php-ssh2 (Ubuntu Artful)
   Status: New => Fix Released

** Changed in: php-ssh2 (Ubuntu Bionic)
   Status: Confirmed => Fix Released

** Changed in: php-ssh2 (Ubuntu Precise)
 Assignee: (unassigned) => Leonidas S. Barbosa (leosilvab)

** Changed in: php-ssh2 (Ubuntu Trusty)
 Assignee: (unassigned) => Leonidas S. Barbosa (leosilvab)

** Changed in: php-ssh2 (Ubuntu Xenial)
 Assignee: (unassigned) => Leonidas S. Barbosa (leosilvab)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663281

Title:
  opendir("ssh2.sftp://..";) fails after upgrade to 7.0.13 from xenial-
  updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-ssh2/+bug/1663281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1663281] Re: opendir("ssh2.sftp://..") fails after upgrade to 7.0.13 from xenial-updates

2017-09-01 Thread Marco Scholl
With the last patch the segvault are fixed but the connection doesn't
work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663281

Title:
  opendir("ssh2.sftp://..";) fails after upgrade to 7.0.13 from xenial-
  updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-ssh2/+bug/1663281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1663281] Re: opendir("ssh2.sftp://..") fails after upgrade to 7.0.13 from xenial-updates

2017-09-01 Thread Marco Scholl
Under 14.04 i have use this patch for php-ssh2

https://launchpadlibrarian.net/193989033/fix-segfault.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663281

Title:
  opendir("ssh2.sftp://..";) fails after upgrade to 7.0.13 from xenial-
  updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-ssh2/+bug/1663281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1663281] Re: opendir("ssh2.sftp://..") fails after upgrade to 7.0.13 from xenial-updates

2017-08-22 Thread Jan Kellermann
After php-common-update from 2017.08-04 this affects ubuntu 14.04 with
php5.5, too.

Circumvention:

In place of:   'ssh2.sftp://' . $sftp . '/...'
write: 'ssh2.sftp://' . intval($sftp) . '/...'

see:
https://bugs.php.net/bug.php?id=69981
https://bugs.php.net/bug.php?id=73597

I suggest this problem occurs due the backport of parse_url()-Bug in
php5-common  https://bugs.php.net/bug.php?id=73192 and CVE-2016-10397


** Bug watch added: bugs.php.net/ #69981
   http://bugs.php.net/bug.php?id=69981

** Bug watch added: bugs.php.net/ #73597
   http://bugs.php.net/bug.php?id=73597

** Bug watch added: bugs.php.net/ #73192
   http://bugs.php.net/bug.php?id=73192

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2016-10397

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663281

Title:
  opendir("ssh2.sftp://..";) fails after upgrade to 7.0.13 from xenial-
  updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-ssh2/+bug/1663281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1663281] Re: opendir("ssh2.sftp://..") fails after upgrade to 7.0.13 from xenial-updates

2017-08-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: php-ssh2 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663281

Title:
  opendir("ssh2.sftp://..";) fails after upgrade to 7.0.13 from xenial-
  updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-ssh2/+bug/1663281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1663281] Re: opendir("ssh2.sftp://..") fails after upgrade to 7.0.13 from xenial-updates

2017-02-10 Thread David Hedberg
Further testing suggests that cherry-picking this particular commit
might be insufficient for our usage scenario. I'll test a bit with the
master branch of ssh2.

What's clear is that the version currently being shipped in xenial is
broken when used with php from xenial-updates.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663281

Title:
  opendir("ssh2.sftp://..";) fails after upgrade to 7.0.13 from xenial-
  updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-ssh2/+bug/1663281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1663281] Re: opendir("ssh2.sftp://..") fails after upgrade to 7.0.13 from xenial-updates

2017-02-09 Thread Ubuntu Foundations Team Bug Bot
The attachment "Patch against php-ssh2-0.12-39-g3dfe336+0.12" seems to
be a patch.  If it isn't, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663281

Title:
  opendir("ssh2.sftp://..";) fails after upgrade to 7.0.13 from xenial-
  updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-ssh2/+bug/1663281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs