pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/mpop



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Jun 18 20:50:26 UTC 2020

Modified Files:
        pkgsrc/mail/mpop: Makefile PLIST distinfo

Log Message:
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 <mailaddress>' 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

Discussed and ok with <reed>, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/mail/mpop/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/mpop/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/mpop/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mpop/Makefile
diff -u pkgsrc/mail/mpop/Makefile:1.32 pkgsrc/mail/mpop/Makefile:1.33
--- pkgsrc/mail/mpop/Makefile:1.32      Fri May 22 10:56:19 2020
+++ pkgsrc/mail/mpop/Makefile   Thu Jun 18 20:50:26 2020
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.32 2020/05/22 10:56:19 adam Exp $
+# $NetBSD: Makefile,v 1.33 2020/06/18 20:50:26 leot 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@localhost
-HOMEPAGE=      http://mpop.sourceforge.net/
+HOMEPAGE=      https://marlam.de/mpop
 COMMENT=       Small, fast and portable POP3 client
 LICENSE=       gnu-gpl-v3
 

Index: pkgsrc/mail/mpop/PLIST
diff -u pkgsrc/mail/mpop/PLIST:1.7 pkgsrc/mail/mpop/PLIST:1.8
--- pkgsrc/mail/mpop/PLIST:1.7  Sun Aug 18 10:32:45 2013
+++ pkgsrc/mail/mpop/PLIST      Thu Jun 18 20:50:26 2020
@@ -1,6 +1,11 @@
-@comment $NetBSD: PLIST,v 1.7 2013/08/18 10:32:45 shattered Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/06/18 20:50:26 leot Exp $
 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: pkgsrc/mail/mpop/distinfo
diff -u pkgsrc/mail/mpop/distinfo:1.11 pkgsrc/mail/mpop/distinfo:1.12
--- pkgsrc/mail/mpop/distinfo:1.11      Fri Apr 20 04:57:23 2018
+++ pkgsrc/mail/mpop/distinfo   Thu Jun 18 20:50:26 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/04/20 04:57:23 wiz Exp $
+$NetBSD: distinfo,v 1.12 2020/06/18 20:50:26 leot 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



Home | Main Index | Thread Index | Old Index