pkgsrc/mail
abs 7f88a7c917 Update exim to 4.43 from 4.42
Update exim-exiscan to 4.43_28 from 4.42_27
Update exim-html to 4.40 from 4.30

exim-exiscan:

28  - Added F-Secure support, thanks to Johan Thelmen <jth@home.se>.

    - Upgraded SRS support to libsrs_alt 0.5 via Miles
      Wilton's patch.

    - REMOVED exiscan-acl implementation of custom header
      placement in favor of Philip Hazel's native implementation.
      However, a new option option was added for it to
      mimic the behaviour of the old header_pos_middle option.
      Read section 10 of exiscan-acl-spec.txt.

exim:
 1. Fixed a longstanding but relatively impotent bug: a long time ago, before
    PIPELINING, the function smtp_write_command() used to return TRUE or FALSE.
    Now it returns an integer. A number of calls were still expecting a T/F
    return. Fortuitously, in all cases, the tests worked in OK situations,
    which is the norm. However, things would have gone wrong on any write
    failures on the smtp file descriptor. This function is used when sending
    messages over SMTP and also when doing verify callouts.

 2. When Exim is called to do synchronous delivery of a locally submitted
    message (the -odf or -odi options), it no longer closes stderr before doing
    the delivery.

 3. Implemented the mua_wrapper option.

 4. Implemented mx_fail_domains and srv_fail_domains for the dnslookup router.

 5. Implemented the functions header_remove(), header_testname(),
    header_add_at_position(), and receive_remove_recipient(), and exported them
    to local_scan().

 6. If an ACL "warn" statement specified the addition of headers, Exim already
    inserted X-ACL-Warn: at the start if there was no header name. However, it
    was not making this test for the second and subsequent header lines if
    there were newlines in the string. This meant that an invalid header could
    be inserted if Exim was badly configured.

 7. Allow an ACL "warn" statement to add header lines at the start or after all
    the Received: headers, as well as at the end.

 8. Added the rcpt_4xx retry error code.

 9. Added postmaster_mailfrom=xxx to callout verification option.

10. Added mailfrom=xxxx to the callout verification option, for verify=
    header_sender only.

11. ${substr_1_:xxxx} and ${substr__3:xxxx} are now diagnosed as syntax errors
    (they previously behaved as ${substr_1_0:xxxx} and ${substr:_0_3:xxxx}).

12. Inserted some casts to stop certain compilers warning when using pointer
    differences as field lengths or precisions in printf-type calls (mostly
    affecting debugging statements).

13. Added optional readline() support for -be (dynamically loaded).

14. Obscure bug fix: if a message error (e.g. 4xx to MAIL) happened within the
    same clock tick as a message's arrival, so that its received time was the
    same as the "first fail" time on the retry record, and that message
    remained on the queue past the ultimate address timeout, every queue runner
    would try a delivery (because it was past the ultimate address timeout) but
    after another failure, the ultimate address timeout, which should have then
    bounced the address, did not kick in. This was a "< instead of <=" error;
    in most cases the first failure would have been in the next clock tick
    after the received time, and all would be well.

15. The special items beginning with @ in domain lists (e.g. @mx_any) were not
    being recognized when the domain list was tested by the match_domain
    condition in an expansion string.

