Commit graph

625 commits

Author SHA1 Message Date
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
kristerw
28c35b47e7 The workref fix in previous commit did not work on NetBSD 1.6; its
make does not understand the "W" option in :C modifiers, and it
handles substitution in strings containing spaces somwheat differently.

Bump PKGREVISION.
2005-07-15 23:23:15 +00:00
kristerw
ee4e815506 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-07-08 20:42:35 +00:00
tron
b2a9d26591 Don't compile package source "gzip" options into the binaries.
Bump package revision once more.
2005-06-27 19:11:25 +00:00
jlam
590786f61e Instead of setting ac_cv_path_VARNAME, which is a GNU autoconf cache
variable name that can change between autoconf versions, just set
VARNAME, which should always be correct.

Also, note that inn needs yacc to build, and uses gzip in the installed
scripts.  Bump the PKGREVISION to 4.
2005-06-24 16:24:23 +00:00
kristerw
76b784553f Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-23 21:57:45 +00:00
kristerw
1edc28775e Prevent paths to the build work directories being included in the package.
Solves PR pkg/30512.
Bump PKGREVISION.
2005-06-20 01:57:36 +00:00
hira
ab558b15a6 Add missing RCS Id tag to patch-bd. 2005-06-17 15:36:32 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
salo
e7e47c624b Update to version 1.11.3
Changes:

### SECURITY BUGFIXES
- Fetchnews did not detect timeouts while it was downloading an article
  header, which malicious upstream servers could exploit to mount
  a denial of service attack against the fetchnews client. See
  leafnode-SA-2005-02.txt.  CVE Name: CAN-2005-1911

### BUGFIXES
- Bugfix sed expression in makesubst script.  (Reported by Jeff Zacharias.)

### CHANGES
- texpire now tags the message.id expired count with "message.id" rather
  than "total:" to avoid misleading the user who assumes that "total:"
  would have to be the sum of the group counts. See also the FAQ change
  below.  SourceForge bug #1215453.
- When debugmode and verbose mode are set, leafnode programs now print a
  warning to stdout that the user should check syslog.conf and the
  syslog output rather than the screen print for debugging and sleeps for
  three seconds.

### DOCUMENTATION
- Add FAQ entry to explain discrepancies between texpire group counts
  and message.id expired articles counts.
- Add FAQ entry to explain influence of Gnus' gnus-read-active-file
  setting on lost subscriptions, and extend stop fetchnews from
  unsubscribing FAQ.  Debian bug #307685.
- Drop FAQ entry on license issues as some parts of leafnode are in fact
  GPLd.
- Drop FAQ entry on why old articles aren't posted, obsolete since
  1.9.33.
- INSTALL and INSTALL_de have been polished.
- Add a hint that syslog.conf must be edited to config.example.
- leafnode(8) mentions that LIST ACTIVE keeps an existing subscription
  fresh.  CVS:
----------------------------------------------------------------------
----------------------------------------------------------------------
distinfo CVS:
----------------------------------------------------------------------
2005-06-09 18:21:23 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
kim
387e54a560 Upgrade to 1.11.2:
* Fix segfault when timeout or connection reset encountered while
  article header is read.

* fetchnews will no longer re-fetch the active file for a server if it
  has been completely received even if fetching articles from this server
  encounters a problem.  Long-standing bug.  Debian bug #70052.

* fetchnews will now properly mark the active for complete re-fetch if
  it says so. Previously, it forgot the mark in some circumstances.  A
  problem fetching the active file or descriptions for a newly added
  server will now mark the active for re-fetch even if articles have
  successfully been retrieved from the same server.

* Fix use-after-free segfault when server dies while body is being
  received.

* Support quoted strings on the right hand side of configuration lines.

* Support IPv6 in fetchnews as well.

* In LIST ACTIVE/GROUP, keep group interesting in spite of being
  pseudo (which includes empty) as long as it is interesting. Avoids
  unsubscription of low-traffic groups that fall empty.
2005-05-13 15:08:04 +00:00
minskim
343b6872bc Do not use libcompat on Darwin. 2005-05-09 05:27:58 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
reed
64ece0b373 Update from maintainer of package sent via PR #30059. (I only tested
build and install.)

Update to 0.27.1 version.

Changes from ChangeLog:

2004-12-20 v0.27.1:
  * Fix error in configure script when printing exceptions not found message, du
e to unquoted string. (Reported by M.J. Soft)
  * Fix -G* when NGETCACHE != NGETHOME. (Reported by Steven Adeff)
  * Fix midinfo and newsgroups files not honoring NGETCACHE/cachedir setting. (R
eported by Christian Marillat)
  * Allow absolute paths in --text=mbox:<filename>. (Requested by Volker Wysk)
  * Support tab as the field separator in XPAT results, for Newsplex server supp
ort.  (Requested by Mark Blain)
  * -a no longer gives an error if the server doesn't support LIST NEWSGROUPS(wh
ich retrieves newsgroup descriptions.)
  * Fix printing a warning when loading newsgroups list which contains descripti
ons of groups which no server actually carries. (Reported by Frederick Bruckman)
  * Fix problems loading group descriptions from newsgroups list which contain t
