svn commit: r517350 - head/emulators/qemu-sbruno

Kyle Evans kevans at FreeBSD.org
Tue Nov 12 21:11:41 UTC 2019


Author: kevans (src committer)
Date: Tue Nov 12 21:11:40 2019
New Revision: 517350
URL: https://svnweb.freebsd.org/changeset/ports/517350

Log:
  emulators/qemu-user-static: update to head as of 2019/11/12
  
  With this update, sendmsg/recvmsg (thus, casper'ized) applications now work
  again on mips.  Various signal handling issues have also been addressed,
  most notably qemu-user-static should no longer deadlock when evaluating
  whether printf survives out-of-memory conditions or not.
  
  PR:		224740
  Approved by:	ler (ports), sbruno (maintainer, implicit)
  MFH:		2019Q4

Modified:
  head/emulators/qemu-sbruno/Makefile
  head/emulators/qemu-sbruno/distinfo

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Tue Nov 12 21:02:25 2019	(r517349)
+++ head/emulators/qemu-sbruno/Makefile	Tue Nov 12 21:11:40 2019	(r517350)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qemu
-PORTVERSION=	2.11.50.g20191029
+PORTVERSION=	2.11.50.g20191112
 CATEGORIES=	emulators
 PKGNAMESUFFIX?=	-sbruno
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -12,7 +12,7 @@ COMMENT?=	QEMU CPU Emulator - github bsd-user branch
 
 LICENSE=	GPLv2
 USE_GITHUB=	yes
-GH_TUPLE=	seanbruno:qemu-bsd-user:25ce28e \
+GH_TUPLE=	seanbruno:qemu-bsd-user:b581800	\
 		qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb
 HAS_CONFIGURE=	yes
 USES=		bison compiler:c11 gmake perl5 pkgconfig python:2.7,build

Modified: head/emulators/qemu-sbruno/distinfo
==============================================================================
--- head/emulators/qemu-sbruno/distinfo	Tue Nov 12 21:02:25 2019	(r517349)
+++ head/emulators/qemu-sbruno/distinfo	Tue Nov 12 21:11:40 2019	(r517350)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1572356765
-SHA256 (qemu/2.11.50.g20191029/seanbruno-qemu-bsd-user-2.11.50.g20191029-25ce28e_GH0.tar.gz) = d48c752f537fd695c4bd7f36846b8d46fb5d1866861844f21c45b8d064b980fa
-SIZE (qemu/2.11.50.g20191029/seanbruno-qemu-bsd-user-2.11.50.g20191029-25ce28e_GH0.tar.gz) = 15509886
-SHA256 (qemu/2.11.50.g20191029/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a
-SIZE (qemu/2.11.50.g20191029/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895
+TIMESTAMP = 1573592353
+SHA256 (qemu/2.11.50.g20191112/seanbruno-qemu-bsd-user-2.11.50.g20191112-b581800_GH0.tar.gz) = d4dd9ab5fcc7c72f63f1068ff443bb9b0b14c87334e7aa18d147596f139ffa0d
+SIZE (qemu/2.11.50.g20191112/seanbruno-qemu-bsd-user-2.11.50.g20191112-b581800_GH0.tar.gz) = 15511875
+SHA256 (qemu/2.11.50.g20191112/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a
+SIZE (qemu/2.11.50.g20191112/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895


More information about the svn-ports-head mailing list