Commit graph

2394 commits

Author SHA1 Message Date
taca
fe2216dcb8 - Add --enable-shadow since this package could work on platform
which have shadow password (SunOS at least).
- Reduce warning with GCC 3.3.1.
- Bump package revision.
2003-10-05 04:25:14 +00:00
xtraeme
0f26eb269a FreeBSD also has stty() and gtty() in libcompat, so link to libcompat here. 2003-10-03 18:20:53 +00:00
christos
ee4ca78e56 enable use of sasl2 2003-10-03 15:04:52 +00:00
seb
edaca2cd73 Also record USE_SASL2 in BUILD_DEFS. 2003-10-03 10:34:02 +00:00
reed
b6f24ed0db Since distfile doesn't have a unique filename between versions, then
store in its own DIST_SUBDIR.
2003-10-02 16:18:36 +00:00
martti
b123113b9b Updated postfix to 2.0.16
* bug fixes
* new IPv6 patch
2003-10-02 10:39:12 +00:00
itojun
4adec205bf remove PKGREVISION 2003-10-01 22:08:24 +00:00
itojun
6d142f6199 upgrade to 20030922 snapshot. don't SEGV with certain operation (forward
multiple emails without body), use G1 designation/invocation for 96-char
ISO charsets, and other fixes.
2003-10-01 22:07:10 +00:00
reed
48e5ec18b9 Added ripmime. 2003-10-01 20:58:52 +00:00
reed
4b48762980 ripmime-1.3.0.4 Extract the attached files out of a MIME encoded email package 2003-10-01 20:45:55 +00:00
wiz
9319ad7e55 Add build dependency on perl (pod2man is used for man page).
Noted missing by kristerw.
2003-10-01 07:17:06 +00:00
xtraeme
c02ab55cbd Add missing "/" to the URL section to make pkglint happy 2003-09-30 07:17:12 +00:00
xtraeme
0841b2f807 Updated to 0.14.5.4.
While updating, make bogofilter use the bsd.pkg.install.mk
framework to install the configuration file into PKG_SYSCONFDIR.

Patch provided by Soren Jacobsen in PR pkg/22983.

Changes:

Changes:
0.14.5.4
* _Really_ fix defective printing in 'bogofilter -Q' output.
0.14.5.3
* Fix parser errors that can cause:
  1. Incorrect processing of html comments.
  2. "fatal flex scanner internal error--end of buffer missed",
     which kills bogofilter.
* Fix defective printing in 'bogofilter -Q' output.
* Compiles with TDB again.
0.14.5.2
* bogominitrain.pl - removed email 'cruft' and revised format
  of verbose output.
0.14.5.1
* Fixed parameter type error in dbh_print_names() that causes
  segfault.
* Enhanced verbose output of bogominitrain.pl
* Documented '-T' option in man page.
* Fixed parsing error that treated "^From " in encoded text as
  a message separator.
* Revised format for '-T'.
* Fixed defect in bogominitrain.pl's norepetition mode.
0.14.5
* Updated bogominitrain.pl to version 1.3.
* Corrected parsing error (in html code) that caused
  bogofilter to miss message separators.
* Added '-T' as terse mode (with fixed formatting).
* Revised processing of From and empty lines so that parsing
  works correctly with both flex-2.5.4 and flex-2.5.31.
0.14.4
* Revised database API so that there are 3 distinct layers
  (program, datastore, and database) with a clean interface
  between them.
* Correct exitcodes in bogoutil by using EX_ERROR.
* Fixed token registration bug in 0.14.x versions.
* Fixed seg fault caused by database lock contention.
0.14.3
* Fixed critical locking bug introduced into bogofilter 0.14.0
  with the combined-wordlist code: when working with separate
  wordlists, bogofilter would lock only the first one opened,
  rather than all.
