Page MenuHomeFreeBSD

update net/guacamole-server to 0.9.10
ClosedPublic

Authored by lifanov on Jan 21 2017, 7:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 18, 1:56 AM
Unknown Object (File)
Fri, Mar 7, 11:55 AM
Unknown Object (File)
Mar 2 2025, 4:07 AM
Unknown Object (File)
Feb 21 2025, 1:14 PM
Unknown Object (File)
Feb 21 2025, 11:20 AM
Unknown Object (File)
Feb 21 2025, 11:15 AM
Unknown Object (File)
Feb 19 2025, 10:02 PM
Unknown Object (File)
Jan 23 2025, 12:03 AM
Subscribers

Details

Summary
update net/guacamole-server to 0.9.10

Changelog: https://github.com/apache/incubator-guacamole-server/commits/0.9.10-incubating

* Updated to 0.9.10
* Changed LICENSE to APACHE20
* New option GUACENC: Video Encoding Utility

 PR: 216350
 Submitted by: ultima1252@gmail.com (maintainer)
 Reviewed by: matthew
 Approved by: matthew (mentor)
 Differential Revision: https://reviews.freebsd.org/DXXXX
Test Plan

poudriere testport - OK

Diff Detail

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

Event Timeline

lifanov retitled this revision from to update net/guacamole-server to 0.9.10.
lifanov updated this object.
lifanov edited the test plan for this revision. (Show Details)
lifanov added a reviewer: matthew.
lifanov added a subscriber: koobs.

Whoa. Lots of rather significant changes for what the version number says is just a patch update.

The ABI version on libguac.so.12 has been incremented, which means that any port that depends
on this and that contains applications that link against that shlib will need a port revision bump.
Which looks like maybe only net/guacamole-client ? Need to confirm that.

As this is an official Apache Incubator project now, update the WWW: line in pkg-descr to

https://guacamole.incubator.apache.org/

and consider switching the GitHub project to https://github.com/apache/incubator-guacamole-server ?

Also see PR215802 -- technically this port will need a portrevision bump because of the change in ABI
version of a shlib it depends on. And that PORTREVISION bump will need MFH'ing as it's a security fix to libvncserver. Would be handy to commit the libvncserver update before committing the update to
guacamole-server.

Would be handy to commit the libvncserver update before committing the update to
guacamole-server.

Done.

Client update depends on this in Bugzilla. I was still testing it, so review is coming up.

lifanov edited edge metadata.

address matthew's feedback: switch to Apache Incubator

This revision is now accepted and ready to land.Jan 22 2017, 5:03 PM
This revision was automatically updated to reflect the committed changes.