Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2020 03:38:32 +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: r554049 - head/emulators/qemu-user-static
Message-ID:  <202011040338.0A43cWMa023643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Wed Nov  4 03:38:32 2020
New Revision: 554049
URL: https://svnweb.freebsd.org/changeset/ports/554049

Log:
  emulators/qemu-user-static: update to 269a4ac93
  
  Fixes:
  - Fixed recently broken execution of PIE binaries (not zero'ing .bss)[0]
  - Fixed handling of signals during pselect(2)/ppoll(2)
  - Fixed nanosleep(2) (was writing out time remaining only on success)
  - Fixed swapcontext(2)/setcontext(2)
  - Fixed a lot of ktimer handling issues
  - Fixed direct exec of rtld
  
  Improvements:
  - Implemented clock_nanosleep(2)
  - Implemented msgget(2) and, more generally, fixed SysV msg support
  
  - Refactored ELF loading (much easier to read, less easy to break)
  
  Investigated by:	Andrew Gierth <andrew tao11 riddles org uk> [0]

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	Wed Nov  4 01:59:34 2020	(r554048)
+++ head/emulators/qemu-user-static/Makefile	Wed Nov  4 03:38:32 2020	(r554049)
@@ -2,7 +2,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	3.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 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:50dd9cc6ada3	\
+GH_TUPLE=	seanbruno:qemu-bsd-user:269a4ac935ce7	\
 		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	Wed Nov  4 01:59:34 2020	(r554048)
+++ head/emulators/qemu-user-static/distinfo	Wed Nov  4 03:38:32 2020	(r554049)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1604027654
-SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-50dd9cc6ada3_GH0.tar.gz) = 0907efe319935c01ec19e9989f4bda32ec40d48bea7d29a10811a59a25e9cd4d
-SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-50dd9cc6ada3_GH0.tar.gz) = 16902851
+TIMESTAMP = 1604458817
+SHA256 (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-269a4ac935ce7_GH0.tar.gz) = 6efc4065191544bf343bd57b9612776be2ee264094ca8e533c4d999418693068
+SIZE (qemu/3.1.0/seanbruno-qemu-bsd-user-3.1.0-269a4ac935ce7_GH0.tar.gz) = 16902013
 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?202011040338.0A43cWMa023643>