mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] openssl: bump to 1.0.0k
Date: Sat, 23 Mar 2013 11:53:37 +0100	[thread overview]
Message-ID: <20130323105337.GC1289@pengutronix.de> (raw)
In-Reply-To: <1363890951-9720-1-git-send-email-bernhard@bwalle.de>

On Thu, Mar 21, 2013 at 07:35:51PM +0100, Bernhard Walle wrote:
> Fixes CVE-2013-0166 and CVE-2013-0169.
> See http://www.openssl.org/news/secadv_20130205.txt.

Thanks, applied.

You might want to sent such a patch with "-M" (Detect renames) in the
future. That makes it easier to review.

Michael

> Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
> ---
>  patches/openssl-1.0.0j/0001-debian-ca.patch        |  31 ---
>  .../openssl-1.0.0j/0002-debian-config-hurd.patch   |  26 ---
>  .../0003-debian-debian-targets.patch               |  63 -----
>  .../openssl-1.0.0j/0004-debian-engines-path.patch  |  92 --------
>  .../openssl-1.0.0j/0005-debian-make-targets.patch  |  24 --
>  patches/openssl-1.0.0j/0006-debian-man-dir.patch   |  24 --
>  .../openssl-1.0.0j/0007-debian-man-section.patch   |  43 ----
>  patches/openssl-1.0.0j/0008-debian-no-rpath.patch  |  24 --
>  .../openssl-1.0.0j/0009-debian-no-symbolic.patch   |  24 --
>  patches/openssl-1.0.0j/0010-debian-pic.patch       | 260 ---------------------
>  patches/openssl-1.0.0j/0011-debian-valgrind.patch  |  31 ---
>  .../openssl-1.0.0j/0012-debian-rehash-crt.patch    |  44 ----
>  .../openssl-1.0.0j/0013-debian-rehash_pod.patch    |  73 ------
>  .../0014-debian-shared-lib-ext.patch               |  25 --
>  patches/openssl-1.0.0j/0015-debian-stddef.patch    |  23 --
>  .../0016-debian-version-script.patch               |  50 ----
>  .../openssl-1.0.0j/0017-debian-gnu_source.patch    |  28 ---
>  patches/openssl-1.0.0j/series                      |  20 --
>  patches/openssl-1.0.0k/0001-debian-ca.patch        |  31 +++
>  .../openssl-1.0.0k/0002-debian-config-hurd.patch   |  26 +++
>  .../0003-debian-debian-targets.patch               |  63 +++++
>  .../openssl-1.0.0k/0004-debian-engines-path.patch  |  92 ++++++++
>  .../openssl-1.0.0k/0005-debian-make-targets.patch  |  24 ++
>  patches/openssl-1.0.0k/0006-debian-man-dir.patch   |  24 ++
>  .../openssl-1.0.0k/0007-debian-man-section.patch   |  43 ++++
>  patches/openssl-1.0.0k/0008-debian-no-rpath.patch  |  24 ++
>  .../openssl-1.0.0k/0009-debian-no-symbolic.patch   |  24 ++
>  patches/openssl-1.0.0k/0010-debian-pic.patch       | 260 +++++++++++++++++++++
>  patches/openssl-1.0.0k/0011-debian-valgrind.patch  |  31 +++
>  .../openssl-1.0.0k/0012-debian-rehash-crt.patch    |  44 ++++
>  .../openssl-1.0.0k/0013-debian-rehash_pod.patch    |  73 ++++++
>  .../0014-debian-shared-lib-ext.patch               |  25 ++
>  patches/openssl-1.0.0k/0015-debian-stddef.patch    |  23 ++
>  .../0016-debian-version-script.patch               |  50 ++++
>  .../openssl-1.0.0k/0017-debian-gnu_source.patch    |  28 +++
>  patches/openssl-1.0.0k/series                      |  20 ++
>  rules/openssl.make                                 |   4 +-
>  37 files changed, 907 insertions(+), 907 deletions(-)
>  delete mode 100644 patches/openssl-1.0.0j/0001-debian-ca.patch
>  delete mode 100644 patches/openssl-1.0.0j/0002-debian-config-hurd.patch
>  delete mode 100644 patches/openssl-1.0.0j/0003-debian-debian-targets.patch
>  delete mode 100644 patches/openssl-1.0.0j/0004-debian-engines-path.patch
>  delete mode 100644 patches/openssl-1.0.0j/0005-debian-make-targets.patch
>  delete mode 100644 patches/openssl-1.0.0j/0006-debian-man-dir.patch
>  delete mode 100644 patches/openssl-1.0.0j/0007-debian-man-section.patch
>  delete mode 100644 patches/openssl-1.0.0j/0008-debian-no-rpath.patch
>  delete mode 100644 patches/openssl-1.0.0j/0009-debian-no-symbolic.patch
>  delete mode 100644 patches/openssl-1.0.0j/0010-debian-pic.patch
>  delete mode 100644 patches/openssl-1.0.0j/0011-debian-valgrind.patch
>  delete mode 100644 patches/openssl-1.0.0j/0012-debian-rehash-crt.patch
>  delete mode 100644 patches/openssl-1.0.0j/0013-debian-rehash_pod.patch
>  delete mode 100644 patches/openssl-1.0.0j/0014-debian-shared-lib-ext.patch
>  delete mode 100644 patches/openssl-1.0.0j/0015-debian-stddef.patch
>  delete mode 100644 patches/openssl-1.0.0j/0016-debian-version-script.patch
>  delete mode 100644 patches/openssl-1.0.0j/0017-debian-gnu_source.patch
>  delete mode 100644 patches/openssl-1.0.0j/series
>  create mode 100644 patches/openssl-1.0.0k/0001-debian-ca.patch
>  create mode 100644 patches/openssl-1.0.0k/0002-debian-config-hurd.patch
>  create mode 100644 patches/openssl-1.0.0k/0003-debian-debian-targets.patch
>  create mode 100644 patches/openssl-1.0.0k/0004-debian-engines-path.patch
>  create mode 100644 patches/openssl-1.0.0k/0005-debian-make-targets.patch
>  create mode 100644 patches/openssl-1.0.0k/0006-debian-man-dir.patch
>  create mode 100644 patches/openssl-1.0.0k/0007-debian-man-section.patch
>  create mode 100644 patches/openssl-1.0.0k/0008-debian-no-rpath.patch
>  create mode 100644 patches/openssl-1.0.0k/0009-debian-no-symbolic.patch
>  create mode 100644 patches/openssl-1.0.0k/0010-debian-pic.patch
>  create mode 100644 patches/openssl-1.0.0k/0011-debian-valgrind.patch
>  create mode 100644 patches/openssl-1.0.0k/0012-debian-rehash-crt.patch
>  create mode 100644 patches/openssl-1.0.0k/0013-debian-rehash_pod.patch
>  create mode 100644 patches/openssl-1.0.0k/0014-debian-shared-lib-ext.patch
>  create mode 100644 patches/openssl-1.0.0k/0015-debian-stddef.patch
>  create mode 100644 patches/openssl-1.0.0k/0016-debian-version-script.patch
>  create mode 100644 patches/openssl-1.0.0k/0017-debian-gnu_source.patch
>  create mode 100644 patches/openssl-1.0.0k/series
[...]

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2013-03-23 10:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-21 18:35 Bernhard Walle
2013-03-23 10:53 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130323105337.GC1289@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox