Codebase list globus-gram-protocol / e99f802
Use 2048 bit RSA key for tests Move VCS to salsa.debian.org Mattias Ellert 5 years ago
6 changed file(s) with 27 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 globus-gram-protocol (12.15-3) unstable; urgency=medium
1
2 * Use 2048 bit RSA key for tests
3 * Move VCS to salsa.debian.org
4
5 -- Mattias Ellert <mattias.ellert@physics.uu.se> Sun, 26 Aug 2018 11:37:02 +0200
6
07 globus-gram-protocol (12.15-2) unstable; urgency=medium
18
29 * Migrate to dbgsym packages
11 Priority: optional
22 Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
33 Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, libglobus-common-dev (>= 15), libglobus-io-dev (>= 8), libglobus-gssapi-gsi-dev (>= 10), libglobus-gss-assist-dev (>= 8), doxygen, graphviz, openssl
4 Standards-Version: 4.0.0
4 Standards-Version: 4.2.1
55 Section: net
6 Vcs-Browser: http://svn.nordugrid.org/trac/packaging/browser/debian/globus-gram-protocol
7 Vcs-Svn: http://svn.nordugrid.org/repos/packaging/debian/globus-gram-protocol
6 Vcs-Browser: https://salsa.debian.org/ellert/globus-gram-protocol
7 Vcs-Git: https://salsa.debian.org/ellert/globus-gram-protocol.git
88 Homepage: http://toolkit.globus.org/
99
1010 Package: libglobus-gram-protocol3
99
1010 Files: debian/*
1111 Copyright:
12 2008-2017 Mattias Ellert <mattias.ellert@physics.uu.se>
12 2008-2018 Mattias Ellert <mattias.ellert@physics.uu.se>
1313 2010-2013 Initiative for Globus in Europe (IGE), http://www.ige-project.eu/
1414 License: Apache-2.0
1515
+0
-2
debian/libglobus-gram-protocol-doc.lintian-overrides less more
0 # See /usr/share/doc/doxygen/README.jquery
1 embedded-javascript-library usr/share/doc/*/html/jquery.js *
0 diff --git a/test/Makefile.am b/test/Makefile.am
1 index e268444ea5..37a792e548 100644
2 --- a/test/Makefile.am
3 +++ b/test/Makefile.am
4 @@ -68,7 +68,7 @@ LOG_COMPILER = $(LIBTOOL) --mode=execute $(GSI_DRIVER_LIBS) \
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 # Use 2048 bit RSA key for tests
1 # https://github.com/globus/globus-toolkit/pull/122
2 globus-gram-protocol-2048-bits.patch