abs. (Reported by Frederick Bruckman)
2005-04-26 00:44:09 +00:00
wiz
539b3e12f0 Remove newscache -- very outdated version that does not build with gcc3,
and no taker for updating the package.
Code has diverged a lot, so making a new package for the program is probably
the same (or less) work as starting from this version.
2005-04-22 19:33:49 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
schwarz
331c631dc4 ensure that pkgsrc CFLAGS are used. Changes approved by recht. 2005-04-11 11:18:06 +00:00
schwarz
c4058c49a9 updated nn to 6.6.5. Changes approved by recht. 2005-04-11 11:05:47 +00:00
kim
11da8a16b3 Oops, RCSid included in diff in previous... 2005-04-01 03:32:07 +00:00
kim
eeca867338 Macros defined in "config.h" cause prototypes in <strings.h> to break,
so include the latter before the former.
2005-04-01 03:28:36 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
tv
447770bff0 Correct previous: The end of life webpage still exists at a different
location; point HOMEPAGE there.  Alter MASTER_SITES to provide a couple
actually usable mirrors.
2005-03-18 17:56:10 +00:00
tv
b5bc0aacd6 Unset HOMEPAGE; it's now owned by a domain squatter. 2005-03-18 17:51:46 +00:00
tv
31a0318f1e This uses %.o: %.c patterns -- thus it needs gmake. (Does not build
properly on the older bmake in bootstrap.)
2005-03-15 04:28:25 +00:00
jmmv
bc271da5c3 Use email addresses in the MAINTAINER field. Adding names produces ugly
results, specially in the bulk build reports, and we don't use this style
anywhere else.
2005-03-12 10:23:57 +00:00
wiz
9aa499a1fd Set TEST_TARGET. 2005-03-08 10:17:10 +00:00
tv
fb767aabcf Fix compilation failure on Interix: add autoconf check for sync(2). 2005-03-07 12:04:41 +00:00
agc
9c33078522 Add RMD160 digests 2005-02-24 12:19:55 +00:00
kim
b3f4719668 Upgrade to leafnode 1.10.7:
- numerous bug fixes
- restores Xref: to XOVER (overview) data
2005-01-11 04:34:08 +00:00
minskim
e07031c753 Use VARBASE. 2004-12-29 15:21:50 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
kim
3d661a5dc9 Remove ftp.gw.com (mirror discontinued). 2004-12-25 06:39:42 +00:00
wiz
3862894c3f Remove ancient pan-gnome package because it has been vulnerable for a long time now.
Ok from rh, the maintainer.
2004-12-24 00:43:14 +00:00
xtraeme
77b59a31c9 Erm, fix previous, I understood this wrongly before... Linux/SunOS doesn't
need -lcompat.
2004-12-22 16:29:44 +00:00
xtraeme
4d30423a4f Linux needs -lcompat as well, noted by Sebastian Prause on tech-pkg@. 2004-12-22 16:19:37 +00:00
dillo
588dd38383 add bin/metamutt and bin/url_handler.sh to PLIST, bump PKGREVISION
noted by wiz
2004-12-16 11:52:41 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
wiz
4ce264687e Bump PKGREVISION for removal of db3 buildlink3.mk file from
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30 18:26:39 +00:00
wiz
f94b70abfa Update HOMEPAGE. 2004-11-19 16:59:07 +00:00
adam
16685c8d47 Changes 0.9.8.1:
0. Bug fixes include:
  * slrnpull's download statistics should work correctly in offline mode.
  * slrn crashed on some operating systems when posting.
  * slrn crashed when trying to decode base64 encoded articles without body.
  * Don't destroy soft links / multiple hard links when writing newsrc file.
  * Always apply scoring rules in the order given in the scorefile.
  * When reading cross-posts, slrn sometimes marked additional articles in
    the other group(s) as read (Joerg Lueders).
  * slrnpull no longer posts backup copies (*~) of files you edited manually
    in the out.going directory.
  * slrnpull tries to write .headers files on interrupts.
  * The "Has-Body" scoring field sometimes did not work correctly.
  * When retrieving article children, headers without body were not marked.
  * Ignore signature delimiters in verbatim text blocks.
  * Do not choke on long header lines when replying by email.
  * A workaround for a bug in INN caused problems with leafnode; only use it
    when the server was recognized as INN from the logon message.
  * Fixed crash when running in wide terminals (John E. Davis)
  * Email address parser is more RFC2822 compliant
1. In the config file (and the corresponding intrinsic functions), the
   following names now denote special function keys: <PageUp> <PageDown>
   <Up> <Down> <Right> <Left> <Delete> <BackSpace> <Insert> <Home> <End>
   <Enter> <Return> <Tab> <Space> <Esc> and <F1> through <F12>
   If using these names does not seem to work for you, please make sure your
   terminfo settings are correct.
2. In true offline mode, slrnpull can now automatically retrieve bodies of
   articles that get a high score value (--fetch-score option).
3. Added Swedish translation (Johan Svedberg)
4. Make hide_pgpsignature hide GnuPGs optional "NotDashEscaped" lines.
2004-11-19 13:35:43 +00:00
dillo
c997b82ebf update to 1.6.2, which was release over a year ago: bugfixes 2004-11-15 15:43:16 +00:00
kristerw
66e1f4a50d Update HOMEPAGE. 2004-10-15 22:46:10 +00:00
heinz
7f62b75909 Revert last change.
slrn does _not_ need libiconv (thanks wiz) despite what it says during
configure stage. If package gettext-lib is not installed, slrn builds
just fine without libiconv. A fix for this is supposed to be provided
in the near future.
2004-10-04 22:57:09 +00:00
heinz
028f5adad7 On NetBSD 1.6.2, slrn needs libiconv. If you were lucky this could be included
indirectly by gettext-lib (if USE_GNU_GETTEXT was defined elsewhere).
Why this did not show up in the bulk builds I do not know.

Thanks go to Michael van Elst for help in tracking this down.
2004-10-03 22:35:58 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
recht
802b42fde8 Add and enable nget. 2004-08-23 21:15:30 +00:00
recht
34bf92efba initial import of nget-0.27
Based upon the package provided by Joel CARNAT in PR pkg/26134

nget is a command line nntp file grabber.
It automatically pieces together multipart postings for easy
retrieval, even substituting parts from multiple servers and
newsgroups. Handles disconnects gracefully, resuming after the
last part succesfully downloaded.

features:
  * Automatic multi-part post joining
  * Automatic binary decoding (using uulib)
  * Caches header data for quick access
  * Full multi-server support, transparently joining parts
    from different servers
  * Full multi-group support, transparently joining parts from
    multiple newsgroups
  * Automatic retries on network errors
  * Resumes after the last part successfully downloaded
  * Dupe file detection to avoid unneeded downloads
  * Select what to retrieve based upon a regular expresson (-r),
    or even a more complex expression (-R) based upon any of the
    file's subject, author, lines, bytes, # of parts we have,
    # of parts req, date, age, messageid, and references.
  * Search for newsgroups based on their names and/or descriptions
  * Automatic handling of PAR and PAR2 files retrieves only as many
    recovery files as necessary to repair any missing/damaged files.