* Documentation updates.
* %g formatting is now supported by bogofilter's formatting functions.
* Merged trio 1.10 (http://ctrio.sourceforge.net/) to support
  compilation on ancient systems (Solaris 2.5) that do not have
  [v]snprintf functions.
  Trio is Copyright (C) 1998-2000 Bjorn Reese and Daniel Stenberg.
* Various documentation updates, including the FAQ.
* The test suite was adjusted for older grep variants (Solaris
  2.5) that don't cope with long lines.
* Print database version in print_version().
* Postfix integration instructions have been upgraded.
* Debug output for wordlists and databases was enhanced.
2003-09-30 07:11:48 +00:00
xtraeme
757d59a3b3 Updated to 2.0.15.
Changes:

- imap folder scanning speedup.
- fix bugs: 121181, 121637, 121867 and others.
- help updates.
2003-09-30 06:28:58 +00:00
chris
4682c56056 Update clamav so that milter support is optional.
However currently milter support is disabled, as it requires strerror_r to
be available, which it isn't on -current.

Note this required the fixing of the milter tests in the configure.in file.
It seemed if you used --disable-milter and the .h file was in the include
path, eg on -current it's in /usr/include/libmilter it was found and used.

We now have a want_milter for the --enable/disable-milter, which will
trigger the tests to setup have_milter.

Once I've sorted out the strerror_r problem in -current I'll enable the
milter support (or if someone tells me it works with pth)

Bump PKGREVISION.
2003-09-28 23:39:24 +00:00
xtraeme
5e46cf2c2c Bump package revision (Conflict with sylpheed-gtk2) 2003-09-28 11:38:51 +00:00
jmmv
f2c9ccce88 Whitespace. 2003-09-28 11:31:14 +00:00
xtraeme
075489a508 Add and enable sylpheed-gtk2 2003-09-28 11:05:16 +00:00
xtraeme
a3daa83461 Initial import of sylpheed-gtk2-0.9.5-20030906.
Sylpheed is an e-mail client (and news reader) based on GTK+, running on
X Window System, and aiming for:
  * Quick response
  * Graceful, and sophisticated interface
  * Easy configuration, intuitive operation
  * Abundant features

Currently, many features are supported including POP3, IMAP, NNTP,
multiple accounts, threading, filtering, MIME attachments, APOP, SMTP
AUTH, SSL, IPv6, GnuPG, internalization, and more.

This is the GTK+ 2.0 branch of Sylpheed, authored by Takuro Ashie and
Botond Botyanszki.
2003-09-28 11:04:28 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
heinz
c6f2b73a20 Improve behaviour of Razor2 when running in taint mode.
Fixes come from the SpamAssassin 2.60 release (originally from
http://www.ijs.si/software/amavisd/ (Thanks to amavisd-new, Mark
Martinec, and Vivek Khera!))
2003-09-27 13:21:37 +00:00
heinz
7aa977d777 Improve behaviour of Razor2 when running in taint mode.
Fixes come from the SpamAssassin 2.60 release (originally from
http://www.ijs.si/software/amavisd/ (Thanks to amavisd-new, Mark Martinec,
and Vivek Khera!))
2003-09-27 13:20:25 +00:00
recht
215a6b647e Add USE_BUILDLINK2.
This should fix hubertf's bulk build.
2003-09-27 08:22:29 +00:00
wiz
ea90e82f2e Add and enable fix-mime-charset. 2003-09-26 10:22:37 +00:00
wiz
42e78e92c2 Initial import of fix-mime-charset-0.4.0:
In non-English mailing lists (particularly in Russian) there is a
big problem with messages, where charset parameter of Content-Type
header is set incorrectly. Sometimes software is buggy, sometimes
people cannot set up their software properly, sometimes web-based
email clients do not implement charsets.  While reading such a
mail, one should manually switch encoding in MUA back and forth.
Incorrectly encoded or plain 8-bit Subject field is another big
problem.  Such fields often get corrupted while passing e-mail
gateways.

This program can be used to solve this problem while used as mail
filter (in MTA, procmail, or a similar program).
2003-09-26 10:21:51 +00:00
kim
324c1d74c6 Works with more Python versions. 2003-09-26 00:20:32 +00:00
grant
44e84258c5 add bin/mutt_dotlock to the PLIST if it is installed.
as observed on Darwin.
2003-09-25 08:36:16 +00:00
tron
8a36705cbf Correct path of example configuration file. Problem noted by
Markus Illenseer in private e-mail.
2003-09-24 13:21:10 +00:00
markd
663e862985 Allow use of base system libmilter if it exists and is complete enough.
Closes PR 22708 from wiz.
2003-09-24 12:43:57 +00:00
jmmv
b12c12940a Whitespace. 2003-09-24 09:55:18 +00:00
tron
dcf61bfb8d Add and enable "sma" package. 2003-09-24 09:27:55 +00:00
tron
f2269b9f6c Import new "sma" package: Sendmail log analyser
This packages was contributed by Markus Illenseer in PR pkg/22921.
2003-09-24 09:25:46 +00:00
xtraeme
eb9607ed38 Updated to 1.0.1.
Changes:

2002-09-12 Stable Version 1.0.1 released
--------------------------------------
      * protocol.c smtp-auth.c smtp-bdat.c smtp-etrn.c smtp-tls.c
        More thoroughly check return value from read_smtp_response().
      * libesmtp.h errors.c
        Added new "Client error" error code.  This is just a cop-out,
        used when an API called by libesmtp fails.
      * base64.c
        Make conversions immune to NULL source data,
      * examples/mail-file.c
        Cleaned up some compiler warnings
      * siobuf.[hc]
        Added a few extra sio_ calls.  Not actually used in libESMTP though.
      * concatenate.c errors.c getaddrinfo.c headers.c htable.c
      * protocol.c siobuf.c
        Don't perform zero length operations using the memxxx() functions.
        This may avoid segfaults on some platforms or libraries.
      * siobuf.c
        Improved handling of flushes in sio_write() particularly in the
        case where data would exactly fill remaining space in the buffer.
      * rfc2822date.c
        Correct leap year compensation for January and February in
        libesmtp_mktime().
      * examples/Makefile
        Changed compiler flags from -ansi to -std=c99 and added -W
      * headers.c
        Eliminated bug where find_header() could pass -1 to the length
        argument of memchr() causing a core dump on some architectures.
      * libesmtp-private.h protocol.c smtp-bdat.c
        M$ Exchange does not accept a chunk size of 0 in BDAT 0 LAST as
        explicitly permitted by RFC 3030, *sigh*.  Hackish workaround
        implemented.
      * configure.in Makefile.am
        Added DIST_SUBDIRS macro to make sure tarball gets built properly.
        This one slipped past 'make distcheck' last time for some reason
        but then autoconf & friends are totally inscruitable.
      * ntlm/ntlmdes.c
        OpenSSL 0.9.7 changes some typedefs.  Changed to suit, should
        still be compatible with previous OpenSSL versions.
