mpop: Update to 1.4.10 pkgsrc changes: - Update MASTER_SITES and HOMEPAGE to current ones Changes: Version 1.4.10: - Improved handling of temporary files on Windows systems. - Re-enabled support for systems lacking vasprintf(), such as IBM i PASE. Version 1.4.9: - No significant changes. Version 1.4.8: - Added a new socket command and --socket option to connect via local sockets. - Added a new tls_host_override command and --tls-host-override option to override the host name used for TLS verification. - Fixed the source_ip command for proxies. Version 1.4.7: - Minor bug fixes. Version 1.4.6: - Minor bug fixes. Version 1.4.5: - Fixed OAUTHBEARER. - Support for TLS client certificates via PKCS11 devices, e.g. smart cards. - Various small bug fixes and improvements. Version 1.4.4: - Added support for the OAUTHBEARER authentication method. - Several minor bug fixes. Version 1.4.3: - This version fixes a security problem that affects version 1.4.2 (older versions are not affected): when the new default value system for tls_trust_file is used, the result of certificate verification was not properly checked. Version 1.4.2: - To simplify TLS setup, the tls_trust_file command has a new default value 'system' that selects the system default trust. Now you just need tls=on to use TLS; the other TLS options are only required in special cases. To make this work without breaking compatibility with older mpop versions, tls_fingerprint now overrides tls_trust_file, and tls_certcheck=off overrides both (previously, you could not specify contradicting options). - To simplify setup, a new option '--configure ' was added that automatically generates a configuration file for a given mail address. However, this only works if the mail domain publishes appropriate SRV records. Version 1.4.1: - Fixed our TLS code to support TLS 1.3 with GnuTLS. Version 1.4.0: - Using OpenSSL is discouraged and may not be supported in the future. Please use GnuTLS instead. The reasons are explained here: https://marlam.de/mpop/news/openssl-discouraged/ - As using GNU SASL is most likely unnecessary, it is disabled by default now. Since everything uses TLS nowadays and thus can use PLAIN authentication, you really only need it for GSSAPI. - If your system requires a library for IDN support, libidn2 is now used instead of the older libidn. - The APOP and CRAM-MD5 authentication method are marked as obsolete / insecure and will not be chosen automatically anymore. - The passwordeval command does not require the password to be terminated by a new line character anymore. - Builtin default port numbers are now used instead of consulting /etc/services. - Support for DJGPP and for systems lacking vasprintf(), mkstemp(), or tmpfile() is removed. Version 1.2.8: - Fix support for ~/.config/mpop/config as configuration file - Add --source-ip option and source_ip command to bind the outgoing connection to a specific source IP address. - Enable SNI for TLS Version 1.2.7: - Add support for ~/.config/mpop/config as configuration file - Add network timeout handling on Windows - Fix command line handling of SHA256 TLS fingerprints - Update german translation Index: Makefile =================================================================== RCS file: /cvsroot/pkgsrc/mail/mpop/Makefile,v retrieving revision 1.32 diff -u -p -r1.32 Makefile --- Makefile 22 May 2020 10:56:19 -0000 1.32 +++ Makefile 18 Jun 2020 15:26:40 -0000 @@ -1,13 +1,12 @@ # $NetBSD: Makefile,v 1.32 2020/05/22 10:56:19 adam Exp $ -DISTNAME= mpop-1.2.6 -PKGREVISION= 4 +DISTNAME= mpop-1.4.10 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpop/} +MASTER_SITES= https://marlam.de/mpop/releases/ EXTRACT_SUFX= .tar.xz MAINTAINER= reed@reedmedia.net -HOMEPAGE= http://mpop.sourceforge.net/ +HOMEPAGE= https://marlam.de/mpop COMMENT= Small, fast and portable POP3 client LICENSE= gnu-gpl-v3 Index: PLIST =================================================================== RCS file: /cvsroot/pkgsrc/mail/mpop/PLIST,v retrieving revision 1.7 diff -u -p -r1.7 PLIST --- PLIST 18 Aug 2013 10:32:45 -0000 1.7 +++ PLIST 18 Jun 2020 15:26:40 -0000 @@ -1,6 +1,11 @@ -@comment $NetBSD: PLIST,v 1.7 2013/08/18 10:32:45 shattered Exp $ +@comment $NetBSD$ bin/mpop info/mpop.info man/man1/mpop.1 share/examples/mpop/mpoprc.example share/locale/de/LC_MESSAGES/mpop.mo +share/locale/es/LC_MESSAGES/mpop.mo +share/locale/pt_BR/LC_MESSAGES/mpop.mo +share/locale/sr/LC_MESSAGES/mpop.mo +share/locale/ta/LC_MESSAGES/mpop.mo +share/locale/uk/LC_MESSAGES/mpop.mo Index: distinfo =================================================================== RCS file: /cvsroot/pkgsrc/mail/mpop/distinfo,v retrieving revision 1.11 diff -u -p -r1.11 distinfo --- distinfo 20 Apr 2018 04:57:23 -0000 1.11 +++ distinfo 18 Jun 2020 15:26:40 -0000 @@ -1,6 +1,6 @@ $NetBSD: distinfo,v 1.11 2018/04/20 04:57:23 wiz Exp $ -SHA1 (mpop-1.2.6.tar.xz) = f74fe3552823e8251f050b371671d8248528bf1d -RMD160 (mpop-1.2.6.tar.xz) = f194d30960895260d48e7755d2c599472a2cde69 -SHA512 (mpop-1.2.6.tar.xz) = ba4dedebbe4b7b9f84a339e7c605cc9082e95d8cf0c5331dbc74b83ef64f7de47da996e61dbbaa33dd093650a3021eb75a7f188a9abc985c741108d060b6bd7b -Size (mpop-1.2.6.tar.xz) = 269912 bytes +SHA1 (mpop-1.4.10.tar.xz) = 5f467f3a206b81c443b0a6cb3e660306245d442e +RMD160 (mpop-1.4.10.tar.xz) = 0df79d419387686dcc65b49aec621d06ad3c5026 +SHA512 (mpop-1.4.10.tar.xz) = 214443c8caec4b41dd3e1e93d5bd302a00b6622960070e6d3dbc7c2449ab4f216efbd786f4dc9f9b653868061c072c1435d4c7471ea219097fbcf1fc42ecb999 +Size (mpop-1.4.10.tar.xz) = 331732 bytes