Commit graph

2971 commits

Author SHA1 Message Date
xtraeme
4e1b28d22c bl3ify 2004-03-30 00:29:59 +00:00
tv
954fa7c230 +p5-Mail-SRS 2004-03-29 19:49:34 +00:00
tv
9557eb73ca Moved from pkgsrc-wip (http://pkgsrc-wip.sourceforge.net/):
The Sender Rewriting Scheme preserves .forward functionality in an
SPF-compliant world.

SPF requires the SMTP client IP to match the envelope sender
(return-path). When a message is forwarded through an intermediate
server, that intermediate server may need to rewrite the return-path to
remain SPF compliant. If the message bounces, that intermediate server
needs to validate the bounce and forward the bounce to the original
sender.

SRS provides a convention for return-path rewriting which allows
multiple forwarding servers to compact the return-path. SRS also
provides an authentication mechanism to ensure that purported bounces
are not arbitrarily forwarded.
2004-03-29 19:49:04 +00:00
tv
e71e57c11b +p5-Mail-Milter 2004-03-29 18:31:28 +00:00
tv
43cd04ea0a Mail::Milter is a set of modules useful to mail filter writers who are
using the Sendmail::Milter and/or Sendmail::PMilter APIs to interface
directly to the SMTP transaction.
2004-03-29 18:30:59 +00:00
tv
3d8bea5cf3 +p5-Sendmail-PMilter 2004-03-29 18:14:30 +00:00
tv
1271072483 Sendmail::PMilter is a mail filtering API implementing the Sendmail
milter protocol in pure Perl.  This allows Sendmail servers (and perhaps
other MTAs implementing milter) to filter and modify mail in transit
during the SMTP connection, all in Perl.

This also includes a drop-in replacement for the Sendmail::Milter API,
making it possible for legacy perl milters to function as-is with the
PMilter engine.
2004-03-29 18:14:02 +00:00
manu
f4c0f67441 Update milter-greylist to 1.0.2
Fix the mising units in ps output for -a and -w
Accept any e-mail address as specified in RFC 2821 from config and dump
Fix typos
2004-03-29 15:46:49 +00:00
snj
ca710cdea6 Update to getmail-3.2.2.
From the changelog:
* Add an error handler for the case where a POP3 server returns a message
  that isn't even close to valid 822 format, particularly one where the
  first line in the message header is a continuation line (starts with
  whitespace).
2004-03-29 08:16:38 +00:00
jlam
0df2ce5f3e Convert to use bdb.buildlink3.mk and krb5.buildlink3.mk. 2004-03-29 05:54:12 +00:00
snj
9a86f09f51 Supply a default mailq entry in mailer.conf.
Fixes PR pkg/21591.
2004-03-29 05:10:04 +00:00
snj
1eae14e263 Call /usr/sbin/sendmail instead of /usr/lib/sendmail. It's wrong to
assume that we want /usr/sbin/sendmail, but we don't currently have a
good solution to that problem, and this is consistent with an existing
change that was made to this package.

Closes PR pkg/24678.
2004-03-29 02:17:24 +00:00
snj
504c137309 Use bl3 and sort a section. 2004-03-28 21:34:35 +00:00
martin
6204e1538a Enable pulsar. 2004-03-28 21:04:59 +00:00
martin
f3fd45a812 Import pulsar, a simple POP3 daemon with built in SSL support. 2004-03-28 21:02:15 +00:00
tron
334179076b Update "sendmail" and "libmilter" packages to version 8.12.11.
Changes since version 8.12.10:
Use QueueFileMode when opening qf files.  This error was a
	regression in 8.12.10.  Problem detected and diagnosed
	Lech Szychowski of the Polish Power Grid Company.
Properly count the number of queue runners in a work group and
	make sure the total limit of MaxQueueChildren is not
	exceeded.  Based on patch from Takayuki Yoshizawa of
	Techfirm, Inc.
Take care of systems that can generate time values where the
	seconds can exceed the usual range of 0 to 59.
	Problem noted by Randy Diffenderfer of EDS.
Avoid regeneration of identical queue identifiers by processes
	whose process id is the same as that of the initial
	sendmail process that was used to start the daemon.
	Problem noted by Randy Diffenderfer of EDS.
When a milter invokes smfi_delrcpt() compare the supplied
	recipient address also against the printable addresses
	of the current list to deal with rewritten addresses.
	Based on patch from Sean Hanson of The Asylum.
BadRcptThrottle now also works for addresses which return the
	error mailer, e.g., virtusertable entries with the
	right hand side error:.  Patch from Per Hedeland.
Fix printing of 8 bit characters as octals in log messages.
	Based on patch by Andrey J. Melnikoff.
Undo change of algorithm for MIME 7-bit base64 encoding to 8-bit
	text that has been introduced in 8.12.3.  There are some
	examples where the new code fails, but the old code works.
	To get the 8.12.3-8.12.10 version, compile sendmail with
	-DMIME7TO8_OLD=0.  If you have an example of improper
	7 to 8 bit conversion please send it to us.
Return normal error code for unknown SMTP commands instead of
	the one specified by check_relay or a milter for a
	connection.  Problem noted by Andrzej Filip.
Some ident responses contain data after the terminating CRLF which
	causes sendmail to log "POSSIBLE ATTACK...newline in string".
	To avoid this everything after LF is ignored.
If the operating system supports O_EXLOCK and HASFLOCK is set
	then a possible race condition for creating qf files
	can be avoided.  Note: the race condition does not
	exist within sendmail, but between sendmail and an
	external application that accesses qf files.
Log the proper options name for TLS related mising files for
	the CACertPath, CACertFile, and DHParameters options.
Do not split an envelope if it will be discarded, otherwise df
	files could be left behind.  Problem found by Wolfgang
	Breyha.
The use of the environment variables HOME and HOSTALIASES has been
	deprecated and will be removed in version 8.13.  This only
	effects configuration which preserve those variable via the
	'E' command in the cf file as sendmail clears out its entire
	environment.
Portability:
	Add support for Darwin 7.0/Mac OS X 10.3 (a.k.a. Panther).
	Solaris 10 has unsetenv(), patch from Craig Mohrman of
		Sun Microsystems.
LIBMILTER: Add extra checks in case a broken MTA sends bogus data
	to libmilter.  Based on code review by Rob Grzywinski.
SMRSH: Properly assemble commands that contain '&&' or '||'.
	Problem noted by Eric Lee of Talking Heads.
New Files:
	devtools/OS/Darwin.7.0
2004-03-27 22:07:32 +00:00
wiz
e050872f35 Use PKGNAME_NOREV in MASTER_SITES; fixes bulk build. 2004-03-27 21:33:32 +00:00
jlam
faed7092a8 Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults to
"yes" and packages that can't use the DB-1.85 API should set it to "no".
This makes the native DB the preferred DB if it exists.
2004-03-26 18:48:52 +00:00
seb
5c6df5a3f9 Introduce SPAMASSASSIN_VERSION. And most significantly use it instead of
PKGVERSION in DISTNAME's definition so PKGREVISION's value does not
render it useless.

Okay'ed by wiz@.
2004-03-26 16:42:42 +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
manu
2c74b40381 update milter-greylist to 1.0
new features include multi-MX sync and auto whitelisting. And a lot of bugfixes
2004-03-25 16:57:48 +00:00
martti
68cf6ad80b New IPv6 patch 2004-03-25 12:58:37 +00:00
heinz
92d33ef9e8 Uses no compiler, so USE_LANGUAGES is empty 2004-03-21 01:33:39 +00:00
heinz
2e351abdac Added HOMEPAGE. Uses no compiler, so USE_LANGUAGES is empty. 2004-03-21 01:31:27 +00:00
bouyer
a4aa7bd8ff configure --without-wc-funcs on Solaris; without this all chars are printed
as '?'. Looks like solaris's wchar functions don't work as mutt expect.
2004-03-20 23:10:23 +00:00
snj
1c040511ff Fix build on sparc64 with gcc2. Correct a spelling error. 2004-03-20 06:02:59 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
fe9ac2c1dc This uses rpcgen, so set NO_EXPORT_CPP. 2004-03-18 03:42:13 +00:00
martti
1999228d2f New IPv6 patch. 2004-03-17 19:29:29 +00:00
jlam
81ee297d71 Don't pass $(top_srcdir)/intl to the compiler. It's unneeded since
the mutt Makefiles already automatically add "intl" to the list of
directories to search for headers, and it fixes breakage when the
shell tries to execute "top_srcdir".
2004-03-16 16:52:58 +00:00
uebayasi
ffdc359ed0 Remove mew-xemacs. 2004-03-16 15:19:55 +00:00
uebayasi
275f5ab648 Replace mew-xemacs by enabling XEmacs (xemacs214, xemacs215) support
in mew3.
2004-03-16 15:18:29 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
snj
8e954c73ca Spelling and English fixes. 2004-03-14 20:27:24 +00:00
abs
2ec850d892 Add missing patch-af 2004-03-14 19:26:37 +00:00
martti
de7ecba364 Updated postfix to 2.0.19
- When mail is submitted at a high rate with the Postfix sendmail
  command, the pickup daemon is keps busy long enough that it it
  terminated by the watchdog timer (a feature that prevents Postfix
  from locking up permanently).

- Malformed addresses in SMTP commands could result in table looks
  with zero-length search strings, causing trouble with NIS lookups.
2004-03-14 07:30:14 +00:00
markd
fb84f5ed4f USE_LANGUAGES=c c++ like I meant to do last time. 2004-03-14 02:29:27 +00:00
taca
3ff8a04223 Fix build problem after db4's buildlink3.mk change. (define USE_DB185
instead of set BUILDLINK_TRANSFORM directly)
2004-03-14 01:44:51 +00:00
uebayasi
47a2466f3c mewencode(1) uses zlib. Include zlib/buildlink3. Bl3fy.
Fix build on non-NetBSD.  Reported by A. L. Meyers.
2004-03-13 16:49:54 +00:00
heinz
5675047fc7 Update to version 2.40
No longer dependent on Digest::Nilsimsa
External taint patches no longer necessary.

