summaryrefslogtreecommitdiff
path: root/mail/imap-uw
AgeCommit message (Collapse)AuthorFilesLines
2006-01-12Changes 2004g:adam4-32/+13
* Bug fix: quoted string handling in the mailbox name parsing routine Changes 2004f: * Bug fix: TCP code * New SSL/TLS routines
2006-01-01Remove stuff that was marked for removal after 2005Q4.wiz1-5/+1
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-03Do not "extern int errno;" just in case.joerg19-1/+235
2005-11-24Convert some more settings to the options framework. Some cleanup while here.wiz2-52/+58
2005-11-11Fix build on non-NetBSD. PR 32048 by Brandon Bergren.wiz1-3/+4
2005-11-02PLIST fixes for missing files reported by Krister Walfridsson (CHECK_FILES=yes)adrianp2-3/+7
Bump nb
2005-10-05Security fix for SA17062:salo4-4/+23
"A vulnerability in UW-imapd can be exploited by malicious users to cause a DoS (Denial of Service) or compromise a vulnerable system. The vulnerability is caused due to a boundary error in the "mail_valid_net_parse_work()" function when copying the user supplied mailbox name to a stack buffer. This can be exploited to cause a stack-based buffer overflow via a specially crafted mailbox name that contains an single opening double-quote character, without the corresponding closing double-quote. Successful exploitation allows arbitrary code execution, but requires valid credentials on the IMAP server." http://secunia.com/advisories/17062/ www.idefense.com/application/poi/display?id=313&type=vulnerabilities http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2933 Patch from 2004g.
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-6/+3
thus were before 2005Q3.
2005-10-02Set BUILD_TARGET correctly on OSF1. Patch provided by Hideo Masudaminskim1-1/+3
through PR pkg/31445.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-08-12Update to imap-uw-2004e (downwards ABI compatible; shlib teeny version bumped).tv4-33/+37
Changes (note that relnotes say -2004d, but it is indeed -2004e): ===== imap-2004d is a maintenance release, released concurrently with Pine 4.63, and consists primarily of bugfixes There is now a workaround for RedHat breaking flock(). However, since RedHat has said that they don't support flock(), there is no guarantee that they won't break it in the future. So you may want to consider some other Linux distribution or BSD instead. See: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123415 for the gruesome details. There are no user-visible functional enhancements in this version. ===== OTHER CHANGE: Multiple newsrc and MSA support needed by Pine 4.63.
2005-08-03Use package options framework to (de)active Kerberos support.tron1-14/+15
2005-08-01Add optional IPv6 support. Bump package revision because of this change.tron3-9/+30
2005-06-17Add missing RCS Id tag to patch-ab.hira2-2/+4
2005-06-16Create directories before installing files into them.jlam1-1/+7
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-15Give up maintainership -- I'm not using these actively enough, so I tend notkim1-2/+2
to be that knowledgeable on how to fix them on all the pkgsrc platforms.
2005-03-11Use INSTALL_LIB for libraries.tv1-3/+3
2005-03-06Use the SSLKEYS variable to determine the location of the certificatethorpej4-19/+21
private key. Bump package revision to 2.
2005-03-05- Fix builds on NetBSD 1.6 due to Kerberos/OpenSSL 0.9.7 issuesadrianp2-3/+24
- Included some utilities in the install that were once a part of the imap-uw-utils package but are now a part of this package - ok'ed kim@
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-31fix my previous attempt to clarify a comment at the startabs1-3/+3
2005-01-24Update imap-uw to 2004c1abs2-9/+8
imap-2004c: fixes to quoted-printable encoding and CRAM-MD5 authentication. NNTP proxy in imapd now supports the LIST and LSUB commands. imap-2004b: There are new ports for Solaris with Blastwave Community Open Source Software (gcs) and Mandrake Linux (lmd). SET_SNARFINTERVAL now controls how frequently local drivers will move new mail from the mail spool as well as from a maildrop. Maildrops are still tied to a minimum interval of 1 minute, but there is now no minimum for the spool file. Character set conversions now map non-breaking space to space if the destination character set doesn't have nbsp. JIS Roman yen sign is now mapped to Unicode yen sign.
2004-12-18add build target support for IRIX.grant1-1/+7
fixes PR pkg/28610 from Georg Schwarz.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-14/+14
Suggested by Roland Illig, ok'd by various.
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam1-2/+2
2004-10-11Add IMAP_UW_USE_WHOSONabs3-16/+43
No change to default build, so no version bump
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-3/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22Remove libimapuw.* symlinks, which wouldn't work on a.out platformsjlam3-14/+18
anyway. Also convert to use LIBTOOLIZE_PLIST while we're here. Bump the PKGREVISION.
2004-09-08use hard links rather than symlinks for the libimap -> libc-clientdanw1-2/+2
mapping, to fix PR 21652 (darwin build problem)
2004-09-06Fix too complicated and broken shell code in "post-extract" target whichtron1-4/+4
clobbered the contents of the manual pages.
2004-08-12Changes imap-2004a:adam4-15/+15
* maintenance release, consisting primarily of critical bugfixes * now has a supported NNTP proxy capability * OSF/1 port (Digital UNIX, Tru64) now uses flocksim instead of flcksafe * The unix[nt] and mmdf drivers now prevent mail_append() from writing Status:, X-Status:, X-UID, X-IMAP[base]:, and X-Keywords: header lines to a traditional UNIX or MMDF format mailbox
2004-05-23Bump required version, pine 4.60 does not compile with 2002.5nb3kim1-2/+2
2004-05-13Changes 2004:adam8-38/+38
* mailutil has three new commands: delete, rename, and prune * IPv6 support now exists for UNIX and W2K * The NNTP driver now supports NNTP SASL and TLS * imapd now supports the LITERAL+ and SASL-IR initial-response extensions * The IMAP driver has some additional checks to reduce the amount of network traffic, including executing "silly searches" (searches of sequence numbers only) locally * The IMAP, POP, SMTP, and NNTP drivers now have diagnostic code to provide better information about servers which violate SASL's empty challenge requirements (e.g. with the PLAIN mechanism). * There is a new mail_fetch_overview_sequence() function which is like mail_fetch_overview() but takes a sequence number string as an argument. There should have been a flags argument and FT_UID bit as in all the other mail_fetch_???() functions but compatibility with the past... :-( * The overview_t callback (from mail_fetch_overview()) now has a fourth argument which contains the message sequence number (as opposed to the UID which is in the second argument). It turned out that some applications were calling mail_msgno() (which can be moderately expensive) to get the sequence number, and c-client already knew it. * Many declarations which are completely internal to a driver have been removed from the driver .h file, and in those cases where there are no external declarations left the .h file has been eliminated entirely. As part of this, the mbox driver routines are now incorporated with the unix driver routines as opposed to being a separate file. The mbox driver still needs to be lunk in order to get the mbox functionality.
2004-05-11Unused.wiz1-22/+0
2004-04-22bl3ify imap-uw.ben2-3/+23
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-02-15Use PKGDIRMODE and SHAREMODE to ensure the installed documentation files can besketch1-2/+3
properly deleted on operating systems which are picky about permissions.
2004-02-08PKGLIBTOOL and PKGSHLIBTOOL are no more.jlam1-5/+5
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-11-03Change maintainer to myself.kim1-2/+2
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-4/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-16Add a minor note about SSL certificates in the MESSAGE file, as requestedjmmv2-2/+8
in PR pkg/22375.
2003-09-13Add IMAP_UW_MAILSPOOLHOME (analogous to PROCMAIL_MAILSPOOLHOME). Tokim3-2/+34
default user mailboxes to their home directory, specify the name of the mailbox file.
2003-09-10Updated: 27 August 2003adam5-27/+26
imap-2002e is a minor release, released concurrently with Pine 4.57, and contains primarily bugfixes. Programs written for imap-2002d should build with this version without modification. The NNTP client code now tries to perform better with legacy NNTP servers which do not comply with the current NNTP protocol specification draft, most notably Netscape Collabra. Delivery notifications now work reliably with SMTP servers that support it. The following changes are primarily of concern to developers and power users: There is a "limited advertise" option in env_unix.c which, if set, will only advertise the user's own namespace and the #shared/ namespace. It is now possible to build the IMAP toolkit with a separate SSL KEY file from the certificate file (SSLKEYS vs. SSLCERTS). A new BODY structure element, sparep, is available for the main program to use as a pointer for its own purposes; as well as a SET_FREEBODYSPAREP function, similar to SET_FREEENVELOPESPAREP, SET_FREEELTSPAREP, etc.
2003-09-04Make this compile on Linux systems without PAM.martti1-2/+2
2003-07-30Kerberos fix (thanks to tron)adam3-6/+50
2003-07-30Add a comment that people are supposed to test this package on a systemtron1-1/+6
without Kerberos enabled before updating it.