head 1.4; access; symbols; locks; strict; comment @# @; 1.4 date 2020.05.02.19.16.15; author rillig; state dead; branches; next 1.3; commitid otGQ5vPlwIA0tH6C; 1.3 date 2020.05.02.00.21.39; author mef; state Exp; branches; next 1.2; commitid IpWioJqfgP7XbB6C; 1.2 date 2020.05.02.00.14.20; author mef; state Exp; branches; next 1.1; commitid PUeR28x3181s9B6C; 1.1 date 2020.04.17.11.28.02; author tm; state Exp; branches; next ; commitid vXNgffYDDvhsmJ4C; desc @@ 1.4 log @mail/up-imappproxy: remove obsolete patch, fix directories in README @ text @$NetBSD: patch-remove-unused-variables,v 1.3 2020/05/02 00:21:39 mef Exp $ Remove unused variables --- src/main.c.orig 2020-05-02 09:19:22.283803615 +0900 +++ src/main.c 2020-05-02 09:20:18.002703574 +0900 @@@@ -187,9 +187,9 @@@@ */ -static char *sourceRevision = "$Revision: 1.3 $"; -static char *sourceVersion = "$Id: patch-remove-unused-variables,v 1.3 2020/05/02 00:21:39 mef Exp $"; -static char *sourceAuthor = "$Author: mef $"; +// static char *sourceRevision = "$$Revision: 1.3 $$"; +//static char *sourceVersion = "$$Id: patch-remove-unused-variables,v 1.3 2020/05/02 00:21:39 mef Exp $$"; +//static char *sourceAuthor = "$$Author: mef $$"; #define _REENTRANT @ 1.3 log @(mail/up-imappproxy) fix patch-remove-unused-variables, try again, sorry @ text @d1 1 a1 1 $NetBSD: patch-remove-unused-variables,v 1.2 2020/05/02 00:14:20 mef Exp $ d11 6 a16 6 -static char *sourceRevision = "$Revision: 14647 $"; -static char *sourceVersion = "$Id: main.c 14647 2017-01-27 20:53:57Z pdontthink $"; -static char *sourceAuthor = "$Author: pdontthink $"; +// static char *sourceRevision = "$$Revision: 14647 $$"; +//static char *sourceVersion = "$$Id: main.c 14647 2017-01-27 20:53:57Z pdontthink $$"; +//static char *sourceAuthor = "$$Author: pdontthink $$"; @ 1.2 log @(mail/up-imappproxy) fix patch-remove-unused-variables @ text @d1 1 a1 1 $NetBSD: patch-remove-unused-variables,v 1.1 2020/04/17 11:28:02 tm Exp $ d5 3 a7 3 --- src/main.c.orig 2020-05-02 09:03:31.136708514 +0900 +++ src/main.c 2020-05-02 09:03:31.159129655 +0900 @@@@ -187,9 +187,6 @@@@ d14 3 @ 1.1 log @up-imapproxy: re-add version 1.2.8 with OpenSSL 1.1 patches Include patchset from the community and Debian package maintainers to support OpenSSL version 1.1. This is the more feature rich version of imapproxy. Last official changelog entries: 2016-09-12 Paul Lesniewski * Added support for systemd startup * Added support for accepting pre-auth ID commands (RFC 2971) * Added support for DNS RR to cycle through multiple IMAP server backends (thanks to Wolfgang Breyha) * Added ability to restrict DNS lookups to IPv4 or IPv6 only (thanks to Wolfgang Breyha) * Make EGD support conditional, provide compatibility with LibreSSL, other small fixes provided by the BSD team * Fixed anomalous crashes recycling used connections (thanks to Emmanuel Dreyfus) * Retain compatibility with older OpenSSL versions (thanks to Wolfgang Breyha) * Make use of the no_new_privs flag (Linux only) when becoming non-root (thanks to Shawn Landden) 2014-01-20 Paul Lesniewski * Added support for up to TLS v1.2 (thanks to Emmanuel Dreyfus) * Added support for ECDHE ciphers (thanks to Emmanuel Dreyfus) * Added ability to manually specify TLS ciphers (thanks to Emmanuel Dreyfus) * Added server certificate validation (thanks to Emmanuel Dreyfus) 2012-01-01 Paul Lesniewski * Fixed problem where default TLS CA data would never be loaded (thanks to Orion Poplawski) * Fixed bug in SSL context initialization @ text @d1 1 a1 1 $NetBSD: $ d5 3 a7 4 --- src/main.c.orig Thu Apr 16 22:21:03 2020 +++ src/main.c Thu Apr 16 22:30:27 2020 @@@@ -186,11 +186,6 @@@@ ** d10 1 a10 1 - d14 1 a14 1 - a16 1 #include @