[Git-commits] [grml/grml-debootstrap] 52e9bb: Do not stop hosts' SSH + mdadm services in cleanup...

Michael Prokop mika at grml.org
Mon Mar 16 15:42:47 CET 2015


  Branch: refs/heads/jessie/maintenance
  Home:   https://github.com/grml/grml-debootstrap
  Commit: 52e9bbf991bfa13efc940f00fd4fedbaa87f696f
      https://github.com/grml/grml-debootstrap/commit/52e9bbf991bfa13efc940f00fd4fedbaa87f696f
  Author: Michael Prokop <mika at grml.org>
  Date:   2015-03-10 (Tue, 10 Mar 2015)

  Changed paths:
    M grml-debootstrap

  Log Message:
  -----------
  Do not stop hosts' SSH + mdadm services in cleanup procedure

The init script uses start-stop-daemon with the pidfile
/var/run/sshd.pid. We can't just stop the service from
outside the chroot because this terminates the process of the
host system instead of the process *inside* the chroot.

Thanks: Sebastian Pipping for debugging and bug report
Fixes #63 (GH-37, PR 71)

(cherry picked from commit f992b13b0e020e75dd4d6592f8d18f0ccafe9e5f)


  Commit: 75c3aab479cbd52943c47d7f47122cdf7763c80a
      https://github.com/grml/grml-debootstrap/commit/75c3aab479cbd52943c47d7f47122cdf7763c80a
  Author: Sebastian Pipping <sebastian at pipping.org>
  Date:   2015-03-10 (Tue, 10 Mar 2015)

  Changed paths:
    M grml-debootstrap

  Log Message:
  -----------
  Source cmdlineopts.clp from same folder as grml-debootstrap file (issue #59)

Simplified, this fixes CVE-2015-1378 for everyone but grml-debootstrap developers.

(cherry picked from commit 7b07013305bea95e8d6db7239c82be09624a11b8)


  Commit: 0d9be2bfd1aa112482dedd343fb723c9927d3d39
      https://github.com/grml/grml-debootstrap/commit/0d9be2bfd1aa112482dedd343fb723c9927d3d39
  Author: Sebastian Pipping <sebastian at pipping.org>
  Date:   2015-03-10 (Tue, 10 Mar 2015)

  Changed paths:
    M grml-debootstrap

  Log Message:
  -----------
  Add missing escaping of user input (issue #58)

(cherry picked from commit 92b1de2dc5253f1ec6f7281dcf77f48b2a8db2a9)


  Commit: 1690a3c6e0bd6a3d6c62de1b4ea96df6859abce2
      https://github.com/grml/grml-debootstrap/commit/1690a3c6e0bd6a3d6c62de1b4ea96df6859abce2
  Author: Michael Prokop <mika at grml.org>
  Date:   2015-03-10 (Tue, 10 Mar 2015)

  Changed paths:
    M grml-debootstrap

  Log Message:
  -----------
  Define ewarn function to properly display warning messages

Closes: #780204
(cherry picked from commit dae518d386b6e0a2bc91d48b51b7bc2bf3777f22)


  Commit: df605e2013d9ebb6f9995bbf6d45c2504dec9042
      https://github.com/grml/grml-debootstrap/commit/df605e2013d9ebb6f9995bbf6d45c2504dec9042
  Author: Michael Prokop <mika at grml.org>
  Date:   2015-03-10 (Tue, 10 Mar 2015)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Release new version 0.68.1


Compare: https://github.com/grml/grml-debootstrap/compare/52e9bbf991bf^...df605e2013d9


More information about the Git-commits mailing list