summaryrefslogtreecommitdiff
path: root/shells
AgeCommit message (Collapse)AuthorFilesLines
2015-06-07Update to 4.3.039ryoon2-3/+32
Changelog: * Bugfixes (031-039)
2015-06-04Convert ZSH_STATIC to PKG_OPTIONS.zsh=static.ryoon1-7/+7
2015-05-22Upgrade to 6.19.00kim7-179/+20
This is a mainly a bug fix release with few new features: 1. new cdtohome variable 2. locking in history files 3. history speedups.
2015-04-30Update to R50fwen3-11/+11
Upstream changes: R50f is a required security and bugfix release: [tg] Add a patch marker for vendor patch versioning to mksh.1 [tg] SECURITY: make unset HISTFILE actually work [tg] Document some more issues with the current history code [tg] Remove some unused code [tg] RCSID-only sync with OpenBSD, for bogus and irrelevant changes [tg] Also disable field splitting for alias 'local=\typeset' [tg] Fix read -n-1 to not be identical to read -N-1 [tg] Several fixes and improvements to lksh(1) and mksh(1) manpages [tg] More code (int size_t), comment and testsuite fixes [tg] Make dot.mkshrc more robust (LP#1441853) [tg] Fix issues with IFS='\' read, found by edualbus [enh, tg] Fix integer overflows related to file descriptor parsing, found by Pawel Wylecial (LP#1440685); reduce memory usage for I/O redirs [tg] Document in the manpage how to set ±U according to the current locale settings via LANG/LC_* parameters (cf. Debian #782225) [igli, tg] Some code cleanup and restructuring [tg, oksh] Handle number parsing and storing more carefully R50e is a required bugfix release: [tg] Add more tests detailing behaviour difference from GNU bash [tg] Introduce a memory leak for x=<< fixing use of freed memory instead, bug tracked as LP#1380389 still live [tg] Add x+=<< parallel to x=<< [tg, ormaaj, jilles] POSIX "command" loses builtin special-ness [tg] Fix LP#1381965 and LP#1381993 (more field splitting) [jilles] Update location of FreeBSD testsuite for test(1) [Martin Natano] Remove dead NULL elements from Emacs keybindings [tg, Stéphane Chazelas, Geoff Clare] Change several testcases for $*/$@ expansion with/without quotes to expected-fail, with even more to come ☹ [tg] Fix miscalculating required memory for encoding the double-quoted parts of a here document or here string delimiter, leading to a buffer overflow; discovered by zacts from IRC [RT] Rename a function conflicting with a MacRelix system header [tg] Use size_t (and ssize_t) consistently, stop using ptrdiff_t; fixes some arithmetics and S/390 bugs [tg] Remove old workarounds for Clang 3.2 scan-build [tg] Remove all Clang/Coverity assertions, making room for new checks [tg] Fix NSIG generation on Debian sid gcc-snapshot [tg] Make a testcase not fail in a corner case [tg] Fix issues detected by GCC’s new sanitisers: data type of a value to be shifted constantly must be unsigned (what not, in C…); shebang check array accesses are always unsigned char [tg] Be even more explicit wrt. POSIX in the manpage [tg] Fix shebang / file magic decoding [tg] More int → bool conversion [tg] Let Build.sh be run by GNU bash 1.12.1 (Slackware 1.01) [Stéphane Chazelas, tg] Fix here string parsing issue [tg] Point out more future changes in the manpage [tg] Call setgid(2), setegid(2), setuid(2) before seteuid(2) [tg] Fix spurious empty line after ENOENT “whence -v”, found by Ypnose [tg] Optimise dot.mkshrc and modernise it a bit [tg] Use MAXPATHLEN from <sys/param.h> for PATH_MAX fallback [tg] Some code cleanup and warnings fixes [tg] Add options -a argv0 and -c to exec [jsg] Prevent use-after-free when hitting multiple errors unwinding [tg] Fix use of $* and $@ in scalar context: within [[ … ]] and after case (spotted by Stéphane Chazelas) and in here documents (spotted by tg@); fix here document expansion [tg] Unbreak when $@ shares double quotes with others [tg] Fix set -x in PS4 expansion infinite loop
2015-04-28Update to 0.12.4mef2-6/+6
---------------- (from debian/changelog) posh (0.12.4) unstable; urgency=medium * Correct misspelling of "--". closes: #774004. * Patch from Chris Lamb to make the build reproducible. closes: #777395. * Patch from John Salmon to use memmove instead of memcpy in debunk(). closes: #777493. -- Clint Adams <clint@debian.org> Sun, 26 Apr 2015 14:20:19 -0400
2015-03-19Avoid mixing _POSIX_C_SOURCE and C99 on SunOS.jperkin2-11/+24
2015-03-18Fix build with NetBSD's terminfo and don't depend as much onjoerg13-3/+362
-fpermissive hack of GCC.
2015-03-15cannot be installed in UNPRIVILEGED modetnn1-1/+2
2015-03-13needs yacc(1) tooltnn1-1/+2
2015-03-08MAKE_JOBS works nowtnn1-2/+1
2015-03-07Apply patch to patch in PR 49375. Defuzz patches.rodent8-32/+41
2015-03-06Update to 2.1.1ryoon8-133/+375
Changelog: * Written in C++ now. * Fix security issues CVE-2014-2914 CVE-2014-2906 and CVE-2014-3856 CVE-2014-2905 CVE-2014-3219 * Many bugfixes. * Many new features. See http://fishshell.com/release_notes.html .
2015-02-10Fix interpreter path in installed files. Bump PKGREVISION.wiz1-1/+4
2015-02-08Add some bug report URLs.wiz3-4/+6
2015-02-08+ autojump.wiz1-1/+2
2015-02-08Import autojump-22.2.4 as shells/autojump.wiz5-0/+74
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. Directories must be visited first before they can be jumped to.
2015-02-08+ git-sh.wiz1-1/+2
2015-02-08Import git-sh-1.3 as shells/git-sh.wiz4-0/+44
git-sh is a customized bash shell suitable for git work. The git-sh command starts an interactive bash shell tweaked for heavy git interaction: * All git commands available at top-level (checkout master = git checkout master) * All git aliases defined in the [alias] section of ~/.gitconfig available at top-level. * Shawn O. Pearce's excellent bash completion strapped onto all core commands and git aliases. * Custom prompt with current branch, repository, and work tree dirty indicator. * Customizable via /etc/gitshrc and ~/.gitshrc config files; for creating aliases, changing the prompt, etc. * Runs on top of normal bash (~/.bashrc) and readline (~/.inputrc) configurations.
2015-02-04Apply upstream revision 22c4ea424ce2e8febce04d324c5ec9898f5d534b.snj3-2/+23
Thix fixes, at the very least, issues with cvs command/filename completion. Bump PKGREVISION to 1.
2015-02-02Add USE_LANGUAGES, package requires c99 support.jperkin1-1/+2
2015-01-25Update HOMEPAGE, was not registered on DNSmef1-2/+2
2015-01-20Install complete.tcsh and csh-mode.el files as example files.hauke2-4/+13
Fixes PR pkg/32283
2015-01-11Mark this ONLY_FOR_PLATFORM and list the platforms where tcsh is *not*dholland1-5/+5
already in /bin. Otherwise, building and installing it naively clobbers the native tcsh, which isn't what anyone wants. I believe these platforms to be: NetBSD, OpenBSD, Solaris -- if anyone can confirm that others (especially old ones I can't readily check) don't have a native tcsh, please add.
2015-01-09Removing shells/mudsh. From FreeBSD PR:mef5-44/+1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=104260 --------------------------- The MASTER_SITES for shells/mudsh is invalid. The email address of the submitter of the port is no longer valid. The app itself is a single perl script with no author in it. --------------------------- Thanks wiz@ for review.
2015-01-04Use BROKEN_ON_PLATFORM with LP64PLATFORMSdholland1-2/+2
2014-12-16Update MASTER_SITES and HOMEPAGE (both were unknown sites).mef1-3/+3
2014-12-12Update to 5.0.7:wiz4-73/+23
5.0.7 This is version 5.0.7 of the shell. This is a stable release. There are minor new features as well as bug fixes since 5.0.6. Note in particular there is a security fix to disallow evaluation of the initial values of integer variables imported from the environment (they are instead treated as literal numbers). That could allow local privilege escalation, under some specific and atypical conditions where zsh is being invoked in privilege elevation contexts when the environment has not been properly sanitized, such as when zsh is invoked by sudo on systems where "env_reset" has been disabled. 5.0.6 This is version 5.0.6 of the shell. This is a stable release. There are minor new features as well as bug fixes since 5.0.5.
2014-11-27Correctly sanitize environment.joerg1-3/+2
2014-11-23Use -Wl,-R instead of just -R to avoid breaking the build on FreeBSD.dholland2-1/+18
From Dennis Lindroos in PR 49375.
2014-11-11Fix up patches, applying each change once is enough.joerg7-203/+13
2014-11-11Regenjoerg1-13/+7
2014-11-10Improve handling of memalign / posix_memalign to allow static linking onjoerg7-7/+203
NetBSD.
2014-11-06Rename memalign and posix_memalign similar to malloc/free to fix staticjoerg9-4/+204
linkage. Reduce hackery in static-ast-ksh/Makefile.
2014-10-25Update to 2.05.2.13ryoon2-5/+14
CHangelog: Fix CVE-2014-6277 and CVE-2014-6278
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz7-20/+7
2014-10-07Security: Update mksh to 50d.bsiegert3-11/+11
R50d is a required bugfix release: - [Goodbox] Fix NULL pointer dereference on “unset x; nameref x” - [tg] Fix severe regression in field splitting (LP#1378208) - [tg] Add a warning about not using tainted user input (including from the environ(7)ment) in arithmetics, until Stéphane writes it up nicely R50c is a security fix release: - [tg] Know more rare signals when generating sys_signame[] replacement - [tg] OpenBSD sync (mostly RCSID only) - [tg] Document HISTSIZE limit; found by luigi_345 on IRC - [zacts] Fix link to Debian .mkshrc - [tg] Cease exporting $RANDOM (Debian #760857) - [tg] Fix C99 compatibility - [tg] Work around klibc bug causing a coredump (Debian #763842) - [tg] Use issetugid(2) as additional check if we are FPRIVILEGED - [tg] SECURITY: do not permit += from environment - [tg] Fix more field splitting bugs reported by Stephane Chazelas and mikeserv; document current status wrt. ambiguous ones as testcases too
2014-10-07Update posh 0.12.2 to 0.12.3mef2-6/+7
(from debian/changelog) posh (0.12.3) unstable; urgency=medium * Ten patches from Jonathan Nieder to adjust test suite. closes: #603659. -- Clint Adams <clint@debian.org> Sun, 09 Feb 2014 19:42:00 -0500 posh (0.12.2.1) unstable; urgency=medium * Bump to Standards-Version 3.9.5. * Add libperl4-corelibs-perl build-dep for getopts.pl. closes: #738412. -- Clint Adams <clint@debian.org> Sun, 09 Feb 2014 12:49:30 -0500
2014-10-07Another day, another bash patch. Welcome to 4.3.030.wiz2-4/+7
Fixes CVE-2014-6278: A combination of nested command substitutions and function importing from the environment can cause bash to execute code appearing in the environment variable value following the function definition.
2014-10-03Add another patch, welcome to 4.3.29. Not sure if this is hardening orwiz2-4/+7
a vulnerability.
2014-10-01Another day, another security fix: bash-4.3.028.wiz2-4/+7
2014-09-30update to the latest upstream patchchristos3-14/+17
2014-09-29Add another upstream security fix patch. Welcome to 4.3.027.wiz3-16/+18
2014-09-27bring bash2 up to speed since people don't seem to think it can be removed.christos4-5/+59
2014-09-27use the official version of the parse.y patch.christos3-22/+8
2014-09-25bump pkgrevision for previousjmcneill1-3/+2
2014-09-25Disable function import by default, enabled only with -import-functions.christos4-2/+50
2014-09-25Requires editline.jperkin1-1/+2
2014-09-25Add fix for CVE-2014-7169.tron3-2/+24
2014-09-24Add all current upstream bash patches including 025, which fixeswiz2-5/+85
a security issue. Version number bumped in the usual way.
2014-09-07Update mksh to R50b, prodded by tg.bsiegert3-18/+17
Changelog: R50b is a recommended bugfix release: * [Ypnose] Fix operator description in the manpage * [tg] Change all mention of “eglibc” to “glibc”, it is merged back * [Colona] Fix rare infinite loop with invalid UTF-8 in the edit buffer * [tg] Make more clear when a shell is interactive in the manpage * [tg] Document that % is a symmetric remainder operation, and how to get a mathematical modulus from it, in the manpage * [tg, Christopher Ferris, Elliott Hughes] Make the cat(1) builtin also interruptible in the write loop, not just in the read loop, and avoid it getting SIGPIPE in the smores function in dot.mkshrc by terminating cat upon user quit * [tg] Make some comments match the code, after jaredy from obsd changed IFS split handling * [tg] Fix some IFS-related mistakes in the manual page * [tg] Document another issue as known-to-fail test IFS-subst-3 * [tg] Improve check.pl output in some cases * [tg, Jb_boin] Relax overzealous nameref RHS checks R50 is a recommended bugfix release: * [tg] Fix initial IFS whitespace not being ignored when expanding * [tg] MKSH_BINSHREDUCED no longer mistakenly enables brace expansion * [tg] Explain more clearly Vi input mode limitations in the manpage * [tg] Improve error reporting of the check.pl script (which needs a maintainer since I don’t speak any perl(1), really), for lewellyn * [tg] Use $TMPDIR in test.sh for scratch space * [tg, Polynomial-C] Check that the scratch space is not mounted noexec * [pekster, jilles, tg] Use termcap(5) names, not terminfo(5) names, in tput(1) examples, for improved portability (e.g. to MidnightBSD) * [tg] Avoid C99 Undefined Behaviour in mirtoconf LFS test (inspired by Debian #742780) * [tg] Fix ${!foo} for when foo is unset * [tg] Improve nameref error checking (LP#1277691) * [tg] Fix readonly bypass found by Bert Münnich * [Ryan Schmidt] Improved system reporting for Mac OS X * [nDuff] Explain better [[ extglob handling in the manpage * [tg] Remove arr=([index]=value) syntax due to regressions * [tg] IFS-split arithmetic expansions as per POSIX 201x * [OpenBSD] Add more detailed Authors section to manpage * [tg] Fix set ±p issue for good: drop privs unless requested * [tg] Improve signal handling and use a more canonical probing order * [tg] Fix return values $? and ${PIPESTATUS[*]} interaction with set -o pipefail and COMSUBs * [enh] Detect ENOEXEC ELF files and use a less confusing error message * [tg] Update to Unicode 7.0.0 * [tg] Shut up valgrind in the $RANDOM code * [tg] Use -fstack-protector-strong in favour of -fstack-protector-all * [tg] Fix access-after-free crash spotted by Enjolras via IRC