Changes since 2.36
    *   Applied another Makefile.PL patch from Michael Schwern to correctly
        install manpages in part 5 of the manual set in various versions of
        perl.
    *   Applied patch from Mark Martinec and Vivek Khera of Amavisd to
        untaint various file targets obtained from user input. This is the
        same patch pointed to by the SpamAssassin FAQ
        [http://www.spamassassin.org/released/Razor2.patch]
    *   Support for HTTP 1.1 tunneling [SF patch #821324] by Jon Schewe.
    *   Applied Anne Bennett's patch to Logger.pm to introduce a new log
        target, "syslog-sys", that talks to Syslog over a Unix socket rather
        than a TCP socket.
    *   Applied Anne Bennett's patch to deHTML.xs to get rid of the type
        mismatch warning.
    *   Removed computation of signatures that are no longer supported by
        the backend -- engines 1, 2 and 3. Digest::Nilsimsa no longer
        required by Razor Agents.
2004-03-12 22:55:23 +00:00
tron
ee3dc3f7ee Skip broken check for iconv_open() which doesn't work with the "icon"
library and headers from the "libiconv" package. This fixes PR pkg/24444
by myself.
2004-03-11 22:35:45 +00:00
jlam
7e1a9dfcfa Force the creation of directories before installing files in them, and
update the PLISTs to try removing these directories on deinstallation.
Also use ${HTMLDIR} to refer to the common location for courier HTML
documentation.
2004-03-11 16:45:26 +00:00
lukem
00aa32b525 add warning about older procmail versions 2004-03-11 14:13:51 +00:00
jmmv
cf14739092 Catch up with latest changes WRT BUILDLINK_PACKAGES (AKA, out of date
createbuildlink installed...).
2004-03-11 13:17:00 +00:00
jmmv
1dc4467816 Bump PKGREVISION to catch with gpgme03 package rename (it was named gpgme
previously) and its associated library.
2004-03-11 12:29:39 +00:00
jmmv
85cbbbba78 bl3ify 2004-03-11 12:23:19 +00:00
jmmv
42799c46a1 bl3ify 2004-03-11 12:07:53 +00:00
jmmv
e384e46e4b Remove duplicate inclusion of libiconv's bl2.mk file. 2004-03-11 10:52:11 +00:00
jlam
2d2957f72d With buildlink3, native header and libraries aren't symlinked into
${BUILDLINK_DIR}, so ${BUILDLINK_DIR}/include/openssl/des.h may not exist.
Instead, refer to ${SSLBASE}/include/openssl/des.h.
2004-03-11 07:25:10 +00:00
wiz
851cd9a8c3 Update to 1.4.2.1: minor bugfix release. 2004-03-10 18:42:18 +00:00
jlam
bb46710479 Convert to use bdb.buildlink3.mk. 2004-03-10 18:07:16 +00:00
markd
a0708784ed Note dependency on db - fixes build on Solaris 9.
Also USE_LANGUAGES= c c++
2004-03-10 11:35:47 +00:00
grant
4932e6cda2 bump PKGREVISION after digital signature support was added. 2004-03-09 06:39:36 +00:00
simonb
e1620e6d79 Include the gmp buildlink machinery so that digital signature support is
enabled.
2004-03-09 04:05:00 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +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
adam
06d86c9b26 Changes 0.9.10:
* GnuPG signed message part icons now have borders to indicate the
  status of the signature. A blue dotted border indicates the status
  is unknown, a red dotted border indicates a bad signature, and a
  solid green border indicates a good signature.

* when composing to a default address the header entry is no longer
  selected but instead is given a coloured, bold font to indicate
  its presence

* a "Wrap current paragraph" button is now available for the Compose
  toolbar

* a new reply quote format token is available, '%X'. This specifies
  the cursor position.

* the Folderview is updated progressively while receiving mail

* support for the 'Rif:' Subject reply prefix has been added

* LDAP TLS support has been added in the address book

* a Compose window can opened from the address book by right-
  clicking an entry and selecting  'Mail To'

* tools/textviewer.sh: support for perl and shell scripts

* better handling of whitespace in Quick Search bar

* updated translations: German, Russian, Serbian, Simplified
  Chinese, Spanish, and Slovak

* Bug fixes
2004-03-08 15:46:42 +00:00
manu
742126e06b update milter-greylist to 0.12. Changes summary
- a small bugfix: it had some trouble with addresses larger than 31 chars
- database is dumped on each mail instead of every 5 minutes. It now
  includes a human-readable date for acceptation time.
2004-03-08 14:46:31 +00:00
seb
bd61aaa3aa Remove info files entries from PLIST. 2004-03-07 21:46:31 +00:00
seb
e8e653af54 Remove info files entries from PLIST. 2004-03-07 20:51:55 +00:00
seb
7162c9316b Remove info files entries from PLIST. 2004-03-07 20:09:06 +00:00
martti
db6adcc1d8 Fixed CONFLICTS 2004-03-07 12:29:41 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00
markd
3e8b17faf1 "PTHREAD_OPTS+= require" as some sort of thread library is required.
Should fix PR pkg/24610
2004-03-07 11:40:53 +00:00
markd
6163539143 Update mimedefang to 2.40.
pkgsrc changes - add rc scripts and runtime checks for virus checkers
		 from Eric Schnoebelen in PR pkg/24295
	       - require native pthread library as pth doesnt work

Major changes from 2.39 to 2.40:

If multiple virus scanners are installed, they are all used.
Default action for viruses is now discard.
Added a new "notification" facility to allow external software to react
to changes in multiplexor state.
We now pass both the raw input message and the unpacked, decoded parts to
the virus scanner. This makes virus detection much more reliable.

Major changes from 2.38 to 2.39:

The multiplexor can be compiled with an embedded Perl interpreter to
significantly reduce the cost of starting a new slave
A memory leak in the status command was fixed.
A histo command was added so you can see how busy your installation

Major changes from 2.37 to 2.38:

The internal SMALLBUF constant was increased to handle larger SpamAssassin
reports produced by SpamAssassin version 2.60.
If a virus is found, action_notify_sender is disabled.

Major changes from 2.36 to 2.37:

Pure bug-fix release: A file descriptor leak was fixed, and we set the
close-on-exec flag on most file descriptors.

Major changes from 2.35 to 2.36:

Scalability enhancements for very busy servers.
Support for BitDefender's "bdc" virus scanner.
Other minor bug fixes.
2004-03-07 11:18:33 +00:00
recht
9a0f6abe7b Make USE_OPENLDAP actually work by including mk/bsd.prefs.mk and changing
--enable-ldap to --with-ldap.
While at it add add BUILD_DEFS for openldap and use pkgsrc intltool.
Bump PKGREVISION to 3, because of the openldap change.
2004-03-07 11:15:45 +00:00
grant
5647b0ed4d add CONFLICT on postfix, which also installs bin/mailq and
bin/newaliases.
2004-03-07 10:20:06 +00:00
grant
701f7297b8 add CONFLICT on sendmail, which also installs bin/mailq and
bin/newaliases.
2004-03-07 10:16:05 +00:00
grant
3ccb73b7e4 fix typo in #! 2004-03-07 10:14:40 +00:00
grant
5bab0492f1 install rc.subr-style script on all platforms but NetBSD-1.5 and above
(which already has a suitable /etc/rc.d/postfix).
2004-03-07 10:13:46 +00:00
taca
03124c53f2 There is no dependency with ruby-racc-runtime package now. 2004-03-07 04:10:04 +00:00
taca
9c16e1febe Update ruby-tmail package to 0.10.8. Since changes from 0.9.4 is huge
and there are some incompatibilities, please look through ChangeLog
and Incompatibilities file.

pkgsrc changes:

- update HOMEPAGE and MASTER_SITES.
- remove dependency to ruby-amstd package.
2004-03-07 03:32:36 +00:00
heinz
656a4e16f1 Update to 1.996
Changes since 1.991
===================

1.994 Thu Feb 26 17:23:15 EST 2004
      Bugfix for Net::CIDR::Lite --- we now recognize 1.2.3/0 syntax not just
      1.2.3.4/0

1.993 added support for caller-id

1.992 minor bugfixes.  added fallback and override logic.
2004-03-07 01:50:25 +00:00
itojun
12065e1b80 upgrade to 20040301. lots of buffer management fixes. 2004-03-07 01:16:01 +00:00
grant
6310cd515a +postfix-current 2004-03-06 15:09:59 +00:00
grant
4a7003f495 resolve conflicts 2004-03-06 15:08:32 +00:00
grant
4ae826e6a0 Initial import of postfix-current into The NetBSD Packages Collection.
This package is the snapshot from 20040209.

Postfix aims to be an alternative to the widely-used sendmail
program.  Sendmail is responsible for 70% of all e-mail delivered
on the Internet.  With an estimated 100 million users, that's an
estimated 10 billion (10^10) messages daily. A stunning number.

Although IBM supported the Postfix development, it abstains from
control over its evolution. The goal is to have Postfix installed
on as many systems as possible. To this end, the software is given
away with no strings attached to it, so that it can evolve with
input from and under control by its users.
2004-03-06 15:04:11 +00:00
grant
9229549e40 move BUILD_DEFS outside of their respective conditionals, so the
not defined/value output is shown at the start of the build.
2004-03-06 06:52:43 +00:00
grant
af2e0d711c ressurect external patch checksums lost in last commit. 2004-03-06 06:47:41 +00:00
grant
467251f192 move NetBSD specific MESSAGE to its own file. 2004-03-06 06:28:22 +00:00
grant
f57aa1008b don't patch the same file twice, don't patch multiple files in a
single patch.
2004-03-05 22:59:32 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
grant
3cc9066938 run postfix's post-install with "command_directory=prefix/sbin"
argument so it can find postconf.

bump PKGREVISION.
2004-03-05 13:54:32 +00:00
abs
e5dafb3ff3 Update exim to 4.22nb4 & exim-exiscan to 4.22-12nb2 from Norm at cackhanded.net
- Avoid "set{u,g}id ... invoked ... with fd 1 closed" warnings
    - Cleanup DLOPEN from Local/Makefile.pkgsrc
2004-03-05 12:28:45 +00:00
grant
685d711cc3 URL needs mozilla.org in the path now. 2004-03-05 00:45:32 +00:00
grant
8673096edb update Linux build to 20040220 (latest available as of right now). 2004-03-05 00:44:42 +00:00
cjep
f0fc0c0c9e Lint: add NetBSD RCS tags 2004-03-04 15:04:41 +00:00
manu
24404521ca milter-greylist is a greylisting filter for sendmail, it is extremely
effecitve at reducing spam at the time of this writing.
2004-03-04 14:52:33 +00:00
manu
7cc9625454 milter-greylist is a greylisting filter for sendmail, it is extremely
effecitve at reducing spam at the time of this writing.
2004-03-04 14:47:56 +00:00
minskim
e1e646943f Update to 0.9.9.
Changes:
    * Word wrapping on multibyte locales has been improved.
    * The receive menu has been improved.
    * The combo button for toolbar has been implemented.
    * The download feature for IMAP / News folders has been implemented.
    * URL is now shown on the toolbar when links are clicked, and put
      warning in case of fake URL.
    * JIS X 0201 Kana (hankaku kana) will be converted into JIS X 0208
      when sending.
    * Crashes on 64-bit environments has been fixed.
    * Other bugfixes have been made.
2004-03-03 23:16:26 +00:00
manu
c33187d7f9 Update to milter-regex-1.2.
It now supports boolean expressions and macros, and drops privileges when
run as root
2004-03-03 21:09:52 +00:00
chris
8165a15678 Update Sylpheed to 0.9.10.
Main changes are:
    * A new folder can be created on the folder selection dialog now.
    * The folder view is now updated progressively when receiving.
    * Statasbar has been added to the message view window.
    * The built-in image viewer has been improved, and its memory leaks
      have been fixed.
    * Ukrainian translation has been added.
    * Other bugfixes have been made.
2004-03-02 20:44:15 +00:00
jmmv
5adcfa1afb Bump PKGREVISION due to libtasn1 and gnutls updates. 2004-03-01 15:19:41 +00:00
markd
c577f84e3e config.status is called to rebuild Makefiles if config.status is changed
and we now change it.  Unfortunately at the toplevel "Makefile" is passed
as the argument but config.status expects "./Makefile" so fails.

Patch the Makefile to not try and update Makefile in this case, as if it
worked it would make no functional change to the Makefile anyway so don't
bother.
2004-03-01 14:04:37 +00:00
tron
8e8b43a394 Because "mutt" work's fine with the "/bin/sh" in NetBSD 1.6 and above
we don't need to use "/bin/ksh" any more.
2004-03-01 12:13:44 +00:00
toshii
9f735d6c1a Fread(2)ing /dev/urandom is bad due to libc buffering.
Use read(2) instead.
2004-02-29 03:45:37 +00:00
grant
b4fb469385 ensure MOZ_VER is defined, use ${MOZILLA} consistently. 2004-02-29 00:27:40 +00:00
heinz
0344682f75 Add RCD script. 2004-02-28 23:59:47 +00:00
heinz
dfde78b4ac Compiles and works with db4.
Creates user and group now.
"make reinstall" works again.
No change of ownership of /usr/pkg/sbin anymore.
New RCD script (needs work on non-NetBSD platforms regarding "ps" command
options).
Bump revision.
2004-02-28 23:50:59 +00:00
snj
600c7c7a83 Properly fix last. From Christian Weisgerber. 2004-02-28 20:04:40 +00:00
minskim
79857e4805 Disable IPv6 explicitly if USE_INET6 is not set to YES. This is
needed because the default behavior of the configure script was
changed.
2004-02-26 14:07:23 +00:00
markd
dd05c8383d USE_LANGUAGES= c c++. 2004-02-25 22:16:23 +00:00
minskim
ab40b1a235 bl3ify 2004-02-25 19:02:39 +00:00
minskim
f5e93c14ab Bump PKGREVISION due to the update of libgcrypt. 2004-02-25 15:53:17 +00:00
snj
59c727af64 * Apply security patch from
http://www.securityfocus.com/archive/1/354362/2004-02-15/2004-02-21/2
* Bump PKGREVISION to 2.
* Make patches only modify one file each
* Fix some spelling errors
* Use ${SED} instead of sed, and ${CHMOD} instead of chmod
* Set CFLAGS.SunOS instead of doing the bsd.prefs.mk dance
2004-02-25 03:58:42 +00:00
jlam
8ebd2e0dda The default EXTRACT_SUFX for the courier packages has changed to ".tar.bz2"
but this package still uses ".tar.gz" until it's updated.
2004-02-24 01:24:01 +00:00
jlam
0014097da6 PROVIDE sqwebmaild instead of sqwebmail. 2004-02-24 01:20:54 +00:00
jlam
00d72f6d0b Add a convenience control script /etc/rc.d/sqwebmail that invokes
sqwebmaild and pcpd.
2004-02-24 01:20:21 +00:00
jlam
ba8bd65c9c Check that the required_files do exist before starting the process. If
start_cmd is defined, then rc.subr skips the required_files check, so do it
ourselves within the start_cmd.
2004-02-24 01:18:52 +00:00
jlam
25fc79de85 Clean up Solaris db handling by just noting that we need db-1.85
functionality.
2004-02-24 00:22:45 +00:00
jlam
fc38e559ec On Solaris, we need to include db/buildlink3.mk for DB functions. 2004-02-24 00:18:08 +00:00
jlam
3b4ba68d9a On Solaris, we'll need to include db/buildlink3.mk for DB functions. 2004-02-24 00:14:33 +00:00
jlam
78830ab4e6 courier-auth/Makefile.common automatically adds us to the "mail" category. 2004-02-24 00:07:22 +00:00
jlam
ae44c2c5bb Update mail/sqwebmail to 3.6.2. Changes from version 3.3.1 include:
Split sqwebmail into sqwebmail and sqwebmaild.  sqwebmaild is now a
root daemon process that listens on a UNIX domain socket.  sqwebmail
is a tiny, unprivileged cgi-bin stub that forwards the HTTP request
to the daemon process.  The stub passes the client's file descriptor
to sqwebmaild, on platforms that support passing file descriptors,
else it proxies http traffic in both directions.

Replace GIFs with PNGs

Do GPG functions via a library instead of invoking mimegpg.

RFC 2231 support
2004-02-23 23:41:42 +00:00
jlam
d8df2293a9 Have all of the courier programs find the authdaemon socket in the same
location.
2004-02-23 23:24:32 +00:00
jlam
031b2e3ca0 We actually do want to install the example *.authpam files as authdaemond
uses the service name of the authenticatee when doing PAM service name
lookups.
2004-02-23 23:23:31 +00:00
jlam
2004a3975a Don't bother installing the *.authpam files as they don't apply. The
courier IMAP and POP3 daemons only know to use authdaemon for
authentication.
2004-02-22 16:43:27 +00:00
jlam
b1d9985c82 Note the common directory for HTML docs for courier packages. 2004-02-22 16:03:29 +00:00
kristerw
f0bc7bfc60 Add build dependency on perl. 2004-02-22 03:52:08 +00:00
jlam
93dd4cdcff Include courier-auth/Makefile.common in a way that facilitates easier
testing of updated packages.
2004-02-22 03:29:50 +00:00
jlam
5d5e3577ac Update mail/courier-imap to 2.2.1. Changes from version 1.4.2 include
addition of keywords on Maildir messages, use of FAM if it exists to
allow simultaneous access to the same Maildir from multiple clients,
and fixed handling of DELETEd messages and the Trash folder.
2004-02-22 03:13:02 +00:00
jlam
fa4494be57 Add the example PAM file to the installation. 2004-02-22 02:18:31 +00:00
jlam
d23c1f6735 Move settings for USE_BUILDLINK3 and USE_LANGUAGES from the common Makefile
into the separate packages.
2004-02-22 01:52:05 +00:00
jlam
bba043843c Workaround a Solaris bug noted in:
http://www.inter7.com/courierimap/FAQ.html#solarisbug
2004-02-22 01:49:31 +00:00
jlam
acec62100a Update mail/courier-maildirmake to 0.44.2. Changes from version 0.37.1
include adding a new utility, maildirkw, that manipulates the keywords
on messages in Courier's extended Maildir format.
2004-02-21 14:45:22 +00:00
jlam
627daeab62 Update mail/courier-auth* packages to 0.44.2 from the courier-0.44.2
source distribution.  Changes from version 0.37.1 include fixing minor
bugs, plugging memory leaks, and improving documentation.  The
authentication daemons also have improved behaviour when idling.
2004-02-21 14:43:15 +00:00
snj
322cc7c58d s/enableing/enabling/ 2004-02-21 07:12:50 +00:00
snj
b88343e594 s/Syncronize/Synchronize/ 2004-02-21 07:12:12 +00:00
jmmv
53aacf3789 unused 2004-02-20 17:50:36 +00:00
wiz
8535d312cf Add RCS Id. 2004-02-20 14:02:04 +00:00
jmmv
e2865302eb bl3ify 2004-02-20 13:03:09 +00:00
minskim
b7b4c9f245 bl3ify and enable pkgviews installation. 2004-02-19 22:20:00 +00:00
minskim
93df0ff989 bl3fiy and enable pkgviews installation. 2004-02-19 22:17:39 +00:00
minskim
05ef79398c Add and enable p5-MIME-Types. 2004-02-18 15:23:12 +00:00
heinz
9980895f06 Forgot to add PKG_INSTALLATION_TYPES for pkgviews 2004-02-18 00:23:31 +00:00
heinz
491e54a9e3 SPF means "Sender Policy Framework" now 2004-02-17 22:57:35 +00:00
heinz
3a2195b48a Enable p5-Mail-SPF-Query 2004-02-17 22:53:28 +00:00
heinz
18d457b125 Initial import of Perl module Mail::SPF::Query.
The SPF (Sender Permitted From) protocol relies on sender domains to publish
a DNS whitelist of their designated outbound mailers. Given an envelope
sender, Mail::SPF::Query determines the legitimacy of an SMTP client IP.
2004-02-17 22:48:18 +00:00
minskim
08ad243649 Import p5-MIME-Types from pkgsrc-wip. Packaged by Adrian Portelli,
and slightly modified by me.

A start for a more detailed data-structure to keep knowledge about
various data types are defined by MIME.  Some basic treatments with
mime types are implemented.
2004-02-17 02:42:03 +00:00
minskim
cae465e954 Add and enable p5-User-Identity. 2004-02-17 02:27:38 +00:00
minskim
22d686afe1 Import p5-User-Identity from pkgsrc-wip. Packaged by Adrian Portelli
and slightly modified by me.

User::Identity helps maintaining user information from various
sources.  It abstracts the information used about a human begin
(usually configuration information) from its storage.  It tries to be
smart in detecting defaults and such.
2004-02-17 02:25:44 +00:00
jmmv
dccf6ac6fe Depend on at least gnome-dirs 1.4 to handle the share/images shared directory.
Bump PKGREVISION.
2004-02-16 15:06:19 +00:00
martti
5074fe7691 Added optional postgresql support 2004-02-16 09:31:06 +00:00
sketch
325ba9a079 Use PKGDIRMODE and SHAREMODE to ensure the installed documentation files can be
properly deleted on operating systems which are picky about permissions.
2004-02-15 21:33:15 +00:00
tron
3dc19015c5 Use buildlink3 framework. 2004-02-15 13:13:52 +00:00
minskim
8c083ed413 bl3ify 2004-02-14 19:20:41 +00:00
snj
1f98985a4f Whitespace fix. 2004-02-14 18:26:56 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
minskim
0e68344a80 bl3ify 2004-02-14 18:22:56 +00:00
snj
ae57b368df Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.
2004-02-14 18:03:03 +00:00
snj
64a672006b Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.
2004-02-14 17:55:18 +00:00
snj
0da8657609 Put post-install information into MESSAGE instead of using an INSTALL
script.  Okayed by wiz.
2004-02-14 17:45:44 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
52f1b46a37 remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
2004-02-14 00:54:44 +00:00
snj
779cf2a1ec s/dependant/dependent/ 2004-02-13 23:46:25 +00:00
jlam
d2b62c66fb Create a new variable PREFER_NATIVE that has the opposite semantics
as PREFER_PKGSRC.  Preferences are determined by the most specific
instance of the package in either PREFER_PKGSRC or PREFER_NATIVE.  If
a package is specified in neither or in both variables, then PREFER_PKGSRC
has precedence over PREFER_NATIVE.
2004-02-12 02:35:06 +00:00
jlam
1edfa505ed Reorganize code so that any dependencies are checked as part of deciding
whether the software is built-in or not.  This facilitates implementing
the forthcoming PKGSRC_NATIVE variable.
2004-02-12 01:59:37 +00:00
tron
17dfe1cd31 Update "mutt" package to version 1.4.2. Changes since version 1.4.1:
This version fixes a buffer overflow that can be triggered by incoming
messages.  There are reports about spam that has actually triggered
this problem and crashed mutt.
2004-02-11 15:21:57 +00:00
recht
aac46ee0fd update to 0.66
This version is a response to the "clamav 0.65 remote DOS exploit"
information published on popular security-related mailing lists.

Other changes include: (see the README for a full list)

-) clamd:
    + fixed database timestamp handling (and a double reload problem reported
      by Alex Pleiner and Ole Stanstrup)
    + new directive: ArchiveMaxCompressionRatio
    + new command: SESSION (starts a clamd session and allows to do multiple
      commands per TCP session)
    + new directives: TemporaryDirectory, LogClean (Andrey V. Malyshev)

-) freshclam:
    + support for freshclam.conf (that may be optionally merged with
      clamav.conf, command line options overwrite config settings)
    + work-around for potential database downgrade (subtle problem
      in r-r dns handling) - reported by Daniel Mario Vega and patched
      by Luca Gibelli

