pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/tin



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Jan 24 17:21:49 UTC 2025

Modified Files:
        pkgsrc/news/tin: Makefile distinfo

Log Message:
news/tin: Update to 2.6.4

-- 2.6.4 release 20241224 "Helmsdale" --

 024) Bjarni Ingi Gislason <bjarniig%simnet.is@localhost>
      ADD. manpage fixes (debian bug #1089489)
      FIX. tin.1

 023) Thomas E. Dickey <dickey%invisible-island.net@localhost>
      REM. bundled-intl stuff
      ADD. disallow giving both --with-socks and --with-socks5
      ADD. try also libsocks5 and libsocksd if using --with-socks5
      FIX. intl/*, aclocal.m4, configure[.in], autoconf.hin, nntplib.h
           tcurses.h, Makefile[.in], conf-tin

 022) Enrik Berkhan <enrik%tin.org@localhost>
      ADD. avoid implicit conversion
      FIX. curses.c, misc.c, nntplib.c, rfc2047.c

 021) Matt Anton <tin%lv223.org@localhost>
      ADD. updated French translation
      FIX. fr.po

 020) Dennis Preiser <dennis%d--p.de@localhost>
      ADD. ArticleInfo-page ('\'')
      ADD. always cast arg to is*()-functions to unsigned char
      ADD. avoid implicit conversion
      ADD. formatted output for -vZ and large article counts
      ADD. avoid malloc()/free() overhead in match_group_list()
      ADD. dont_break_words tinrc option, if set don't break long
           lines inside words, just on SPACE or TAB if possible.
      ADD. charset guessing via undeclared_cs_guess in attributes
      ADD. syntax check for content subtype
      ADD. handle multiple addresses in From, Reply-To, Approved
      ADD. addresses in %T are now separated by comma instead of space
      ADD. no longer use fixed length buffers in t_cmdlineopts
      ADD. limit tinrc/attributes value strings to 1022 chars
           (they were "randomly" cut off before around 1k)
      ADD. avoid fixed length buffers in t_config, t_filter_rule and
           t_fmt
      ADD. "ternary"-operator to format-strings %F, %s, %T
      ADD. max screenwidth ('<') condition to format-strings
      ADD. avoid fixed length buffer for lines on terminal when using curses
      ADD. reorder t_config to avoid padding
      REM. MAX_MSG_HEADERS limitation
      BUG. txt_help_config_search_opt_forwards,
           txt_help_config_search_opt_forwards and
           txt_help_attrib_search_opt_backwards,
           txt_help_attrib_search_opt_forwards were mixed up
      BUG. memleak when using bsd-sockets without getservbyname()
      BUG. possible memleak on quit in version.c:upgrade_prompt_quit()
      BUG. multiple addresses in From, Reply-To, Approved (allowed since
           RFC 5536) we're not handled correct.
      FIX. active.c, art.c, attrib.c, charset.c, config.c, cook.c, debug.c
           feed.c, filter.c, getline.c, group.c, header.c, help.c, inews.c
           init.c, keymap.c, lang.c, main.c, mail.c, makecfg.c, memory.c
           misc.c, nntplib.c, nntps.c, options_menu.c, page.c, pgp.c, post.c
           prompt.c, refs.c, regex.c, rfc2046.c, rfc2047.c, save.c, screen.c
           search.c, select.c, sigfile.c, signal.c, string.c, tags.c, thread.c
           version.c, xref.c, parsdate.y, extern.h, keymap.h, newsrc.h, proto.h
           rfc2046.h, tin.h, tinrc.h, tincfg.tbl, tin.1, tin.5

 019) Urs Janssen <urs%tin.org@localhost>
      ADD. silence some unused parameter warnings
      ADD. avoid sscanf(3) in check_upgrade()
      ADD. avoid fixed length buffer in my_mktmp()
      ADD. configure check for buggy snprintf(3)
      ADD. changed snprintf(3) fallback implementation from Patrick Powell
           to the one by Mark Martinec
      ADD. use snprintf(3) in STRCPY macro
      ADD. config.guess, config.sub update
      ADD. avoid tmpfile(3) usage
      ADD. configure check for blockable signal-type (POSIX, BSD, SYSV, NONE)
      ADD. configure check for tiuser.h (TLI; SVR3, SVR4)
      ADD. configure check for arc4random_uniform(3), lrand48(3) and random(3)
           prefer over rand(3)
      ADD. configure check for tcflag_t
      ADD. configure check for PRIdLEAST64 and SCNdLEAST64
      ADD. configure check for ucsdet_detect() from libicui18n
      ADD. configure check for getpeername()
      ADD. configure check for uconv_open() and unicode/ucnv.h
      ADD. configure check for liburiparser
      ADD. configure check for libidn2
      ADD. simplify _Noreturn check, just note the C11 standard
      REM. configure check for varargs.h
      ADD. removed fixed buffer from copy_body()
      ADD. SASL info to connection-info ('J')
      ADD. -L cmd.line switch
      ADD. create missing newsrc-dir
      ADD. -g "[ipv6::address]"[:port] also in .newsauth and newsrctable
      ADD. check that a recipient is present in mailgroups
      ADD. mention location of files being read on startup
      ADD. only display MOTD on startup if it did change since the last
           connect (use 'J' to see it anyway).
      ADD. cache MOTD during session
      ADD. REPRODUCIBLE_BUILD define to prevent recoding of __DATE__, __TIME__,
           $CFLAGS, $CPPFLAGS and $LDFLAGS in the binary if set
      ADD. disallow Distribution: all, warn about Distribution: world
      ADD. charset guessing via undeclared_cs_guess in attributes
      ADD. disallow set but empty $NAME or $REALNAME to prevent reading
           the users name from /etc/passwd
      ADD. expand tabs in multiline wait_messages
      ADD. calculate offset to article body for postponed articles
      ADD. UNICODE-1-1, SCSU, csSCSU to unsupported charsets
      ADD. try charset conversion with ICU ucnv_* if iconv() fails or is
           not available.
      ADD. use gmtime() and 4 digigt year for NEWGROUP on RFC 3977 servers
           instead of localtime and 2 digigt year
      ADD. basic (no custom-messages) $MAILPATH support
      ADD. skip reading attributes with -Z
      ADD. skip reading filter-file with -u
      ADD. warn about -u[owXzZ] and -o[SZ] -R[ACcgkLSTZ] -XS (useless
           combinations)
      ADD. mention $TINRC value in useless combination message
      ADD. create INDEX_LOCK (used by 'u') in ${TIN_HOMEDIR:-"$HOME"}/.tin
           instead of $TMPDIR
      ADD. if reading from local spool, try to read inn >= 2.3 nov-files
           in case reading traditional nov-files failed
      ADD. allow argument names for -D (case insensitive, comma separated
           list).
      ADD. URI syntax-check and normalization it with uriNormalizeSyntaxA() if
           liburiparser was found
      ADD. $LC_NUMERIC for RADIXCHAR (used when showing attachment sizes)
      ADD. allow valid IPv6-addresses in brackets in gnksa-filters
           (requires that the system has inet_pton() and knows AF_INET6)
      ADD. allow ccTLD .ss, disallow ccTLD .an and .tp
      ADD. updated the gTLD list (needs disable_gnksa_domain_check=ON in
           tin.defaults)
      ADD. -F filter-file cmd.-line option
      ADD. warn on "Re:"/"Re: " only Subject
      ADD. allow hex-numbers for cmd.-line switches which take numeric args
      ADD. %C, %F, %P, %k, %l, %s, %u to strftime(3)-fallback
      ADD. compress_overview_files tinrc-option
      REM. tmpfile.c
      REM. --with-sum specifying the sum of uue-file got more and more
           uncommon at the end of last century and uue mostly vanished
           laster on ...
      REM. %G, %P expansion in $MAILCAPS
      BUG. AUTHINFO SASL * didn't check possible 283 return code
           (as we do not support anything but SASL PLAIN yet, not an issue)
      BUG. -t not mentioned in -h
      BUG. malloc(3)- and fopen(3)-leaks on error exits
      BUG. didn't remove '.' from normalized charset when looking for a
           keymap-file
      BUG. socket(3)-leak on early exit due to TLS-errors
      BUG. possible NULL-pointer dereference in connection-info ('J') if
           CAPABILITIES does not return IMPLEMENTATION
      BUG. wrong sign for shown default kill-score value in kill-menu
      BUG. art_mark_xref_read() didn't allow '\t' between locations
      BUG. a From longer than > cCOLS wasn't properly truncated
           before appending organitazion in the pager
      BUG. may truncate format string instead of result in draw_page_header
      BUG. -X did not disallow EditFilter and -S
      BUG. -o did not read keymap-file but it may ask questions so it should.
      BUG. -vD NTTP didn't log full LISTGROUP responses
      FIX. active.c, art.c, attrib.c, auth.c, charset.c, config.c, cook.c
           curses.c, debug.c, feed.c, filter.c, getline.c, global.c, group.c
           header.c, help.c, inews.c, init.c, keymap.c, lang.c, list.c, lock.c
           mail.c, main.c, makecfg.c, memory.c, mimetypes.c, misc.c
           my_tmpfile.c, newsrc.c, nntplib.c, nntps.c, nrctbl.c, options_menu.c
           page.c, pgp.c, post.c, prompt.c, read.c, refs.c, regex.c, rfc1524.c
           rfc2046.c, rfc2047.c, save.c, screen.c, search.c, select.c
           sigfile.c, signal.c, snprintf.c, string.c, tags.c, tcurses.c
           thread.c, version.c, xface.c, xref.c, parsdate.y, debug.h, extern.h
           nntplib.h, policy.h, proto.h, snprintf.h, tin.h, tinrc.h, tnntp.h
           tincfg.tbl, autoconf.h[in], configure[.in], Makefile[.in]
           config.guess, config.sub, tin.1, tin.5


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/news/tin/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/news/tin/distinfo

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

Modified files:

Index: pkgsrc/news/tin/Makefile
diff -u pkgsrc/news/tin/Makefile:1.111 pkgsrc/news/tin/Makefile:1.112
--- pkgsrc/news/tin/Makefile:1.111      Thu Nov 14 22:21:21 2024
+++ pkgsrc/news/tin/Makefile    Fri Jan 24 17:21:49 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2024/11/14 22:21:21 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2025/01/24 17:21:49 micha Exp $
 
-DISTNAME=      tin-2.6.3
-PKGREVISION=   4
+DISTNAME=      tin-2.6.4
 CATEGORIES=    news
 MASTER_SITES=  ftp://ftp.tin.org/pub/news/clients/tin/stable/
 MASTER_SITES+= https://ftp.funet.fi/pub/unix/news/tin-unoff/

Index: pkgsrc/news/tin/distinfo
diff -u pkgsrc/news/tin/distinfo:1.36 pkgsrc/news/tin/distinfo:1.37
--- pkgsrc/news/tin/distinfo:1.36       Fri Apr  5 09:57:50 2024
+++ pkgsrc/news/tin/distinfo    Fri Jan 24 17:21:49 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.36 2024/04/05 09:57:50 micha Exp $
+$NetBSD: distinfo,v 1.37 2025/01/24 17:21:49 micha Exp $
 
-BLAKE2s (tin-2.6.3.tar.gz) = 02ffef9f7c5ed3e8963ff274375524cc500b2cdfcbab65643c850f3f8a9b821a
-SHA512 (tin-2.6.3.tar.gz) = b133129a0a6db2b1d5f0b5da9e5fb5707cdb810ef3230110a258aca914a41f9665db91052416d9ee5e514a7bcb7084a449f5d3608cafaf493911c03677ae05f5
-Size (tin-2.6.3.tar.gz) = 3452677 bytes
+BLAKE2s (tin-2.6.4.tar.gz) = ab5cb2a05b7f4d238002cac48065c6cafa608cc85758edc7e73a9483143cf8b3
+SHA512 (tin-2.6.4.tar.gz) = a31f4b62f922f2a0390c373587891a839ef93bd8cd0195a090138c2d3fdae29d05faa480d22a3c11290647d7051cdd32a8b1ccc6d9c58004512567b4ef280c80
+Size (tin-2.6.4.tar.gz) = 3486058 bytes
 SHA1 (patch-Makefile) = c5787ae88d070844b43f56e968d2fab00a8613ad
 SHA1 (patch-src_Makefile.in) = 11785ab8fb5391d91ff34981bbb77191f228bed5



Home | Main Index | Thread Index | Old Index