Getting panic in http-client-request.c: line 1240 during indexing on Ubuntu 20.04

Gedalya gedalya at gedalya.net
Wed Feb 17 18:57:27 EET 2021


On 2/9/21 4:49 AM, deano-dovecot at areyes.com wrote:
> Unfortunately they don't make the source repos (deb-src http://repo.dovecot.org/.....) available,

They do however provide the .dsc file, so you can use dget (from the devscripts package)

e.g.

mkdir dovecot-source; cd dovecot-source
dget -u https://repo.dovecot.org/ce-2.3-latest/debian/buster/pool/main/2.3.13-2_ce/dovecot_2.3.13-2%2Bdebian10.dsc

That will do the same thing as apt-get source ...
(you need -u because the .dsc file does not contain a signature)

The directories are browsable at https://repo.dovecot.org/ce-2.3-latest/ so you can look for the right file per distro/version.




More information about the dovecot mailing list