pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Apr 21 09:34:58 UTC 2021

Modified Files:
        pkgsrc/mail: Makefile
Removed Files:
        pkgsrc/mail/opensmtpd: DESCR Makefile PLIST distinfo
        pkgsrc/mail/opensmtpd/files: mailer.conf opensmtpd.sh
        pkgsrc/mail/opensmtpd/patches: patch-configure.ac
            patch-mk_makemap_Makefile.am patch-mk_smtpd_Makefile.am
            patch-smtpd_queue__fs.c patch-smtpd_smtp__session.c

Log Message:
opensmtpd: remove, needs a newer version re-importing from wip

this version is broken with current openssl and old and likely insecure.
newer version probably needs something like libretls sitting in front.


To generate a diff of this commit:
cvs rdiff -u -r1.568 -r1.569 pkgsrc/mail/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/mail/opensmtpd/DESCR
cvs rdiff -u -r1.16 -r0 pkgsrc/mail/opensmtpd/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/mail/opensmtpd/PLIST
cvs rdiff -u -r1.6 -r0 pkgsrc/mail/opensmtpd/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/mail/opensmtpd/files/mailer.conf
cvs rdiff -u -r1.1 -r0 pkgsrc/mail/opensmtpd/files/opensmtpd.sh
cvs rdiff -u -r1.3 -r0 pkgsrc/mail/opensmtpd/patches/patch-configure.ac
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/mail/opensmtpd/patches/patch-mk_makemap_Makefile.am \
    pkgsrc/mail/opensmtpd/patches/patch-mk_smtpd_Makefile.am \
    pkgsrc/mail/opensmtpd/patches/patch-smtpd_queue__fs.c \
    pkgsrc/mail/opensmtpd/patches/patch-smtpd_smtp__session.c

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

Modified files:

Index: pkgsrc/mail/Makefile
diff -u pkgsrc/mail/Makefile:1.568 pkgsrc/mail/Makefile:1.569
--- pkgsrc/mail/Makefile:1.568  Thu Mar 18 09:18:17 2021
+++ pkgsrc/mail/Makefile        Wed Apr 21 09:34:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.568 2021/03/18 09:18:17 adam Exp $
+# $NetBSD: Makefile,v 1.569 2021/04/21 09:34:58 nia Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -185,7 +185,6 @@ SUBDIR+=    oe2mbx
 SUBDIR+=       offlineimap
 SUBDIR+=       opendkim
 SUBDIR+=       opendmarc
-SUBDIR+=       opensmtpd
 SUBDIR+=       p5-App-Siesh
 SUBDIR+=       p5-Catalyst-View-Email
 SUBDIR+=       p5-Email-Abstract



Home | Main Index | Thread Index | Old Index