From acbf37038339056053ed33140879b166ddc15bef Mon Sep 17 00:00:00 2001 From: Christian Hagenest Date: Thu, 16 May 2024 19:24:29 +0200 Subject: [PATCH] wip --- scripts/dovecot/build-obs.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/dovecot/build-obs.sh b/scripts/dovecot/build-obs.sh index b417e8ce..aa1f29fc 100644 --- a/scripts/dovecot/build-obs.sh +++ b/scripts/dovecot/build-obs.sh @@ -19,6 +19,11 @@ echo "Downloading precise files from Debian unstable repository..." mkdir dovecot-build cd dovecot-build +# taken May 6th 2024, from https://packages.debian.org/unstable/dovecot-core +curl http://deb.debian.org/debian/pool/main/d/dovecot/dovecot_2.3.21+dfsg1-3.debian.tar.xz -O +curl http://deb.debian.org/debian/pool/main/d/dovecot/dovecot_2.3.21+dfsg1.orig.tar.gz -O +curl http://deb.debian.org/debian/pool/main/d/dovecot/dovecot_2.3.21+dfsg1.orig-pigeonhole.tar.gz -O + # Clone the Chatmail Dovecot Repo echo "Cloning the Chatmail Dovecot fork..." git clone https://github.com/chatmail/dovecot.git