pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/fdm



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Feb 13 11:08:02 UTC 2019

Modified Files:
        pkgsrc/mail/fdm: Makefile distinfo
        pkgsrc/mail/fdm/patches: patch-Makefile.am
Removed Files:
        pkgsrc/mail/fdm/patches: patch-configure.ac patch-connect.c patch-fdm.h

Log Message:
fdm: Update to 2.0

pkgsrc changes:
 - Remove no longer needed patches

Changes:
2.0
---
 - Remove Courier support
 - Add `ignore-errors' flag to ignore possible delivery errors and continue to
   the next mail
 - Add a `lock-timeout' option to customize default 10 seconds timeout
 - Add support for STARTTLS on IMAP and POP3
 - Disable OpenSSL insecure stuff enabled by default and introduce a `insecure'
   flag to replace `no-tls1'
 - Add support for newer OpenSSL
 - Use SNI extension (fixes some servers when OpenSSL supports TLS 1.3)
 - Misc bug fixes and improvements


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/fdm/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/fdm/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/fdm/patches/patch-Makefile.am
cvs rdiff -u -r1.1 -r0 pkgsrc/mail/fdm/patches/patch-configure.ac \
    pkgsrc/mail/fdm/patches/patch-connect.c
cvs rdiff -u -r1.3 -r0 pkgsrc/mail/fdm/patches/patch-fdm.h

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

Modified files:

Index: pkgsrc/mail/fdm/Makefile
diff -u pkgsrc/mail/fdm/Makefile:1.11 pkgsrc/mail/fdm/Makefile:1.12
--- pkgsrc/mail/fdm/Makefile:1.11       Sun Dec  2 00:48:46 2018
+++ pkgsrc/mail/fdm/Makefile    Wed Feb 13 11:08:02 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/12/02 00:48:46 leot Exp $
+# $NetBSD: Makefile,v 1.12 2019/02/13 11:08:02 leot Exp $
 
-DISTNAME=      fdm-1.9
-PKGREVISION=   3
+DISTNAME=      fdm-2.0
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nicm/}
 

Index: pkgsrc/mail/fdm/distinfo
diff -u pkgsrc/mail/fdm/distinfo:1.10 pkgsrc/mail/fdm/distinfo:1.11
--- pkgsrc/mail/fdm/distinfo:1.10       Sun Dec  2 00:48:46 2018
+++ pkgsrc/mail/fdm/distinfo    Wed Feb 13 11:08:02 2019
@@ -1,10 +1,7 @@
-$NetBSD: distinfo,v 1.10 2018/12/02 00:48:46 leot Exp $
+$NetBSD: distinfo,v 1.11 2019/02/13 11:08:02 leot Exp $
 
-SHA1 (fdm-1.9.tar.gz) = 818bf39418ae4b170b4c3aa7c852015bf4802d7a
-RMD160 (fdm-1.9.tar.gz) = f44d009ac29cdf244509ce032270758be7f4be32
-SHA512 (fdm-1.9.tar.gz) = ec204e58a95b00f51912b572d25418f4c4161a53e0b8e42c7c887deac35da113182a4a477428b30a9da1ae3c509f844f3e1700b7669f856e97ec7e4c985cfbf4
-Size (fdm-1.9.tar.gz) = 175815 bytes
-SHA1 (patch-Makefile.am) = 864d905906a0bd78a6beb95093300fba0f52f10c
-SHA1 (patch-configure.ac) = 745810f7b1fe7cf4295cf8b68a9c4757c6ce4386
-SHA1 (patch-connect.c) = ee95c91b2bbf37539a3c94e006e135c5c6c49f86
-SHA1 (patch-fdm.h) = 98d01387d0e17d782950571c1b25e8faf841649b
+SHA1 (fdm-2.0.tar.gz) = 4da70cca5791457489d9e0a018706a6696609eab
+RMD160 (fdm-2.0.tar.gz) = b07dc4ee0b8de3362177d74bd935d1ae4dad961d
+SHA512 (fdm-2.0.tar.gz) = 9c321dfd200af7b7d396524a43a3ac4b569cddda0a2096122b935e9d7bdb8101f269341fae5bbd4ad8a2947312774da2d49e03eddc67c6ecbce4e1ff9488ebe2
+Size (fdm-2.0.tar.gz) = 180662 bytes
+SHA1 (patch-Makefile.am) = 2169ebc8e7c920cdf8492ee2039b410f5a6e358c

Index: pkgsrc/mail/fdm/patches/patch-Makefile.am
diff -u pkgsrc/mail/fdm/patches/patch-Makefile.am:1.2 pkgsrc/mail/fdm/patches/patch-Makefile.am:1.3
--- pkgsrc/mail/fdm/patches/patch-Makefile.am:1.2       Fri May  4 15:33:22 2018
+++ pkgsrc/mail/fdm/patches/patch-Makefile.am   Wed Feb 13 11:08:02 2019
@@ -1,15 +1,15 @@
-$NetBSD: patch-Makefile.am,v 1.2 2018/05/04 15:33:22 leot Exp $
+$NetBSD: patch-Makefile.am,v 1.3 2019/02/13 11:08:02 leot Exp $
 
 Fix race conditions.
 
---- Makefile.am.orig   2015-11-06 14:11:58.000000000 +0000
+--- Makefile.am.orig   2019-02-12 22:08:26.000000000 +0000
 +++ Makefile.am
-@@ -109,6 +109,8 @@ dist_fdm_SOURCES = \
+@@ -110,6 +110,8 @@ dist_fdm_SOURCES = \
        parse.y \
        lex.c
  
 +lex.o: parse.c
 +
  nodist_fdm_SOURCES =
- if NO_STRLCAT
- nodist_fdm_SOURCES += compat/strlcat.c
+ if NO_B64_NTOP
+ nodist_fdm_SOURCES += compat/base64.c



Home | Main Index | Thread Index | Old Index