Date: Thu, 31 Jan 2019 20:02:13 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491758 - head/lang/fasm Message-ID: <201901312002.x0VK2DvG000921@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Thu Jan 31 20:02:13 2019 New Revision: 491758 URL: https://svnweb.freebsd.org/changeset/ports/491758 Log: lang/fasm: update to 1.73.08 Accumulated changes since 1.73.02: * Fixed a bug in "align" directive for "dynamic" variant of ELF executable. * Added "dynamic" variant of ELF executable. * Added "gnurelro" segment type for ELF executable. * Added "ud0" and "ud1" instruction. * Fixed a minor bug in ELF formatter. * Segments in ELF executable format automatically expanded to cover headers and dynamic linking information. * Fixed a bug in "bndstx"/"bndldx" special address syntax processing. * Added "rdpid", "xsavec", "xsaves", "xrstors", "clzero", "monitorx" and "mwaitx" instructions. Modified: head/lang/fasm/Makefile head/lang/fasm/distinfo Modified: head/lang/fasm/Makefile ============================================================================== --- head/lang/fasm/Makefile Thu Jan 31 19:37:48 2019 (r491757) +++ head/lang/fasm/Makefile Thu Jan 31 20:02:13 2019 (r491758) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fasm -PORTVERSION= 1.73.02 +PORTVERSION= 1.73.08 CATEGORIES= lang devel MASTER_SITES= http://flatassembler.net/ Modified: head/lang/fasm/distinfo ============================================================================== --- head/lang/fasm/distinfo Thu Jan 31 19:37:48 2019 (r491757) +++ head/lang/fasm/distinfo Thu Jan 31 20:02:13 2019 (r491758) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522320365 -SHA256 (fasm-1.73.02.tar.gz) = b6d29f74a884d78d592133505a41d4c97d3ac854c18964b3bbd1f5d60ba976c5 -SIZE (fasm-1.73.02.tar.gz) = 269042 +TIMESTAMP = 1548960653 +SHA256 (fasm-1.73.08.tar.gz) = a5eb74c694ad8b4f08445daabb64f2e85720dac0aedbdffa5861e5de985bac5a +SIZE (fasm-1.73.08.tar.gz) = 275963
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901312002.x0VK2DvG000921>