Tuesday, December 19, 2023

Re: postfix stable35->3.5.22, stable->3.7.8

On 12/19/23 17:52, Stuart Henderson wrote:
> Here are updates to postfix stable and stable35 versions, the latter
> from tb@. I've tested both.
>
ok giovanni@ for both diffs.
Giovanni


> Index: stable/Makefile
> ===================================================================
> RCS file: /cvs/ports/mail/postfix/stable/Makefile,v
> retrieving revision 1.251
> diff -u -p -r1.251 Makefile
> --- stable/Makefile 26 Oct 2023 20:17:58 -0000 1.251
> +++ stable/Makefile 19 Dec 2023 16:52:05 -0000
> @@ -1,5 +1,4 @@
> -VERSION= 3.7.3
> -REVISION= 13
> +VERSION= 3.7.8
>
> PORTROACH= site:http://ftp.porcupine.org/mirrors/postfix-release/official/
> SITES= ${SITE_POSTFIX:=official/}
> Index: stable/distinfo
> ===================================================================
> RCS file: /cvs/ports/mail/postfix/stable/distinfo,v
> retrieving revision 1.153
> diff -u -p -r1.153 distinfo
> --- stable/distinfo 24 Oct 2022 15:00:18 -0000 1.153
> +++ stable/distinfo 19 Dec 2023 16:52:05 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (postfix/postfix-3.7.3.tar.gz) = 0i89N+91YT1dVztW/FHvCX8sDQsOQHkjcR9xwftykRs=
> -SIZE (postfix/postfix-3.7.3.tar.gz) = 4825380
> +SHA256 (postfix/postfix-3.7.8.tar.gz) = Dk1grMZ0JYAxie7kupNZjUntBNBIdDhY2RS8uToebPY=
> +SIZE (postfix/postfix-3.7.8.tar.gz) = 4832422
> Index: stable35/Makefile
> ===================================================================
> RCS file: /cvs/ports/mail/postfix/stable35/Makefile,v
> retrieving revision 1.5
> diff -u -p -r1.5 Makefile
> --- stable35/Makefile 26 Sep 2023 12:28:15 -0000 1.5
> +++ stable35/Makefile 19 Dec 2023 16:52:05 -0000
> @@ -1,5 +1,4 @@
> -VERSION= 3.5.17
> -REVISION= 2
> +VERSION= 3.5.22
>
> SITES= ${SITE_POSTFIX:=official/}
>
> Index: stable35/distinfo
> ===================================================================
> RCS file: /cvs/ports/mail/postfix/stable35/distinfo,v
> retrieving revision 1.1
> diff -u -p -r1.1 distinfo
> --- stable35/distinfo 1 Nov 2022 20:39:16 -0000 1.1
> +++ stable35/distinfo 19 Dec 2023 16:52:05 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (postfix/postfix-3.5.17.tar.gz) = nLdyCkWBBZeWiMYouRtKFsk1DIWvbJfhAVjzh/0iNW8=
> -SIZE (postfix/postfix-3.5.17.tar.gz) = 4625699
> +SHA256 (postfix/postfix-3.5.22.tar.gz) = DMKsGtF4fZKfTpD4iakVPWr/LQDLFRIG27k6KoN9MmQ=
> +SIZE (postfix/postfix-3.5.22.tar.gz) = 4634825
> Index: stable35/patches/patch-src_tls_tls_misc_c
> ===================================================================
> RCS file: stable35/patches/patch-src_tls_tls_misc_c
> diff -N stable35/patches/patch-src_tls_tls_misc_c
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ stable35/patches/patch-src_tls_tls_misc_c 19 Dec 2023 16:52:05 -0000
> @@ -0,0 +1,29 @@
> +Index: src/tls/tls_misc.c
> +--- src/tls/tls_misc.c.orig
> ++++ src/tls/tls_misc.c
> +@@ -657,7 +657,7 @@ void tls_param_init(void)
> +
> + int tls_library_init(void)
> + {
> +- OPENSSL_INIT_SETTINGS *init_settings;
> ++ // OPENSSL_INIT_SETTINGS *init_settings;
> + char *conf_name = *var_tls_cnf_name ? var_tls_cnf_name : 0;
> + char *conf_file = 0;
> + unsigned long init_opts = 0;
> +@@ -681,6 +681,7 @@ int tls_library_init(void)
> + msg_info("tls_library_init: using backwards-compatible defaults");
> + return (init_res = TLS_LIB_INIT_OK);
> + }
> ++#if 0
> + if ((init_settings = OPENSSL_INIT_new()) == 0) {
> + msg_warn("error allocating OpenSSL init settings, "
> + "disabling TLS support");
> +@@ -763,6 +764,8 @@ int tls_library_init(void)
> + TLS_LIB_INIT_RETURN(TLS_LIB_INIT_ERR);
> + }
> + TLS_LIB_INIT_RETURN(TLS_LIB_INIT_OK);
> ++

No comments:

Post a Comment