Fix build by rather patch "configure" directly instead of configure.in
(autoconf failed). Tested on NetBSD-current and Linux (some kind of Debian).
2004-02-11 10:55:49 +00:00
xtraeme
79317ebe2d bl3ify 2004-02-11 04:35:20 +00:00
xtraeme
38b0e92153 Bump PKGREVISION to balsa2 and evolution due to gtkhtml3 update. 2004-02-11 04:02:48 +00:00
xtraeme
0429a7dd4a bl3ify 2004-02-11 02:54:41 +00:00
grant
170f5dee4d Update to thunderbird-0.5 (Solaris/sparc will be updated when builds
become available).

Changes since 0.4:

*  New Features

We now support the notion of multiple identities per mail
account. This makes it easy to have several email addresses which end
up going into the same account. Read More about how to hook this up.

Thunderbird 0.5 includes Secure Password Authentication using a
new cross-platform NTLM authentication mechanism for POP3 and SMTP.

Option to turn on the Mozilla 1.x style folder columns in
Thunderbird (Tools / Options / Advanced / General Settings).

A new Palm Sync Address book conduit is now available for 0.5.
You can now do a one way sync, PC -> Palm or Palm -> PC, by changing
the hot sync conduit setup. We now prevent duplicate cards in
Thunderbird address books when syncing with Palm categories. Numerous
improvements with the initial sync.

