search for: dcrypt_vf

Displaying 6 results from an estimated 6 matches for "dcrypt_vf".

Did you mean: dcrypt_vfs
2016 Oct 26
1
(build) crash in dcrypt when "-Bsymbolic-functions" is used on linking
...ng dovecot 2.2.25 on latest > Ubuntu. > I wondered as I've had the same source building on Debian just fine. > > Some debugging led me to this weird behavior: > Using this gdb command file called autoreportissue in my case: > break dcrypt_initialize > commands > p dcrypt_vfs > p &dcrypt_vfs > watch dcrypt_vfs > c > end > break dcrypt_set_vfs > commands > p dcrypt_vfs > p &dcrypt_vfs > c > end > r > > Running test-crypto on Debian and Ubuntu reported those two behaviours: > gdb -d /root/dov...
2016 Aug 04
2
Dovecot 2.2.25 test failure
...est-crypto >> >> Program received signal SIGSEGV, Segmentation fault. >> 0x000055555555fa47 in dcrypt_ctx_sym_create (algorithm=0x55555557c12e >> "AES-128-CBC", mode=DCRYPT_MODE_ENCRYPT, ctx_r=0x7fffffffdf30, >> error_r=0x0) at dcrypt.c:61 >> 61 return dcrypt_vfs->ctx_sym_create(algorithm, mode, ctx_r, error_r); >> Missing separate debuginfos, use: debuginfo-install >> glibc-2.17-106.el7_2.6.x86_64 >> (gdb) bt full >> #0 0x000055555555fa47 in dcrypt_ctx_sym_create >> (algorithm=0x55555557c12e "AES-128-CBC", mode=...
2016 Aug 04
2
Dovecot 2.2.25 test failure
...ce/rpmbuild/BUILD/dovecot-2.2.25/src/lib-dcrypt/./test-crypto Program received signal SIGSEGV, Segmentation fault. 0x000055555555fa47 in dcrypt_ctx_sym_create (algorithm=0x55555557c12e "AES-128-CBC", mode=DCRYPT_MODE_ENCRYPT, ctx_r=0x7fffffffdf30, error_r=0x0) at dcrypt.c:61 61 return dcrypt_vfs->ctx_sym_create(algorithm, mode, ctx_r, error_r); Missing separate debuginfos, use: debuginfo-install glibc-2.17-106.el7_2.6.x86_64 (gdb) bt full #0 0x000055555555fa47 in dcrypt_ctx_sym_create (algorithm=0x55555557c12e "AES-128-CBC", mode=DCRYPT_MODE_ENCRYPT, ctx_r=0x7fffffffdf30,...
2016 Jun 30
5
v2.2.25 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.25.rc1.tar.gz http://dovecot.org/releases/2.2/rc/dovecot-2.2.25.rc1.tar.gz.sig Quite a lot of changes. Please test out before the final v2.2.25 release, which I'm planning for tomorrow. Especially the new lib-dcrypt might have compiling problems with some OpenSSL versions. * lmtp: Start tracking lmtp_user_concurrency_limit and reject already
2016 Jun 30
5
v2.2.25 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.25.rc1.tar.gz http://dovecot.org/releases/2.2/rc/dovecot-2.2.25.rc1.tar.gz.sig Quite a lot of changes. Please test out before the final v2.2.25 release, which I'm planning for tomorrow. Especially the new lib-dcrypt might have compiling problems with some OpenSSL versions. * lmtp: Start tracking lmtp_user_concurrency_limit and reject already
2016 Aug 04
2
Dovecot 2.2.25 test failure
Operating system - 64 bit CentOS 7 gcc-4.8.5-4.el7.x86_64 Building against LibreSSL which has been fine for other releases, but it is a crypto test that is fails. Tried with LibreSSL 2.4.2 and 2.3.6 - both the build completes but fails the make check Dovecot 2.2.24 passes make check on both. This is where it fails: Making check in lib-dcrypt make[2]: Entering directory