summaryrefslogtreecommitdiff
path: root/mail/mutt
AgeCommit message (Collapse)AuthorFilesLines
2007-05-27Update "mutt" package to version 1.4.2.3. The new version fixes thetron3-23/+12
security vulnerabilities reported in CVE-2007-1558 and CVE-2007-2683.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-12-11Use official upstream patch for CVE-2006-5297 and CVE-2006-5298 securitysalo3-26/+88
issues from mutt GIT repo. Bump PKGREVISION. ok <tron>
2006-11-02Don't mess with the share/doc/mutt/samples link in thejoerg3-17/+2
INSTALL/DEINSTALL scripts. Bump revision.
2006-11-01Make sure that a temporary has been opened with proper permissions.tron3-2/+33
That fixes the security problem reported in CVE-2006-5298.
2006-10-14Improve handling of options related to the terminal library used by thistron1-4/+24
package and add support for "ncursesw". Patch supplied by Ben Collver pkg/34777.
2006-08-08Remove "ncurses" from the list of suggested options so that packagetron1-2/+2
uses the native curses implementation by default again.
2006-08-03Fix for PR 34018 (better ncurses handling).wiz1-8/+13
Ok tron@
2006-07-14Update "mutt" package to version 1.4.2.2. Changes since version 1.4.2.1:tron5-72/+28
- security fix for CVE-2006-3242 - minor tweak to satisfy modern compilers Note: Both changes were available in "pkgsrc" as patches already.
2006-06-20Add fix from the "mutt" CVS repository for a buffer overflow in thetron4-8/+42
IMAP code which could be exploited by a malicious IMAP server. Bump package revision.
2006-06-18Inserted an empty line after the SUBST block, for visual clarity.rillig1-1/+2
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam3-7/+9
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
2006-05-22Fixed some pkglint warnings.rillig1-5/+4
2006-04-30Add share/doc/mutt/samples after share/examples/mutt and removejoerg1-3/+3
the @exec/@unexec hack. This is still nasty, but easier than fighting pkg_install. Leave a comment around to not resort this. tron@: *sigh*
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-28/+28
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-2/+2
USE_TOOLS+=msgfmt.
2006-04-12Optimizie substition handling of "mutt.man".tron1-18/+8
2006-04-11- Restore dynamic package list handling removed in revision 1.121 becausetron4-28/+38
the current code doesn't work properly with "make package". - Fix various problems reported by "pkglint".
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+2
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-02-07Define a structure before using it to declare an array. Makes this packageminskim2-1/+15
build on Darwin. Approved by the maintainer.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-01Because of an Interix bug involving fork and stderr, mutt fails to execben3-2/+45
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-01When the mailpath is group-writable and not world-writable, theben1-1/+9
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.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-26Mutt's fetch-mail function using pop3s would fail erroneously when theben3-3/+17
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-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig2-4/+4
CONFIGURE_ARGS.
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-09-22Bump package revision change because of package list change.tron1-2/+2
2005-09-22Add "share/doc/mutt/samples" to package list.tron1-1/+3
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-2/+2
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-5/+2
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-29Honor CHGRP.minskim3-5/+15
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-28Remove Cyrus SASL 1.5.x support from mail/mutt. Users that require SASLjlam1-10/+2
support should install mail/mutt-devel instead.
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-01apply patch from Jason Lingohr to add "buffy-size" option.grant1-2/+9
fixes PR pkg/28814.
2004-12-18drop unneeded parensgrant1-2/+2
2004-12-18ignore inttypes.h on irix 5 as it is known to conflict withgrant1-1/+5
sys/types.h. fixes PR pkg/28632 from Georg Schwarz.
2004-11-17Remove obsolete variables. You'll want to use:xtraeme1-15/+1
PKG_OPTIONS.<pkg>+= foo blah
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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-24The new wrapper script framework is much better at quoting strangejlam2-15/+1
arguments, and now correctly handles things like: CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl" in configure scripts without problems. Remove the patches in both mail/mutt and mail/mutt-devel that worked around this limitation in the old buildlink3 wrappers.
2004-09-12Rename mail/mutt's SASL option to 'sasl1' so that setting USE_SASL2 injlam1-4/+4
/etc/mk.conf won't cause mutt to try to build using SASL (since it only supports SASLv1, which conflicts with SASLv2). This fixes PR pkg/26821 by Martin Husemann.
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam1-18/+17
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
2004-08-05Make the mail/mutt and mail/mutt-devel packages more closely resemble eachjlam9-201/+133
other to facilitate easier updates of the mail/mutt package when the next mutt is released. The changes to mail/mutt include: * convert mail/mutt to use bsd.options.mk * remove unnecessary patches and use subst.mk instead Approved by <tron>.
2004-07-17As an "overwrite" package, install mbox.5 as mutt-mbox.5 to avoidschmonz4-12/+18
conflicting with qmail's mbox.5 in an upcoming update. As a "pkgviews" package, install with the original filename and let the sysadmin decide which mbox.5 should be in which view. Bump PKGREVISION. OK'd by tron. While I'm here, move BUILD_USES_MSGFMT up a bit to placate pkglint.
2004-07-07Spaces to tabs (no functional change).schmonz1-4/+4
2004-06-02Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-05-22Whitespace fix.snj1-1/+1
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-20configure --without-wc-funcs on Solaris; without this all chars are printedbouyer1-1/+5
as '?'. Looks like solaris's wchar functions don't work as mutt expect.