svn commit: r455701 - head/devel/libhyve-remote

Marcelo Araujo araujo at FreeBSD.org
Thu Dec 7 09:41:02 UTC 2017


Author: araujo
Date: Thu Dec  7 09:41:00 2017
New Revision: 455701
URL: https://svnweb.freebsd.org/changeset/ports/455701

Log:
  - Update to 0.1.4.1.
  
  Changelog:
      * Pass hostname to vnc_init_server and also free sc pointer.
      * Update bhyve patch to reflect the latest changes.
  
  Note: Previous release 0.1.4 has a bug and will never bind the vnc port.
        Update is highly recommended.
  
  Sponsored by:	iXsystems, Inc.

Modified:
  head/devel/libhyve-remote/Makefile
  head/devel/libhyve-remote/distinfo

Modified: head/devel/libhyve-remote/Makefile
==============================================================================
--- head/devel/libhyve-remote/Makefile	Thu Dec  7 09:32:49 2017	(r455700)
+++ head/devel/libhyve-remote/Makefile	Thu Dec  7 09:41:00 2017	(r455701)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libhyve-remote
-PORTVERSION=	0.1.4
+PORTVERSION=	0.1.4.1
 CATEGORIES=	devel
 
 MAINTAINER=	araujo at FreeBSD.org

Modified: head/devel/libhyve-remote/distinfo
==============================================================================
--- head/devel/libhyve-remote/distinfo	Thu Dec  7 09:32:49 2017	(r455700)
+++ head/devel/libhyve-remote/distinfo	Thu Dec  7 09:41:00 2017	(r455701)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512070234
-SHA256 (araujobsd-libhyve-remote-0.1.4_GH0.tar.gz) = 6b9e3d7f0faac5909717320474e29427987d920a065098ab4b0c9192bdbcb08e
-SIZE (araujobsd-libhyve-remote-0.1.4_GH0.tar.gz) = 11739
+TIMESTAMP = 1512616485
+SHA256 (araujobsd-libhyve-remote-0.1.4.1_GH0.tar.gz) = cf086f6a2c6f43730e74f98eac8cb8b009a6f0332c5344bfa8a0a12e4518d14b
+SIZE (araujobsd-libhyve-remote-0.1.4.1_GH0.tar.gz) = 11581


More information about the svn-ports-head mailing list