From d46b9f27ed379e7de1b72da633c448cd782206bd Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 1 Jan 2023 21:02:07 +0000 Subject: [PATCH] Update to alpine 2.26 --- mail/alpine/Makefile | 8 ++------ mail/alpine/distinfo | 4 ++-- mail/alpine/patches/patch-alpine_pine-use_c | 7 ++++--- mail/alpine/patches/patch-configure | 4 ++-- mail/alpine/patches/patch-imap_src_osdep_unix_Makefile | 6 +++--- mail/alpine/patches/patch-imap_src_osdep_unix_ssl_unix_c | 2 +- mail/alpine/patches/patch-pico_osdep_terminal_c | 2 +- mail/alpine/patches/patch-pith_conf_c | 2 +- mail/alpine/pkg/PLIST-c-client | 3 +++ 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 6f27a730cd4..b6c6a170229 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -6,23 +6,19 @@ COMMENT-pico= UW text editor COMMENT-pilot= UW file system navigator FIX_EXTRACT_PERMISSIONS = Yes -V= 2.25 +V= 2.26 DISTNAME= alpine-${V} EXTRACT_SUFX= .tar.xz -SHARED_LIBS= c-client 9.0 +SHARED_LIBS= c-client 10.0 # grep "PICO version" ${WRKSRC}/pico/pico.h PICO_V= 5.09 # grep PILOT_VERSION ${WRKSRC}/pico/pilot.c PILOT_V= 2.99 -REVISION-main= 3 REVISION-pico= 26 REVISION-pilot= 26 -REVISION-c-client= 4 -REVISION-mailutil= 2 -REVISION-imap= 2 PKGNAME-main= alpine-${V} PKGNAME-c-client= c-client-${V} diff --git a/mail/alpine/distinfo b/mail/alpine/distinfo index d2d03252373..140269a276a 100644 --- a/mail/alpine/distinfo +++ b/mail/alpine/distinfo @@ -1,2 +1,2 @@ -SHA256 (alpine-2.25.tar.xz) = ZYoVCYL2dAu0Eo5t2BGI6qEhLKC/aJuDwgk7tRjs93Y= -SIZE (alpine-2.25.tar.xz) = 7495372 +SHA256 (alpine-2.26.tar.xz) = wHecK+bEfTBVSFSj4U7142U5UCszEGiFEyknWJipuro= +SIZE (alpine-2.26.tar.xz) = 7517628 diff --git a/mail/alpine/patches/patch-alpine_pine-use_c b/mail/alpine/patches/patch-alpine_pine-use_c index e038a979a89..1b7d2fab62a 100644 --- a/mail/alpine/patches/patch-alpine_pine-use_c +++ b/mail/alpine/patches/patch-alpine_pine-use_c @@ -1,6 +1,7 @@ ---- alpine/pine-use.c.orig Mon Feb 6 01:06:22 2017 -+++ alpine/pine-use.c Tue Apr 25 11:10:08 2017 -@@ -24,7 +24,7 @@ static char rcsid[] = "$Id: pine-use.c 761 2007-10-23 +Index: alpine/pine-use.c +--- alpine/pine-use.c.orig ++++ alpine/pine-use.c +@@ -20,7 +20,7 @@ #include #ifndef MAILSPOOLPCTS diff --git a/mail/alpine/patches/patch-configure b/mail/alpine/patches/patch-configure index cc80fa07a1f..fa42f6cf7f0 100644 --- a/mail/alpine/patches/patch-configure +++ b/mail/alpine/patches/patch-configure @@ -1,7 +1,7 @@ Index: configure --- configure.orig +++ configure -@@ -13717,6 +13717,7 @@ fi +@@ -14878,6 +14878,7 @@ fi fi @@ -9,7 +9,7 @@ Index: configure -@@ -14862,6 +14863,7 @@ $as_echo "$ac_res" >&6; } +@@ -16023,6 +16024,7 @@ $as_echo "$ac_res" >&6; } INCINTL= fi diff --git a/mail/alpine/patches/patch-imap_src_osdep_unix_Makefile b/mail/alpine/patches/patch-imap_src_osdep_unix_Makefile index bbc0a445b89..9fc424f9eb8 100644 --- a/mail/alpine/patches/patch-imap_src_osdep_unix_Makefile +++ b/mail/alpine/patches/patch-imap_src_osdep_unix_Makefile @@ -35,7 +35,7 @@ Index: imap/src/osdep/unix/Makefile @@ -156,6 +158,7 @@ BINARIES=osdep.o mail.o misc.o newsrc.o smanager.o utf dummy.o pseudo.o netmsg.o flstring.o fdstring.o \ rfc822.o nntp.o smtp.o imap4r1.o http.o json.o pop3.o \ - unix.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o mix.o + unix.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o mix.o sha.o +SOBINARIES=$(BINARIES:.o=.so) CFLAGS=-g @@ -93,7 +93,7 @@ Index: imap/src/osdep/unix/Makefile # Dependencies -@@ -924,7 +939,7 @@ http.o: mail.h misc.h osdep.h utf8.h http.h json.h +@@ -925,7 +940,7 @@ sha.o: mail.h misc.h osdep.h sha.h sha-private.h hash. # OS-dependent @@ -102,7 +102,7 @@ Index: imap/src/osdep/unix/Makefile osdep.h env_unix.h tcp_unix.h oauth2_aux.h \ osdep.c env_unix.c fs_unix.c ftl_unix.c nl_unix.c tcp_unix.c ip_unix.c\ auths.c crexcl.c flockcyg.c flocklnx.c flocksim.c fsync.c \ -@@ -939,12 +954,12 @@ osdep.o:mail.h misc.h env.h fs.h ftl.h nl.h tcp.h \ +@@ -940,12 +955,12 @@ osdep.o:mail.h misc.h env.h fs.h ftl.h nl.h tcp.h \ write.c sslstdio.c \ strerror.c strpbrk.c strstr.c strtok.c strtoul.c \ OSCFLAGS diff --git a/mail/alpine/patches/patch-imap_src_osdep_unix_ssl_unix_c b/mail/alpine/patches/patch-imap_src_osdep_unix_ssl_unix_c index 515034e2ef3..660dfb8b12d 100644 --- a/mail/alpine/patches/patch-imap_src_osdep_unix_ssl_unix_c +++ b/mail/alpine/patches/patch-imap_src_osdep_unix_ssl_unix_c @@ -11,7 +11,7 @@ Index: imap/src/osdep/unix/ssl_unix.c + int ssl_err; unsigned long sl,tl; int minv, maxv; - int masklow, maskhigh; + long masklow, maskhigh; @@ -465,7 +466,13 @@ static char *ssl_start_work (SSLSTREAM *stream,char *h SSL_set_connect_state (stream->con); if (SSL_in_init (stream->con)) SSL_total_renegotiations (stream->con); diff --git a/mail/alpine/patches/patch-pico_osdep_terminal_c b/mail/alpine/patches/patch-pico_osdep_terminal_c index a36bc0540f9..effc0903b2e 100644 --- a/mail/alpine/patches/patch-pico_osdep_terminal_c +++ b/mail/alpine/patches/patch-pico_osdep_terminal_c @@ -1,7 +1,7 @@ Index: pico/osdep/terminal.c --- pico/osdep/terminal.c.orig +++ pico/osdep/terminal.c -@@ -192,6 +192,12 @@ setup_dflt_esc_seq(void) +@@ -188,6 +188,12 @@ setup_dflt_esc_seq(void) kpinsert("\033[H", KEY_HOME, 1); kpinsert("\033[F", KEY_END, 1); diff --git a/mail/alpine/patches/patch-pith_conf_c b/mail/alpine/patches/patch-pith_conf_c index 8a7569753b3..a3039ba7f38 100644 --- a/mail/alpine/patches/patch-pith_conf_c +++ b/mail/alpine/patches/patch-pith_conf_c @@ -3,7 +3,7 @@ By default, check "Do Not Send Flowed Text". Index: pith/conf.c --- pith/conf.c.orig +++ pith/conf.c -@@ -2972,7 +2972,7 @@ feature_list(int index) +@@ -2974,7 +2974,7 @@ feature_list(int index) {"use-sender-not-x-sender", "Use Sender Instead of X-X-Sender", F_USE_SENDER_NOT_X, h_config_use_sender_not_x, PREF_SEND, 0}, {"quell-flowed-text", "Do Not Send Flowed Text", diff --git a/mail/alpine/pkg/PLIST-c-client b/mail/alpine/pkg/PLIST-c-client index a72f8b7ff6f..f91ab3735bf 100644 --- a/mail/alpine/pkg/PLIST-c-client +++ b/mail/alpine/pkg/PLIST-c-client @@ -13,6 +13,7 @@ include/c-client/flocksim.h include/c-client/flstring.h include/c-client/fs.h include/c-client/ftl.h +include/c-client/hash.h include/c-client/http.h include/c-client/imap4r1.h include/c-client/json.h @@ -28,6 +29,8 @@ include/c-client/oauth2_aux.h include/c-client/osdep.h include/c-client/pseudo.h include/c-client/rfc822.h +include/c-client/sha-private.h +include/c-client/sha.h include/c-client/smtp.h include/c-client/sslio.h include/c-client/tcp.h