Commit graph

4453 commits

Author SHA1 Message Date
gdt
ae4b6d46c2 Define BUILD_USES_MSGFMT and USE_MSGFMT_PLURALS, rather than requiring
a specific version of gettext.   Thanks to jmmv@ for suggestions.
2006-01-05 18:33:27 +00:00
gdt
b3fb906ebb spiff up comments about gettext.
change gettext to BUILD_DEPENDS
2006-01-05 17:46:49 +00:00
gdt
c5fe367f4b Depend on devel/gettext, since 0.10.35 is too old to build the catalogs.
Fix typo in patch.
PKGREVISION++
2006-01-05 16:03:25 +00:00
schmonz
576336dd33 Missed a spot; USE_TOOLS+=nroff here too. 2006-01-05 03:00:21 +00:00
schmonz
85efcd26b1 These packages generate catted manpages. Add USE_TOOLS+=nroff. 2006-01-05 02:57:10 +00:00
gdt
3e1351da13 Take maintainership (at suggestion of previous maintainer, jmmv@).
Update to 2.0 (minor changes and bugfixes omitted):

2.0					August 9, 2005

	* Core changes:
		* Evolution support has been added [not in pkgsrc]
		* Mailboxes can now be assigned a custom name
		* For greater flexibility, mailboxes configuration is
		  now stored in ~/.gnome2/mail-notification/mailboxes.xml
		  (previously, it was stored in the GConf database)
		* If a mailbox requires authentication and the
		  necessary credentials are not provided in the
		  mailbox properties dialog, Mail Notification now
		  lets GNOME prompt the user for the credentials
		* The Mail Notification item is now also listed in the
		  GNOME >= 2.10 Preferences menu
		* The third-party libegg code has been updated

	* mbox, MH, Maildir and Sylpheed changes:
		* Immediate notification did not work properly with
		  fast kernel notifiers (kqueue, inotify, dnotify,
		  ...): fixed
		* Unseekable files are now supported
		* The location of the system mailbox is now resolved
		  at runtime rather than when the mailbox is added
		  (eases sharing the Mail Notification settings across
		  multiple computers)

	* mbox changes:
		* When immediate notification is not available, the
		  mailbox is now also checked when its size or ctime
		  changes (previously, it was only checked if its
		  mtime had changed)

	* Sylpheed changes:
		* Mail Notification now tries to avoid race conditions
		  which may occur while Sylpheed is being used

	* POP3 and IMAP changes:
		* When the authentication mechanism option is set to
		  "autodetect", Mail Notification will now try to
		  authenticate using each server-supported SASL
		  mechanism

	* POP3 changes:
		* The TOP optional command is now supported. This
		  solves some issues with POP3 servers (for instance,
		  pop.gmail.com) which incorrectly archive mails that
		  have been accessed using the RETR command.

	* IMAP changes:
		* If, while idling, the server abruptly drops the
		  connection, Mail Notification now reconnects rather
		  than considering it an error
		* When idling, Mail Notification now only wakes up if
		  it receives a response indicating that the mailbox
		  might have changed
		* By default, Mail Notification now avoids using the
		  IDLE extension if the remote server software is
		  known to have a broken IDLE implementation
		* UTF-8 mailbox names are now converted to modified
		  UTF-7, as required by RFC 3501

	* Gmail changes:
		* Functionality has been restored after the Gmail web
		  site was modified; to prevent future disruptions and
		  simplify the source code, the Gmail Atom feed
		  (https://mail.google.com/mail/feed/atom) is now used

1.1					March 6, 2005

	* The mail summary dialog has been replaced by a main window,
	  for controlling Mail Notification when the status icon is
	  hidden
2006-01-04 20:28:01 +00:00
joerg
bd9ffed43f Also commit distinfo. Reminded by wiz@. 2006-01-04 08:55:08 +00:00
schmonz
42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
2006-01-04 04:29:05 +00:00
schmonz
78f5820dba Update to 1.01. From the changelog:
- Added support for SMTP AUTH PLAIN.
  Thanks to Ace Jones for the initial implementation.

- Fixed compile error in lib/list.h
2006-01-03 19:12:52 +00:00
wiz
b87129c641 Update to 5.419:
2005-12-22  David F. Skoll

	* VERSION 5.419 RELEASED

	* Added MIME::Parser->decode_bodies method.  This lets you force
	MIME::Tools to store body parts WITHOUT decoding them.  Useful
	if you need the exact unmangled message source (for example,
	for GPG-signing.)  Patch submitted by Jörn Reder.
2006-01-03 18:24:14 +00:00
schmonz
22c0c11416 Update to 4.4.4. From the changelog:
-improve parsing of flags in IMAP responses.  Thanks: Gareth McCaughan.
2006-01-03 16:46:48 +00:00
taca
435219cbd2 Bump PKGREVISION by update of ruby18-base package. 2006-01-03 15:07:28 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
jlam
056c8252b5 Update mail/sqwebmail to 5.0.7. Changes from version 5.0.6 include:
* Update attribute count, after purging invalid html syntax/
	* Fix some HTML display bugs
	* When using GPG, sign the entire message in its entirety, instead
	  of signing each MIME part separately.  Some E-mail clients cannot
	  handle individually-signed multipart/alternative content.
	* Fix HTML templates (remove 8bit content inserted by Amaya).
	* Wiki-style composition of HTML messages.

Also, the "fam" option is noted to be supported here now, although
the logic to handle it is still in mail/courier-maildir/Makefile.common.
2006-01-03 05:59:12 +00:00
jlam
0e2554faf2 Note once again that "fam" is a supported package option for courier-imap.
The logic to handle this is still in mail/courier-maildir/Makefile.common,
but the package option must now be specified here.
2006-01-03 05:36:36 +00:00
jlam
37987de2e1 maildrop no longer supports "fam" as a package option. It actually
never used the fam code at all, so there is no actual loss of
functionality.  However, maildrop will now never depend on fam or
gamin.  Bump the PKGREVISION to 1.
2006-01-03 05:35:30 +00:00
jlam
8b64ff72da Update mail/courier-maildir to 0.52.2. This update uses the maildir
code from courier-0.52.2 which has no changes from the code in 0.52.1.
The only change is that "fam" is no longer a package option (or a
dependency) for courier-maildir.
2006-01-03 05:33:09 +00:00
schmonz
9038d7156c This already had a hack to fix building on OS X with BIND9 system
resolver. Convert it to the less hacky one used elsewhere, mainly
so that I won't miss it when implementing a more general solution
to this common problem.
2006-01-02 21:13:43 +00:00
adrianp
7e723cc81b Fix dspam building on NetBSD-1.6.x
Problem identified by Alan Horn in PR# 32089
2006-01-02 19:59:33 +00:00
chris
dde7c2702b Update Sylpheed-devel to 2.2.0beta2.
Changes for 2.2.0beta2:
    * The forwarding of messages with attachments was modified.
    * The bug that previously selected row was removed from the view
      instead of currently selected one when deleting folders from the
      context menu was fixed.
    * Win32: The bug that messages with subject that includes
      characters that can't be used for filename couldn't be attached
      was fixed.
    * Windows-1252 was added for display encoding.
    * After incomplete POP3 session, duplicate retrieval of messages
      doesn't happen anymore.

Changes for 2.2.0beta1:
    * The major improvements of the search function were made.
          o The query search was implemented.
          o Search conditions can be specified with the same UI as the
            filter rule.
          o Subfolders can be searched.
          o The search folder (virtual folder) was implemented.
    * The maximized window state is now remembered.
    * The option "Display recipient on 'From' column if sender is
      yourself" now looks for all accounts.
    * The line-wrapping of composition now doesn't join enumerated
      lines.
    * The nonstandard Korean encoding 'ks_c_5601-1987' was supported.
    * The bug that the initial directory was not properly selected in
      the file selection dialog with GTK+ 2.8 was fixed.
    * Some other bugs were fixed.
2006-01-02 13:54:45 +00:00
wiz
49185dd36a Update to 1.4.2.1:
Evolution-Data-Server 1.4.2.1, 2005-11-30
-----------------------------------------
Added fix for an ugly crasher in the calendar component.
Use EDS 1.4.2.1 instead of 1.4.2

Evolution-Data-Server 1.4.2, 2005-11-29
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):