A new, improved version of the offline extension is now
available for 0.5. Please read the installation notes in this document
about how to first uninstall old extensions.

Improved Spell Checker including a new US dictionary.

Ability to paste names or addresses from a spreadsheet directly
into the addressing widget of a new compose window.

Improved profile migration from Netscape 4.x.

* Recently Fixed Bugs

If a new message arrives while you are reading a message, we no
longer scroll the message body back to the top.

When saving an IMAP attachment, we no longer re-download the
attachment from the server.

Saving an attachment now brings up a standalone progress window.

Copying a message to a Sent Folder now shows progress in the
progress window.

When saving or opening an attachment, the progress dialog now
reports accurate progress information.

We now mark IMAP messages read in a folder if they are deleted
or moved to another folder. This fixes incorrect unread counts when
checking folders other than the Inbox for new messages.

LDAP searches now honor the directory search filter property.

Ability to paste a single cell of data from Microsoft Excel into
the compose window body.

Problems with IMAP folders three levels deep not showing up when
you are not using the IMAP subscription model.

Tools / Options / Attachments / Attachment Folder setting is now
remembered.

Linux builds no longer crash when viewing HTML messages
requiring a JAVA plugin.

Improved handling of apple double encoded attachments from OSX
clients.

No more new mail alert notifications when all incoming messages
are Junk.

