On Thu, Jun 10, 2021 at 01:13:30PM +0200, Martijn van Duren wrote:
> - libopensmtpd and filter-dkimsign should now be able to build on Debian
>   without problems and should appear in the testing release of Debian
>   soon(tm).

I just uploaded libopensmtpd and filter-dkimsign to the Debian archives.
They won't make it into testing any time soon (testing is frozen for the
upcoming stable release), but they should be available in Debian
unstable as soon as they make it through the NEW queue [0].

Meanwhile, if you are really eager to get the packages, you can build
the binaries from the source packages.

apt-get install debhelper devscripts mandoc libevent-dev libssl-dev

dget https://rak.ac/~tmp/libopensmtpd_0.7-1.dsc && \
    cd libopensmtpd-0.7 && \
    dch -l '~local' 'local build' && \
    dpkg-buildpackage -b && sudo debi

dget https://rak.ac/~tmp/opensmtpd-filter-dkimsign_0.5-1.dsc && \
    cd opensmtpd-filter-dkimsign-0.5 && \
    dch -l '~local' 'local build' && \
    dpkg-buildpackage -b && sudo debi

Best,
Ryan

[0] https://ftp-master.debian.org/new.html

-- 
|)|/  Ryan Kavanagh      | GPG: 4E46 9519 ED67 7734 268F
|\|\  https://rak.ac     |      BD95 8F7B F8FC 4A11 C97A

Reply via email to