#218177- Disable IMAP Account causes crash (Parthasarathi)
#318508- Repeated crash when downloading new mail (Vivek Jain)
#228929- After upgrading snapshot cannot see IMAP inbox contents (Shreyas)
#317956- Crash when starting evolution without or with expired kerberos 5
         (Bjorn Torkelsson)
#320736- crash connecting to groupwise7 (Parthasarathi)
#319045- gw-Evolution crashes after marking few mails as not junk (Vivek)
#312848- Delete option should be disabled for default Tasks list
         (Sarfraaz)
#318104- evolution crashed when changing calendar timezone and keeps
         crashing (Harish)
#317322- crash when delete a imported recurrent event (Chenthill)
#318777- recurrence editing ... (Chenthill)
#318130- e-cal-backend-http.c does not include e-cal-time-util.h, fails
         (Matthew Daniel)
#319612- Stop warnings from e-destination about xmlChar* (Ross Burton)
#318227- Change LDAP search filter (Carsten Guenther)
#316955- Recreates summary file on every other load (Ross Burton)
#319848- Cannot select multiple adresses for 'To', 'Cc' etc fields
         (Sushma)

Updated Translations:

	- fa (Meelad Zakaria)
	- bg (Alexander Shopov)
2006-01-01 23:56:01 +00:00
ben
9e9372592b Because of an Interix bug involving fork and stderr, mutt fails to exec
sendmail, which prevents mutt from sending messages.  patch-am works
around this issue by postponing the closing of all file descriptors
until after the fork.
2006-01-01 19:40:43 +00:00
ben
d17c0a2caa The msmtp manual states that it uses the same exit codes as sendmail.
Most of these exit codes are defined in gnulib/sysexit_.h
EX_OK is defined as 0 in src/msmtp.c if it wasn't already defined.
The variable error_code is assigned these exit values, and returned at
the end of main().

