summaryrefslogtreecommitdiff
path: root/news
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-4/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam3-58/+58
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-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-10Add missing pullnews.1 to PLIST. Bump revision.joerg2-2/+4
2006-04-08Added appropriate TEST_TARGET.heinz1-1/+3
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-31Update "inn" package to version 2.4.3. Changes since version 2.4.1:tron8-67/+25
- Previous versions of INN had an optimization for handling XHDR Newsgroups that used the Xref header from overview. While this does make the command much faster, it doesn't produce accurate results and breaks the NNTP protocol, so this optimization has been removed. - Fixed a bug in innd that allowed it to accept articles with duplicated headers if the header occurred an odd number of times. Modified the programs for rebuilding overview to use the last Xref header if there are multiple ones to avoid problems with spools that contain such invalid articles. - Fixed yet another problem with verifying that a user has permissions to approve posts to a moderated group. Thanks, Jens Schlegel. - Increase the send and receive buffer on the Unix domain socket used by ctlinnd. This should allow longer replies (particularly for innstat) on platforms with very low default Unix domain socket buffer sizes. - rnews's handling of articles with nul characters, NNTP errors, header problems, and deferrals has been significantly improved. - Thomas Parmelan added support to send-uucp for specifying the funnel or exploder site to flush for feeds managed through one and fixed a problem with picking up old stranded work files. - INN is now licensed under a less restrictive license (about as minimally restrictive as possible shy of public domain), and the clause similar to the old BSD advertising clause has been dropped. - make install and make update now always install the newly built binaries, rather than only installing them if the modification times are newer. This is the behavior that people expect. make install now also automatically builds a new (empty) history database if one doesn't already exist. - The embedded Tcl filter code has been disabled (and will be removed entirely in the next major release of INN). It hasn't worked for some time and causes innd crashes if compiled in (even if not used). If someone wants to step forward and maintain it, I recommend starting from scratch and emulating the Perl and Python filters. - ctlinnd should now successfully handle messages from INN up to the maximum allowable packet size in the protocol, fixing problems sites with many active peers were having with innstat output. - Overview generation has been fixed in both makehistory and innd to follow the rules in the latest NNTP draft rather than just replacing special characters with spaces. This means that the unfolding of folded header lines will not introduce additional, incorrect whitespace in the overview data. - nnrpd now uniformly responds with a 480 or 502 status code to attempts to read a newsgroup to which the user does not have access, depending on whether the user has authenticated. Previously, it returned a 411 status code, claiming the group didn't exist, which confuses the reactive authentication capability of news readers. - If a user is not authorized to approve articles (using the A access control in readers.conf), articles that include Approved headers will be rejected even if posted to unmoderated groups. Some other site may consider that group to be moderated. - The configuration parser used for readers.conf and others now correctly handles "#" inside quoted strings and is more robust against unmatched double quotes. - Messages mailed to moderators had two spaces after the colons in the headers, rather than one. This bug has been fixed. - A bug that could cause heap corruption and random crashes in innd if INN were compiled with Python support has been fixed. - Some problems with innd's tracking of article size and enforcement of the configured maximum article size have been fixed. - pgpverify will now correctly verify signatures generated by GnuPG and better supports GnuPG as the PGP implementation. - INN's code should now be more 64-bit clean in its handling of size_t, pointer differences, and casting of pointers, correcting problems that showed up on 64-bit platforms like AMD64. - Improved the error reporting in the history database code, in inews, in controlchan, and in expire. - Many other more minor bug fixes, optimization improvements, and documentation fixes.
2006-03-14Retarget MASTER_SITES and HOMEPAGE to nntpcache.com.kleink1-3/+4
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+1
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam7-14/+14
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-03-02Explicitly set GNU_CONFIGURE_MANDIR to ${PREFIX}/${PKGMANDIR}.joerg1-1/+2
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.joerg8-11/+16
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-04Add optional Python support. Based on patches supplied by Anders Mundt Duetron2-7/+26
in PR pkg/32299.
2006-01-03Fix a last-minute typo. Noticed by tjk on IRC.joerg2-4/+4
2006-01-03Add icu option, default off.wiz1-3/+3
2006-01-02Fix errno.joerg6-1/+77
2006-01-02Don't declare strnstr in a conflicting way for DragonFly.joerg2-1/+16
2006-01-02Fix errno.joerg2-1/+14
2006-01-01Remove stuff that was marked for removal after 2005Q4.wiz2-6/+2
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-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam3-6/+3
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-27Use VARBASE instead of hardcoded "/var" for the INN_DATA_DIR.reed1-2/+2
Okayed by maintainer.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig2-10/+10
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig3-15/+15
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-02Convert to options framework.wiz2-12/+15
2005-12-01Convert to options framework.wiz2-14/+25
Fix a pkglint quoting warning while here. XXX: openldap option disabled, since package does not compile with it. XXX: package should use PKG_SYSCONFDIR and rc.d script frameworks.
2005-12-01Fix lots of pkglint warnings.wiz2-39/+39
2005-12-01Remove "${CC}" with ${CC:Q}.wiz1-2/+2
2005-12-01Remove obsolete and unused USE_INN from BUILD_DEFS.wiz1-3/+1
2005-12-01Convert to options framework.wiz2-8/+18
2005-11-22This package conflicts with the "libradius" package because oftron1-2/+2
"radius.conf.5".
2005-11-19Added patch-aj, which fixes PR 32114.rillig2-1/+40
2005-11-03cg's autoconf tests never check headers, so adding HAVE_STDARG_H checktv2-1/+15
is somewhat nontrivial. To make this build on a gcc3 system without one of the functions in snprintf.c, also allow __STDC__ to be a flag indicating availability of <stdarg.h>.
2005-10-15Update MASTERSITES and HOMEPAGE to use http://home.comcast.net/~bobyetman/tonio1-3/+3
Fix PR 31821
2005-10-07Remove the --mandir CONFIGURE_ARGS setting as this is now donereed1-2/+1
for GNU_CONFIGURE automatically. (This has been in my personal pkgsrc for a while.)
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-09-27Relinquish maintainershipmjl1-2/+2
2005-09-22Add missing manual pages to package list. Bump package revision becausetron2-3/+36
of this.
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig2-4/+4
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-24This package does link to the perl libraries, so re-addkristerw1-1/+2
perl5/buildlink3.mk.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-19depends should be ../../<category>/<pkg>grant1-3/+3
2005-07-18TOOLS_GZIP_CMD now only holds the path to gzip, so no need to strip offjlam1-2/+2
arguments anymore.