Package: fetchmail / 6.6.2-2

Metadata

Package Version Patches format
fetchmail 6.6.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fetchmailconf.patch | (download)

fetchmailconf.py | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove header from fetchmailconf.py since it is a library.
04_invoke rc.d.diff | (download)

contrib/fetchmail.logrotate | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 patch contrib files to run invoke-rc.d instead of /etc/init.d/* directly
 This is required by policy 4.0.0.
08_remove_forced_OpenSSL_check.patch | (download)

socket.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 remove forced openssl version check
 Not needed, linker should take care of proper library loading.
10_python3.14_fix.patch | (download)

t.operation.mock-pop3-server.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] mock-pop3-server.py: move return out of finally block

This apparently confuses some scripts but also is
ill-defined - does the finally override the return from the except
blocks if one catches the exception?

To fix Debian Bug#1127303.