Up to [cvs.NetBSD.org] / pkgsrc / news / tin
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Tue Jan 15 15:48:17 2019 UTC (2 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
HEAD
Changes since 1.18: +7 -3
lines
Diff to previous 1.18 (colored)
tin: update to 2.4.3. Update provided by Michael Bäuerle in wip/tin. -- 2.4.3 release 20181224 "Glen Mhor" -- 012) Thomas E. Dickey <dickey@invisible-island.net> ADD. update configure macros ADD. check for va_copy() for pre C99 systems FIX. aclocal.m4, configure[.in], autoconf.h[in], tin.h, memory.c screen.c, string.c, tcurses.c 011) Francisco Javier Serrador <fserrador@gmail.com> ADD. spanish translation FIX. es.po 010) Matt Anton <tin@lv223.org> ADD. updated french translation FIX. fr.po 009) Dennis Preiser <dennis@d--p.de> BUG. ensure destination of match_string() is NULL terminated BUG. possible buffer overflows with long translations BUG. fixed length buffer in rfc1522_decode() may overflow ADD. don't idna_decode() strings which are not IDNA encoded ADD. ability to filter on Path:-header FIX. art.c, config.c, feed.c, filter.c, getline.c, help.c, lang.c main.c, memory.c, nntplib.c, page.c, rfc2047.c, save.c, screen.c extern.h, nntplib.h, proto.h, tin.h, tin.5 008) Urs Janssen <urs@tin.org> ADD. config.guess, config.sub update ADD. checks for explicit_bzero(), explicit_memset(), memset_s() ADD. check for unicode/unorm2.h to favor unorm2_normalize() over unorm_normalize() if found ADD. NFKC_case_fold normalization if unicode/unorm2.h is found ADD. don't strip binray with "make install" ADD. match_string()/match_item() now stop on first '\n' ADD. don't show broken active file messages if not running with -D 1 ADD. accept arbitrary line length in mail.active file ADD. allow (multiple) -v for debug mode ADD. honor NDEBUG in assert() replacement BUG. possible buffer overflow when prompting for a wildcard search pattern in get_search_pattern() BUG. possible buffer overflows with long translations BUG. pointer arithmetic with possible NULL pointer BUG. didn't recheck CAPABILITIES after auth BUG. transport-padding on mime boundaries wasn't ignored BUG. get_group_from_list() used in 'L'lookup_msgid() couldn't handle FWS as of RFC 5536 3.1.4. ADD. rename FOLLOW_USEFOR_DRAFT to ALLOW_FWS_IN_NEWSGROUPLIST ADD. remove some redundant assigns ADD. switch from autoconf-2.13.20110430 to autoconf-2.52.20181006 ADD. be more verbose on connections errors when get_tcp6_socket() is used (debian bug #232924) FIX. active.c, art.c, auth.c, config.c, cook.c, debug.c, feed.c getline.c, group.c, header.c, help.c, init.c, keymap.c, lang.c list.c, mail.c, main.c, misc.c, newsrc.c, nntplib.c, options_menu.c page.c, post.c, read.c, rfc1524.c, rfc2045.c, rfc2046.c, rfc2047.c save.c, search.c, screen.c, select.c, signal.c, sigfile.c strftime.c, string.c, extern.h, proto.h, tin.h, config.guess config.sub, aclocal.m4, configure[.in], autoconf.h[in] Makefile[.in], tin.1, tin.5
Revision 1.18 / (download) - annotate - [select for diffs], Mon Sep 3 09:39:27 2018 UTC (2 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.17: +23 -9
lines
Diff to previous 1.17 (colored)
tin: update to 2.4.2. From Michael Bäuerle via pkgsrc-wip. New features and changes since tin-2.2.0 New features ------------ - simplified Chinese translation - handle RFC 2231 parameter value continuation - skip over RFC 2231 language parameters - RFC 2231 decoding of non us-ascii MIME-parameter values - options to color external quotes (extquote_handling, extquote_regex, col_extquote) - LookupMessage ('L') in select level if reading via NNTP Changes ------- The gTLD list is no longer actively maintained (too many new gTLD recently), disable_gnksa_domain_check=OFF might result in false positives. --enable-heapsort is now default during configure (sort_function in tinrc still needs to be set accordingly if you like to use heapsort instead of qsort) --enable-ipv6 is now default during configure --enable-break-long-lines is now default during configure sigfile=!/path/to/command no longer passes the name of the current newsgroup to command. One can specify %G which will be replaced by the name of the current newsgroup. To match the old behaviour: 'sigfile=!/path/to/command %G'. --enable-cancel-locks requires libcanlock-3 (which is included, but some distros (e.g. debian) are linking against a shared lib which may be too old). Retired Features ---------------- . groupname_max_length, can now be set via user defined screen layout at select level
Revision 1.17 / (download) - annotate - [select for diffs], Wed Jan 11 02:15:56 2017 UTC (4 years, 1 month ago) by roy
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.16: +12 -2
lines
Diff to previous 1.16 (colored)
Allow tin to build using termcap instead of curses. Workaround for PR plg/51819.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jan 5 12:37:08 2017 UTC (4 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.15: +1 -5
lines
Diff to previous 1.15 (colored)
Move curses foo from options.mk to Makefile (hi Thomas!)
Revision 1.15 / (download) - annotate - [select for diffs], Wed Jan 4 22:45:33 2017 UTC (4 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.14: +4 -24
lines
Diff to previous 1.14 (colored)
Use the curses framework.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 30 08:25:37 2015 UTC (5 years, 5 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
replace optional socks5 dependencies with net/dante
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 12 15:46:02 2012 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Add inet6 to default suggested options. It's 2012.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 26 06:52:52 2010 UTC (10 years, 7 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
For options ncurses and ncursesw, set USE_NCURSES=yes, on the assumption that explicitly forcing ncurses does not mean "use builtin curses anyway" unless the builtin curses is *really* ncurses. (Yes, the ncursesw builtin.mk responds to USE_NCURSES and not USE_NCURSESW; whether that's a bug is for someone else to decide.)
Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 25 16:05:57 2010 UTC (11 years ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.10: +1 -7
lines
Diff to previous 1.10 (colored)
fix a configure check which could easily get into an endless loop, and remove a pointless test for a __NCURSES_H symbol in the curses header, now this can build against NetBSD's wide curses
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jul 14 10:09:56 2008 UTC (12 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.9: +7 -1
lines
Diff to previous 1.9 (colored)
Fix build with ncursesw option set. Comment from the commit: # XXX: NetBSD's wide curses are not accepted, because the configure # script doesn't find the proper headers. # This could be a bug in the buildlink framework for wide curses. # The next line is a workaround until someone(TM) finds time to # investigate this.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Nov 25 12:44:07 2007 UTC (13 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Make curses support completely optional, in response to PR 37173 by David A. Holland.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Sep 19 05:55:05 2007 UTC (13 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
Fix build with curses option. From Yakovetsky Vladimir in PR 36998.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 13 23:14:41 2007 UTC (13 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.6: +20 -5
lines
Diff to previous 1.6 (colored)
Add options for ncurses and ncursesw support. Based on patch in PR 36983 by Leonard Schmidt.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 30 07:11:46 2007 UTC (14 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.5: +1 -3
lines
Diff to previous 1.5 (colored)
Remove some legacy options handling after 3 branches.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jul 17 15:48:47 2006 UTC (14 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.4: +5 -2
lines
Diff to previous 1.4 (colored)
Updated tin to 1.8.2. -- 1.8.2 release 20060425 "Shillay" -- 011) Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> ADD. updated russian translation FIX. ru.po 010) Urs Janssen <urs@tin.org> BUG. possible division by zero in thread_by_percentage() FIX. art.c 009) Urs Janssen <urs@tin.org> BUG. didn't reissue GROUP cmd after reconnect with authentication BUG. possible buffer overflow REM. unnecessary test for wcsnlen ADD. cat, jobs, travel and mobi TLDs FIX. aclocal.m4, policy.h, misc.c, nntplib.c 008) Urs Janssen <urs@tin.org> ADD. config.guess, config.sub update FIX. config.guess, config.sub 007) Michael Bienia <michael@vorlon.ping.de> BUG. buffer overflow in convert_tex2iso in UTF-8 environment FIX. charset.c
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 3 00:06:49 2006 UTC (15 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Branch point for: pkgsrc-2005Q4
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Add icu option, default off.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 1 18:52:27 2006 UTC (15 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Fix comment.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 1 16:10:51 2006 UTC (15 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Mention when to remove PKG_OPTIONS_LEGACY_VARS line.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 1 16:10:29 2006 UTC (15 years, 2 months ago) by wiz
Branch: MAIN
Update to 1.8.0. Convert to options framework. Prefer package version to internal version of pcre. Add curses and inet6 options. New features and changes since tin-1.6.0 Changes ------- . interactive mailer can now be fed with headers. The old use_mailreader_i config variable is obsolete and superseded by the new interactive_mailer variable that can have three values: 0 no interactive mailreader (old use_mailreader_i=OFF) 1 interactive mailreader with headers 2 interactive mailreader without headers (old use_mailreader_i=ON) New features ------------ . You can now specify a mailbox folder to save your sent mails (fcc=) so you possibly don't need auto_cc or auto_bcc anymore. See tin(5). . x_headers can take a command which generates the header(s). See tin(5). . mime_forward (message/rfc822) attributes option . single line scrolling in all levels . minimalistic BiDi support (render_bidi) . minimalistic IDNA decoding support . display non-printable characters as octals in raw-mode . user defined date_format . support non-ascii key-bindings . 'percentage match' threading Retired Features ---------------- . AmigaOS support