Date: Mon, 2 Nov 2020 17:46:43 +1000 From: Dima Panov <fluffy@FreeBSD.org> To: svn-ports-all@freebsd.org, Torsten Zuehlsdorff <tz@FreeBSD.org>, svn-ports-head@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r553873 - head/lang/php80 Message-ID: <f2619660-68b3-4440-8948-4c3f891dff29@Canary> In-Reply-To: <202011012254.0A1Ms0T3063440@repo.freebsd.org> References: <202011012254.0A1Ms0T3063440@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--5f9fb963_643c9869_180 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Moin=21 =E2=80=94enable-maintainer-zts is renamed to =E2=80=94enable-zts Index: lang/php80/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- lang/php80/Makefile (revision 553884) +++ lang/php80/Makefile (working copy) =40=40 -135,7 +135,7 =40=40 .endif .if =24=7BPORT=5FOPTIONS:MZTS=7D -CON=46IGURE=5FARGS+=3D--enable-maintainer-zts +CON=46IGURE=5FARGS+=3D--enable-zts CON=46IGURE=5FENV+=3D pthreads=5Fworking=3D=22yes=22 .endif -- Dima. (desktop, kde, x11, office, ports-secteam)=40=46reeBSD team (fluffy=40=46reeBSD.org, https://t.me/dima=5Fpanov) > On Monday, Nov 02, 2020 at 8:54 AM, Torsten Zuehlsdorff <tz=40=46reeBSD= .org (mailto:tz=40=46reeBSD.org)> wrote: > Author: tz > Date: Sun Nov 1 22:54:00 2020 > New Revision: 553873 > URL: https://svnweb.freebsd.org/changeset/ports/553873 > > Log: > lang/php80: Update from RC2 to RC3 > > Changelog: > > - Core: > . =46ixed bug =238055 (Abstract trait methods returning =22self=22 cann= ot be > fulfilled by traits). (Nikita) > . =46ixed bug =2380280 (ADD=5FEXTENSION=5FDEP() fails for ext/standard = and ext/date). > (cmb) > . =46ixed bug =2380258 (Windows Deduplication Enabled, randon permissio= n errors). > (cmb) > > - COM: > . =46ixed bug =2362474 (com=5Fevent=5Fsink crashes on certain arguments= ). (cmb) > > - DOM: > . =46ixed bug =2380268 (loadHTML() truncates at NUL bytes). (cmb) > > - IMAP: > . =46ixed bug =2376618 (segfault on imap=5Freopen). (girgias) > . =46ixed bug =2380239 (imap=5Frfc822=5Fwrite=5Faddress() leaks memory)= . (cmb) > . =46ixed minor regression caused by fixing bug =2380220. (cmb) > . =46ixed bug =2380242 (imap=5Fmail=5Fcompose() segfaults for multipart= with rfc822). > (cmb) > > - Opcache: > . =46ixed bug =2380255 (Opcache bug (bad condition result) in 8.0.0rc1)= . (Nikita) > > - Standard: > . =46ixed bug =2380256 (file=5Fget=5Fcontents strip first line with chu= nked encoding > redirect). (Nikita) > > Sponsored by: PHP Update Service > > Modified: > head/lang/php80/Makefile > head/lang/php80/distinfo > > Modified: head/lang/php80/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/php80/Makefile Sun Nov 1 22:52:00 2020 (r553872) > +++ head/lang/php80/Makefile Sun Nov 1 22:54:00 2020 (r553873) > =40=40 -1,10 +1,10 =40=40 > =23 =24=46reeBSD=24 > > PORTNAME=3D php80 > -DISTVERSION=3D 8.0.0RC2 > -PORTREVISION=3F=3D 1 > +DISTVERSION=3D 8.0.0RC3 > +PORTREVISION=3F=3D 0 > CATEGORIES=3F=3D lang devel www > -MASTER=5FSITES=3D https://downloads.php.net/=7Epollita/ > +MASTER=5FSITES=3D https://downloads.php.net/=7Ecarusogabriel/ > DISTNAME=3D php-=24=7BDISTVERSION=7D > > MAINTAINER=3D tz=40=46reeBSD.org > > Modified: head/lang/php80/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/php80/distinfo Sun Nov 1 22:52:00 2020 (r553872) > +++ head/lang/php80/distinfo Sun Nov 1 22:54:00 2020 (r553873) > =40=40 -1,3 +1,3 =40=40 > -TIMESTAMP =3D 1603062674 > -SHA256 (php-8.0.0RC2.tar.xz) =3D 97d8031ba1095c3222fc5725710ac18dc4f58= 4e526cbcbfb2817146abb6891ec > -SIZE (php-8.0.0RC2.tar.xz) =3D 10713424 > +TIMESTAMP =3D 1604051937 > +SHA256 (php-8.0.0RC3.tar.xz) =3D 3438b3adf87ee65ba7d90db189cabc0a0a42f= fc39bb7ae93f65cf6080a68ebfa > +SIZE (php-8.0.0RC3.tar.xz) =3D 10618712 --5f9fb963_643c9869_180 Content-Type: application/pgp-signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: Canary PGP v2 iQJVBAABCgA/OBxEaW1hIFBhbm92IChGcmVlQlNELk9SRyBDb21taXR0ZXIpIDxm bHVmZnlARnJlZUJTRC5PUkc+BQJfn7ljAAoJEPuLoJ3VOY8pSi0QAN9UvAr9l9sK R2o/qcbuzQVgNzV5HNiRA9Mh+fk3XO/4wqKdTDdI81NVMWaFhrAu7szBrl8cBkil TXD8OqDe8FSvyAt9rF02xMfjPMNvZ6igBQLUmKbUj7NN+/9i2xDEU9ELZifR7XSn Yw4yTQwyM94wtpBdbjk4wpiby/s8XjFU1dTlD1p952KPGJwPVZ5bI323lk6jcUzm IyUQsMAF6TTvEXYRcv1m1D3OVDd2d7OhAwukPvh99lE1K1EDhTisz+IrnnS3fx/E fHPqZXauGjsFKQbKgcXuF1Unh2NMp/gN62zPJQJNvcjEPecy9nxjtMO5y20SOBBg SNgD9HRYS9vRKDAD9A9o2unxJW4D4Fji/r6GDZS+G0POrZt+8IzO+TP/o+JHgFtX 9o96it5SM0fhKpyT0zLGf+XzqPqET08k15TtFDRkv/Tq5OTMsSk46FLyuBlqpFv1 bOe/Ln7zIwySRyEy+x35w+O0iMEKidGtkx+MK3fuxZMF1FPLcwSuymyEler62jjZ Wr8AgIJ37ONOs27zr0aQXrb2IwLLPphWEywQ6s4EuShUxU2hHTmI9m8efx0mhXTm fEG6gDyhptPEFfQzodh//F3hn8liJC/NK59bElKQF6NT7vG22IQBuUQOWJAj/T8M TRMzf7JKEQwfmFsGN4Dowgrpj+wCbWBx =183y -----END PGP SIGNATURE----- --5f9fb963_643c9869_180--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f2619660-68b3-4440-8948-4c3f891dff29>