On Interix, EX_OK is defined in unistd.h:
#define EX_OK           0x8001  /* test for regular executable */

patch-ab changes the logic so that when error_code == EX_OK, the exit
code is 0 instead of EX_OK.  This should work everywhere.
2006-01-01 18:59:04 +00:00
wiz
faf65456ad Remove stuff that was marked for removal after 2005Q4. 2006-01-01 18:53:03 +00:00
ben
6e62055809 Interix uses WinSock, which does not provide SO_RCVTIMEO nor SO_SNDTIMEO.
Skip these options when building on Interix.
2006-01-01 17:02:21 +00:00
ben
94a7a1f695 When the mailpath is group-writable and not world-writable, the
configure script sets bin/mutt_dotlock to install setgid mail.  Interix
installs the mail spool directory group writable and not world-writable,
however the group is +Administrators.  Interix does not install a group
named mail, which causes the mutt install to fail.

Fix this by replacing group mail with group +Administrators.
2006-01-01 13:28:02 +00:00
martti
a5e1258797 Add ${POSTFIX_QUEUE_DIR}/etc to OWN_DIRS. Suggested by Jeremy C. Reed. 2005-12-31 15:16:18 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
joerg
7ff9ef5398 Add DragonFly build support, partly based on the patches from
www/firefox.
2005-12-30 21:35:58 +00:00
martti
ee0069539e Make sure ${spooletcdir} exists. Bump PKGREVISION as this affects
the binary package.
2005-12-30 06:29:41 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
schmonz
18f3ad7f7a Add and enable p5-Mail-Ezmlm. 2005-12-28 06:08:54 +00:00
schmonz
4c18394c0d Initial import of p5-Mail-Ezmlm-0.05.1, a Perl5 module providing
object methods to manipulate ezmlm mailing lists.
2005-12-28 06:08:12 +00:00
reed
9cfb98bc7f Install man page to PKGMANDIR and use INSTALLATION_DIRS to precreate
directory.
2005-12-27 21:22:02 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
ben
9ebb944a7e Mutt's fetch-mail function using pop3s would fail erroneously when the
server does not report the TOP capability, which is optional and is
not used by Mutt.  This patch squelches the error and allows mutt to
fetch mail from pop3s servers lacking TOP.
2005-12-26 16:45:27 +00:00
jlam
fb9673b887 Apply hack noted in PR pkg/30999 -- turn off inline functions when
compiling in order to fix an infinite loop error on Solaris.

Bump the PKGREVISION to 2.
2005-12-23 04:36:45 +00:00
adrianp
7f80d91e09 Update Turba to 2.0.5 to fix XSS vulnerabilities. 2005-12-21 05:36:44 +00:00
tonio
02813712cd include databases/db4/buildlink3.mk directly, since this is the only accepted bdb 2005-12-20 17:23:11 +00:00
joerg
6775994e8a Fix errno. 2005-12-20 16:32:16 +00:00
joerg
8a49c09d1e Fix errno. 2005-12-20 16:12:17 +00:00
tonio
75ccf7110d explicitly include databases/db4/buildlink3.mk, as isync only accepts db4 2005-12-20 16:01:55 +00:00
frueauf
9f06d73ace Update fetchmailconf to 6.2.5.5. 2005-12-20 14:29:18 +00:00
frueauf
41348c590d Update fetchmail to 6.2.5.5.
Change homepage to http://fetchmail.berlios.de/ and update MASTER_SITES.

Changes introduced since 6.2.5:

fetchmail-6.2.5.X is a security fix branch that forked off
fetchmail-6.2.5. It does not change for anything but security and the
most severe bug fixes. Note that no 6.2.5.X security audits are planned
except when a particular bug is reported, and that 6.2.5.X is unsafe to
use on some systems, particularly those that lack a *working and secure*
snprintf implementation.

The fetchmail 6.2.5.X branch will be discontinued early in 2006.

fetchmail-6.2.5.5  2005-12-19  Matthias Andree

* SECURITY FIX CVE-2005-4348: fix null pointer dereference in
  multidrop mode when the message is empty. Reported by Daniel Drake
  <http://article.gmane.org/gmane.mail.fetchmail.user/7573> and others
  (Debian Bug #343836). Fix by Sunil Shetye.
* Fix Debian bug #301964, fetchmail leaks sockets when SSL negotiation
  fails. Fix suggested by Goswin Brederlow.
* Add fetchmail-SA-2005-{01,02,03}.txt

fetchmail-6.2.5.4  2005-11-13  Matthias Andree

* Also ship pre-built rcfile_y.[ch] for systems that don't have flex,
  yacc or bison.
* On FreeBSD, add /usr/local/include to CPPFLAGS so that libintl.h is found.
* Avoid automatically picking up HESIOD implementations that lack
  hesiod_getmailhost, such as the one in FreeBSD's base system.
* Fix makedepend for separated build (where the build is not run from
  the source directory), but prevent packaging from separated build, it
  yields bogus results.
* Fix resolv.h autodetection.
* Add +HESIOD to version printout if appropriate.

fetchmail-6.2.5.3  2005-11-12  Matthias Andree

* SECURITY FIX CVE-2005-3088: fetchmailconf: fix password exposure: use
  umask 077 before opening output file and restore umask later.
* Critical fix: fix IMAP timeouts, counting message count down on
  servers that do not send EXISTS counts after EXPUNGE. Debian Bug#314509.
* Ship pre-built rcfile_l.c for systems that don't have flex.
* Build environment: Update included gettext. Fix
  --with-included-gettext. Fix parallel build (make -j). Fix "always
  rebuild fetchmail" syndrome.
* Do not link against -ll or -lfl (not needed).

fetchmail-6.2.5.2
(patch Fri Jul 22 01:52 GMT 2005,
 tarball Sat Jul 23 21:34 GMT 2005)

* README: Added a note about release status - READ IT!
* Note: Due to a Makefile.in bug, you may need to use GNU make.
* SECURITY FIX CVE-2005-2335: truncate UIDL replies, lest malicious or
  compromised POP3 servers overflow fetchmail's stack. Debian bug
  #212762.  This is a remote root exploit.
  Thanks: Miloslav Trmac for pointing out the fix in 6.2.5.1 was buggy.
  Thanks: Ludwig Nussel for a much simpler fix.
* Critical fix: omit blank between MAIL FROM: and <user@example.org>,
  as this causes mail loss with some listeners.
* Fix: POP2 driver wouldn't properly check authentication failure.
* Sunil Shetye's fix to force fetchsizelimit to 1 for APOP and RPOP.
2005-12-20 14:27:53 +00:00
joerg
a87f6b63e3 Include errno.h on all platforms. Also include stdio.h, it provides
sys_nerr and sys_errlist on DragonFly and FreeBSD. Only define
it manually for platforms other than NetBSD, DragonFly, FreeBSD and
Interix.
2005-12-19 15:15:47 +00:00
jlam
2558c0291d Change my MAINTAINER email address to the one I've been using for
pkgsrc work.
2005-12-17 05:20:21 +00:00
markd
386270c9d5 Update mimedefang to 2.54
Changes 2.54:
  a few minor enhancements and fixes.
Changes 2.53:
  mostly work around bugs and deficiencies in third-party packages
  commonly used with MIMEDefang.
2005-12-10 22:14:14 +00:00
markd
47142742df Update kbiff to 3.8
o Updated automake admin dir to compile with latest SuSE
   o Updated documentation slightly
   o Status Window patch for multiple-monitors
   o Added CRAM-MD5 and APOP login support for POP and IMAP
   o Fixed advanced options like keepalive propogating from the setup
     dialog to the code that actually uses it
2005-12-10 22:07:01 +00:00
martti
4486557513 List ${SMDIR} and ${SMDIR}/config in REQD_DIRS instead of OWN_DIRS
to avoid problems with bulk builds with CHECK_FILES=yes. Suggested
by Johnny Lam on tech-pkg@ list.
2005-12-10 19:23:01 +00:00