2004-08-23 21:14:32 +00:00
grant
2556c62c37 regenerate patches with pkgdiff so they apply cleanly with
devel/patch.
2004-07-24 23:55:27 +00:00
grant
1585907690 this only uses a c++ compiler. 2004-07-24 23:50:01 +00:00
rumble
b6fed40cbe patch-bd: Address a null pointer deference that occurs when
gethostbyname(3) cannot resolve the local host returned by
gethostname(3).
2004-07-19 01:19:41 +00:00
tron
22fa604f5e Fix configuration parsing problem in "inndstart" which caused it to
ignore the "bindaddress" keyword in "inn.conf". Fix based on a patch
supplied by Bob in PR pkg/26164.
2004-07-07 12:38:24 +00:00
cjep
f6887a97b1 Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
2004-06-08 12:23:59 +00:00
tron
44a7727c9b Don't try to setuid(geteuid()) in "rnews" under NetBSD which is documented
not to work. This was correct in INN 2.3.x but changed for some reason
in INN 2.4.x which broke "rnews".
2004-06-02 12:25:35 +00:00
tron
38d7e1de7b Update INN package to version 2.4.1. Major changes since version 2.3.x:
- builtin IPv6 support
- new configuration parser
- completely rewriten "send-uucp" which replaces "sendbatch"
2004-06-02 11:43:55 +00:00
jschauma
f59839502b Introduce and use three new variables:
LEAFNODE_DATA_DIR, LEAFNODE_USER and LEAFNODE_GROUP, to be used by leafnode
to specify the data dir, the user and the group, defaulting to 'news'.
Note: the default is the same as for inn.
Pointed out by Georg Schwarz in mail to tech-pkg.
2004-05-23 16:01:49 +00:00
tron
2b4fdcd185 Apply IPv6 patch only if we really want IPv6 support because the patch
breaks the build on some IPv4 only platforms (e.g. IRIX). This fixes
PR pkg/25671 by Georg Schwarz.
2004-05-23 14:40:00 +00:00
jschauma
4b0427bd64 Introduce and use two new variables:
INN_USER and INN_GROUP, specifying the username and groupname to be used
by inn, defaulting to 'news'.
Noted by Georg Schwarz in mail to tech-pkg.
2004-05-22 18:58:29 +00:00
cjep
468dfbdc5a Update to 1.9.52. Changes since previous version (1.9.49) include:
* nntpd will now disable ln_log()'s sending its logging to the
	console (stderr usually), to prevent them from being seen by the
	newsreader, which then gets confused.
	* Usage fixes and usage info update
	* Fix memory leaks
 	* Other bug fixes

For a full listing, please see the ChangeLog supplied with the source
code.
2004-05-05 15:25:40 +00:00
kim
9e6976f994 Use PKG_SYSCONFDIR for finding the "server" file. 2004-05-03 12:56:10 +00:00
snj
5753d3433e Convert to buildlink3. 2004-04-26 05:31:43 +00:00
reed
9c790735db mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23 22:07:52 +00:00
cube
e1aaa019a4 Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAP
instead.  As announced on tech-pkg.

Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd.  Be
sure to update your mk.conf accordingly.
2004-04-21 21:09:31 +00:00
kim
32ef9da6a5 Use PKG_SYSCONFDIR and a PKG_SYSCONFSUBDIR to match nntpclnt. 2004-04-14 21:59:24 +00:00
jmmv
c8cb1c5b0d Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choose
which one is required in an automatic way by checking USE_X11BASE.  This
simplifies things and avoids possible problems in the future due to confusion.
2004-04-14 19:30:22 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
snj
8ac08ec4f8 Convert to buildlink3. 2004-04-11 17:58:00 +00:00
snj
df96c51def Convert to buildlink3. 2004-04-11 17:53:44 +00:00
snj
8411ec28e1 Convert to buildlink3 and use LDFLAGS.Linux. 2004-04-11 17:51:20 +00:00
snj
9f57578efe Convert to buildlink3. 2004-04-11 17:45:05 +00:00
snj
56f06f1b0f Convert to buildlink3. 2004-04-11 17:41:03 +00:00
snj
367578c3c8 Convert to buildlink3. 2004-04-11 17:33:47 +00:00
snj
b4305e9ce1 Convert to buildlink3. 2004-04-11 17:29:37 +00:00
cube
927968ef0d Add forgotten patch in previous commit. Noticed by Gary Duzan. D'oh. 2004-04-08 12:32:55 +00:00
cube
4cba1243fb Use more safely the various buffers in postauth.c so that at least it
doesn't crash on common configuration.  Fixes PR 24982 by Gary Duzan.

Also, silently try to delete the configuration directory not to wipe the
user's configuration when updating the package.

Finally, mark this package as NetBSD and SunOS only, since it will fail
on other platforms by lack of default configuration.

Bump PKGREVISION.
2004-04-07 13:56:43 +00:00
tv
cc11cc1e1e Use binary stdio because "you're supposed to do that."
Needed for Cygwin et al.
2004-03-29 17:31:54 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
wiz
e4742db813 Add support for mipseb, from PR 23906. 2004-03-22 10:25:26 +00:00
bouyer
18c4ae8240 -lcompat doesn't exist (and isn't needed) on solaris. 2004-03-21 15:57:41 +00:00
cube
a58c4a46a9 Bl3ify inn (and remove bl2.mk file since newsx is the only user).
Patch newsx's configure so that history method auto-detection can be
bypassed, which allows build on system with unconfigured inn (such as
for bulk-builds).

Bump PKGREVISION because now newsx always use indexed method.
2004-03-16 09:48:37 +00:00
wiz
7609a578f5 Update to 0.99.22.0.1:
* Adding conf-parameter NiceServer, NiceClient, NiceClean
	with the setpriority function
	* Adding conf-parameter ListenTo for multihomed hosts
	* Performance for big NewsCache Spools: change NewsCacheClean
	from chain to table
and lots of bugfixes.
2004-03-10 18:51:13 +00:00
seb
4c4672c85e Remove info files entries from PLIST.
XXX Does not compile on NetBSD current.
2004-03-09 16:42:24 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
minskim
8c083ed413 bl3ify 2004-02-14 19:20:41 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
kristerw
a075f5adf6 Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.
2004-01-24 20:41:01 +00:00
grant
6eab5759a3 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
salo
5fd8f75f72 Do not include bsd.pkg.install.mk directly, set USE_PKGINSTALL instead.
(hi cjep!)
2004-01-12 12:20:09 +00:00
cjep
a4d73afbe4 Update of news/leafnode to 1.9.49.
Pkgsrc changes since previous version:
* Add the news user if necessary (and be compatible with the INN package).
* Use bsd.pkg.install.mk.

