From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1UJM4y-0001tJ-1f for ptxdist@pengutronix.de; Sat, 23 Mar 2013 11:53:40 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1UJM4v-0004Yh-Vo for ptxdist@pengutronix.de; Sat, 23 Mar 2013 11:53:37 +0100 Date: Sat, 23 Mar 2013 11:53:37 +0100 From: Michael Olbrich Message-ID: <20130323105337.GC1289@pengutronix.de> References: <1363890951-9720-1-git-send-email-bernhard@bwalle.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1363890951-9720-1-git-send-email-bernhard@bwalle.de> Subject: Re: [ptxdist] [PATCH] openssl: bump to 1.0.0k Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.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 > --- > 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