diff options
author | recht <recht@pkgsrc.org> | 2004-08-29 14:47:07 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-29 14:47:07 +0000 |
commit | a1afe24dc4c8941da4102dd6a1964922260e4f68 (patch) | |
tree | 2ce7343cecb3858dd6aa876a8efe767288d56cc4 /shells | |
parent | 086f05075c6018ee64f353378afd97f6a326b091 (diff) | |
download | pkgsrc-a1afe24dc4c8941da4102dd6a1964922260e4f68.tar.gz |
update to posh-0.3.9
patch provided by pancake at phreaker.net in PR 26777
changes (from Debian changelog):
posh (0.3.9) unstable; urgency=medium
* trap builtin now errors when no signals are specified.
closes: #265103.
* Move trap-related regression tests to their own file,
and add one to check for error on "trap 0".
posh (0.3.8) unstable; urgency=high
* Fix tilde expansion thinko introduced in 0.3.4.
posh (0.3.7) unstable; urgency=low
* Remove some cruft left around from ksh functions.
posh (0.3.6) unstable; urgency=low
* Add a better regression test for umask.
* Drop support of ksh88 ":[#%]+"-type trimming.
* Adjust regression tests to make sure ${blah:#blah} gives
an error.
posh (0.3.5) unstable; urgency=low
* Clean unused variables left after 0.3.4.
* Add prebuild target to debian/rules.
* Drop qsort altogether.
posh (0.3.4) unstable; urgency=low
* Fix most of the signedness comparison warnings.
* Remove homedir caching code.
* Switch specials, keywords, aliases, builtins, vars, and funs hashes
to use libc tsearch() and friends.
* Remove old table hash routines.
posh (0.3.3) unstable; urgency=low
* Rename custom table functions to prevent conflicts with
b-tree functions when search.h is included.
* Remove vestigial tracked alias code.
posh (0.3.2) unstable; urgency=low
* Make getn() use strtol().
* Mark unused function parameters to avoid gcc warnings.
posh (0.3.1) unstable; urgency=low
* Use libc's instead of internal qsort.
* Add -W to CFLAGS.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/posh/Makefile | 4 | ||||
-rw-r--r-- | shells/posh/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/shells/posh/Makefile b/shells/posh/Makefile index 2a1a579053a..8429ec6e839 100644 --- a/shells/posh/Makefile +++ b/shells/posh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/05/07 10:11:13 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/08/29 14:47:07 recht Exp $ # -DISTNAME= posh_0.3 +DISTNAME= posh_0.3.9 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/} diff --git a/shells/posh/distinfo b/shells/posh/distinfo index 21a0af5e8df..941da7d8b49 100644 --- a/shells/posh/distinfo +++ b/shells/posh/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/05/07 10:11:13 jmmv Exp $ +$NetBSD: distinfo,v 1.2 2004/08/29 14:47:07 recht Exp $ -SHA1 (posh_0.3.tar.gz) = 2cfebc249b5e7286a3f25a3aff88ca864fad2be3 -Size (posh_0.3.tar.gz) = 426124 bytes +SHA1 (posh_0.3.9.tar.gz) = 8ae9e3b0dee08b2a6ccd694000fad49cec3678b0 +Size (posh_0.3.9.tar.gz) = 727145 bytes |