Sorry, but I can access mail by web client from different machine only. I can't split diffs and mail it from OpenBSD in any way, so I can transfer them to another machine and put into attachment or in web interface only.
I'm really sorry about it. Hope you can use the attached diffs from previous mail as-is in original formatting. They should work fine (tested on openbsd 6.7 with all the latest patches installed). I'm using nasm for small project, and I hit the DATA & TEXT segment issues with v2.14.02 but 2.15.01 completely solves it. If anybody can test the software in other way, please do it and report. For my relatively small project 2.15.01 works without any issues. Martin ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Monday, June 29, 2020 11:37 AM, Stuart Henderson <s...@spacehopper.org> wrote: > This is how that one looks. It really does need the ports depending on > it to be tested with the update too. > > Content-Transfer-Encoding: quoted-printable > > --- Makefile.old=09Wed Jul 17 17:49:21 2019 > +++ Makefile=09Mon Jun 29 09:46:50 2020 > @@ -4,8 +4,8 @@ > > COMMENT=3D=09general-purpose multi-platform x86 assembler > > -VERSION=3D=092.14.02 > -REVISION=3D=091 > +VERSION=3D=092.15.01 > DISTNAME=3D=09nasm-${VERSION} > CATEGORIES=3D=09devel lang > MASTER_SITES=3D=09${HOMEPAGE}/pub/nasm/releasebuilds/${VERSION}/ > > --- distinfo.old=09Sun Dec 30 22:26:53 2018 > +++ distinfo=09Mon Jun 29 09:48:15 2020 > @@ -1,2 +1,2 @@ > -SHA256 (nasm-2.14.02.tar.xz) =3D 4krePpKPclOqjBSqRHJtHt8/mGQ/h8nXLsHfRLJr6= > PU=3D > -SIZE (nasm-2.14.02.tar.xz) =3D 827620 > +SHA256 (nasm-2.15.01.tar.xz) =3D 28a50f80d2f4023e444b113e9ddc57fcec2b2f295= > a07ce158cf3f18740375831 > +SIZE (nasm-2.15.01.tar.xz) =3D 975376 > > --- PLIST.orig=09Thu Aug 3 17:39:39 2017 > +++ PLIST=09Mon Jun 29 11:15:55 2020 > @@ -27,6 +27,7 @@ > share/doc/nasm/html/nasmdo10.html > share/doc/nasm/html/nasmdo11.html > share/doc/nasm/html/nasmdo12.html > +share/doc/nasm/html/nasmdo13.html > share/doc/nasm/html/nasmdoc.css > share/doc/nasm/html/nasmdoc0.html > share/doc/nasm/html/nasmdoc1.html > > --- doc/Makefile.in.old=09Sun Jun 28 02:17:21 2020 > +++ doc/Makefile.in=09Mon Jun 29 11:09:56 2020 > @@ -28,7 +28,7 @@ > RM_F=09=09=3D rm -f > RM_RF=09=09=3D rm -rf > CP_F=09=09=3D cp -f > -CP_UF=09=09=3D cp -uf > +CP_UF=09=09=3D cp -fv > > Optional tools > > =============== > > XZ=09=09=3D @XZ@ > @@ -40,8 +40,8 @@ > HTMLAUX=09=09=3D nasmdoc.css local.css nasmlogw.png > > SRCS=09=09=3D nasmdoc.src inslist.src changes.src warnings.src version.src > -OUT=09=09=3D html nasmdoc.txt nasmdoc.pdf $(XZFILES) > -XZOUT =3D nasmdoc.pdf.xz > +OUT=09=09=3D html nasmdoc.txt # nasmdoc.pdf $(XZFILES) > +# XZOUT =3D nasmdoc.pdf.xz > > .SUFFIXES: > .SUFFIXES: .pfa .ph > @@ -103,7 +103,6 @@ > =09$(XZ) -9e < $< > $@ > > clean: > -=09-$(RM_F) *.rtf *.hpj *.texi *.gid *.ipf *.dip > =09-$(RM_F) *.aux *.cp *.fn *.ky *.pg *.log *.toc .tp .vr > =09-$(RM_F) inslist.src version.src fontpath Fontmap > =09-$(RM_F) nasmdoc.ps nasmdoc-raw.pdf > @@ -116,7 +115,7 @@ > =09$(MKDIR_P) $(DESTDIR)$(htmldir) > =09$(INSTALL_DATA) html/ $(DESTDIR)$(htmldir)=09$(MKDIR_P) $(DESTDIR)$(docdir) > -=09$(INSTALL_DATA) nasmdoc.pdf nasmdoc.txt $(DESTDIR)$(docdir) > +=09$(INSTALL_DATA) internal.doc nasmdoc.txt $(DESTDIR)$(docdir) > > == > > Dummy rules that changes make behavior > > =======================================