summaryrefslogtreecommitdiff
path: root/news/tin
AgeCommit message (Collapse)AuthorFilesLines
2010-02-25fix a configure check which could easily get into an endless loop,drochner3-8/+25
and remove a pointless test for a __NCURSES_H symbol in the curses header, now this can build against NetBSD's wide curses
2009-10-22Add patch from Dennis Preiser on tin-dev.wiz11-2/+451
Fixes, among others, |perl-script issues with suspending and SIGWINCH problems. Bump PKGREVISION.
2009-08-23Add msgfmt to tools, for DragonFly.wiz1-2/+2
2009-07-22Fix a core dump when listing an mhbox thread.wiz2-1/+53
From Urs Janßen (upstream). Ride update.
2009-07-22Update to 1.9.4. Deemed "unstable" version, but according to upstreamwiz3-12/+11
at least as stable as 1.8.3, and it has bug fixes I want :) -- 1.9.4 release 20090211 "Rieclachan" -- U013) Thomas E. Dickey <dickey@invisible-island.net> ADD. update configure macros ADD. configure check to guess $ARFLAGS FIX. aclocal.m4, configure[.in], libcanlock/Makefile.in, pcre/Makefile.in 021) Dennis Preiser <onkelp@gmx.de> BUG. memleak in free_attributes() FIX. memory.c U012) Dennis Preiser <onkelp@gmx.de> ADD. enhance attributes documentation ADD. menu-option/attribute to turn verbatim block handling on and off ADD. menu-option to color the lines between the verbatim marks ADD. menu-option/attribute to trim article body (compact empty lines) ADD. most tinrc options to attributes ADD. merged auto_cc and auto_bcc into auto_cc_bcc BUG. mem-leak in set_colors() BUG. -S used group specific savedir if set via attributes BUG. long lines in verbatim blocks may grabble the screen BUG. unescaped metacharacter in DEFAULT_VERBATIM_BEGIN_REGEX BUG. rot13 does not rotate the verbatim_begin_regex line BUG. numeric attributes got lost on big-endian OSs BUG. missing newline in multipart/mixed articles befor the very last text/plain part FIX. active.c, art.c, attrib.c, color.c, config.c, cook.c, debug.c feed.c, filter.c, group.c, inews.c, init.c, lang.c, mail.c, main.c memory.c, misc.c, options_menu.c, page.c, post.c, refs.c, rfc2047.c save.c, search.c, select.c, sigfile.c, tags.c, thread.c, extern.h proto.h, rfc2046.h, tin.h, tinrc.h, version.h, tincfg.tbl, tin.1 tin.5 U011) Urs Janssen <urs@tin.org> ADD. minor code cleanup ADD. workaround bogus XHDR response from SoftVelocity Discussions 2.5q ADD. configurable path via tin.defaults to overview.fmt file ADD. send "LIST HEADES" befor doing "HDR" if server supports it ADD. config.guess, config.sub update ADD. started german manpage translation ADD. issue extra "GROUP" when NEXT receives 411 ADD. issue a warning if attributes file has an unexpected version number ADD. check for 8bit chars in Newsgroups, Followup-To and Distribution befor posting ADD. check user supplied Message-ID, Date and Expires-header befor posting ADD. speedup -S, -N, -M ADD. improved DEFAULT_STRIP_WAS_REGEX BUG. PageEditArticle was allowed for GROUP_TYPE_SAVE BUG. Distribution was mime-decoded BUG. don't break long body-lines in original article when superseding BUG. don't send "LIST NEWSGROUPS" for mailgroups in the -n case BUG. empty but present Followup-To header (server bug) was used in f'ups BUG. didn't recheck CAPABILITIES after successfull auth or after mode switching if received 500er response in the first pass BUG. don't prompt for authdata if we can't auth as the server doesn't offer any auth-method we can send BUG. configure options --program-prefix, --program-suffix and --program-transform-name didn't work BUG. headers with just one byte content were automagicaly removed BUG. -R didn't work if savedir was set to an unexpanded path BUG. fixed memleak with -R BUG. --disable-posting didn't catch 'x' (repost) early enough FIX. active.c, art.c, attrib.c, auth.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, list.c, mail.c, main.c, memory.c, misc.c my_tmpfile.c, newsrc.c, nntplib.c, options_menu.c, page.c, post.c prompt.c, refs.c, regex.c, rfc2046.c, save.c, screen.c, select.c sigfile.c, tags.c, thread.c, version.c, xface.c, xref.c, extern.h proto.h, stpwatch.h, tin.h, version.h, tincfg.tbl, Makefile[.in] configure[.in], tin.defaults, tin.5, config.guess, config.sub doc/l10n/* -- 1.9.3 release 20080506 "Dalintober" -- U010) Thomas E. Dickey <dickey@invisible-island.net> ADD. update configure macros FIX. aclocal.m4, configure[.in], mkdirs.sh U009) Dirk Nimmich <nimmich@muenster.de> ADD. (g)oto group search now is case insensitive ADD. infrastructure for editing and writing attributes ADD. write attributes file from internal structures BUG. possible memleak when freeing group attributes ADD. check joinpath for overruns BUG. potential buffer overruns BUG. memleak in curses.c:ReadWch() BUG. uninitialized mm_local_charset when no config files available, leading to an endless loop on exit when newsrc cannot be written BUG. inconsistent update of mm_local_charset on runtime BUG. fixed length buffer in rfc1522_do_encode() FIX. extern.h proto.h, tin.h, active.c, art.c, attrib.c, auth.c, config.c curses.c, debug.c, feed.c, inews.c, init.c, joinpath.c, keymap.c list.c, mail.c, main.c, memory.c, mimetypes.c, my_tmpfile.c newsrc.c, nntplib.c, nrctbl.c, options_menu.c, pgp.c, post.c rfc2046.c, save.c, select.c, sigfile.c, string.c, xref.c 020) Urs Janssen <urs@tin.org> BUG. my_realloc() didn't handle zero size reallocs BUG. subjects > 256 chars were tunrcated at group-level without adding a \0-termination FIX. group.c, memory.c U008) Rado S <regrado@web.de> ADD. use same article numbers in different levels FIX. extern.h, lang.c, page.c 019) Philip Hazel <ph10@cam.ac.uk> BUG. missing a check for a possible return value of pcre_exec() FIX. misc.c, regex.c U007) Urs Janssen <urs@tin.org> ADD. enable some more CAPABILLITIES related code ADD. minor code cleanup ADD. config.guess, config.sub update ADD. allow .kp, .me, .rs, .tel and .asia TLDs ADD. check permissions of .cancelsecret-file ADD. --enable-cancel-locks configure option ADD. --with-slrnface configure option ADD. libcanlock update (1.0 -> 2b-4) ADD. url_handler.pl as new DEFAULT_URL_HANDLER ADD. remove leading/tailing whitespace in filter scope ADD. increase internal buffer in rfc1522_encode()/rfc1522_do_encode() ADD. restrictions to tin generated Message-IDs (disallow .invalid-TLD, disallow IDs > 250 octets) ADD. SIGUSR2 handler to write out newsrc ADD. configure check for gsasl.h/libgsasl ADD. AUTHINFO SASL PLAIN support if gsasl.h/libgsasl is found ADD. use "LIST NEWSGROUPS grp" with -n cmd-line switch ADD. use "LIST ACTIVE grp" with -n cmd-line switch ADD. don't treat empty Bytes or Lines-filed in overview as error in debug mode ADD. parse LIST OVERVIEW.FMT ADD. if LIST OVERVIEW.FMT didn't mention Xref:full, but XOVER includes Xref: use it instead of sending XHDR XREF ADD. do "XHDR XREF -" instead of gazillions of single cmds. BUG. missing utf-8 validation for news_headers_to_display BUG. newnewsrc tmp-file wasn't always removed BUG. subscribe_pattern() was overcomplex BUG. mail_to_someone() didn't convert the article into the local charset REM. libinn support (was broken for ages) FIX. active.c, art.c, attrib.c, auth.c, charset.c, config.c, color.c cook.c, debug.c, filter.c, group.c, header.c, help.c, inews.c init.c, keymap.c, lang.c, mail.c, main.c, memory.c, mimetypes.c misc.c, my_tmpfile.c, newsrc.c, nntplib.c, options_menu.c, page.c post.c, refs.c, regex.c, rfc2045.c, rfc2047.c, save.c, screen.c search.c, select.c, sigfile.c, signcal.c, string.c, tags.c tcurses.c, thread.c, version.c, xface.c, xref.c, config.guess config.sub, de.po, autoconf.h[in], debug.h, extern.h, policy.h proto.h, rfc2046.h, keymap.h, tin.h, version.h, Makefile configure[.in], Makefile[.in], libcanlock/*, tin.1, tin.5 -- 1.9.2 release 20070201 "Dalaruan" -- 018) Christian Weisgerber <naddy@mips.inka.de> BUG. assumed that wchar_t and wint_t are of the same size FIX. tcurses.c 017) Antonio Querubin <tony@lava.net> BUG. missplaced || FIX. nntplib.c U006) Thomas E. Dickey <dickey@invisible-island.net> ADD. update configure macros FIX. aclocal.m4 U005) Dirk Nimmich <nimmich@muenster.de> BUG. raw-mode didn't allow rot13 BUG. can't 'V'iew mime-parts with (illegally) encoded filename BUG. CatchupNextUnread in page level didn't always work BUG. 'C'atchup in pager was still not correct (we didn't ever enter the next group) BUG. fast/endless reconnection loop after a "200\n\r400\n\r" greeting BUG. resent command on 503 error ADD. rewrote NGLIMIT handling REM. return value of change_config_file() FIX. proto.h, tin.h, feed.c, group.c, nntplib.c, options_menu.c, page.c post.c, save.c, select.c 015) Michael Bienia <michael@vorlon.ping.de> BUG. 'l' from the pager doesn't reposition cursor to last viewed article FIX. thread.c 014) Urs Janssen <urs@tin.org> BUG. "Kill text pattern" form killfile menu was applied to Message-ID and References instead of Message-ID only BUG. FILTER_FILE_OFFSET was wrong ADD. allow .ax TLD FIX. filter.c, policy.h, tin.h 013) Urs Janssen <urs@tin.org> ADD. minor manpage tweaking FIX. tin.1, tin.5 012) Peter Breitenlohner <peb@mppmu.mpg.de> BUG. build problem with VPATH FIX. Makefile.in 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 U004) Urs Janssen <urs@tin.org> ADD. pcre update (6.6 -> 7.0) ADD. RISC OS handling ADD. more options to filter menu "Kill text pattern" ADD. allow UTF-8 descriptions REM. don't generate Sender on Mac OS X ADD. config.guess, config.sub update ADD. hide some regex in 'M'enu if the related option is off ADD. disallow .so, .um TLDs ADD. warn about useless cmd-line option combinations ADD. enable CAPABILLITIES code ADD. updated german translation FIX. Makefile, aclocal.m4, configure[.in], extern.h, policy.h, filter.c init.c, lang.c, main.c, mail.c, nntplib.c, options_menu.c, post.c pcre/*, config.guess, config.sub, de.po U003) Michael Bienia <michael@vorlon.ping.de> ADD. 'M'enu option for VERBATIM_*_REGEXs ADD. new option: sort by date of last posted article ADD. merge tinrc.{pgdn_goto_next,tab_goto_next_unread, space_goto_next_unread} into one option tinrc.goto_next_unread ADD. merge PAGE_PAGE_DOWN3 (SPACE) into GLOBAL_PAGE_DOWN ADD. minor code cleanup FIX. extern.h, keymap.h, proto.h, tin.h, tinrc.h, version.h, art.c attrib.c, charset.c, config.c, cook.c, help.c, init.c, keymap.c lang.c, options_menu.c, page.c, tincfg.tbl, keymap.sample, tin.1 tin.5 -- 1.9.1 release 20060409 "Benmore" -- U002) Urs Janssen <urs@tin.org> ADD. slrn style verbatim mark support (#v+/#v-) ADD. use tinrc.date_format for %D date expansion ADD. config.guess update REM. unused gb, so and um TLDs FIX. config.guess, autoconf.hin, extern.h, tin.h, cook.c, init.c memory.c, misc.c, tin.1 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 -- 1.9.0 release 20060228 "Ardlussa" -- 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 U001) Urs Janssen <urs@tin.org> ADD. pcre update (6.4 -> 6.6) REM. VMS support FIX. Makefile, aclocal.m4, attrib.c, curses.c, config.c, header.c inews.c, init.c, lang.c, mail.c, main.c, mimetypes.c, misc.c newsrc.c, nntplib.c, post.c, read.c, save.c, signal.c, bugrep.h tin.h, tnntp.h, version.h, pcre/*, vms/*
2009-07-16tin has been removed from tu wien mirror. update master_sites.zafer1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+2
block). Uncomment some commented out LICENSE lines while here.
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe1-1/+2
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-02-16Convert to user-destdir.wiz1-3/+6
2008-09-12set NO_*_ON_CDROM following LICENSE.gdt1-1/+3
2008-07-14Fix build with ncursesw option set. Comment from the commit:wiz1-1/+7
# 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.
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz1-2/+1
2007-11-25Make curses support completely optional, in response to PR 37173wiz1-2/+2
by David A. Holland.
2007-11-12Remove ftp.nuxi.com from MASTER_SITES, doesn't resolve.wiz1-3/+2
From Zafer Aydogan in PR 37328.
2007-11-12Remove uiarchive.uiuc.edu from MASTER_SITES, doesn't resolve.wiz1-3/+2
From Zafer Aydogan in PR 37327.
2007-09-19Fix build with curses option. From Yakovetsky Vladimir in PR 36998.wiz1-1/+3
2007-09-13Take maintainership.wiz1-2/+2
2007-09-13Add options for ncurses and ncursesw support.wiz1-5/+20
Based on patch in PR 36983 by Leonard Schmidt.
2007-09-05Add license file for tin, and make news/tin use it.wiz1-2/+2
2007-09-05Report it if part of the build fails.wiz2-1/+15
2007-02-02Update to 1.8.3:wiz2-6/+6
-- 1.8.3 release 20070201 "Scotasay" -- 018) Christian Weisgerber <naddy@mips.inka.de> BUG. assumed that wchar_t and wint_t are of the same size FIX. tcurses.c 017) Antonio Querubin <tony@lava.net> BUG. missplaced || FIX. nntplib.c 016) Toomas Soome <Toomas.Soome@microlink.ee> ADD. updated estonian translation FIX. et.po 015) Michael Bienia <michael@vorlon.ping.de> BUG. 'l' from the pager doesn't reposition cursor to last viewed article FIX. thread.c 014) Urs Janssen <urs@tin.org> BUG. "Kill text pattern" form killfile menu was applied to Message-ID and Rrferences instead of Message-ID only BUG. FILTER_FILE_OFFSET was wrong ADD. allow .ax TLD FIX. tin.h, filter.c, policy.h 013) Urs Janssen <urs@tin.org> ADD. minor manpage tweaking FIX. tin.1, tin.5 012) Peter Breitenlohner <peb@mppmu.mpg.de> BUG. build problem with VPATH FIX. Makefile.in
2007-01-30Remove some legacy options handling after 3 branches.wiz1-3/+1
2006-07-17Updated tin to 1.8.2.rillig3-13/+18
-- 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
2006-06-20USE_TOOLS+=yaccminskim1-2/+2
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-9/+9
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-16Update to 1.8.1:wiz3-8/+8
-- 1.8.1 release 20060215 "Mealasta" -- U062) Aleksey Salow BUG. possible buffer overflow FIX. mail.c U061) Daniel Nylander ADD. initial swedish translation FIX. sv.po U060) Chung-chieh Shan BUG. bogus '/' in MAILDIR_NEW FIX. misc.c U059) Thomas E. Dickey Urs Janssen BUG. build problem on Mac OS X FIX. tin.h, header.c, nntplib.c U058) Urs Janssen ADD. config.guess, config.sub update FIX. config.guess, config.sub U057) Andrey Simonenko ADD. updated russian translation FIX. ru.po
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-03Add icu option, default off.wiz1-3/+3
2006-01-01Fix comment.wiz1-2/+2
2006-01-01Mention when to remove PKG_OPTIONS_LEGACY_VARS line.wiz1-1/+2
2006-01-01Update to 1.8.0.wiz5-43/+76
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
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-16add bin/metamutt and bin/url_handler.sh to PLIST, bump PKGREVISIONdillo2-2/+5
noted by wiz
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-15update to 1.6.2, which was release over a year ago: bugfixesdillo2-5/+5
2004-04-11Convert to buildlink3.snj1-2/+2
2003-12-16Update tin to 1.6.1dillo6-67/+35
New / changed Features: ----------------------- . Rebindable keys . New pager . Searched for strings are highlighted . GPG support . NLS support . Charset conversion using iconv(3) . Indicator for articles newer than n-days . art_mark_read, art_mark_killed, art_mark_selected are now configurable . Piping '|' now works on the thread menu . configurable scrolling via scroll_lines . configurable URL handler via url_handler . '.' sorts the newsgroup list . Lots of bug fixes . xref filter rules are now matched against a the reformatted xref line . some others Retired Features ---------------- . INDEX_DAEMON is no longer supported . -U indexing is no longer supported . ~/.tin/headers file is no longer directly supported. Use: . filter rules xref_num and xref_score have been removed . some others
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-11-14Use buildlink2.wiz1-2/+3
2002-11-06Unneeded.wiz1-16/+0
2002-11-06Update to 1.4.6, provided by Stefan Krüger in PR 18923.wiz4-19/+17
Changes: * Bug fixed: missing Subject caused crashes when followupping * allow new GTLDs: .biz, .info, .name, .museum * base64 encoding was broken * format-string fixes * empty random organization file could crash tin and some more.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-06-05LICENSE=no-profitjtb1-2/+2
2001-06-04The tin source files bear the following notice:jtb1-1/+4
* You may freely copy or redistribute this software, * so long as there is no profit made from its use, sale * trade or reproduction. You may not change this copy- * right notice, and it must be included in any copy made Add RESTRICTED="Profit from use, sale, trade, or reproduction disallowed" to Makefile.