Date: Thu, 20 Feb 2020 19:02:20 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526581 - branches/2020Q1/devel/glib20 Message-ID: <202002201902.01KJ2Kbb021719@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Thu Feb 20 19:02:19 2020 New Revision: 526581 URL: https://svnweb.freebsd.org/changeset/ports/526581 Log: MFH: r525281 glib20: revert SSP_CFLAGS workaround (ports r500819) This was later diagnosed to be a bug in libc, which has since been addressed in all supported releases and branches. PORTREVISION is bumped as SSP_CFLAGS will change the output. The bug was fixed in the following patch levels (FreeBSD-EN-20:01.ssp): - 12.1-p2 - 12.0-p13 - 11.3-p6 PR: 243735 Approved by: kwm (gnome, maintainer via IRC) Approved by: ports-secteam (miwi) Modified: branches/2020Q1/devel/glib20/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/glib20/Makefile ============================================================================== --- branches/2020Q1/devel/glib20/Makefile Thu Feb 20 18:58:18 2020 (r526580) +++ branches/2020Q1/devel/glib20/Makefile Thu Feb 20 19:02:19 2020 (r526581) @@ -3,7 +3,7 @@ PORTNAME= glib PORTVERSION= 2.56.3 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNOME @@ -35,7 +35,6 @@ CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PR --with-pcre=system \ --disable-fam CONFIGURE_ENV= ac_cv_header_sys_inotify_h= -SSP_CFLAGS?= -fstack-protector # XXX -strong crashes qemu-user-static INSTALL_TARGET= install-strip SHEBANG_FILES= */*.pl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002201902.01KJ2Kbb021719>