Codebase list libcrypt-cbc-perl / 6ea010c
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. gregor herrmann 2 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2828 libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl | libcrypt-des-ede3-perl | libcrypt-cast5-perl,
2929 libcryptx-perl
3030 Recommends: libmath-int128-perl
31 Breaks: libdancer-session-cookie-perl (<< 0.30-3~),
32 libsession-storage-secure-perl (<< 1.000)
3133 Description: implementation of cipher block chaining (CBC) mode
3234 In combination with a block cipher such as Crypt::Rijndael or
3335 Crypt::Blowfish, you can encrypt and decrypt messages of arbitrarily