aboutsummaryrefslogtreecommitdiff
path: root/shells/ksh93
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-02-07 19:38:23 +0000
committerCy Schubert <cy@FreeBSD.org>2020-02-07 19:38:23 +0000
commit87ca59aeea2094a089de953ddf2b5f6b7687f4f8 (patch)
treec96dad42375f24bf4e0abe35fbf7f8ae99e7b7f6 /shells/ksh93
parentf9723298cc8cf6f25b3ec8923fb5f5a9e32e5cc2 (diff)
downloadports-87ca59aeea2094a089de953ddf2b5f6b7687f4f8.tar.gz
ports-87ca59aeea2094a089de953ddf2b5f6b7687f4f8.zip
Fix CVE-2019-14868: certain environment variables interpreted as
arithmetic expressions on startup, leading to code injection. Submitted by: Siteshwar Vashisht <svashisht@redhat.com> Reported by: Marian Rehak MFH: 2020Q1 Security: CVE-2019-14868 https://bugzilla.redhat.com/show_bug.cgi?id=1757324 https://access.redhat.com/security/cve/CVE-2019-14868
Notes
Notes: svn path=/head/; revision=525497
Diffstat (limited to 'shells/ksh93')
-rw-r--r--shells/ksh93/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index d9664333d2cb..8e2967069ecc 100644
--- a/shells/ksh93/Makefile
+++ b/shells/ksh93/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ksh93
DISTVERSION= 2020.0.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= shells