Date: Fri, 12 Mar 2021 13:59:48 +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: r568178 - head/emulators/qemu-user-static Message-ID: <202103121359.12CDxmjB051402@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Fri Mar 12 13:59:48 2021 New Revision: 568178 URL: https://svnweb.freebsd.org/changeset/ports/568178 Log: emulators/qemu-user-static: update to fix copy_file_range() bug MFH: 2021Q1 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 Fri Mar 12 13:50:55 2021 (r568177) +++ head/emulators/qemu-user-static/Makefile Fri Mar 12 13:59:48 2021 (r568178) @@ -2,7 +2,7 @@ PORTNAME= qemu PORTVERSION= 3.1.0 -PORTREVISION= 10 +PORTREVISION= 11 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= qemu-bsd-user:qemu-bsd-user:f7fd10d7677c \ +GH_TUPLE= qemu-bsd-user:qemu-bsd-user:bbf9ac7959ec \ 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 Fri Mar 12 13:50:55 2021 (r568177) +++ head/emulators/qemu-user-static/distinfo Fri Mar 12 13:59:48 2021 (r568178) @@ -1,5 +1,5 @@ -TIMESTAMP = 1614279045 -SHA256 (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-f7fd10d7677c_GH0.tar.gz) = b13b667d38be27e4ffeffb3f4edf553cd1bf3b4c34036e2dc809a0c544903b0e -SIZE (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-f7fd10d7677c_GH0.tar.gz) = 16908794 +TIMESTAMP = 1615557532 +SHA256 (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-bbf9ac7959ec_GH0.tar.gz) = 2d13303594e7b05858c7a7d2dfc6955812c5c644a670d0803bb0db38b57f7e9c +SIZE (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-bbf9ac7959ec_GH0.tar.gz) = 16909061 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?202103121359.12CDxmjB051402>