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 <bernh...@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 via email to