16. Added the ${str2b64: operator.

17. Exim was always calling setrlimit() to set a large limit for the number of
    processes, without checking whether the existing limit was already
    adequate. (It did check for the limit on file descriptors.) Furthermore,


18. Imported PCRE 5.0.

19. Trivial typo in log message " temporarily refused connection" (the leading
    space).

20. If the log selector return_path_on_delivery was set and an address was
    redirected to /dev/null, the delivery process crashed because it assumed
    that a return path would always be set for a "successful" delivery. In this
    case, the whole delivery is bypassed as an optimization, and therefore no
    return path is set.

21. Internal re-arrangement: the function for sending a challenge and reading
    a response while authentication was assuming a zero-terminated challenge
    string. It's now changed to take a pointer and a length, to allow for
    binary data in such strings.

22. Added the cyrus_sasl authenticator (code supplied by MBM).

23. Exim was not respecting finduser_retries when seeking the login of the
    uid under which it was called; it was always trying 10 times. (The default
    setting of finduser_retries is zero.) Also, it was sleeping after the final
    failure, which is pointless.

24. Implemented tls_on_connect_ports.

25. Implemented acl_smtp_predata.

26. If the domain in control=submission is set empty, Exim assumes that the
    authenticated id is a complete email address when it generates From: or
    Sender: header lines.

27. Added "#define SOCKLEN_T int" to OS/os.h-SCO and OS/os.h-SCO_SV. Also added
    definitions to OS/Makefile-SCO and OS/Makefile-SCO_SV that put basename,
    chown and chgrp in /bin and hostname in /usr/bin.

28. Exim was keeping the "process log" file open after each use, just as it
    does for the main log. This opens the possibility of it remaining open for
    long periods when the USR1 signal hits a daemon. Occasional processlog
    errors were reported, that could have been caused by this. Anyway, it seems
    much more sensible not to leave this file open at all, so that is what now
    happens.

29. The long-running daemon process does not normally write to the log once it
    has entered its main loop, and it closes the log before doing so. This is
    so that log files can straightforwardly be renamed and moved. However,
    there are a couple of unusual error situations where the daemon does write
    log entries, and I had neglected to close the log afterwards.

30. The text of an SMTP error response that was received during a remote
    delivery was being truncated at 512 bytes. This is too short for some of
    the long messages that one sometimes sees. I've increased the limit to
    1024.

31. It is now possible to make retry rules that apply only when a message has a
    specific sender, in particular, an empty sender.

32. Added "control = enforce_sync" and "control = no_enforce_sync". This makes
    it possible to be selective about when SMTP synchronization is enforced.

33. Added "control = caseful_local_part" and "control = "caselower_local_part".

32. Implemented hosts_connection_nolog.

33. Added an ACL for QUIT.

34. Setting "delay_warning=" to disable warnings was not working; it gave a
    syntax error.

35. Added mailbox_size and mailbox_filecount to appendfile.

36. Added control = no_multiline_responses to ACLs.

37. There was a bug in the logic of the code that waits for the clock to tick
    in the case where the clock went backwards by a substantial amount such
    that the microsecond fraction of "now" was more than the microsecond
    fraction of "then" (but the whole seconds number was less).

38. Added support for the libradius Radius client library this is found on
    FreeBSD (previously only the radiusclient library was supported).
2004-10-07 17:29:16 +00:00
..
anomy-sanitizer Update anomy-sanitizer to 1.68 2004-06-06 14:58:29 +00:00
archivemail Patch to suppress some warning - from FreeBSD 2004-06-30 19:16:07 +00:00
autorespond Replace dependencies on "qmail or netqmail" with dependencies on qmail. 2004-08-22 00:23:55 +00:00
balsa Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
balsa2 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
bbmail USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated 2004-05-23 20:58:41 +00:00
bmf COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
bogofilter Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
bulk_mailer Use /usr/sbin/sendmail as default sendmail. For Solaris, use 2004-06-08 10:57:42 +00:00
clamav Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
clamsmtp Update mail/clamsmtp to 0.8. 2004-09-21 10:16:05 +00:00
columba Update to bl3. All test built with jdk or sun-jdk14. 2004-06-28 17:28:56 +00:00
coolmail COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
courier-auth Make this look more like sqwebmail's rc.d script so that "status" returns 2004-07-15 08:28:33 +00:00
courier-authldap Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
courier-authmysql Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
courier-authpgsql Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL 2004-07-24 22:45:14 +00:00
courier-imap Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
courier-maildir Fix error in sharedindexupdate script where @DATADIR@ wasn't being 2004-07-15 06:49:33 +00:00
cucipop add optional db2 support via PKG_OPTIONS.cucipop=db2. fix some bugs in 2004-09-02 10:39:04 +00:00
cue Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
cyrus-imapd Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
cyrus-imapd21 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
cyrus-imapd22 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
deliver Add patches from Jim Bernard to make this build on -current and fix 2004-05-28 01:09:01 +00:00
demime Update demime to 1.1d. 2004-08-17 19:19:27 +00:00
distribute Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
dot-forward Build the installer at the end of the build phase, rather than at 2004-08-30 12:16:00 +00:00
dovecot Change the way that legacy USE_* and FOO_USE_* options are converted 2004-08-22 19:32:51 +00:00
drac Unused. 2004-04-25 01:08:54 +00:00
dspam Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
elm Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
elm-me Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
elmo Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
etach Use emacs.mk. 2004-05-08 15:10:58 +00:00
evolution Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
evolution-data-server Update to 1.0.1. Should fix problem shown in PR pkg/27120. 2004-10-04 09:46:50 +00:00
evolution12 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
evolution14 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
exim Update exim to 4.43 from 4.42 2004-10-07 17:29:16 +00:00
exim-exiscan Update exim to 4.43 from 4.42 2004-10-07 17:29:16 +00:00
exim-html Update exim to 4.43 from 4.42 2004-10-07 17:29:16 +00:00
exim3 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
exmh Enable tk84 and replace x11/tk with x11/tk83. Packages compatible 2004-03-08 20:27:13 +00:00
ezmlm Replace dependencies on "qmail or netqmail" with dependencies on qmail. 2004-08-22 00:23:55 +00:00
ezmlm-idx Change the way that legacy USE_* and FOO_USE_* options are converted 2004-08-22 19:32:51 +00:00
faces Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
fastforward Replace dependencies on "qmail or netqmail" with dependencies on qmail. 2004-08-22 00:23:55 +00:00
fetchmail Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
fetchmailconf Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
fix-mime-charset Update to 0.5.3: 2004-09-21 00:20:54 +00:00
fromto Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
getmail Update to 4.1.4. From the changelog: 2004-09-02 02:35:58 +00:00
gmime Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
GNUMail Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
gnus Remove info files entries from PLIST. 2004-03-07 20:09:06 +00:00
grepmail Update grepmail to 5.30. Now requires p5-Mail-Mbox-MessageParser>=1.20. 2004-06-23 15:43:42 +00:00
hypermail Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ifile Update to version 1.3.4. 2004-08-20 11:47:40 +00:00
ifile-procmail Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
imap-uw Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
imap-uw-utils Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
imapfilter Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
imapproxy Convert to buildlink3. 2004-04-18 05:31:35 +00:00
imp Update imp to 3.2.4 2004-06-26 20:35:48 +00:00
incm Add trailing / to HOMEPAGEs 2003-12-30 17:27:31 +00:00
isync Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ja-mh Revert bumped PKGREVISION since previous change is build problem only. 2004-09-18 04:52:22 +00:00
ja-squirrelmail Importing ja-squirrelmail 1.4.3a package. 2004-06-06 14:32:11 +00:00
jchkmail Convert to buildlink3. 2004-05-09 21:14:42 +00:00
kbiff Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
libesmtp Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
libetpan Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
libmilter - s/uname/${UNAME}/g 2004-08-30 20:48:47 +00:00
libmilter812 Rename of current libmilter package to libmilter812 to make way for 2004-08-30 20:53:20 +00:00
libsieve Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
libsnert No longer used. 2004-04-24 22:57:38 +00:00
libspf-alt Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
mail-notification Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
mailagent dirname -> ${DIRNAME}, id -> ${ID} 2003-11-23 07:41:19 +00:00
mailcrypt Remove info files entries from PLIST. 2004-03-07 20:51:55 +00:00
maildrop Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
mailman Provide rc.d script wrapper to mailmanctl 2004-09-06 06:29:42 +00:00
mailscanner Use the correct path for p5-Convert-BinHex. 2004-09-26 18:35:51 +00:00
mailserv Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
mailsync Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
mailwrapper Fix installation if NO_MTREE is defined, as in the case for pkgviews. 2004-08-10 21:49:04 +00:00
majordomo Prepare for pkgviews by making sure that passing VIEW-INSTALL or 2003-08-30 20:22:49 +00:00
mdfrm Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
mess822 Initialize strerr_sys to build on Mac OS X (modeled after the patch 2004-08-30 14:03:49 +00:00
metamail Do not try to install a nonexistent file; it stops installation on 2004-06-20 02:52:28 +00:00
mew Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
mew3 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
mhonarc Update MASTER_SITES 2004-06-26 16:22:04 +00:00
milter-greylist Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
milter-regex Take over maintainership of milter-regex (OKed by manu) 2004-06-11 23:17:50 +00:00
milter-sender Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
milter-spamc Convert to buildlink3. 2004-04-24 22:56:32 +00:00
mimedefang Update mimedefang to version 2.44 2004-07-18 06:11:14 +00:00
mini_sendmail bl3ify and allow pkgviews installation. 2004-01-23 11:27:30 +00:00
msmtp Remove trailing whitespace. 2004-09-19 13:02:55 +00:00
mush Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
mutt Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
mutt-devel Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
nail Update of mail/nail to 11.5. 2004-09-06 08:20:53 +00:00
newmail use bl3 so that gcc specific flags are stripped out. 2004-06-17 12:49:01 +00:00
nmh XXX: hack around the hack that netbsd-current <stdio.h> tramples the 2004-05-04 06:18:14 +00:00
nullmailer Set USE_BUILDLINK3=yes and USE_LANGUAGES=c++. Use RCD_SCRIPTS in 2004-08-30 14:34:11 +00:00
oe2mbx Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
offlineimap Update to version 4.0.6, use INSTALLATION_DIRS. 2004-08-26 10:20:41 +00:00
p5-Email-Valid Convert to buildlink3. 2004-05-02 04:19:41 +00:00
p5-IMAP-Admin This package requires no compiler. 2004-07-22 22:40:16 +00:00
p5-Mail-Audit Convert to buildlink3. 2004-05-02 04:19:41 +00:00
p5-Mail-ClamAV Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
p5-Mail-IMAPClient Convert to buildlink3. 2004-05-02 04:19:41 +00:00
p5-Mail-ListDetector Convert to buildlink3. 2004-05-02 04:19:41 +00:00
p5-Mail-Mbox-MessageParser Update to p5-Mail-Mbox-MessageParser-1.20. 2004-06-23 15:34:07 +00:00
p5-Mail-Milter Mail::Milter is a set of modules useful to mail filter writers who are 2004-03-29 18:30:59 +00:00
p5-Mail-Sendmail Convert to buildlink3. 2004-04-25 04:14:48 +00:00
p5-Mail-SPF-Query Update to 1.996 2004-03-07 01:50:25 +00:00
p5-Mail-SRS Moved from pkgsrc-wip (http://pkgsrc-wip.sourceforge.net/): 2004-03-29 19:49:04 +00:00
p5-MailTools Update mail/p5-MailTools to 1.62. Changes from versio 1.60 include: 2004-08-02 21:43:53 +00:00
p5-MIME-Lite Convert to buildlink3. 2004-05-02 04:19:41 +00:00
p5-MIME-tools Uses no compiler, so USE_LANGUAGES is empty 2004-03-21 01:33:39 +00:00
p5-MIME-Types Import p5-MIME-Types from pkgsrc-wip. Packaged by Adrian Portelli, 2004-02-17 02:42:03 +00:00
p5-razor-agents Update to version 2.40 2004-03-12 22:55:23 +00:00
p5-Sendmail-AccessDB Enable pkgviews installation. 2004-04-25 05:12:27 +00:00
p5-Sendmail-PMilter 0.95: minor but important change to installation location of 2004-08-10 21:22:28 +00:00
p5-User-Identity Import p5-User-Identity from pkgsrc-wip. Packaged by Adrian Portelli 2004-02-17 02:25:44 +00:00
Pantomime Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
php4-imap New version, new distinfo... 2004-10-03 15:30:39 +00:00
pine Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
pine-pgp-filters Import of pine-pgp-filters from pkgsrc-wip. (I packaged this.) 2004-06-05 21:42:36 +00:00
popa3d Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
poppassd Convert to buildlink3. 2004-04-18 05:05:43 +00:00
poppy Update HOMEPAGE and MASTER_SITES 2004-07-23 14:28:56 +00:00
postfix Updated postfix to 2.1.5 2004-09-23 16:10:07 +00:00
postfix-current Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, 2004-08-27 06:29:06 +00:00
prayer Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
procmail Bump pkgrevision (to procmail-3.22nb1), for simonb's memory allocation 2004-01-20 03:24:44 +00:00
pulsar Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
qcheck s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
qgreylist Initial import of qgreylist-0.2, simple greylisting for qmail. 2004-08-29 15:32:12 +00:00
qmail Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, 2004-08-27 06:29:06 +00:00
qmail-conf Replace dependencies on "qmail or netqmail" with dependencies on qmail. 2004-08-22 00:23:55 +00:00
qmail-lint Update MASTER_SITES. 2004-08-30 16:49:45 +00:00
qmail-qfilter qmail-qfilter-queue is a script I wrote, not part of qmail-qfilter, 2004-08-23 03:30:20 +00:00
qmail-run s/${PREFIX}/@PREFIX@/ 2004-08-23 04:18:04 +00:00
qmail-users Enable pkgviews installation. 2004-07-22 00:01:52 +00:00
qmailanalog Clarify RESTRICTED. Rename pre-build to do-configure. Set 2004-07-22 00:28:24 +00:00
qmHandle Update to 1.2.0. From the changelog: 2004-07-22 00:52:36 +00:00
qpopper Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
qtools Replace dependencies on "qmail or netqmail" with dependencies on qmail. 2004-08-22 00:23:55 +00:00
queue-fix Initial import of queue-fix 1.4. 2004-08-28 22:14:33 +00:00
queue_repair Whitespace. 2004-08-30 12:39:19 +00:00
rblcheck
ripmime ripmime-1.3.0.4 Extract the attached files out of a MIME encoded email package 2003-10-01 20:45:55 +00:00
rmail-mime s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
rss2email Update to 2.54 (and html2text-2.21). Bug fixes. 2004-08-28 07:50:24 +00:00
ruby-tmail Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
safecat Update to 1.12. From the changelog: 2004-08-30 13:39:45 +00:00
sendmail missed bump from libtool change (dependency libraries) 2004-10-03 02:08:40 +00:00
sendmail811 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
sendmail812 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
sigrot Convert to buildlink3. 2004-04-18 04:55:29 +00:00
sma use bl3 so that gcc specific flags are stripped out. 2004-06-17 12:23:38 +00:00
smtpfeed
solid-pop3d Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from 2004-06-08 12:23:59 +00:00
spamass-milter Convert to buildlink3. 2004-04-24 23:05:46 +00:00
spamassassin Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
spamprobe Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
spruce Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
squirrelmail Forgot to remove this patch in previous. 2004-06-04 14:07:13 +00:00
sqwebmail Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ssmtp Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
sylpheed Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
sylpheed-claws Changes 0.9.12b: 2004-10-05 15:37:45 +00:00
sylpheed-claws-dillo-viewer Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
sylpheed-claws-ghostscript-viewer Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
sylpheed-claws-image-viewer Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
sylpheed-claws-trayicon Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
sylpheed-gtk2 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
sympa Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
teapop Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
thunderbird Update thunderbird & thunderbird-gtk2 to 0.8 2004-09-20 12:55:43 +00:00
thunderbird-bin ensure MOZ_VER is defined, use ${MOZILLA} consistently. 2004-02-29 00:27:40 +00:00
thunderbird-bin-nightly the filename has a -gtk2 suffix. 2004-05-25 13:42:35 +00:00
thunderbird-gtk2 Update thunderbird & thunderbird-gtk2 to 0.8 2004-09-20 12:55:43 +00:00
tmda Some of the Python bytecode contains absolute paths. After 2004-06-13 10:59:31 +00:00
tnef Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
tnef2txt Enable pkgviews installation. 2004-05-10 23:20:30 +00:00
vm Remove info files entries from PLIST. 2004-03-07 21:46:31 +00:00
wl Update to 2.10.1, provided by Kouichirou Hiratsuka in PR 26956. 2004-09-19 13:41:24 +00:00
wmbiff Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
wmmail replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
xbuffy COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
xfmail Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
xmailbox Convert to buildlink3. 2004-04-18 04:41:12 +00:00
xmailwatcher Change MAINTAINER to "tech-pkg" instead of the previous "packages". 2003-12-03 22:14:45 +00:00
yatsvrs Make this package a bit more statvfs-friendly, enables build on 2004-09-10 10:41:59 +00:00
YoSucker PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
Makefile Add and enable mail-notification. 2004-10-02 14:07:41 +00:00