Commit graph

104 commits

Author SHA1 Message Date
kim
510a152e09 Add a mirror to the MASTER_SITES for better reachability. 2000-03-02 05:23:54 +00:00
kim
e9c091498c Fixes:
- added missing checksum for the distribution file
- put back GCOS_HACK define (it was removed from patch-cb)
- do not include mhn.defaults in the PLIST to keep protecting it
  from upgrades in case it has local modifications
- install mhn.defaults.dist from the "files" directory instead of
  using a dynamically generated one (this was the intention always)
- mhn.defaults and mts.conf get installed if they don't exist;
  new users do not have to worry about copying *.dist files now
- added comments about the configuration file philosophy in Makefile
2000-03-02 05:11:42 +00:00
hubertf
5211ba524a Remove .old files, pointed out by Kimmo. 2000-03-02 02:04:07 +00:00
hubertf
467336a070 Update to V1.0.3, per request of our security officers:
Versions prior to 1.0.3 of the nmh package contained a vulnerability
where incoming mail messages with carefully designed MIME headers could
cause nmh's mhshow command to execute arbitrary shell code.

See the changelog for another 372 lines of changes.
2000-03-02 00:23:14 +00:00
agc
860ec07e79 Modify the Makefile to install mts.conf as mts.conf.dist, and mhn.defaults
as mhn.defaults.dist, so that an existing configuration is not lost by
a new installation.

Fixes PR 7819 from Matthew Green.
2000-01-18 15:50:32 +00:00
wiz
ef19777419 replaced some commands by their ${COMMAND} counterparts 2000-01-09 01:29:06 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
sakamoto
2e8802a3df Remove version string of conflicted ja-mh pkg. 1999-10-30 17:09:09 +00:00
sakamoto
78d5fbce3a Add CONFLICTS=ja-mh-6.8.4-JP-* 1999-10-29 19:19:41 +00:00
kim
d0e9933400 Change how Kerberos support is enabled in pkgsrc.
Quick guide for compiling packages:
- set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf

Quick guide for configuring Kerberos support in a package Makefile:
- test for KERBEROS value and enable the appropriate version with
  CONFIGURE_ARGS or other means and set USE_KERBEROS=yes
- make sure to disable Kerberos support otherwise (especially if
  using configure, which might automatically detect it)
- BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk
  when USE_KERBEROS=yes is set