Vendor changes since previous version:
(see the Changelog for more details)

* Security fix. Do not lock up when the news header ends prematurely.
* Revise some memory handling and catch out-of-memory conditions.
* Fixes to syslog handling.
* Support XOVER without argument.
* Fix SEGV in fetchnews.c.
2004-01-11 16:45:51 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
cube
64ea16af52 Add newsx. 2003-12-31 13:30:09 +00:00
cube
1783fad08b Initial import of newsx, version 1.6, into the NetBSD Package Collection.
Newsx is an NNTP client for Unix. It will connect to a remote NNTP server and
post outgoing articles batched by the news system, as well as fetch incoming
articles.

It provides the NNTP capabilities required for small local news spools on
installations with NNTP access only through limited ISP accounts. It works well
via a dialup SLIP/PPP connection.

Newsx is also well suited for large spools with normal feeds, being used for
pulling newsgroups from specific NNTP servers that are not distributed in the
usual manner. Since newsx obeys the normal news spool configuration file and
requires little or no specific configuration, the administrative burden should
be minimized.
2003-12-31 13:28:36 +00:00
dillo
b62fdab5bd Update tin to 1.6.1
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-12-16 00:11:48 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
fredb
2cc57d6097 Use the c++ front-end to link against c++ libs, so that this'll compile
and run on NetBSD-current, at least.
2003-11-14 14:48:26 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
cube
f0235b8a18 Update to 0.9.8.0. Notably, brings in IPv6 support, thus closing
PR pkg/18081.

Complete change log at http://slrn.sourceforge.net/docs/changes.html .

Changes since slrn 0.9.7.4:

-1. Changes when building on Un*x: [...]
0. Bug fixes include: [...]
1. Changes to the user interface: [...]
2. When used in combination with slrnpull, slrn now supports "true offline
   reading". [...]
3. slrnpull no longer completely rewrites the overview files when expiring
   articles. [...]
4. If your terminal supports it (and you are not using Win32 or OS/2), you
   can now use colors and attributes at the same time. [...]
5. Set use_recommended_msg_id to 1 in your config file if you want slrn to
   make use of server-proposed Message-IDs. [...]
6. Added intrinsic functions [...]
7. Custom sorting now allows you to use different criteria for sorting
   initial articles of threads and articles inside threads. [...]
9. When reading in spool mode with spool_check_up_on_nov set, slrn now finds
   out the number of bytes of each article, even if it is not included in
   the news overview file (based on a patch by Jurriaan W Kalkman).
10. Support Cancel-Locks using the canlock library (--with-canlock) that can
    be obtained from <http://cssri.meowing.net/> [...]
11. Support GNU TLS via its new OpenSSL compatibility layer (--with-gnutls).
    [...]
12. New command-line option "-w0" that waits on startup, but only if a
    warning or error is displayed.
13. Updated cleanscore, see contrib/NEWS.cleanscore (Felix Schueller)
14. Verbatim text can be hidden using toggle_verbatim_text (default binding
    '{') or hide_verbatim_text in the config file. (Arek Sochala)
15. The "BEGIN PGP SIGNED ARTICLE" line is displayed using the "pgpsignature"
    color and stripped on followups. (Emmanuele Bassi)
16. If query_read_group_cutoff is set to -n, slrn will automatically
    (without prompting) download n articles when more than n are present.
17. Support Turkish characters on Win32 - set charset to "ibm857" for this.
    With help from A. Alper ATICI
18. Re-structured the manual and added a chapter about slang's
    pre-processing facilities. (Matthias Friedrich)
