git: b85ac7eeebe1 - main - mail/meta1: update to 1.1.Alpha20.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Sep 2024 19:06:46 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=b85ac7eeebe13302d380e30b3965e218736c2bfa commit b85ac7eeebe13302d380e30b3965e218736c2bfa Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-09-03 19:06:32 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-09-03 19:06:32 +0000 mail/meta1: update to 1.1.Alpha20.1 --- mail/meta1/Makefile | 8 ++++---- mail/meta1/distinfo | 6 +++--- mail/meta1/files/patch-include_sm_mapcnf.h | 11 ----------- mail/meta1/files/patch-smtps_smtps.c | 15 --------------- mail/meta1/pkg-plist | 4 ++++ 5 files changed, 11 insertions(+), 33 deletions(-) diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile index 95049cb1e2eb..f2091d34d0ff 100644 --- a/mail/meta1/Makefile +++ b/mail/meta1/Makefile @@ -1,9 +1,9 @@ PORTNAME= meta1 -PORTVERSION= 1.1.0a.18.0 -PORTREVISION= 1 +PORTVERSION= 1.1.0a.20.1 +PORTREVISION= 0 CATEGORIES= mail -MASTER_SITES= http://www.MeTA1.org/download/.alpha/baddns/ -DISTNAME= ${PORTNAME}-1.1.Alpha19.0 +MASTER_SITES= http://www.MeTA1.org/download/.alpha/evilinc/ +DISTNAME= ${PORTNAME}-1.1.Alpha20.1 MAINTAINER= dinoex@FreeBSD.org COMMENT= Secure and efficient mail gateway diff --git a/mail/meta1/distinfo b/mail/meta1/distinfo index 5065ea9e6aab..24594926def9 100644 --- a/mail/meta1/distinfo +++ b/mail/meta1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664195636 -SHA256 (meta1-1.1.Alpha19.0.tar.gz) = df179fd27d21a303acdc003a55a78109de91cba743ce74947724a0fdba8e119c -SIZE (meta1-1.1.Alpha19.0.tar.gz) = 5391051 +TIMESTAMP = 1724902918 +SHA256 (meta1-1.1.Alpha20.1.tar.gz) = 3610ab24d61021d036d0f51ecc952e63139281119a1dc016ca407abd8b4486b0 +SIZE (meta1-1.1.Alpha20.1.tar.gz) = 5588546 diff --git a/mail/meta1/files/patch-include_sm_mapcnf.h b/mail/meta1/files/patch-include_sm_mapcnf.h deleted file mode 100644 index 9846ccf7b584..000000000000 --- a/mail/meta1/files/patch-include_sm_mapcnf.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/sm/mapcnf.h.orig 2020-12-27 19:02:05 UTC -+++ include/sm/mapcnf.h -@@ -50,7 +50,7 @@ typedef enum mapspec_kind_E mapspec_kind_T; - sm_map_P mst_##what##_map; \ - char *mst_##what##_name; \ - char *mst_##what##_type; \ -- sm_ret_T *mst_##what##_ret -+ sm_ret_T mst_##what##_ret - - #define SM_MAPSPEC_FL_IMPLDET 0x00000001u - diff --git a/mail/meta1/files/patch-smtps_smtps.c b/mail/meta1/files/patch-smtps_smtps.c deleted file mode 100644 index 64ece87b7c16..000000000000 --- a/mail/meta1/files/patch-smtps_smtps.c +++ /dev/null @@ -1,15 +0,0 @@ ---- smtps/smtps.c.orig 2022-09-24 16:59:28 UTC -+++ smtps/smtps.c -@@ -2168,9 +2168,11 @@ ss_proxy_policy(sasl_conn_t *conn, void *context, cons - return SASL_OK; - } - -+typedef int (*sasl_callback_ft)(void); -+ - static sasl_callback_t sm_sasl_srvcbs[] = - { -- { SASL_CB_PROXY_POLICY, &ss_proxy_policy, NULL }, -+ { SASL_CB_PROXY_POLICY, (sasl_callback_ft)&ss_proxy_policy, NULL }, - { SASL_CB_LIST_END, NULL, NULL } - }; - #endif diff --git a/mail/meta1/pkg-plist b/mail/meta1/pkg-plist index a48632c916a8..0c813f3ed8b3 100644 --- a/mail/meta1/pkg-plist +++ b/mail/meta1/pkg-plist @@ -23,7 +23,9 @@ bin/qmgrctl.sh bin/rcvrenvfromlog.sh bin/runas bin/smconf +include/sm/cdefs.h include/sm/error.h +include/sm/generic.h include/sm/hdrmoddef.h include/sm/mfapi.h include/sm/pmfapi.h @@ -32,6 +34,8 @@ include/sm/pmilter.h include/sm/smreplycodes.h include/sm/smmts.h include/sm/ssmdef.h +include/sm/types.h +include/smconf.h lib/meta1/libcstrr.a lib/meta1/libevthr.a lib/meta1/libmtar.a