"Remove from server after x days" has been implemented for POP3
mail accounts.

* Performance Improvements

Faster folder loading.

* Improved Stability and Polish

This release is based on the Mozilla App-Suite 1.6 final branch
and includes all of the stability work that went into Mozilla 1.6.
2004-02-10 11:36:48 +00:00
jlam
57ec57613f PERL5_REQD is now a list of values, so append to its value instead of
setting it.
2004-02-10 02:22:49 +00:00
jlam
ab5902a5d9 bl3ify 2004-02-10 00:32:35 +00:00
itojun
6409a5d804 upgrade to 20040209. base64 decoding fix, mbox file handling update. 2004-02-09 20:55:24 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
adam
770928469d Changes 0.9.9:
* the Icon Theme selector has been moved to the other preferences
  window, '/Configuration/Other Preferences.../Display/Themes'. It
  has also been completely redesigned and now displays the name of
  the theme, the name of the author, the related URL, the current
  status, and a preview of the theme.  A theme can be installed or
  removed using the respective buttons.

* the 'External Command' options have been moved to other
  preferences window, '/Configuration/Other Preferences.../Message
  View/External Programs', options for audio player and image viewer
  have been added.

* the creation of 'SMTP only' accounts is now possible.

* the size and position of the Compose window is remembered

* GnuPG: on checking a signature if the key is untrusted the
  signature icon displays a pen with an exclamation mark as a
  warning.

* the SpamAssassin and Clam AntiVirus plugins now indicate their
  operation via the status bar.

* updated translations: French, German, Polish, Serbian, Simplified
  Chinese, Spanish,and Slovak

* Bug fixes
2004-02-09 15:41:13 +00:00
markd
486b72773c Update kbiff to 3.7.
09-10-03 - Alex Galakhov (3.7)
   o Added SSL protocols support using KSSL

