Am 15.11.2015 um 06:00 schrieb peter green: > Tags 804604 +patch > thanks > >> socket.o: In function `SSLOpen': >> /fetchmail-6.3.26/socket.c:917: undefined reference to >> `SSLv3_client_method' >> collect2: error: ld returned 1 exit status >> Makefile:699: recipe for target 'fetchmail' failed >> make[3]: *** [fetchmail] Error 1 > > I just fixed this in raspbian, debdiff at > http://debdiffs.raspbian.org/main/f/fetchmail/fetchmail_6.3.26-1%2brpi1.debdiff > . No intent to NMU in Debian
Dear Peter and Lászlo, I have stuff in fetchmail's upstream Git repository that should fix that officially -- it's on branch legacy_64 here: https://gitlab.com/fetchmail/fetchmail/tree/legacy_64 it also adds TLS 1.1/1.2 support, and is spread out across several commits (because just taking away SSLv3 without adding TLS v1.1 and v1.2 seems pointless to me).