Codebase list openssl / 39f3063
debian: use compat 11 also. - trailign white space cleanu pin changelog - avoid dpkg-parsechangelog Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Sebastian Andrzej Siewior 5 years ago
2 changed file(s) with 31 addition(s) and 29 deletion(s). Raw diff Collapse all Expand all
77 example code is shipped).
88 - drop Priority: important.
99 - use signing-key.asc and a https links for downloads
10 * Use compat 11.
1011
1112 -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Tue, 29 May 2018 22:04:14 +0200
1213
565566 ca-certificates has been split.
566567 * Fix libdoc-manpgs-pod-spell.patch to only fix spalling errors
567568 * Remove make-targets.patch. It prevented the test dir from being cleaned.
568 * Update to a git snapshot of the OpenSSL_1_0_1-stable branch.
569 * Update to a git snapshot of the OpenSSL_1_0_1-stable branch.
569570 - Fixes CVE-2013-6449 (Closes: #732754)
570571 - Fixes CVE-2013-6450
571572 - Drop patches ssltest_no_sslv2.patch cpuid.patch aesni-mac.patch
11101111 -- Christoph Martin <Christoph.Martin@Uni-Mainz.DE> Thu, 17 Jul 2008 09:53:01 +0200
11111112
11121113 openssl (0.9.8g-10.1) unstable; urgency=high
1113
1114
11141115 * Non-maintainer upload by the Security team.
11151116 * Fix denial of service if the 'Server Key exchange message'
11161117 is omitted from a TLS handshake which could lead to a client
11191120 done in Debian.
11201121 * Fix double free in TLS server name extension which leads to a remote
11211122 denial of service (CVE-2008-0891; Closes: #483379).
1122
1123
11231124 -- Nico Golde <nion@debian.org> Tue, 27 May 2008 11:13:44 +0200
11241125
11251126 openssl (0.9.8g-10) unstable; urgency=low
13041305
13051306 openssl (0.9.8e-4) unstable; urgency=low
13061307
1307 * openssl should depend on libssl0.9.8 0.9.8e-1 since it
1308 * openssl should depend on libssl0.9.8 0.9.8e-1 since it
13081309 uses some of the defines that changed to functions.
1309 Other things build against libssl or libcrypto shouldn't
1310 Other things build against libssl or libcrypto shouldn't
13101311 have this problem since they use the old headers.
13111312 (Closes: #414283)
13121313
14481449 fetchmail ftpd-ssl proftpd proftpd-ldap proftpd-mysql proftpd-pgsql
14491450 * libssl0.9.8.postinst: The check to see if something was installed
14501451 wasn't working.
1451 * libssl0.9.8.postinst: Add workaround to find the name of the init
1452 * libssl0.9.8.postinst: Add workaround to find the name of the init
14521453 script for proftpd and dovecot.
14531454 * libssl0.9.8.postinst: Use invoke-rc.d when it's available.
14541455 * Change Standards-Version to 3.7.0:
15301531 had the location in the string wrong, powerpc had it missing.
15311532 * Add includes for stddef to get size_t in md2.h, md4.h, md5.h,
15321533 ripemd.h and sha.h. (Closes: #333101)
1533 * Run make test for each of the versions we build, make it
1534 * Run make test for each of the versions we build, make it
15341535 not fail the build process if an error is found.
15351536 * Add build dependency on bc for the regression tests.
15361537
15711572 * add swedish debconf template (closes: #330554)
15721573
15731574 Kurt Roeckx:
1574 * Also add noexecstack option for amd64, since it now has an
1575 * Also add noexecstack option for amd64, since it now has an
15751576 executable stack with the assembler fixes for amd64.
15761577
15771578 -- Christoph Martin <christoph.martin@uni-mainz.de> Mon, 17 Oct 2005 17:01:06 +0200
16531654 openssl (0.9.7e-3) unstable; urgency=high
16541655
16551656 * really fix der_chop. The fix from -1 was not really included (closes:
1656 #281212)
1657 #281212)
16571658 * still fixes security problem CAN-2004-0975 etc.
16581659 - tempfile raise condition in der_chop
1659 - Avoid a race condition when CRLs are checked in a multi threaded
1660 - Avoid a race condition when CRLs are checked in a multi threaded
16601661 environment.
16611662
16621663 -- Christoph Martin <christoph.martin@uni-mainz.de> Thu, 16 Dec 2004 18:41:29 +0100
16661667 * fix perl path in der_chop and c_rehash (closes: #281212)
16671668 * still fixes security problem CAN-2004-0975 etc.
16681669 - tempfile raise condition in der_chop
1669 - Avoid a race condition when CRLs are checked in a multi threaded
1670 - Avoid a race condition when CRLs are checked in a multi threaded
16701671 environment.
16711672
16721673 -- Christoph Martin <christoph.martin@uni-mainz.de> Sun, 14 Nov 2004 20:16:21 +0100
16741675 openssl (0.9.7e-1) unstable; urgency=high
16751676
16761677 * SECURITY UPDATE: fix insecure temporary file handling
1677 * apps/der_chop:
1678 * apps/der_chop:
16781679 - replaced $$-style creation of temporary files with
16791680 File::Temp::tempfile()
16801681 - removed unused temporary file name in do_certificate()
16821683 CAN-2004-0975 (closes: #278260)
16831684 * fix ASN1_STRING_to_UTF8 with UTF8 (closes: #260357)
16841685 * New upstream release with security fixes
1685 - Avoid a race condition when CRLs are checked in a multi threaded
1686 - Avoid a race condition when CRLs are checked in a multi threaded
16861687 environment.
16871688 - Various fixes to s3_pkt.c so alerts are sent properly.
16881689 - Reduce the chances of duplicate issuer name and serial numbers (in
16891690 violation of RFC3280) using the OpenSSL certificate creation
1690 utilities.
1691 utilities.
16911692 * depends openssl on perl-base instead of perl (closes: #280225)
16921693 * support powerpc64 in Configure (closes: #275224)
16931694 * include cs translation (closes: #273517)
17611762 openssl (0.9.7c-3) unstable; urgency=low
17621763
17631764 * fix POSIX conformance for head in libssl0.9.7.postinst (closes:
1764 #214700)
1765 #214700)
17651766
17661767 -- Christoph Martin <christoph.martin@uni-mainz.de> Wed, 8 Oct 2003 14:02:38 +0200
17671768
18511852 openssl (0.9.7-3) unstable; urgency=low
18521853
18531854 * enable build of ultrasparc code on non ultrasparc machines (closes:
1854 #177024)
1855 #177024)
18551856
18561857 -- Christoph Martin <christoph.martin@uni-mainz.de> Fri, 17 Jan 2003 08:22:13 +0100
18571858
18581859 openssl (0.9.7-2) unstable; urgency=low
18591860
1860 * include changes between 0.9.6g-9 and -10
1861 * include changes between 0.9.6g-9 and -10
18611862 * fix problem in build-process on i386 with libc6 version number
18621863
18631864 -- Christoph Martin <christoph.martin@uni-mainz.de> Mon, 13 Jan 2003 14:26:56 +0100
19591960 * new upstream (minor) version
19601961 * includes Configure lines for debian-*bsd-* (closes: #130413)
19611962 * fix wrong prototype for BN_pseudo_rand_range in BN_rand(3ssl) (closes:
1962 #144586)
1963 #144586)
19631964 * fix typos in package description (closes: #141469)
19641965 * fix typo in SSL_CTX_set_cert_store manpage (closes: #135297)
19651966
19751976
19761977 * new upstream version with a lot of bugfixes
19771978 * remove directory /usr/include/openssl from openssl package (closes:
1978 bug #121226)
1979 bug #121226)
19791980 * remove selfdepends from libssl0.9.6
19801981 * link openssl binary shared again
19811982
19901991
19911992 openssl (0.9.6b-3) unstable; urgency=low
19921993
1993 * disable idea, mdc2 and rc5 because they are not free (closes: #65368)
1994 * disable idea, mdc2 and rc5 because they are not free (closes: #65368)
19941995 * ready to be moved from nonus to main
19951996
19961997 -- Christoph Martin <christoph.martin@uni-mainz.de> Wed, 21 Nov 2001 17:51:41 +0100
20042005
20052006 openssl (0.9.6b-1) unstable; urgency=medium
20062007
2007 * new upstream fixes some security issues (closes: #105835, #100146)
2008 * new upstream fixes some security issues (closes: #105835, #100146)
20082009 * added support for s390 (closes: #105681)
20092010 * added support for sh (closes: #100003)
20102011 * change priority of libssl096 to standard as ssh depends on it (closes:
2011 #105440)
2012 #105440)
20122013 * don't optimize for i486 to support i386. (closes: #104127, #82194)
20132014
20142015 -- Christoph Martin <christoph.martin@uni-mainz.de> Fri, 20 Jul 2001 15:52:42 +0200
20242025
20252026 * change Architecture of ssleay from any to all (closes: #92913)
20262027 * depend libssl-dev on the exact same version of libssl0.9.6 (closes:
2027 #88939)
2028 #88939)
20282029 * remove lib{crypto,ssl}.a from openssl (closes: #93666)
20292030 * rebuild with newer gcc to fix atexit problem (closes: #94036)
20302031
20702071
20712072 openssl (0.9.5a-4) unstable; urgency=low
20722073
2073 * include edg_rand_bytes patch from and for apache-ssl
2074 * include edg_rand_bytes patch from and for apache-ssl
20742075
20752076 -- Christoph Martin <christoph.martin@uni-mainz.de> Sat, 23 Sep 2000 16:48:06 +0200
20762077
20852086
20862087 openssl (0.9.5a-2) unstable; urgency=low
20872088
2088 * try to fix the sharedlib problem. change soname of library
2089 (closes: Bug#4622, #66102, #66538, #66123)
2089 * try to fix the sharedlib problem. change soname of library
2090 (closes: Bug#4622, #66102, #66538, #66123)
20902091
20912092 -- Christoph Martin <christoph.martin@uni-mainz.de> Wed, 12 Jul 2000 03:26:30 +0200
20922093
21052106 openssl (0.9.4-5) frozen unstable; urgency=medium
21062107
21072108 * cleanup of move of doc directories to /usr/share/doc (closes:
2108 Bug#56430)
2109 Bug#56430)
21092110 * lintian issues (closes: Bug#49358)
21102111 * move demos from openssl to libssl09-dev (closes: Bug#59201)
21112112 * move to debhelpers
21582159 * added convenience package ssleay to help upgrade to openssl (Bug
21592160 #37185, #37623, #36326)
21602161 * added some missing dependencies from libssl09 (Bug #36681, #35867,
2161 #36326)
2162 #36326)
21622163 * move lib*.so to libssl09-dev (Bug #36761)
21632164 * corrected version numbers of library files
21642165 * introduce link from /usr/lib/ssl to /etc/ssl (Bug #36710)
88 #
99 # Modified to be a prototype for debmake by Christoph Lameter <clameter@debian.org>
1010 include /usr/share/dpkg/architecture.mk
11 include /usr/share/dpkg/pkg-info.mk
1112 SHELL=/bin/bash
1213
1314 package=openssl
1415
1516 # For generating the manpages
16 export VERSION=$(shell dpkg-parsechangelog | grep '^Version:' | sed -e 's/^.*://' -e 's/-.*//')
17 export VERSION=$(DEB_VERSION_UPSTREAM)
1718
1819 ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
1920 export CROSS_COMPILE ?= $(DEB_HOST_GNU_TYPE)-