12-11-02 - Oren Peled
   o More robust .spec file
2004-02-09 11:46:49 +00:00
snj
db1484fd1b Update to bogofilter-0.16.4, bl3ify, tidy up DESCR. Okayed by jmmv and wiz.
Changes since 0.15.7:
* Perl 5.6 fixes in bogoupgrade
* Install bogotune and bogotune man page
* The -q and -F flags (both unused) were removed
* Alpha/SH(3?) portability fixes
* Gobs and gobs of bugfixes
* The Graham and Robinson algorithms were removed
* Support for old style (separate good/bad) wordlists was removed
* Support for ignore lists was removed
2004-02-09 00:59:06 +00:00
jlam
a1c40fc01e We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.
2004-02-08 04:03:14 +00:00
jlam
75f431d969 PKGLIBTOOL and PKGSHLIBTOOL are no more. 2004-02-08 03:00:29 +00:00
jlam
317cc72791 Make PREFER_PKGSRC just yes/no or a list of packages. This makes it
simpler to understand.
2004-02-05 07:17:14 +00:00
jlam
e7133cac25 Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its
value outside of buildlink-related files.
2004-02-05 07:06:15 +00:00
jlam
07a9d8dfb2 Support a new global variable:
BUILDLINK_PREFER_PKGSRC
	This variable determines whether or not to prefer the pkgsrc
	versions of software that is also present in the base system.

	This variable is multi-state:
		defined, or "yes"	always prefer the pkgsrc versions
		not defined, or "no"	only use the pkgsrc versions if
					needed by dependency requirements

	This can also take a list of packages for which to prefer the
	pkgsrc-installed software.  The package names may be found by
	consulting the value added to BUILDLINK_PACKAGES in the
	buildlink[23].mk files for that package.
2004-02-05 06:58:02 +00:00
grant
3eef29053f bring back COMMENT. noted by agc. 2004-02-04 23:56:31 +00:00
hubertf
fda3ac2657 Update spamprobe to 0.9h. ChangeLog:
* New manual page
* spamprobe.cc (process_stream): Added -o tokenized option
  to allow people to use an external tokenizer with spamprobe.
* SpamFilter.cc (scoreToken): Reduced sorting overhead by
  pre-computing and integer sort value with sorting priorities
  reflected in the value.  This eliminates several calculations
  inside of the sort routine.
* SpamFilter.cc (computeRatio): Capped ratios in calculations to
  within MIN_PROB and MAX_PROB.  Widened that range.  This avoids
  problems with div/0 and makes it easier to sort terms.
* spamprobe.cc (dump_words): dump command can now optionally
  accept a regular expression as an argument and will only dump
  terms matching the regular expression.
  (purge_terms): Added purge-terms command to purge from the
  database all terms matching a regular expression.

Patch submitted by Ossi Herrala <PGP: 0x78CD0337> in private email.
2004-02-03 20:49:34 +00:00
tron
fa63e1ce17 Repeat after me:
I will not patch multiple files with one patch file.
I will not patch multiple files with one patch file.
I will not patch multiple files with one patch file.
[...]
2004-02-02 07:21:24 +00:00
tron
880dabc750 Restore patch which got lost because it was illicitly bundled with
another patch.
2004-02-02 07:05:33 +00:00
recht
8db6be7265 Add clamd rc start script.
Somewhat based upon PR 24294 by Eric Schnoebelen.

While at it also fix configure to always install the example config file
to "examples".
Bump PKGREVISION to 1.
2004-02-02 00:00:48 +00:00
tron
947db73758 Don't leak a file descriptor if a PGP signed e-mail is checked. Patch
supplied by David Laight in privat e-mail.
2004-02-01 22:37:18 +00:00
toshii
02895537ce Update p5-Mail-IMAPClient to 2.2.9.
Numerous feature additions and bug fixes, since the pkg was 4 years old.
2004-01-31 14:47:13 +00:00
chris
07ede8eb1b Update sylpheed to 0.9.9, main changes are:
* Word wrapping on multibyte locales has been improved.
    * The receive menu has been improved.
    * The combo button for toolbar has been implemented.
    * The download feature for IMAP / News folders has been implemented.
    * URL is now shown on the statusbar when links are clicked, and
      warning is displayed in case of fake URL.
    * JIS X 0201 Kana (hankaku kana) will be converted into JIS X 0208
      when sending.
    * Crashes on 64-bit environments has been fixed.
    * Other bugfixes have been made.
2004-01-31 13:56:09 +00:00
taca
7d347a1911 Fix one error message to client. 2004-01-30 07:05:27 +00:00
cube
fc316cbcb4 Add patches for clamav update. 2004-01-29 17:14:53 +00:00
cube
b028b78fd4 Update to 0.65. clamav-milter is still disabled while the maintainer is
working on the issue.

Changes:
-) clamd:
    + fixed a race condition in database reloading code (random crashes
      under high load)
    + fixed a race condition with the improperly initialized session start time
      (thanks to Michael Dankov)
    + fixed PidFile permissions (Magnus Ekdahl, bug reported by Tomasz Papszun)
    + fixed LogFile permissions (Magnus Ekdahl)
    + new directive ScanRAR (bacause RAR support is now disabled by default)
    + new directive VirusEvent
    + new directive FixStaleSocket (Thomas Lamy and Mark Mielke)
    + new directive TCPAddr (Bernard Quatermass, fixed by Damien Curtain)
    + new directive Debug

-) clamav-milter: (Nigel Horne <njh*clamav.net>)
    + new --force-scan flag
    + new -P and -q flags by Nicholas M. Kirsch
    WARNING: clamav-milter and our mail scanner are still in high development
             and may be unstable. You should always use the CVS version.

-) libclamav:
    + support for a new database container format (CVD) - compressed and
      digitally signed
    + better protection against malformed zip archives (such as Mimail)
    + mail decoder fixes (thanks to Rene Bellora, Bernd Kuhls, Thomas Lamy,
      Tomasz Papszun) (Nigel Horne)
    + memory leak fixes (Thomas Lamy)
    + new scan option CL_DISABLERAR (disables built-in RAR unpacker)

-) freshclam:
    + fixed --on-error-execute behaviour (David Woakes)
    + new option --user (-u) USER - run as USER instead of the default user.
      Patch by Damien Curtain.
    + rewritten to use database.clamav.net and CVD

-) documentation:
    + new Spanish documentation on ClamAV and Sendmail integration by
      Erick Ivaan Lopez Carreon
    + included clamdoc.pdf Turkish translation by yavuz kaya and Ýbrahim erken
    + included clamav-mirror-howto.pdf by Luca Gibelli
    + included clamd+daemontools HOWTO by Jesse D. Guardiani
    + included signatures.pdf
    + man pages: updated
    + clamdoc.pdf: rewritten
2004-01-29 17:14:16 +00:00
taca
0c6fb4ba4c Update poppassd pacakge to 4.0.5nb2.
- Catch child process exit.
- Add "-o" option which provides compatibility with older poppassd,
  returning authentication error after "PASS" command not "NEWPASS"
  for some broken clients.
2004-01-29 15:45:00 +00:00
cube
c201089fd8 This depends on pkg-config, as pointed out by agc@'s bulk build log. 2004-01-29 07:42:23 +00:00
heinz
15f0d61b66 Forgot to remove original command line. 2004-01-29 00:02:03 +00:00
heinz
f4497786a7 Do not use "find -d". This option is not available on all supported platforms. 2004-01-28 23:51:19 +00:00
martti
902e4125ae New IPv6 patch 2004-01-28 16:03:02 +00:00
lukem
1cf55d5bb7 patch-ba:
Change pgp_timeout so that the timeout counter is reset every
	time mail is sent.  This makes pgp_timeout much more useful;
	rather than prompting you every pgp_timeout seconds for the
	passphrase, you only get prompted if pgp_timeout seconds have
	elapsed since you last sent email.
	From Ben Elliston.

