Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dash-0.5.12-slfo.1.1.7 RPM for x86_64

From OpenSuSE Leap 16.0 for x86_64

Name: dash Distribution: SUSE Linux Framework One
Version: 0.5.12 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.7 Build date: Mon Aug 26 10:52:32 2024
Group: System/Shells Build host: h03-ch2b
Size: 180149 Source RPM: dash-0.5.12-slfo.1.1.7.src.rpm
Packager: https://www.suse.com/
Url: http://gondor.apana.org.au/~herbert/dash/
Summary: POSIX-compliant Implementation of /bin/sh
DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as
possible without sacrificing speed where possible.

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Dec 27 2022 lnussel@suse.com
  - Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Fri Dec 23 2022 dmueller@suse.com
  - update to 0.5.12:
    * eval: Test evalskip before flipping status for NNOT
    * parser: Add VSBIT to ensure subtype is never zero
    * eval: Check eflag after redirection error
    * eval: Always set exitstatus in evaltree
    * expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read
    * expand: Always quote caret when using fnmatch
    * parser: Fix VSLENGTH parsing with trailing garbage
    * shell: Fail if building --with-libedit and can't find libedit
    * jobs: Only block in waitcmd on first run
    * redir: Retry open64 on EINTR
    * eval: Prevent recursive PS4 expansion
    * jobs: Fix waitcmd busy loop
  - drop check-nflag-in-evaltree.patch (upstream)
* Sat Oct 22 2022 luc14n0@opensuse.org
  - Make dash-sh subpackage architecture independent since it only
    contains a symbolic link.
* Thu Jan 27 2022 dmueller@suse.com
  - add dash-sh subpackage to be able to switch away from bash
* Mon Dec 20 2021 dmueller@suse.com
  - update to 0.5.11.5:
    * parser: Fix VSLENGTH parsing with trailing garbage
* Mon Jun 07 2021 rpm@fthiessen.de
  - Update to 0.5.11.4
    * eval: Do not cache value of eflag in evaltree
* Tue Dec 29 2020 dmueller@suse.com
  - update to 0.5.11.3:
    * jobs: Only block in waitcmd on first run
* Thu Nov 19 2020 dmueller@suse.com
  - add check-nflag-in-evaltree.patch (bsc#1178978)
* Sun Oct 18 2020 dmueller@suse.com
  - update to 0.5.11.2 (bsc#1177691):
    * shell: Group readdir64/dirent64 with open64
  - add LICENSE file
* Fri Oct 16 2020 lnussel@suse.de
  - prepare usrmerge (boo#1029961)
* Sun Aug 16 2020 dmueller@suse.com
  - update to 0.5.11.1:
    * For complete list of changes see:
      https://git.kernel.org/pub/scm/utils/dash/dash.git/log/?qt=range&q=v0.5.10..v0.5.11.1
* Tue Mar 31 2020 mliska@suse.cz
  - Add -fcommon to %optflags in order to fix boo#1160260.
* Thu Oct 25 2018 sean@suspend.net
  - update to version 0.5.10
    * For complete list of changes, see:
      https://git.kernel.org/pub/scm/utils/dash/dash.git/log/?qt=range&q=v0.5.9.1..v0.5.10
  - remove upstreamed patches:
    * drop dash-0.5.7-do-not-close-stderr.patch
    * drop dash-remove-backslash-before-in-double-quotes-in-variable.patch
* Sat Nov 04 2017 aavindraa@gmail.com
  - update to version 0.5.9.1 (bsc#1177691)
    * For complete list of changes, see:
      https://git.kernel.org/pub/scm/utils/dash/dash.git/log/?qt=range&q=v0.5.8..v0.5.9.1
  - lint with spec-cleaner
* Thu Apr 09 2015 mpluskal@suse.com
  - Use fnmatch and glob from glibc
  - Use url for source
* Fri Oct 10 2014 gber@opensuse.org
  - update to version 0.5.8
    - Small optimisation of command -pv change
    - Set command -p path to /usr/sbin:/usr/bin:/sbin:/bin
    - Change "characters" for printf precision to "bytes"
    - Clarify "trap '' signals" syntax in manual page
    - Clarify that 0 and EXIT are both acceptable for exit traps
    - command: allow combining -p with -v
    - getjob: Fix off-by-one error for multiple of four job numbers
    - Propagate EXP_QPAT in subevalvar
    - Initialise OPTIND after importing environment
    - Fixed argument parsing crash in test
    - Add newline when tracing in poplocalvars
    - Markup fixes in manual for mandoc 1.12.1
    - Use PRIdMAX instead of %j in printf
    - Fix typo for wait in manual
    - Add support for ulimit -r
    - Avoid overflow for very long variable name
    - Sanitise environment variable names on entry
    - Allow building without LINEO support
    - Add top-level autogen.sh
    - Avoid imaxdiv when only one of the results is wanted
    - Fix klibc DEBUG compilation
    - Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving
      dotcmd
* Fri Sep 27 2013 gber@opensuse.org
  - install into %{_bindir} and add a compatibility symlink to /bin
  - reenable commandline editor
* Thu Oct 06 2011 gber@opensuse.org
  - remove libeditline dependency again as libeditline lives in /usr
* Thu Oct 06 2011 gber@opensuse.org
  - update to version 0.5.7
    - optimize dash -c "command" to avoid a fork
    - improve LINENO support
    - dotcmd should exit with zero when doing nothing
    - replace GPL noclobberopen code with the FreeBSD version
    - do not split the result of tilde expansion
    - use exit status 127 when the script to run does not exist
    - document optional open parenthesis for case patterns
    - use faccessat if available
  - added dash-0.5.7-do-not-close-stderr.patch in order to prevent
    stderr from being closed when /dev/tty fails to open (backported
    from upstream git)
  - added
    dash-remove-backslash-before-in-double-quotes-in-variable.patch
    which removes a backslash before } in double-quotes in variable
    as it prevents the closing brace from terminating the
    substitution (from FreeBSD/Debian)
* Sun Sep 18 2011 jengelh@medozas.de
  - Remove redundant tags/sections from specfile
    (cf. packaging guidelines)
* Mon Jul 19 2010 guido+opensuse.org@berhoerster.name
  - update to version 0.5.6.1
    - bugfixes
* Fri Feb 19 2010 guido+opensuse.org@berhoerster.name
  - cleaned up specfile
* Sat Feb 13 2010 guido+opensuse.org@berhoerster.name
  - do not provide ash
* Sat Feb 13 2010 guido+opensuse.org@berhoerster.name
  - initial packaging of dash

Files

/usr/bin/dash
/usr/share/doc/packages/dash
/usr/share/doc/packages/dash/ChangeLog
/usr/share/licenses/dash
/usr/share/licenses/dash/COPYING
/usr/share/man/man1/dash.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Sep 27 23:56:13 2024