[Pkg-openssl-changes] r762 - in openssl/trunk/debian: . patches

Kurt Roeckx kroeckx at moszumanska.debian.org
Thu Jan 28 18:36:07 UTC 2016


Author: kroeckx
Date: 2016-01-28 18:36:07 +0000 (Thu, 28 Jan 2016)
New Revision: 762

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/patches/debian-targets.patch
Log:
New upstream version.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2015-12-03 18:33:30 UTC (rev 761)
+++ openssl/trunk/debian/changelog	2016-01-28 18:36:07 UTC (rev 762)
@@ -1,3 +1,11 @@
+openssl (1.0.2f-2) unstable; urgency=high
+
+  * New upstream version.
+    - Fixes CVE-2016-0701
+    - Not affected by CVE-2015-3197 because SSLv2 is disabled.
+
+ -- Kurt Roeckx <kurt at roeckx.be>  Thu, 28 Jan 2016 19:32:02 +0100
+
 openssl (1.0.2e-1) unstable; urgency=high
 
   * New upstream release

Modified: openssl/trunk/debian/patches/debian-targets.patch
===================================================================
--- openssl/trunk/debian/patches/debian-targets.patch	2015-12-03 18:33:30 UTC (rev 761)
+++ openssl/trunk/debian/patches/debian-targets.patch	2016-01-28 18:36:07 UTC (rev 762)
@@ -1,10 +1,10 @@
-Index: openssl-1.0.2b/Configure
+Index: openssl-1.0.2f/Configure
 ===================================================================
---- openssl-1.0.2b.orig/Configure
-+++ openssl-1.0.2b/Configure
-@@ -124,6 +124,10 @@ my $clang_disabled_warnings = "-Wno-unus
- # -Wextended-offsetof
- my $clang_devteam_warn = "-Wno-unused-parameter -Wno-missing-field-initializers -Wno-language-extension-token -Wno-extended-offsetof -Qunused-arguments";
+--- openssl-1.0.2f.orig/Configure
++++ openssl-1.0.2f/Configure
+@@ -127,6 +127,10 @@ my $clang_devteam_warn = "-Wno-unused-pa
+ # Warn that "make depend" should be run?
+ my $warn_make_depend = 0;
  
 +# There are no separate CFLAGS/CPPFLAGS/LDFLAGS, set everything in CFLAGS
 +my $debian_cflags = `dpkg-buildflags --get CFLAGS` . `dpkg-buildflags --get CPPFLAGS` . `dpkg-buildflags --get LDFLAGS` . "-Wa,--noexecstack -Wall";
@@ -13,7 +13,7 @@
  my $strict_warnings = 0;
  
  my $x86_gcc_des="DES_PTR DES_RISC1 DES_UNROLL";
-@@ -360,6 +364,55 @@ my %table=(
+@@ -363,6 +367,55 @@ my %table=(
  "osf1-alpha-cc",  "cc:-std1 -tune host -O4 -readonly_strings::(unknown):::SIXTY_FOUR_BIT_LONG RC4_CHUNK:${alpha_asm}:dlfcn:alpha-osf1-shared:::.so",
  "tru64-alpha-cc", "cc:-std1 -tune host -fast -readonly_strings::-pthread:::SIXTY_FOUR_BIT_LONG RC4_CHUNK:${alpha_asm}:dlfcn:alpha-osf1-shared::-msym:.so",
  




More information about the Pkg-openssl-changes mailing list