Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2020 20:34:36 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552765 - head/emulators/qemu-user-static
Message-ID:  <202010192034.09JKYa1b079049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Mon Oct 19 20:34:35 2020
New Revision: 552765
URL: https://svnweb.freebsd.org/changeset/ports/552765

Log:
  emulators/qemu-user-static: update to latest with more fixes
  
  This fixes a little more fallout from the signal refactoring that wasn't
  immediately obvious, and fixes a longstanding bug in ELF loading that
  resulted in rtld segfaults.

Modified:
  head/emulators/qemu-user-static/Makefile
  head/emulators/qemu-user-static/distinfo

Modified: head/emulators/qemu-user-static/Makefile
==============================================================================
--- head/emulators/qemu-user-static/Makefile	Mon Oct 19 20:32:17 2020	(r552764)
+++ head/emulators/qemu-user-static/Makefile	Mon Oct 19 20:34:35 2020	(r552765)
@@ -2,7 +2,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	3.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 PKGNAMESUFFIX=	-user-static
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -18,7 +18,7 @@ CONFLICTS_INSTALL=	qemu-user-static-devel-[0-9]*
 
 USES=		bison compiler:c11 gmake perl5 pkgconfig python:build
 USE_GITHUB=	yes
-GH_TUPLE=	seanbruno:qemu-bsd-user:ed53c04a13	\
+GH_TUPLE=	seanbruno:qemu-bsd-user:4ae5a47a04d4	\
 		qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb
 HAS_CONFIGURE=	yes
 USE_PERL5=	build

Modified: head/emulators/qemu-user-static/distinfo
==============================================================================
--- head/emulators/qemu-user-static/distinfo	Mon Oct 19 20:32:17 2020	(r552764)
+++ head/emulators/qemu-user-static/distinfo	Mon Oct 19 20:34:35 2020	(r552765)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1600104424
-SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-ed53c04a13_GH0.tar.gz) = e464282b0a953b2622801fa370841ec6073cda0fd78c9946e0e9fcf0b2956d48
-SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-ed53c04a13_GH0.tar.gz) = 16904224
+TIMESTAMP = 1603137711
+SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-4ae5a47a04d4_GH0.tar.gz) = 16b8009de20ff9e8870610e9ebc237c844deb49022e27c1b188a5339898d346a
+SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-4ae5a47a04d4_GH0.tar.gz) = 16903781
 SHA256 (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a
 SIZE (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010192034.09JKYa1b079049>