summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2021-10-13 17:13:52 +0200
committergregor herrmann <gregoa@debian.org>2021-10-13 17:18:15 +0200
commit6ea010cb38192261e089b330b471d18ce3d4acd4 (patch)
tree877b80c046ffe1266ad48775d7b4720e3754ec25
parent43abdd530d9ed796de73cc8057f244b1cf93ae9f (diff)
Add Breaks on libdancer-session-cookie-perl and libsession-storage-secure-perl.
Crypt::CBC issues deprecation warnings since version 3 which appear in Dancer::Session::Cookie's tests (via Session::Storage::Secure). Session::Storage::Secure is fixed in versions >= 1.000, which libdancer-session-cookie-perl now (build) depends on (since 0.30-3). Break both packages to avoid partial upgrades.
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index b70f2dd..fc44f87 100644
--- a/debian/control
+++ b/debian/control
@@ -29,6 +29,8 @@ Depends: ${misc:Depends},
libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl | libcrypt-des-ede3-perl | libcrypt-cast5-perl,
libcryptx-perl
Recommends: libmath-int128-perl
+Breaks: libdancer-session-cookie-perl (<< 0.30-3~),
+ libsession-storage-secure-perl (<< 1.000)
Description: implementation of cipher block chaining (CBC) mode
In combination with a block cipher such as Crypt::Rijndael or
Crypt::Blowfish, you can encrypt and decrypt messages of arbitrarily