patch-bb:
	Add new boolean option - change_folder_next.  If set, the `c'
	(change-folder) command selects the next unread mailbox in the
	mailboxes list from the current folder, rather than always
	going back to the start of the mailboxes list.
	From Simon Burge, with the buffy.c::mutt_buffy() fixes from me.

Bump PKGREVISION.

(ok-ed by agc@)
2004-01-28 10:58:00 +00:00
kim
09a8377976 Upgrade to the 1.0 release. 2004-01-28 00:12:53 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
cube
1b4adaf457 PERL 5.60 will probably never exist. Let's require 5.6.0 instead (hi jlam!). 2004-01-26 15:25:00 +00:00
grant
8bdf4d556c use bsd.pkg.install.mk features, SPECIAL_PERMS for setgid binary,
use MAKE_DIRS for bulletins directory.

use BSD install to install binaries and man pages. fixes install
on Solaris.

bump PKGREVISION.
2004-01-26 10:51:44 +00:00
rh
12faba5b32 Update balsa2 to 2.0.16.
The major highlights of this release are:

 * update GPGME support: 124905. GPGME-0.4.3 or better is required.
 * libgtkhtml3 support added.
 * use bonobo to avoid running of multiple balsa instances.
 * fix bugs: 103639, 124550, 127422, 129316 and number of others.
2004-01-26 03:31:31 +00:00
jlam
5be7d9ec3b Use PERL5_REQD to set the required version of perl instead of directly
setting BUILDLINK_DEPENDS.perl.
2004-01-25 16:57:48 +00:00
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +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
recht
0c609aafc6 bl3ify 2004-01-23 12:42:29 +00:00
martti
2acac9de34 Make this work on Linux. 2004-01-23 12:03:44 +00:00
jmmv
1e02bc6383 bl3ify and allow pkgviews installation. 2004-01-23 11:27:30 +00:00
martti
a6224cc309 Updated postfix to 2.0.18
- A change in the line reading routines caused unexpected results
  with lines ending in EOF. This change is undone.

- A portability problem with the test command ("test -e" is not
  supported on older systems, while "test -f" does the job).
2004-01-23 06:25:25 +00:00
heinz
f5a036a0d5 Update to 2.63. Tested on NetBSD and Solaris 8.
Summary of major changes since 2.62
-----------------------------------

  - Fixed bug related to perl 5.005 which stopped SpamAssassin from being
    runnable
  - Fixed bug where "spamassassin -l" parameter wouldn't be untainted before
    being used
  - Added caching of body rendering results so that the message wouldn't
    be rendered the same way multiple times unnecessarily.

Summary of major changes since 2.61
-----------------------------------

  - Fixed two bugs related to Received line generation and parsing.
  - Modified two rules to reduce false positives.
  - Fixed bug where spamd temporary init directory wasn't removed in some
    situations.
  - Modified HABEAS_SWE to function even if the Habeas headers were out of
    their normal order.
  - Fixed bug where reporting wouldn't remove message markup before being
    learned by Bayes.
  - Fixed bug where report_safe_copy_headers would reverse the order of the
    Received headers.
  - Fixed several bugs in the Bayes system caused by DB_File oddities.
2004-01-21 22:19:30 +00:00
martti
4bc98c82df Updated postfix to 2.0.17
- Portability to MacOSX: Bind8 compatibility, core dumps in mailq
  and postdrop, and changes in netinfo support.

- Elimination of some DNS lookup problems in third-party library
  routines (typically resulting in localhost not being found).

- More agressive delivery to sites that defer a lot of mail.

- Correction of a few obscure error messages.

- Several small documentation fixes.

- Minor fixes for robustness problems that no-one has experienced.
2004-01-21 06:56:48 +00:00
rh
2c8031296c Depend on pthread-sem if /usr/include/semaphore.h does not exist. Makes
this compile under NetBSD-1.6.
Bump PKGREVISION.
2004-01-20 23:54:48 +00:00
hubertf
47c3a9d519 Update spamprobe to 0.9g2.
Patch provided by Ossi Herrala <$MAINTAINER> in private mail.


CHANGED:
 * This release moves from Paul's original formula to a slightly modified
   one that yields more evenly distributed scores. To continue using old
   formula, use -o orig-score command line option.

ADDED:
 * -C <number> command line option. This tells SpamProbe to assign a default,
   somewhat neutral, probability to any term that does not have a weighted
   (good count doubled) count of at least specified number in the database.
   This prevents terms which have been seen only a few times from having
   an unreasonable influence on the score of an email containing them.
   Default count have changed. It is now 5. Old was 3.
 * Added -o <option_name> command line option to specify alternate way of
   scoring. Consult README.txt for more info.
 * Added -l <number> command line option. Changes the spam probability
   threshold for emails from the default (0.7) to <number>.
 * Added tokenize command. Prints the tokens found in the file one word
   per line in human readable format with spam probability, good count,
   spam count, message count, and word in columns separated by whitespace.

IMPROVED:
 * -H command line option to add more headers to scan.
 * Improved performance by removing some redundant calculations and
   reducing the amount of I/O in train-* mode.
2004-01-20 23:47:23 +00:00
snj
e9acbdbda1 s/it's/its/ 2004-01-20 22:05:17 +00:00
martin
b5f4678b8a Apply the SASL2 cure to smtp and lmtp to. This makes outgoing authenticated
mail work.
2004-01-20 19:37:45 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
hubertf
7e8b044912 Update to 4.58nb2: make pine run properly on the DEC Alpha processor.
Patch submitted by Robert Pendell, shinji257@uplink.net.
2004-01-20 10:16:38 +00:00
lukem
3237cae1b5 Bump pkgrevision (to procmail-3.22nb1), for simonb's memory allocation
fix in patch-af.
Without that patch, the example procmail rules in spamprobe's manual
page will cause procmail to eat your mail, so we should make it obvious...
2004-01-20 03:24:44 +00:00
lukem
5f8dccdcb5 Fix typos in the manual page. 2004-01-20 03:03:46 +00:00
kim
743700ddcf Upgrade to 1.66:
- fix issue with "all mail gets deleted", which was caused by looking at
  Content-ID for filenames (new feature in 1.61); this resulted in mail
  from ".com" domains to be considered ".com" attachments (patch-aa)
- fixes "PDF corruption problem" (1.64)
2004-01-18 23:40:12 +00:00
recht
512be4b820 + cyrus-imapd22 2004-01-18 12:43:42 +00:00
recht
c2ded46d61 initial import of cyrus imapd 2.2.3
IMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not permitted to log in. The mailbox database is stored in parts of
the filesystem that are private to the Cyrus IMAP system. All user
access to mail is through the IMAP, POP3, or KPOP protocols.
2004-01-18 12:42:10 +00:00
martti
598a23e5cf Pass only one argument to ${INSTALL_DATA_DIR}. This fixes installation
problems on Solaris (pkg/24122 by Charlie Allom).
2004-01-17 06:50:04 +00:00
jdolecek
25103bd7c5 Adapt the imap-uw c-client linkage file use patches, so that
they are more acceptabtable for inclusion in master PHP sources.
No externally visible change, so pkg revision not bumped.
2004-01-16 15:04:54 +00:00
manu
322726a157 Wrong revision bump. Thank to Takahiro Kambe for pointing this out. 2004-01-15 07:58:39 +00:00
grant
cb31f36f48 don't include crypt.h on Darwin, 6.8 at least doesn't have it.
fixes build on Darwin.
2004-01-15 02:05:10 +00:00
manu
d56247f977 Fix build bug with cc -g, patch submitted by john heasley. 2004-01-14 20:16:39 +00:00
xtraeme
2daae09dbf Make Evolution "GNOME 2" pkgsrc compatible with these changes:
1) s/USE_X11BASE/USE_X11/
2) Enable IPv6 if USE_INET6 is enabled.
3) Use GConf2 schemas.mk framework, and GCONF2_SCHEMAS pointing to the
   schemas files.
4) There's no need to depend on gnome1-dirs, we'll use gnome2-dirs instead.
5) Use PKGCONFIG_OVERRIDE poiting to pkgconfig's files.
6) Previous buildlink2 file had gnome1 dependencies...
7) There's no need to depend on net/soup package...

so bump PKGREVISION.
2004-01-14 07:27:51 +00:00
xtraeme
b171aa5185 Update to 2.1.4, provided by Min Sik Kim in PR pkg/24083.
Changes:

    - Close some cross-site scripting vulnerabilities in the admin pages
      (CAN-2003-0965).
    - New languages: Catalan, Croatian, Romanian, Slovenian.
    - New mm_cfg.py/Defaults.py variable PUBLIC_MBOX which allows the site
      administrator to disable public access to all the raw list mbox files
      (this is not a per-list configuration).
    - Expanded header filter rules under Privacy -> Spam Filters.  Now you can
      specify regular expression matches against any header, with specific
      actions tied to those matches.
    - Rework the SMTP error handling in SMTPDirect.py to avoid scoring bounces
      for all recipients when a permanent error code is returned by the mail
      server (e.g. because of content restrictions).
    - Promoted SYNC_AFTER_WRITE to a Default.py/mm_cfg.py variable and
      make it control syncing on the config.pck file.  Also, we always flush
      and sync message files.
    - Reduce archive bloat by not storing the HTML body of Article objects in
      the Pipermail database.  A new script bin/rb-archfix was added to clean
      up older archives.
    - Proper RFC quoting for List-ID descriptions.
    - PKGDIR can be passed to the make command in order to specify a different
      directory to unpack the distutils packages in misc.  (SF bug 784700).
    - Improved logging of the origin of subscription requests.
    - Misc bugfixes.
2004-01-14 01:46:29 +00:00
xtraeme
64f86ffc15 Update to 0.9.8a
Changes:

* 0.9.8a

    * The bug that caused the failure of cache data read has been fixed.

* 0.9.8

    * The offline mode has been implemented.
    * The performance of the scanning of MH folders has been improved on
      the platforms which support d_type in 'struct dirent'.
    * The error checking on moving/deleting messages has become strict.
    * When getting IMAP4 message list, it now fallbacks to FETCH command
      if server doesn't fully support SEARCH command.
    * Outbox for accounts are now correctly chosen when sending from queue.
    * Gettext has been upgraded to 0.12.1.
    * IPv6 support is now enabled by default.
    * Other bugfixes have been made.

* 0.9.7

    * The vulnerability in SMTP response handling, which is exploitable by
      a malicious SMTP server, has been fixed.
    * The structure of folder system has been sorted out.
    * The checking of the existence of IMAP root directory has been
      modified.
2004-01-13 22:27:34 +00:00
adam
15f7277fe5 Changes 0.9.8:
* Pre-processing and post-processing rules can now be specified.
	* A 'Clone Account' function has been added.
	* a new Folder Property has been added, 'Scan for new mail'
	* the Extended 'Quick-search' has a new symbol
	* fast Folder Processing rule creation based on a message
	* a new pixmap has been added for use with a 'Check spelling' button
	* updated translations: British English, French, German Japanese,
	  Polish, Spanish, Simpilified Chinese, and Slovak
	* Bug fixes
2004-01-13 13:03:46 +00:00
cjep
1b39677b6e Remove unnecessary blank lines. 2004-01-12 09:46:04 +00:00
cjep
0bf6bf3ffd Use tabs (not spaces) to make indentation 2004-01-11 19:41:39 +00:00
kim
d2578b32de Fix PLIST wrt MAILMAN_CGIEXT too. 2004-01-11 17:28:30 +00:00
kim
985e48b4a4 Allow for selecting a different CGI GID than the default pkgsrc APACHE GID.
Allow for not using a CGI extension (no extension was the pkgsrc default
for the previous mailman version, and forcing to add one seems like just
a gratuitous change).

Record BUILD_DEFS. (XXX: All these should be documented, too.)
2004-01-11 17:17:25 +00:00
jlam
acdcbd2b1e bl3ify 2004-01-11 07:40:13 +00:00
simonb
edd8c49bad Pass the size to be reallocated to realloc(), not the address of the
size(!).  Fixes "Out of memory as I tried to allocate N bytes" messages
that I've been seeing.
2004-01-11 06:55:00 +00:00
chris
7aeaf3cbda Add CYRUS_DB_RECOMMENDED and CYRUS_USE_INET6 to the BUILD_DEFS, so they're
listed during the build.
2004-01-10 15:20:37 +00:00
jlam
4b90d17ed9 From the log for rev. 1.1260 of bsd.pkg.mk:
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of
 PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of
 PKG_SYSCONFSUBDIR.  This makes PKG_SYSCONFBASE=/etc work with pkgviews by
 installing all config files into /etc/packages/<pkg> instead of
 occasionally putting some directly into /etc."
2004-01-07 02:21:16 +00:00
xtraeme
88dd97cb3e Disable IPv6 support if USE_INET6 is not enabled, from Min Sik Kim
in PR pkg/24009.
2004-01-07 01:40:43 +00:00
abs
99dc4f04cc UNLIMIT_RESOURCES=datasize to fix NetBSD/sparc 1.6ZG build 2004-01-06 18:56:50 +00:00
cjep
cf6a8daabe Add patch that should have been added previously... 2004-01-06 09:18:21 +00:00
jlam
d19f053e4d bl3ify 2004-01-06 07:17:03 +00:00
jlam
457d023fac bl3ify 2004-01-06 07:05:24 +00:00
grant
5861b877e1 update to latest Linux nightly build, dated 2003-12-16. 2004-01-06 01:19:02 +00:00
hubertf
6a258147e8 Update to spamprobe-0.9e.
Too many changes to list, the old pkg was from 2002(!)

Update probided by ohub @ #NetBSD/IRCnet,
buildlink3 code OK'd by jlam.
2004-01-05 22:11:15 +00:00
cube
2bb10d0657 Add to patch to match "application/PDF". 2004-01-05 16:53:04 +00:00
jlam
6ff48e076b bl3ify 2004-01-05 11:53:39 +00:00
lha
2496db6757 Update to gnus 5.10.6, various bugfixes. Last gnus of the 5.10
releases.
2004-01-05 04:35:04 +00:00
rh
b04edea5a2 Add and enable evolution12 2004-01-04 21:40:44 +00:00
rh
c99373a710 Re-import of evolution-1.2.4nb6, the gnome1 version of evolution as
evolution12.
2004-01-04 21:39:50 +00:00
rh
bea8ae8de7 Update evolution to 1.4.5. Changes include feature enhancements and tons
of bug fixes, too numerous to list here.  Most nobably, this version
of evolution now uses the gnome2 framework instead of gnome1.
2004-01-04 21:37:09 +00:00
grant
d4771a3ff9 conditionally set MOZ_EXTRA, and set it to empty in thunderbird (for
which there is currently no gtk1 pkg).
2004-01-04 05:06:19 +00:00
grant
63b2201716 factor out the common bits of the various mozilla binary packages into
mozilla-bin/Makefile.common and mozilla-bin-nightly/Makefile.common.

the result is much less duplication and more consistent installations.
tested on NetBSD-current only (for now).
2004-01-04 05:01:02 +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