Page MenuHomeFreeBSD

security/pecl-ssh2: Update to 1.0
ClosedPublic

Authored by dbaio on May 13 2017, 4:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 11:31 AM
Unknown Object (File)
Feb 12 2024, 2:47 PM
Unknown Object (File)
Feb 12 2024, 2:47 PM
Unknown Object (File)
Feb 12 2024, 2:47 PM
Unknown Object (File)
Feb 12 2024, 2:47 PM
Unknown Object (File)
Feb 12 2024, 4:42 AM
Unknown Object (File)
Jan 13 2024, 12:18 AM
Unknown Object (File)
Dec 20 2023, 3:32 AM
Subscribers

Details

Summary
security/pecl-ssh2: Update to 1.0

- Create security/pecl-ssh2-0 
- Add UPDATING note

security/pecl-ssh2 (v1.0)  --> PHP 7 only. 
security/pecl-ssh2-0 (v0.13)  --> PHP 5 compatible.

Changes: https://pecl.php.net/package-changelog.php?package=ssh2&release=1.0

PR:		215378
Reported by:	Alexander Ushakov <alexander@polyvizor.com>
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10702
Test Plan
security/pecl-ssh2 $ portlint -C
looks fine.

security/pecl-ssh2-0 $ portlint -C
WARN: [...]/distinfo: [1]: TIMESTAMP is over 30 days old
0 fatal errors and 1 warning found.

poudriere testport:

# security/pecl-ssh2
DEFAULT_VERSIONS+=     php=7.0

10.3-RELEASE-p19 i386
10.3-RELEASE-p19 amd64
11.0-RELEASE-p10 i386
11.0-RELEASE-p10 amd64
12.0-CURRENT r318003 i386
12.0-CURRENT r318000 amd64

# security/pecl-ssh2-0

10.3-RELEASE-p19 i386
10.3-RELEASE-p19 amd64
11.0-RELEASE-p10 i386
11.0-RELEASE-p10 amd64
12.0-CURRENT r318003 i386
12.0-CURRENT r318000 amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

garga requested changes to this revision.May 15 2017, 11:22 AM
garga added inline comments.
security/pecl-ssh2-0/Makefile
21 ↗(On Diff #28293)

Do they conflict at build time? If not you could use CONFLICTS_INSTALL here

This revision now requires changes to proceed.May 15 2017, 11:22 AM
dbaio edited edge metadata.

Removing CONFLICTS part. Letting this with PHP.

This revision is now accepted and ready to land.May 17 2017, 10:26 AM
This revision was automatically updated to reflect the committed changes.