Codebase list globus-xio-gridftp-driver / 7e91bfc
GT6 update: Use 2048 bit keys to support openssl 1.1.1 Drop patch globus-xio-gridftp-driver-2048-bits.patch (accepted upstream) Mattias Ellert 5 years ago
4 changed file(s) with 9 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
0 globus-xio-gridftp-driver (2.18-1) unstable; urgency=medium
1
2 * GT6 update: Use 2048 bit keys to support openssl 1.1.1
3 * Drop patch globus-xio-gridftp-driver-2048-bits.patch (accepted upstream)
4
5 -- Mattias Ellert <mattias.ellert@physics.uu.se> Sat, 01 Sep 2018 21:16:41 +0200
6
07 globus-xio-gridftp-driver (2.17-3) unstable; urgency=medium
18
29 * Use 2048 bit RSA key for tests
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: globus_xio_gridftp_driver
22 Upstream-Contact: http://toolkit.globus.org/
3 Source: https://downloads.globus.org/toolkit/gt6/packages/globus_xio_gridftp_driver-2.17.tar.gz
3 Source: https://downloads.globus.org/toolkit/gt6/packages/globus_xio_gridftp_driver-2.18.tar.gz
44
55 Files: *
66 Copyright:
7 1999-2016 University of Chicago
7 1999-2018 University of Chicago
88 License: Apache-2.0
99
1010 Files: debian/*
+0
-13
debian/patches/globus-xio-gridftp-driver-2048-bits.patch less more
0 diff --git a/test/Makefile.am b/test/Makefile.am
1 index 8d834eb21a..a73dcf7f43 100644
2 --- a/test/Makefile.am
3 +++ b/test/Makefile.am
4 @@ -53,7 +53,7 @@ LOG_COMPILER = $(LIBTOOL) --mode=execute \
5
6 # Test Cert/Key
7 .srl.key:
8 - umask 077; $(OPENSSL) genrsa -out $@ 1024
9 + umask 077; $(OPENSSL) genrsa -out $@ 2048
10 .key.req:
11 $(OPENSSL) req -subj "/CN=test" -new -key $< -out $@ -config $*.cnf
12
+0
-3
debian/patches/series less more
0 # Use 2048 bit RSA key for tests
1 # https://github.com/globus/globus-toolkit/pull/122
2 globus-xio-gridftp-driver-2048-bits.patch