2003-09-24 09:12:19 +00:00
xtraeme
f30daed5f6 Use ${SSLCERTS} instead of harcoded /etc/openssl. 2003-09-23 14:27:34 +00:00
salo
570221b153 PKGREVISION++
Apply bugfix patches for the following problems:
- Searching address fields can crash sometimes.
- Auth process crashes if user doesn't have home directory set.
- Some BODY and BODYSTRUCTURE replies missed data for message/rfc822
  MIME parts causing clients to break.
2003-09-23 13:54:25 +00:00
kim
65611f025c Update to tmda-0.84
See share/doc/tmda/UPGRADE for important notes, or view the notes from
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/tmda/tmda/UPGRADE
before upgrading.  There are too many changes to list here.
2003-09-23 01:57:18 +00:00
manu
7258e92955 jchkmail is a behavior-based virus and spam milter for Sendmail 2003-09-22 14:47:00 +00:00
manu
1dbd454176 Behavior-based virus and spam milter for Sendmail 2003-09-22 14:33:35 +00:00
taca
f1abf4a906 Add missing files to PLIST to fix errror with pkg_delete(1). 2003-09-21 14:17:26 +00:00
jmmv
4cbd8bc7e8 Capitalize comment. 2003-09-21 11:15:21 +00:00
chris
5c21c5dbd7 Update p5-MailTools to 0.59, changes are:
version 1.59: Wed Aug 13 08:13:00 CEST 2003

        - Patch by [Shafiek Rasdien] which adds Mail::Internet::smtpsend
          option MailFrom.

        - [Ziya Suzen] extended Mail::Mailer::test to provide more
          test information.

        - Added SWE (Sender Waranted E-mail) as abbreviation in field
          names which is always in caps, on request by [Ronnie Paskin]

        - Added SOAP and LDAP as abbreviation in field names which is
          always in caps.
2003-09-20 16:06:22 +00:00
chris
a95a4cfe8b Update clamav to 0.60. Note the new home is sourceforge.
Also fix pkg/22714, clamav not building, this was due to it rerunning
configure due to dependancy updates, which built a new libtool, replacing
the one we had given it from pkgsrc.

The fix is to run autoconf and automake on the patches, I would have done
diff's post autoconf/automake, but the diffs are much bigger.

Known issue, if you run fetchclam to update the databases you'll find that
pkg_install won't remove the db files as the MD5 checksum has changed, I
may move the db files into etc/clamav and copy them in, then fetchclam can
update as needed.

However I thought that given the current spate of viruses hitting people
they maybe wanting the latest version.
2003-09-20 01:27:17 +00:00
wiz
5a91e81df6 Use .CURDIR instead of PKGDIR variable (for pkglint). 2003-09-19 12:22:44 +00:00
wiz
bcc4758849 Add and enable msmtp. 2003-09-19 09:24:55 +00:00
wiz
9e9bd729a4 Initial import of msmtp, an SMTP plugin for MUAs, provided by
Bryan Carter Vyhmeister in PR 22840.

and probably other MUAs (mail user agents).  msmtp forwards mails
to an SMTP server (for example at a free mail provider) which does
the delivery.

Features include:
    * SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5
    * TLS encrypted connections
    * IPv6 support
    * robustness
    * detailed error messages (including the full answer of the
      SMTP server) if something goes wrong
    * sendmail compatible exit codes (which most MUAs understand).

Simply tell your MUA to call msmtp instead of /usr/sbin/sendmail.
2003-09-19 09:24:29 +00:00
grant
3f188d663b remove the M4 dance, and just set USE_GNU_TOOLS+=m4. 2003-09-19 01:55:34 +00:00
wiz
f1d9fbec91 Add SETENV MAKE_ENV to build target.
From Jeremy C. Reed in PR 22759.
2003-09-18 18:42:22 +00:00
wiz
73b68b1ea3 Remove two unneeded (exec/unexec) lines from PLIST.
Noted by Jeremy C. Reed in PR 22758.
2003-09-18 18:36:26 +00:00
taca
486003a0d3 - Add patch from NetBSD 1.6 branch's changes for parseaddr.c 1.8.2.1-1.8.2.3.
- Also bump sendmail version information itself.
- bump package revision.

BUGS
	Setting USE_WIDEPATCH=NO breaks the package.
2003-09-18 17:10:35 +00:00