1999-09-14 02:32:21 +00:00
enami
7c48325cfa Add NMH_HASH_BACKUP to BUILD_DEFS. 1999-08-20 14:05:15 +00:00
agc
f32d265e28 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
1999-08-18 08:46:53 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
tv
f537c05412 Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifies
use of krb4 _or_ a compatible subsystem.  (MAKE_ was only used by this
option; USE_ is used by many.)
Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled.
1999-05-03 23:39:22 +00:00
hubertf
998e4fbdc9 exit with known code, just to make sure... 1999-04-05 05:09:53 +00:00
kim
b932d3dc6d Fix a long-standing annoyance where MH (and nmh) insists that parts of
type message/* should be encoded in 7bit only.  Modern mailers send
error reports encoded in 8bit as well.  I see no harm in simply allowing
that through as well (I could see more problems with quoted-printable or
base64 as you'd need to actually decode it before parsing the contents).
1999-03-08 20:48:28 +00:00
kim
1b5408dc6a Fix buffer overflow problems in m_getfld.c 1999-03-07 19:40:01 +00:00
kim
4782f7c5e5 Make mhshow look at the user input for "Press <return> to show..." (like
MH 6.8.4 did).  The responses checked for (first letter) are:
- "n" skips the next content (i.e. "no")
- "q" exits mhshow immediately (i.e. "quit")
1999-03-07 19:39:19 +00:00
kim
532b818405 Setting NMH_HASH_BACKUP=yes will compile nmh with BACKUP_PREFIX set to "#". 1999-03-07 01:16:25 +00:00
kim
9af50c1651 Make editor and pager selectable with NMH_EDITOR and NMH_PAGER
respectively.  For old MH behaviour use "NMH_EDITOR=prompter".
1999-03-06 23:18:51 +00:00
kim
6242ef0a30 Make this patch work with non-NetBSD systems (thanks, Al).
Change BACKUP_PREFIX to "#" so users of shells like tcsh
don't have to do excess typing when recovering accidentally
removed messages (mv ~/Mail/inbox/{#,}14921).
1999-03-06 23:17:34 +00:00
kim
8046336910 patch-cc: fix missing "-file" switch for mhshow when displaying files (e.g.
after composing a mime message you wanted to view it, or you got
	  a message/rfc822 attachment you wanted to view)
patch-cd: fix missing newline in strings generated by dctime (with snprintf
	  need to account for an extra character: the trailing null; fixes
	  problems with mhl and packf)
1999-03-06 20:37:32 +00:00
kim
8e4beb9a89 Need GCOS_HACK on BSD systems. 1999-03-05 01:56:43 +00:00
kim
63e0edcc05 Change maintainer from packages to me. 1999-03-04 09:17:11 +00:00
kim
3c4a00b8d3 Upgraded to nmh-1.0 1999-03-04 09:12:39 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
frueauf
7fc692aba0 Update nmh to 0.27. 1998-07-12 21:29:46 +00:00
agc
b0ae9f3a28 Remove MAN<sect> and CAT<sect> definitions from package Makefiles - these
are unnecessary with automatic manual page handling.
1998-06-18 15:25:24 +00:00
agc
15706c03e9 Update to version 0.26 of nmh, the enhanced MH mail user agent. The
viamail script has changed its (source) location, but only minor
modifications necessary.
1998-06-01 13:15:58 +00:00
agc
e810f4cdce Update nmh package to version 0.25 1998-05-21 07:16:41 +00:00
hubertf
f348b3df6e Prevent error on virgin installations 1998-05-08 17:32:46 +00:00
agc
dd4fed9f60 Upgrade nmh to version 0.24 1998-04-17 16:28:12 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
agc
c498e6b318 Upgrade to version 0.23 of nmh. 1998-02-23 14:21:27 +00:00
agc
312deba5cd Update to version 0.22 of nmh - it's just a bug fix release.
Minor fix to pkg/PLIST for removal of package.
1998-02-11 10:57:59 +00:00
agc
866a6670b7 Upgrade to version 0.21 of nmh. Add a manual page to MAN1, and
clean up the way that the $PREFIX/etc/nmh directory is deleted
when deleting the package - if there are any *.old files in there,
they relate to a previous configuration, and should be kept.
1998-02-10 17:38:32 +00:00
hubertf
e2bc998f25 Add comment about NMH_MTA 1998-02-09 00:00:57 +00:00
hubertf
54faf94a7a portlint: $() -> ${}, pkg -> ${PKGDIR} 1998-01-24 20:32:34 +00:00
agc
ac2d93b0a8 Change the way the default MTA is specified so it's done properly
for definitions in /etc/mk.conf.
1998-01-19 09:11:52 +00:00
agc
07e966c8c4 Set default MTA for nmh to be smtp. If there's an environment variable
called NMH_MTA (or a variable of the same name in /etc/mk.conf), use
the value of that variable when configuring nmh.

Does not solve the MTA wars, but makes things more configurable.
1998-01-17 23:50:09 +00:00
agc
6b387062c6 Due to massive popular request (including, but not limited to, Matt
Green and Jason Thorpe), revert the MTA type to be smtp, rather than
sendmail.
1998-01-13 13:22:11 +00:00
agc
a48262704c Add a link that is installed, but not referenced in the PLIST.
As pointed out by Charles Hannum.
1998-01-12 14:43:25 +00:00
agc
6bd4b89aea Add two files that have been added in version 0.20 1998-01-12 11:09:42 +00:00
agc
5823ee7dbe Upgrade to version 0.20 1998-01-12 10:58:39 +00:00
agc
40eba778ef Upgrade to version 0.20.
Set default MTA to be sendmail, rather than smtp, at the suggestion
of Perry Metzger.
1998-01-12 10:51:34 +00:00
agc
8997c6e044 Correct typo in @unexec command when deleting a directory 1997-12-22 17:12:06 +00:00
hubertf
8639bafeaa Fix setting CONFIGURE_ARGS ("=" -> "+=") 1997-12-22 07:45:38 +00:00
agc
348da9ab9c Update to version 0.18.
The new version has picked up the autoconf patches from @etcdir@ to
@sysconfdir@, but not the ones from @libdir@ to @libexecdir@, so bring
these forward.
1997-12-19 13:43:28 +00:00
agc
31e6d2bc02 Add NetBSD RCS Id.
Remove any old "renamed" files in ${PREFIX}/etc/nmh which
may have been created by a subsequent installation.
1997-11-19 14:00:14 +00:00
agc
dbbdbbe285 Add NetBSD RCS Id.
Make sure that pkg/INSTALL script is executed, even if
execute bit isn't set
1997-11-19 13:58:35 +00:00
agc
ef8099dd42 Initial import of nmh-0.17 from FreeBSD ports collection into NetBSD
packages collection.
1997-11-19 13:55:05 +00:00