From 02ce185befb684481e7af30ab102dfb9872d7f77 Mon Sep 17 00:00:00 2001 From: miqlas Date: Thu, 24 Aug 2017 12:11:01 +0200 Subject: [PATCH] zsh: enable secure mem (#1589) --- app-shells/zsh/zsh-5.4.1.recipe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app-shells/zsh/zsh-5.4.1.recipe b/app-shells/zsh/zsh-5.4.1.recipe index 138b0be4a..978dc0781 100644 --- a/app-shells/zsh/zsh-5.4.1.recipe +++ b/app-shells/zsh/zsh-5.4.1.recipe @@ -7,7 +7,7 @@ HOMEPAGE="https://zsh.org/" COPYRIGHT="1992-2017 Paul Falstad, Richard Coleman, Zoltán Hidvégi, \ Andrew Main, Peter Stephenson, Sven Wishnowsky, and others" LICENSE="ZSH" -REVISION="3" +REVISION="4" SOURCE_URI="https://downloads.sf.net/zsh/zsh-$portVersion.tar.xz" CHECKSUM_SHA256="94cbd57508287e8faa081424509738d496f5f41e32ed890e3a5498ce05d3633b" PATCHES="zsh-$portVersion.patchset" @@ -68,7 +68,11 @@ BUILD() --enable-pcre \ --enable-dynamic \ --enable-cap \ - --enable-unicode9 + --enable-unicode9 \ + --enable-maildir-support \ + --with-tcsetpgrp \ + --enable-zsh-secure-free + sed --in-place '/HAVE_WAIT3/d' config.h make $jobArgs }