Hello community,

here is the log from the commit of package mksh for openSUSE:Factory checked in 
at 2015-03-03 11:15:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mksh (Old)
 and      /work/SRC/openSUSE:Factory/.mksh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mksh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mksh/mksh.changes        2014-10-08 
22:14:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mksh.new/mksh.changes   2015-03-03 
11:15:31.000000000 +0100
@@ -1,0 +2,54 @@
+Sun Mar  1 23:45:48 UTC 2015 - g...@opensuse.org
+
+- update to version 50e
+  - [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
+
+-------------------------------------------------------------------

Old:
----
  mksh-R50d.tgz

New:
----
  mksh-R50e.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mksh.spec ++++++
--- /var/tmp/diff_new_pack.J4NIRy/_old  2015-03-03 11:15:31.000000000 +0100
+++ /var/tmp/diff_new_pack.J4NIRy/_new  2015-03-03 11:15:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mksh
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Guido Berhoerster.
 # Copyright (c) 2013, 2014 Thorsten Glaser.
 #
@@ -21,7 +21,7 @@
 # Please see OBS home:mirabile/mksh for a package for other distributions.
 
 Name:           mksh
-Version:        50d
+Version:        50e
 Release:        0
 Summary:        MirBSD Korn Shell
 License:        MirOS and ISC

++++++ mksh-R50d.tgz -> mksh-R50e.tgz ++++++
++++ 3206 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to