| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=ojjsejqje8264r8nioi3ibti97; path=/
content-type: text/html; charset=UTF-8
date: Sun, 28 Dec 2025 05:32:23 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
dash
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./shells/dash, Debian Almquist shell, POSIX-compliant shell faster than bash
[
Branch: CURRENT, Version: 0.5.13.1, Package name: dash-0.5.13.1, Maintainer: cheusov
Debian Almquist shell. A small POSIX-compliant shell that is faster than bash.
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
dashsysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./shells/dash, Debian Almquist shell, POSIX-compliant shell faster than bash
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 0.5.13.1, Package name: dash-0.5.13.1, Maintainer: cheusov
Debian Almquist shell. A small POSIX-compliant shell that is faster than bash.
Required to build:
[pkgtools/cwrappers]
Master sites:
Filesize: 254.406 KBVersion history: (Expand)
- (2025-12-25) Updated to version: dash-0.5.13.1
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2024-02-22) Updated to version: dash-0.5.12
- (2021-06-12) Updated to version: dash-0.5.11.4
- (2018-06-01) Updated to version: dash-0.5.10.2
CVS history: (Expand)
| 2025-12-25 17:43:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: dash: updated to 0.5.13.1 0.5.13.1 Unknown changes |
| 2025-06-28 04:40:08 by Amitai Schleier | Files touched by this commit (4) |
Log message: dash: fix Illumos build. Still packages on macOS and NetBSD. |
| 2025-05-28 11:40:06 by Zafer Aydogan | Files touched by this commit (1) |
Log message: master_site is timing out. fetch from backup. |
| 2024-02-22 09:39:26 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: dash: updated to 0.5.12 0.5.12 Unknown changes |
| 2021-10-26 13:18:40 by Nia Alarie | Files touched by this commit (38) |
Log message: shells: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
| 2021-10-07 16:56:13 by Nia Alarie | Files touched by this commit (38) |
Log message: shells: Remove SHA1 hashes for distfiles |
| 2021-06-22 17:16:59 by Amitai Schleier | Files touched by this commit (2) |
Log message: Check a little harder for stat64. Fixes the build on my M1 with Big Sur 11.4. |
| 2021-06-12 10:48:03 by Nia Alarie | Files touched by this commit (2) | |
Log message:
dash: update to 0.5.11.4. enable libedit support.
Andrej Shadura (1):
builtin: Default to mktemp, not tempfile
Antonio Ospite (6):
eval: make traps work when "set -e" is enabled
shell: Update configure.ac with suggestions from autoupdate
shell: Enable automake silent rules
eval: Silence compiler warning about missing parentheses
shell: Fix clang warnings about "string plus integer"
output: Fix clang warnings about GNU old-style field designator
Denys Vlasenko (3):
jobs: Rename DOWAIT_NORMAL to DOWAIT_NONBLOCK
var: Remove poplocalvars() always-zero argument, make it static
expand: Remove unused expandmeta() flag parameter
Fangrui Song (1):
shell: delete AC_PROG_YACC
Gerrit Pape (2):
eval: Report I/O error on stdout
main: Print \n upon EOF (CTRL-D) when run interactively
Herbert Xu (57):
exec: Return 126 on most errors in shellexec
main: Only set savestatus in exitcmd
mkinit: Split reset into exitreset and reset
jobs: Only clear gotsigchld when waiting for everything
parser: Save/restore here-documents in command substitution
var: Set IFS to fixed value at start time
output: Fix fmtstr return value
jobs: Replace some uses of fmtstr with stpcpy/stpncpy
memalloc: Add growstackto helper
exec: Do not allocate stack string in padvance
builtin: Mark more regular built-ins
exec: Stricter pathopt parsing
exec: Never rehash regular built-ins
eval: Add assignment built-in support again
eval: Fail immediately with redirections errors for simple command
eval: Replace with listsetvar with mklocal/setvareq
eval: Add vfork support
builtin: Use test_access from NetBSD when faccessat is unavailable
expand: Use HOME in tilde expansion when it is empty
expand: Merge syntax/quotes in memtodest with flags
expand: Fix skipping of command substitution when trimming in evalvar
expand: Do not reprocess data when expanding words
eval: Always set localvar_stop
memalloc: Avoid looping in growstackto
expand: Ensure result is escaped in cvtnum
expand: Fix multiple issues with EXP_DISCARD in evalvar
eval: Use the correct expansion mode for fd redirection
expand: Eat closing brace for length parameter expansion
parser: Do not push token back before parseheredoc
eval: Use sh_warnx instead of warnx
system: Disable glibc warning on sigsetmask
eval: avoid leaking memory associated with redirections
eval: Only restore exit status on exit/return
redir: Handle nested exec within REALLY_CLOSED redirection
options: Do not set commandname in procargs
expand: Fix double-decrement in argstr
eval: Reset handler when entering a subshell
parser: Fix old-style command substitution here-document crash
parser: Only accept single-digit parameter expansion outside of braces
redir: Clear saved redirections in subshell
builtin: Fix seconds part of times(1)
jobs: Fix infinite loop in waitproc
parser: Fix handling of empty aliases
parser: Catch errors in expandstr
parser: Fix alias expansion after heredoc or newlines
shell: Always use explicit large file API
parser: Save and restore heredoclist in expandstr
parser: Fix double-backslash nl in old-style command sub
Release 0.5.11.
jobs: Fix waitcmd busy loop
Release 0.5.11.1.
shell: Group readdir64/dirent64 with open64
Release 0.5.11.2.
jobs: Only block in waitcmd on first run
Release 0.5.11.3.
eval: Do not cache value of eflag in evaltree
Release 0.5.11.4.
Jeroen Roovers (1):
input: Fix compiling against libedit with -fno-common
Martijn Dekker (1):
shell: update .gitignore
Martin Michlmayr (1):
shell: Fix typos
Michael Greenberg (1):
shell: mktokens relative TMPDIR
Nikolai Merinov (1):
expand: Fix trailing newlines processing in backquote expanding
Peter Korsgaard (1):
shell: Don't include config.h for native helpers
esr@thyrsus.com (1):
man: Problems in dash.1, sh.1, sh.distrib.1
|