19. The config variable cc_followup_string is obsolete [...]
20. New translations: [be, fi, tr]
21. Remove duplicates when browsing URLs (Ruediger Sonderfeld)
22. IPv6 support (requires getaddrinfo; patch by J.H.M. Dassen (Ray))
23. A new, updated and more comprehensive FAQ (doc/FAQ) - it replaces the
    files FAQ, SCORE_FAQ and slrnpull/FAQ (written by Matthias Friedrich and
    me, based on John E. Davis' original files).
2003-10-27 21:48:27 +00:00
wiz
5c9e502d5b Fix build on Solaris. From Jonathan Perkin in PR 22896. 2003-09-22 21:12:17 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
wiz
6551ea849a Update to 1.9.43:
==============================================================================
* 1.9.43, 2003-09-04

### INCOMPATIBLE CHANGE
- In the traditional spool, newsgroups with all-numeric components show up
  with a - (minus, hyphen) prefixed to the number, the newsgroup example.1234
  will be stored as /var/spool/news/example/-1234.

  It is believed this change does not cause troubles because news systems that
  offered the traditional spool have been incapable of providing news access,
  and because the count of news groups with such names is way below 0.1% on
  the news servers I have access to. The gain in functionality justifies the
  incompatibility.

  NOTE: this only affects newsreaders that directly access the spool.
  NNTP-based newsreaders will see no difference.

### BUGFIXES
- Fix leafnode.8 manual pages (EN and DE languages) to explain 0 and negative
  values for expire/groupexpire.
- Avoid premature abort (that causes .overview and groupinfo files to become
  stale) when the stdout becomes disconnected. Reported by Sytse van Slooten.
- Make sure that texpire fixes the groupinfo lines of groups in "archive mode"
  (groupexpire -1). Reported by Sytse van Slooten.
- Repair groupexpire 0 (= use global default, rather than expire immediately).
  Broken since 1.9.23.
- Make sure that fetchnews complains when a timeout happens while reading
  newsgroups lists ("active file") or newsgroup descriptions. Found after a
  related report from Tim Daneliuk.
- Use different fix for newsgroup names with all-numeric components that does
  not require two stat() calls in XOVER handling. Tracked down and reported by
  Rein Klazes.
- Remove bogus error messages "article * is below/above the *-water mark" that
  occur when reading a group that fetchnews is fetching into. Reported by Rein
  Klazes.
- Make sure XOVER related error messages don't show up in the NNTP client.

### CHANGES
- fetchnews puts stdout into line buffered, or -- failing that -- unbuffered
  mode (Patch by Mark Brown, Debian maintainer).
- leafnode processes warn (syslog and stderr) when a groupexpire is set to 0
  (which means "use the default", which some users may not be aware of).

### DOCUMENTATION
- Added FAQ item on running leafnode as nntps server.
- Mention SuSEconfig difficulties with /etc/hosts in README-FQDN*
- Clarify item #13 in INSTALL.

==============================================================================
* 1.9.42, 2003-06-27

### SECURITY RELEVANT BUGFIXES
- Fix hang when trying to download an article that lacked mandatory headers.
  (Very old bug, recently found by Joshua Crawford)
NOTE: this assertion that the bug is security relevant (denial of service)
has been made after 1.9.42 release.

### BUGFIXES
- Check lastreply() against NULL, in an effort to fix obscure sporadic and
  non-reproducable crashes on OpenBSD sparc64. (Reported by Bruno Rohee)
- Fix bogus "Cannot open .../interesting.group/group.name for reading" when a
  group subscription has expired. (Reported by Andreas Muck)

### CHANGES
- The ChangeLog file has been split, older parts (leafnode 1.9.31.rel and
  before) have moved to the "new" ChangeLog.old file.

==============================================================================
* 1.9.41, 2003-05-22

### BUGFIXES
- Fix the "leafnode keeps fetching a group I've unsubscribed from long ago"
  bug that haunted leafnode since 1.9.18 at the latest and that was more
  prominent with the delaybody migration fixes of 1.9.33. Reported by Andreas
  Muck and Gerry Doris.
- "make clean" no longer erases t.pcre_extract

### CHANGES
- Add an EXPERIMENTAL feature, delaybody_in_situ. This may work around
  problems with particular newsreaders in delaybody mode. Do not rely on this
  feature for now, and do send feedback if you use it, regardless of whether
  it works or not. Defaults to off (compatible with previous versions). If you
  don't know what it is about, leave it off.
- Some messages in fetchnews have been reworded to make them clearer and more
  helpful.

### PORTABIILTY
- Find tcpd on OpenBSD at build time. Patch by Bruno Rohee.

==============================================================================
* 1.9.40, 2003-05-08

### BUGFIX
- Leafnode no longer aborts when using the replacement snprintf function
  (FreeBSD) and is about to display a pseudo article.
2003-09-05 16:16:23 +00:00
chris
4c886aa6e1 Update pan to 1.4.2. Only one change, that fixes a config corruption:
Bug Fixes
#121017  	Jan Van Besien  	Fixed 0.14.1 bug that could corrupt Pan's settings.
2003-09-04 10:07:33 +00:00
chris
4a531b2bd5 Update pan to 0.14.1.
New Features include:
Added support for GNet2, which adds IPv6 support to Pan.
Added Baltic Windows-1257 charset support.
Display the total score for a thread when the thread is collapsed.
Added menu buttons and shortcuts for `go to next new article' and
`go to next new thread'

Also lots of bug fixes and usability improvements.

For the complete list see http://pan.rebelbase.org/ or read the ChangeLog.
2003-08-31 00:10:28 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
wiz
b18f770b91 Update to 4.76:
Test76 is a bug-fix release that mainly fixes a potential crash
bug, but also has several other minor changes.
Test 75 provides some simple bug fixes and minor improvements that
have been simmering for quite some time.
2003-08-08 12:41:25 +00:00
seb
4ab8649520 Convert to USE_NEW_TEXINFO. 2003-08-04 15:32:30 +00:00
wiz
4180c7b6d4 Sort sections. 2003-07-29 16:30:06 +00:00
wiz
a78e6b6cb5 Apply another part of pkgsrc-wip/wip/newsx/news.inn.patch,
that was previously rejected (oops).
2003-07-29 16:29:09 +00:00
wiz
6fdb64c6fd Apply patch pkgsrc-wip/newsx/news.inn.patch:
Install header files for other packages (in particular, newsx).
Bump PKGREVISION.
Approved by tron@
2003-07-29 16:27:26 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
tron
ec1d6a836c Update "inn" package to version 2.3.5. Changes since version 2.3.4:
- Clients using POST are no longer permitted to provide an Injector-Info
  header.
- Fixed a bug causing posts with Followup-To set to a moderated group to
  be rejected if the posting user didn't have permission to approve
  postings.
- Fixed bugs in inncheck with setuid rnews or setgid inews, in
  innconfval with inn.conf parameters containing shell metacharacters
  but no spaces, and in parsedate.y with some versions of yacc.  Fixed a
  variety of size-related printf format warnings (e.g., %d vs. %ld)
  thanks to the work of Winfried Szukalski.

While INN 2.3.5 is not the latest officially released version it is the
latest one for which an IPv6 patch is available.
2003-05-13 11:56:44 +00:00
wiz
7c24a873a0 Fix line in French localisation; from Quentin Garnier.
I'll assume that nobody updated their pan yet, so no PKGREVISION bump.
2003-05-09 10:30:20 +00:00
wiz
09e6371cde Update to 0.14.0.
Supports slrn and XNews-style scorefiles.
Added sixth layout mode in the Preferences|Layout dialog.
Added a default character set to the Posting Profiles.
Faster article filters.
Lots of bugfixes.
2003-05-09 10:02:15 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
2420155ea1 Line up PKGREVISION whitespace. 2003-05-05 16:40:38 +00:00
cjep
8beffdec05 Update of news/leafnode to 1.9.39.
Changes since 1.9.38 from Changelog
   * nntpd.c: Fix: STAT <mess@ge.id> returned OK in pseudogroups even
  when the wrong message- id has been requested.
2003-05-05 12:22:40 +00:00
cjep
9b76bf4076 Update of news/leafnode to 1.9.38.
Changes since 1.9.36:
	* Documentation fixes and updates.
	* Bug fixes (please see the change log).
2003-05-03 16:38:57 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
e0b5ded8fb Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1. 2003-05-02 07:36:42 +00:00
cjep
1601f1a67f Lint: USE_PKGLOCALEDIR and whitespace 2003-04-27 14:37:02 +00:00
wiz
2af0580066 Comment out gw.com master site, since it contains a slightly different
source ball. Noted by Bob Kemp in PR 21320.
2003-04-25 20:34:10 +00:00
wiz
88634e6f47 Use gnet1 instead of gnet. Bump PKGREVISION. 2003-04-15 12:17:43 +00:00
wiz
827610cfb4 Complete move of pan to pan-gnome, and gtk2-pan to pan. 2003-04-15 10:30:02 +00:00
wiz
f3f5e2c342 Move gtk2-pan to pan directory. 2003-04-15 10:28:45 +00:00
wiz
8bb7643851 Reimport (old) pan package as pan-gnome. 2003-04-15 10:26:35 +00:00
mjl
fe3ef1e7bb Add patches as suggested in PR/21073 by Quentin Garnier:
o Bugfixes were published on the slrn website since the release
   of 0.9.7.4 last year. Even though no new version was released,
   they are quite needed for normal operation (specifically, I was
   hit by a locale bug that makes slrn segfault when scoring).
 o ${PKGLOCALEDIR} needs to be enforced both in package's Makefile
   and PLIT, and in the source (po Makefile has a hard-coded path
   that may not match the path used in other parts of the source
   tree).
2003-04-10 18:17:48 +00:00
wiz
a2a67ab6b0 Update to 4.3.2, update MASTER_SITES and HOMEPAGE.
Changes:
both.c - sgetline() - changes to fix SSL bug with the select,
        connect_to_nntphost() - add code to handle
        host:port syntax.   This fix also allows you to
        specify a port number for the local host.

suck.c - to handle SIGINT in addition to SIGTERM,
        build_command() fix in potential buffer overflow

testhost.c - added -Q option, to allow user to specify
        NNTP authentiation via env variables.
And other bug fixes.
2003-04-10 12:45:41 +00:00
fredb
ebc0c21923 Add USE_INET6 to ${BUILD_DEFS}, mainly so that this package gets listed in
the top-level "README-IPv6.html".
2003-04-02 05:25:13 +00:00
jmc
85ef4da0c0 Don't use sigignore (only added recently to 1.6-current. Use sigaction to
ignore SIG_PIPE
2003-03-31 02:58:03 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
tron
7c841d0c4b Update "inn" package to version 2.3.4. Changes since version 2.3.3:
- LIST ACTIVE no longer returns data when given a single group argument
  if the client is not authorized to read that group.
- XHDR and XPAT weren't correctly parsing article headers, resulting in
  searches for the header "newsgroup" matching the header "newsgroups".
- Made CNFS more robust against crashes by actually syncing the cycbuff
  headers to disk as was originally intended.  Fixed a memory leak in
  the tradspool code.
- Two bugs in pgpverify when using GnuPG were fixed: it now correctly
  checks for gpgv (rather than pgp) when told to use GnuPG and expects
  the keyring to be pubring.gpg (not pubring.pgp).
- Substantial updates to the sample provided control.ctl file.
- Compilation fixes with Perl 5.8.0, BerkeleyDB 4.x, current versions of
  Linux (including with large file support), and Tru64.  inndf fixes for
  ReiserFS.
- Various bugs in the header handling in nnrpd have been fixed,
  including hangs when using virtual domains and improper processing of
  folded headers under certain circumstances.
- Other minor bug fixes and documentation improvements.

While INN 2.3.4 is not the latest officially released version it is the
latest one for which an IPv6 patch is available.
2003-03-23 11:07:15 +00:00
jschauma
9f39809852 It appears that on Linux the dlopen and friends functions require -ldl. 2003-03-15 00:00:42 +00:00
jschauma
68ea39586c This doesn't seem to need GMAKE after all.
Also, only adjust INSTALL if on NetBSD 1.3.2 as indicated by the comment.
(Other Operating Systems may have 'install' in a different location.)
2003-03-13 03:02:24 +00:00
wiz
46120320e5 Update to 0.13.4:
This release adds a faster task manager, faster loading of large
groups, a few major bugfixes, about a dozen minor bugfixes, fifteen
updated translations, and many usability improvements.
2003-03-04 14:36:17 +00:00
jschauma
399a7c320e It's IMAKE_MAN_DIR not IMAKE_MAN_PATH. Sheesh. 2003-03-03 02:56:00 +00:00
jschauma
86e6bcbf20 Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-03 02:45:51 +00:00
cjep
785286da66 Upgrade of news/leafnode to version 1.9.36.
Summary of changes since 1.9.31:
Bug and documentation fixes including:

* fetchnews_check_date.c: Portability: don't pass time_t to
        syslog(...%ld...), sizeof time_t != sizeof long on 64bit FreeBSD,
        reported by Christian Weisgerber <naddy@mips.inka.de>.

* fetchnews_check_date.c: Check for overflow of time difference.
        Paranoia mode, someone needs to hose his clock by at least 68 years
        to run into this.

* miscutil.c, TODO: Change to spooldir at the end of initvars()
        (after changing uid/gid) to avoid barfing when run from
        misconfigured cron.

* pcre_extract.c: Fix abort when extracting string, introduced with
          previous strlcpy -> xstrlcpy commit.  Reported by Joshua Crawford
        <mortarn@softhome.net> Add debug variable to conditional TEST part
        to use this code standalone.

* fetchnews.c: Several bug fixes

Please see the ChangeLog file in the source distribution for more details.
2003-02-26 14:00:36 +00:00
wiz
178866c1a3 Update to 4.3.1.
Extract of changes:
-Q option to specify NNTP authentication via environment variables

Changes to allow it to use SSL.

-i option, to ignore the readonly opening response and try to post
anyway, since inn-2.3, when using authinfo, still sends 201 code
meaning readonly.

do_one_group() - added code for resetcounter
option.  If remote end resets its article numbers
the normal suck response is to ignore the group
and reset the lastread counter to match the current
high counter.  This option tells suck to reset
its lastread counter to the low counter, effectively
causing suck to get all articles for the group, and
use the historydb to check for dupes.
Added low_read option. This option is used in concert
with the maxread option of the sucknewsrc.  Normally
when there is a maxread in the sucknewsrc, suck will
download the newest articles.  This option tells suck
to download instead the oldest articles.

do_articles() - added code for show_group option.
This option will add the name of the current group
to the BPS display as you download the articles.

do_nodownload() - added, this routine allows you
to specifiy Message-IDs to never download.  See the
SUCKNODOWNLOAD section in the man page.

Bugfixes and code cleanups.
2003-02-21 13:46:44 +00:00
jlam
f45c017923 gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files.  Remove references to these
buildlink2.mk files from package Makefiles.
2003-02-05 05:06:32 +00:00
jmmv
71b13af50d Depend on gnome2-dirs to handle shared directories. Bump PKGREVISION. 2003-01-29 12:27:01 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
cjep
5b8c845234 USE_PKGLOCALEDIR=yes 2003-01-10 07:39:46 +00:00
wiz
7ee3fabc0e Update to 0.13.3.
Changes: huge list of bugfixes, a few big speedups, and a handful of
usability improvements.
2003-01-03 18:09:45 +00:00
cjep
2c66f23744 Update of news/leafnode to 1.31.
Changes since 1.30:
* Portability fixes
* Documentation fixes
* Minor bug fixes (please see the ChangeLog file distributed with
  the leafnode source)
2002-12-30 18:14:25 +00:00
wiz
015e63df8f Update to 0.13.2.
This release adds some small speedups, bugfixes, and usability
tweaks, including i18n, FreeBSD fixes, and URL parsing.
2002-12-24 22:46:37 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
cjep
8723ea696c Update of news/leafnode to 1.9.30.
Summary of changes since 1.9.27 (please see the ChangeLog):
 * Add leafnode-version.
 * Various changes to fetchnews.c including:
   + In verbose mode, print if we're using the STAT
     command or the HEAD workaround.
   + nntpactive: cache current time, saves time() calls and gives a
     consistent 'age' for the newsgroups.
   + Avoid duplicate articles that raced from another server
     against our fetchnews from ending up in failed.postings. We
     assume that a server that refuses a posting with 441 435
     Duplicate can at the same time deliver it to STAT (or HEAD if
     the workaround is in effect).
   + Only touch active.read if the active has been successfully written.
   + Also apply only_groups_pcre when updating the active, to avoid
      presenting groups that are not really fetched.
   + Bugfix: cope with multiple upstreams that have the	same server name
     but different ports.
 * Various changes to nntpd.c including:
   + Point to syslog when reading the configuration fails.
   + Fix very subtle and intricate infinite loop bug
 * Various changes to nntputil.c. Blacklist STAT for "NNTP news cache."
   Whitelist NewsCache 1.1.*. Whitelist NewsCache 0.99.18, 0.99.19, 0.99.2?.
 * Changes to activutil.c including:
   + Check for duplicate newsgroups after reading, before writing and after
     merging the active file.
 * Fixs for SEGV problems to activutil.c and artutil.c
2002-12-08 12:44:12 +00:00
wiz
f3617a0abb Use buildlink2. 2002-11-14 13:31:55 +00:00
wiz
d051441a72 Unneeded. 2002-11-06 10:39:08 +00:00
wiz
3004f6c821 Update to 1.4.6, provided by Stefan Krüger in PR 18923.
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.
2002-11-06 10:38:33 +00:00
wiz
49cbb01d34 Update to 0.13.1.
Changes:
This release adds Custom Filters back to the header pane. It also
fixes some charset & memory bugfixes, some minor new features, and
refreshed dialogs for better adherence to the the Gnome HumanInterface
Guidelines.
2002-10-31 17:57:38 +00:00
bouyer
cad359273b Add -lcompat only if !SunOS 2002-10-27 13:37:10 +00:00
rh
176d5dc35d Check for pth, not NetBSD, so that this compiles with native threads.
Bump PKGREVISION.
2002-10-27 08:31:54 +00:00
wiz
fad0d310cd Convert to buildlink2. 2002-10-21 12:55:34 +00:00
tron
ca15a60693 Honor environment variable "INN_SPOOL" documented in the description file.
Problem noted by Kimmo Suominen in private e-mail.
2002-10-13 07:57:43 +00:00
wiz
32a7c12483 buildlink1 -> buildlink2. 2002-10-09 13:52:28 +00:00
jlam
1f49cf78d0 buildlink1 -> buildlink2 2002-10-05 11:43:22 +00:00
rh
f0ab9019ed Update pan to 0.11.4, the last GNOME version of pan. Changes include tons
of bugfixes, plus

    NEW FEATURES
        * Added the ability to specify which characters are recognized
          as quote prefix characters, so nonconformists not using '>' to
          quote text will still have their articles colored right in Pan.

        * Added "Go to previous article" navigation button.

        * Added support for decoding yenc-encoded attachments!

    UPDATES
        * Add a new preference option, dictating whether failed tasks
          should be removed from the Task Manager. Unconditionally clearing
          the queue didn't go down too well with some of the leechers.

        * Added support for mime articles which explicitly specify a
          Content-Transfer-Encoding of x-uuencode.

        * Make sure that the default window size is large enough that a
          full line, up to the default number of wrap characters and with
          the default font, will fit without scrolling.

        * The 'Download Articles' dialog now switches the articlelist to
          the group when the headers have been downloaded.
          Since this dialog is mostly used to sample a (potentially large)
          group, this seems the more intuitive approach.

        * Added Message-ID to Find Article's search criteria.

        * If an article no longer exists on the news server, tasks to read
          that article are now automatically removed from the Task Manager.
2002-10-02 03:42:06 +00:00
rh
86ba92a262 Add and enable gtk2-pan 2002-10-02 03:11:19 +00:00
rh
568b141238 Re-import of pan-0.13.0, a Newsreader for GTK2, as gtk2-pan. 2002-10-02 03:10:19 +00:00
rh
1d35846fa9 Back out pan update and revert back to 0.11.2nb2. It appears that PTL2 is
too unstable to warrant a wholesale update from 0.11 (gnome) to 0.13 (gtk2)
pan-0.13.0 to be re-imported as gtk2-pan.
2002-10-02 03:08:50 +00:00
jlam
a9753b3859 There is also a /var/news/spool/archive directory we need to handle. 2002-09-29 10:41:36 +00:00
jlam
baaf87b430 * buildlink1 -> buildlink2
* Use gcc/buildlink2.mk instead of Makefile.gcc.
* Use the functionality on bsd.pkg.install.mk to generate INSTALL/DEINSTALL
  scripts that match the functionality of the custom ones we're removing,
  and handle the rc.d script automatically.
* Name the full paths of the binaries that are installed setuid.
2002-09-29 10:39:35 +00:00
cjep
ba33c1c85e Upgrade of Leafnode (news/leafnode) to version 1.9.27.
Differences to Leafnode version 1.9.26:

* Bug fixes and changes including:
	+ checkpeerlocal.c:
	  % Fix infinite loop problem when interface list is longer than
	    2 kB (reported by Brian Somers).
	  % Fix for non-IPv6 compilation on Solaris
	  % Fix compiler warnings

	+ Portability fixes for 64bit platforms in activutil.c, nntpd.c
	  and texpire.c

	+ nntpd.c: if allowstrangers is set, don't call checkpeerlocal
	  at all.k

(For more details, please see the Leafnode ChangeLog file)
2002-09-25 06:50:17 +00:00
rh
e8b0460787 Fix MASTER_SITES 2002-09-25 05:58:45 +00:00
rh
2fd637794d Update pan to 0.13.0. Updates and bugfixes are too numerous to list here,
but most importantly, pan now uses GTK2 instead of GNOME for its widgets.
2002-09-25 04:58:44 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
jlam
3ac80e007e buildlink1 -> buildlink2 2002-09-23 23:55:25 +00:00
grant
d302493840 comment fix. 2002-09-23 15:32:56 +00:00
cjep
c796992634 Upgrade of Leafnode (news/leafnode) to version 1.9.26.
Differences to previous NetBSD package:

* Use devel/pcre rather than the one supplied with Leafnode.

Differences to Leafnode version 1.9.22:

* Bug fixes and changes including:
	+ No longer install lsort
	+ Merge in timeout_client patch from Jonathan Larmour
	+ Fix file descriptor leak in markdownload()
	+ No longer emit "400 Service discontinued" to clients.
	+ Drop connection when the upstream server runs NNTPcache 2.3.x
	+ More verbose POST reject messages.
	+ Fix two filtering bugs in fetchnews.
	+ Expire groups that are not in group.info
	+ Fix several memory leaks (e.g. in fetchnews.c, newsq.c &
		artutil.c)
	+ Fix possible overflow in nntpd.c
	+ Some speed improvements (e.g. in getline.c and mastring.c)
	+ Fix bogus error messages.
	+ Several documentation fixes.
	+ Various fixes from Leafnode 2.

(For more details, please see the Leafnode ChangeLog file)
2002-09-22 10:35:48 +00:00
tron
502c977ebf Add necessary "bsd.pkg.install.mk" glue code to create the "news" group
required by this package. Bump package revision once more.
2002-09-18 21:16:24 +00:00
tron
1d48392e82 Use group "news" again because it is used for reading read protected
server authentification files. Bump package revision once more.
2002-09-18 14:13:54 +00:00
tron
0098eba49c Use wildcard dependence for "nntpclnt" package. 2002-09-18 07:09:19 +00:00
tron
7cf055c937 Fix typo in last commit. 2002-09-18 07:05:29 +00:00
tron
16d7f20276 Don't install the "inews" binary as setgid "news" because it is
completely unnecessary. Bump package revision to 1.
2002-09-18 07:05:04 +00:00
tron
153612c8c0 Fix compiler warning. 2002-09-18 06:28:05 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
grant
c8623da4ae @@PREFIX@@ -> @PREFIX@, as this is more consistent with other
packages.
2002-08-27 15:27:03 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
jschauma
7b0570927c enable generation of message-ID and use of msg-id-cache.
ok'd by MAINTAINER mjl
2002-08-04 15:06:56 +00:00
jschauma
e10e2a05bb Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot org
after consulting with Todd.  Any volunteers for any of these packages?
2002-08-01 02:37:41 +00:00
mycroft
c78670e7fb `@unexec ${RMDIR}' needs the %D prefix. Doh. 2002-07-19 04:54:23 +00:00
kim
f9da298ead Upgrade to 6.6.4, which does not depend on an external inews program anymore.
This should avoid any vulnerability issues with INN.

NOTE:  The text files from lib/nn can now be found in share/nn instead.
2002-07-08 02:21:18 +00:00
tron
0f7ece859c Update "inn" package to version 2.3.3. Changes since version 2.3.2:
- pgpverify now supports using GnuPG to check signatures (rather than
  PGP) without the pgpgpg wrapper.  GnuPG can check both old-style RSA
  signatures and new OpenPGP signatures and is recommended over PGP 2.6.
  If you have GnuPG installed, pgpverify will use it rather than PGP,
  which means that you may have to create a new key ring for GnuPG to
  use to verify signatures if you were previously using PGP.
- An item that was noted in NEWS below but was inadvertently left out of
  nnrpd has actually been added this time:  users can no longer post
  articles containing Approved: headers to moderated groups by default;
  they must be specifically given that permission with the access:
  parameter in readers.conf.  See the man page for more details.
- Two bugs in repacking overview index files and a reliability bug with
  writing overview data were all fixed in the tradindexed overview
  method, hopefully making it somewhat more reliable, particularly for
  makehistory.
- If rc.news.local exists in the INN binary directory, it will be run
  with the start or stop argument whenever rc.news is run.  This is
  available as a hook for local startup and shutdown code.
- The default history table hash sizes were increased because a
  too-small value can cause serious performance problems (whereas a
  too-large hash just wastes a bit of disk space).
- The sample control.ctl file has been extensively updated.
- Wildmat exclusions (@ and !) should now work properly in storage.conf
  newsgroup patterns.
- The implementation of the -w flag for expireover was fixed;
  previously, the value given to -w to change expireover's notion of the
  current time was scaled by too much.
- Various other more minor bug fixes, standards compliance fixes, and
  documentation improvements.
2002-07-06 15:04:57 +00:00
tron
35152190e8 Automatically create a "news" account suitable for running INN on
installation. This fixes PR pkg/13250 by Gabriel Rosenkoetter.
2002-07-06 14:33:36 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
jlam
0c6c7bc89b Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround. 2002-06-23 03:54:30 +00:00
cjep
ecdfec8b96 Add and enable leafnode. 2002-06-16 11:34:38 +00:00