FreeBSD Bugzilla – Attachment 238924 Details for
Bug 268469
[NEW PORT] security/mxcheck: Terminal based e-mail server scanner
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch.1 patch file with the initial Makefile, distinfo and pkg-descr files.
0001-init-port-for-version-1.4.2.patch (text/plain), 1.92 KB, created by
Steffen
on 2022-12-19 15:56:09 UTC
(
hide
)
Description:
A patch.1 patch file with the initial Makefile, distinfo and pkg-descr files.
Filename:
MIME Type:
Creator:
Steffen
Created:
2022-12-19 15:56:09 UTC
Size:
1.92 KB
patch
obsolete
>From 45fe9ddc84e44477e8aabd7b05fa2cbe6de79ad2 Mon Sep 17 00:00:00 2001 >From: Steffen Fritz <steffen@fritz.wtf> >Date: Mon, 19 Dec 2022 16:45:02 +0100 >Subject: [PATCH] init port for version 1.4.2 Commit-Ersteller: Steffen Fritz > <steffen@fritz.wtf> > >--- > Makefile | 24 ++++++++++++++++++++++++ > distinfo | 5 +++++ > pkg-descr | 4 ++++ > 3 files changed, 33 insertions(+) > create mode 100644 Makefile > create mode 100644 distinfo > create mode 100644 pkg-descr > >diff --git a/Makefile b/Makefile >new file mode 100644 >index 0000000..eb43016 >--- /dev/null >+++ b/Makefile >@@ -0,0 +1,24 @@ >+PORTNAME= mxcheck >+DISTVERSIONPREFIX= v >+DISTVERSION= 1.4.2 >+PORTREVISION= 1 >+CATEGORIES= security >+ >+MAINTAINER= steffen@fritz.wtf >+COMMENT= Terminal based e-mail server configuration and DNS scanner >+WWW= https://github.com/steffenfritz/mxcheck >+ >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USES= go:modules >+ >+GO_MODULE= github.com/steffenfritz/mxcheck >+ >+PLIST_FILES= bin/${PORTNAME} \ >+ man/man1/mxcheck.1.gz >+ >+post-install: >+ ${INSTALL_MAN} ${WRKSRC}/mxcheck.1 ${STAGEDIR}${LOCALBASE}/man/man1/ >+ >+.include <bsd.port.mk> >diff --git a/distinfo b/distinfo >new file mode 100644 >index 0000000..9714aa3 >--- /dev/null >+++ b/distinfo >@@ -0,0 +1,5 @@ >+TIMESTAMP = 1671449568 >+SHA256 (go/security_mxcheck_freebsd/mxcheck-v1.4.2/v1.4.2.mod) = c2c9d72d31ad022df39e032006ebcd342fe3394c2cc97b03ab974c99cb9099fa >+SIZE (go/security_mxcheck_freebsd/mxcheck-v1.4.2/v1.4.2.mod) = 568 >+SHA256 (go/security_mxcheck_freebsd/mxcheck-v1.4.2/v1.4.2.zip) = 20f480ce1a2edcba239f3f7ea1971059adf5d580289b8f7204924102a8f04e08 >+SIZE (go/security_mxcheck_freebsd/mxcheck-v1.4.2/v1.4.2.zip) = 31999 >diff --git a/pkg-descr b/pkg-descr >new file mode 100644 >index 0000000..fce3233 >--- /dev/null >+++ b/pkg-descr >@@ -0,0 +1,4 @@ >+mxcheck is an info scanner for e-mail servers. >+ >+It checks DNS records, certificates, if the service is listed by >+blacklists and if the server is an open relay. >-- >2.38.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268469
:
238924
|
238994