Skip to content

Commit da2a1ed

Browse files
committed
updates for debian 11
1 parent 4315b02 commit da2a1ed

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libre (100.6.1-4) unstable; urgency=medium
2+
3+
* release
4+
5+
-- Richard Aas <richaraas@gmail.com> Thu, 2 Sep 2021 07:00:00 +0200
6+
17
libre (0.6.1-3) unstable; urgency=medium
28

39
* version 0.6.1-3

debian/compat

-1
This file was deleted.

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Section: comm
33
Priority: optional
44
Maintainer: Alfred E. Heggestad <aeh@db.org>
55
Standards-Version: 3.9.5
6-
Build-Depends: debhelper (>= 9.20120311)
6+
Build-Depends: debhelper-compat (= 12)
77
Homepage: http://www.creytiv.com/
88

99
Package: libre

src/tls/openssl/tls.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ int tls_set_selfsigned(struct tls *tls, const char *cn)
258258
goto out;
259259

260260
BN_set_word(bn, RSA_F4);
261-
if (!RSA_generate_key_ex(rsa, 1024, bn, NULL))
261+
if (!RSA_generate_key_ex(rsa, 2048, bn, NULL))
262262
goto out;
263263

264264
key = EVP_PKEY_new();

0 commit comments

Comments
 (0)