sthen
3a40db376a
update to zsh-5.8.1, from Matthew Martin
...
This is a stable security release with a few bug fixes, including one
for CVE-2021-45444, a vulnerability in prompt expansion which could be
exploited through e.g. VCS_Info to execute arbitrary shell commands
without a user's knowledge. All sites are encouraged to update from
zsh 5.8. A partial work-around which can be applied within a running
shell is provided in the source distribution for those who are unable
to update their shell binaries.
https://www.zsh.org/mla/announce/msg00133.html
2022-02-12 17:15:10 +00:00
jasper
b93bae4306
build without the zsh memory allocator and secure free implementation.
...
just like with bash, this winds up using brk and results in broken runtime
on powerpc64.
ok pea@ (MAINTAINER)
2020-07-21 16:48:06 +00:00
rsadowski
27883b1953
Update zsh to 5.8
...
"Security and bug fix release with a few user visible additions."
Changelog: http://zsh.sourceforge.net/releases.html
This release fixes CVE-2019-20044. (Not tested on OpenBSD)
Feedback and tests from Matthew Martin, thanks!
2020-03-29 21:24:03 +00:00
sthen
77f7cc9c61
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:49:33 +00:00
pea
de5c9ed445
Update to 5.7.1.
...
Diff from Matthew Martin, thanks !
ok rsadowski@
2019-03-11 09:15:54 +00:00
rsadowski
edddae5b51
Update zsh-5.6.2
...
TLS hint from kn@! Feedback, test, review by pea@ and Matthew Martin. Thanks!
ok pea@ (maintainer)
2018-09-17 10:50:26 +00:00
jasper
8305aa10a7
missed in previous
2018-04-21 09:24:34 +00:00
jasper
bf72a932eb
- update to zsh-5.5.1
...
from matthew martin
ok pea@ (MAINTAINER)
2018-04-21 09:24:06 +00:00
jasper
612e7d3226
remove empty files
2018-04-20 18:36:33 +00:00
pea
1fc4bc225a
Update to 5.5
...
Diff from Matthew Martin, thanks !
ok rsadowski@
2018-04-17 13:39:00 +00:00
jca
b6636b1ec5
Update to zsh-5.4.2
...
From Matthew Martin, ok pea@ (maintainer)
2017-12-05 23:28:56 +00:00
rsadowski
5ea92a403f
Update ZSH to 5.4.1
...
ok pea@ juanfra@
2017-08-10 18:38:39 +00:00
pea
21209272e0
Bugfix update to 5.3.1
...
Diff from Rafael Sadowski, thanks !
2017-03-24 14:30:14 +00:00
juanfra
4400f8f8e7
From Matthew Martin. Tested by pea@ and me. OK pea@ (MAINTAINER).
2017-02-02 03:41:12 +00:00
naddy
52501c1f09
replace libiconv module with library dependency; no bump needed
2016-04-09 20:14:48 +00:00
naddy
8c9ed2059f
g/c PFRAG.shared
2016-04-04 22:57:45 +00:00
naddy
a678ef5e16
remove substituted uses of CONFIGURE_SHARED, NO_SHARED_LIBS
2016-03-09 19:11:35 +00:00
jasper
047a3abe46
- add completion type for object files
...
this applies the same fix we have for nm(1) to other programs too
from Matthew Martin
ok pea@ (MAINTAINER)
2015-12-21 19:13:17 +00:00
jasper
efecaadb58
update to zsh-5.2
...
from Matthew Martin
ok pea@ (MAINTAINER)
2015-12-17 18:31:21 +00:00
jasper
d6c01f0aad
tweak previous
...
from Matthew Martin
ok pea@ (MAINTAINER)
2015-12-06 14:18:04 +00:00
jasper
8301ed6cd9
adjust regex for nm(1) completion to recognize our so versioning. otherwise
...
it would complete .a and .la, but not .so.X.Y
ok pea@ (MAINTAINER)
2015-12-02 14:27:59 +00:00
pea
4ef47d6e49
Update to 5.1.1
...
from Matthew Martin <phy1729 at gmail dot com>, thanks.
2015-11-06 14:17:03 +00:00
jasper
31fbb69ad0
backport fix from upstream, effectively unbreaking cvs completion
...
ok jca@, pea@ (MAINTAINER)
2015-04-28 06:30:13 +00:00
jca
a84474931e
Pushed upstream by Theo Buehler.
2015-04-22 12:00:47 +00:00
jca
abfe0797f5
Update to zsh-5.0.7
...
Initial diff from pea@ (maintainer); additional patch, test reports and
prodding from Theo Buehler. ok chrisz@ a few months ago
2015-04-22 11:52:40 +00:00
schwarze
c5d375d0b1
Even though the zshall(1) manual uses the .so request
...
to include all the zsh* manuals, there are no important
formatting differences between groff and mandoc.
Drop USE_GROFF. Bump because this is a somewhat atypical case.
OK pea@ (MAINTAINER) and naddy@.
2015-04-21 10:14:03 +00:00
jasper
46bc32399e
committed upstream; no pkg change
2014-05-12 15:22:40 +00:00
jasper
b65b15e5fc
remove duplicate content of the tmux completion file and fixup a stray
...
FULLPKGNAME in PLIST while here.
ok pea@ (MAINTAINER)
2014-04-20 21:26:51 +00:00
jasper
868d772294
remove patch that was added some 12 years ago to allow building zsh on
...
alpha with dynamic libs...passes tests just fine nowadays.
tested by landry@
ok pea@ (MAINTAINER)
2014-04-17 14:55:35 +00:00
jasper
7944034985
update to zsh-5.0.5
...
ok pea@ (MAINTAINER)
2014-04-17 12:12:20 +00:00
gsoares
2adb8483f7
update zsh to 5.0.2; OK pea@ (maintainer)
...
release notes at:
http://zsh.sourceforge.net/releases.html
2013-10-02 19:49:11 +00:00
naddy
db19a457d2
remove gcc 2.95 workarounds
2013-08-07 19:21:08 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
pea
3bd128894f
Update to 5.0.0
...
Add a patch from miod@ to fix compilation with gcc 2.95
ok jasper@
2012-09-24 19:33:50 +00:00
ajacoutot
76bacafa08
Use autoconf 2.68.
...
ok pea@ (maintainer)
2012-05-10 13:49:56 +00:00
pea
101ec6a9d0
Update to 4.3.17
...
ok ajacoutot@
2012-04-10 11:53:21 +00:00
pea
fbb7213416
Update to 4.3.15.
...
Add a diff to fix pgrep completion (from Antti Harri, thanks)
ok ajacoutot@
2011-12-21 15:01:56 +00:00
pea
c336516826
Fix completion when ksh_arrays is set.
...
Spotted by Christopher Zimmermann <madroach at zakweb.de>, thanks !
ok ajacoutot@
2011-09-27 13:30:24 +00:00
pea
87db24d4c0
Update to 4.3.12
...
ok jasper@
2011-06-22 11:41:35 +00:00
pea
1df7aa6506
Fix the ${foo:0:} crash
...
ok ajacoutot@, jasper@
2011-03-04 10:08:59 +00:00
pea
690155971b
Unbreak the pfctl completion.
...
Spotted by Brad Kalbaugh
ok ajacoutot@
2011-02-03 08:56:14 +00:00
pea
5f7121fba2
Fix patterns crashes.
...
ok jasper@
2011-01-17 16:19:43 +00:00
pea
6fd6fc2c45
Update to 4.3.11
...
OK jasper@
2010-12-27 14:04:31 +00:00
espie
6c283d7e98
new depends
2010-11-20 17:22:40 +00:00
espie
2ef1026971
USE_GROFF=Yes
2010-10-18 21:41:44 +00:00
pea
c72a767eab
Fix WANTLIB
...
ok jasper@
2010-10-06 09:26:31 +00:00
nicm
2205a4fb8f
Set _XOPEN_SOURCE_EXTENDED on OpenBSD as well. Fixes build with
...
ncursesw.
ok landry
2010-09-06 18:53:51 +00:00
dcoppa
0d2fce5292
Switch to new-style REVISION/EPOCH/LIB_DEPENDS/WANTLIB
...
OK sthen@
2010-07-27 09:24:39 +00:00
pea
b9d0ef45fe
+ fix completion for tmux
...
+ add completion for pfctl
"looks good" sthen@
2009-12-16 15:03:28 +00:00
pea
8ff6480d11
Completel support for tmux
...
"go ahead" jasper@
2009-11-13 12:26:40 +00:00