summaryrefslogtreecommitdiff
path: root/mail/imap-uw
AgeCommit message (Collapse)AuthorFilesLines
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Remove debugging and optimization options on Darwin, to be consistent withminskim2-11/+20
other platforms. No PKGREVISION bump because this package currently does not build on Darwin.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-04Use PKGMANDIR instead of man. And also use INSTALLATION_DIRSreed1-13/+10
instead of INSTALL_*_DIR for some directories.
2006-01-30Add BUILD_TARGET for OpenBSD.hiramatsu1-1/+3
2006-01-13fix PLIST : lib/libimapuw.so.4.0.2 -> lib/libimapuw.so.4.0.3abs1-2/+2
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