Commit graph

25 commits

Author SHA1 Message Date
sno
98dbdacf91 Replacing some dependencies to choose perl core first, because desired
version numbers of required modules are in delivered perl core.
2009-06-01 19:38:56 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
rhaen
3bbcf68954 updated to 2.223
ChangeLog:
Revision history for Perl extension Mail::Audit.

2.223     2008-04-17
          localize $@ in DESTROY to prevent clobbering of outer $@
          (thanks HDP; sorry to have cost you a day!)

2.222     2007-11-01
          count body lines without exploding
            https://rt.cpan.org/Ticket/Display.html?id=29781

2.221     2007-09-17
          correct bugs exposed by new Test::More

2.220     2007-07-14
          fix a test to use File::HomeDir, to allow install as sudo-to-root
2008-07-23 15:11:57 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
heinz
ef135ea5f8 Updated to version 2.219.
Pkgsrc changes:
  - Removed requirement for p5-Mail-ListDetector, Mail::Audit::List is no
    longer part of this module. p5-Mail-Audit is a leaf package in pkgsrc,
    so this has no further impact.
  - New requirements are p5-File-HomeDir and p5-File-Tempdir.
  - No compiler needed.
  - Security fixes in patch-aa and patch-ab are finally integrated with
    v2.219.

Changes since version 2.1:
==========================
2.219     2007-06-14
          For security reasons, the log is now ~/mail-audit.log, not
          /tmp/username-audit.log

          fix bug: logging wasn't working when processing mime messages
          add optional "reason" argument to ignore method
          _log method renamed to log and documented

2.218     2007-03-06
          remove List, Razor, and PGP plugins to their own dists
          this is the first step in paring down Mail::Audit

2.217     2007-03-05
          make the test skipped in 2.216 pass reliable (thanks to HDP for idea)

2.216     2007-02-26
          skip a test that doesn't pass reliably

2.215     2007-02-19
          subclass File::Tempdir to avoid cleaning up in forked child

2.214     2007-02-15
          refactor internals of emergency and default destinations

2.213     2007-02-15
          add a no_log option

2.212     2006-10-31
          try to avoid letting temp dirs linger too long

2.211     2006-09-19
          fix Mail::Audit::List breakage; it needs tests!; rt #20934

2.210     2006-09-19
          use File::HomeDir to reduce unix-o-centrism

2.203     2006-07-21
          update PEP information

2.202     2006-07-21
          test fix: don't rely on default mbox not existing; force it to fail
          prune list of sysexits.h-like error code constants

2.201     2006-07-16
          use File::Temp a few places where it's indicated
          add a munge_name arg to Mail::Audit::List
          pipe now returns the exit status of the pipe
          fix directory permissions
          fixed bugs in proc2ma (ticket 2982, thanks MARKSTOS)

2.200_05  2006-06-04
          more testing
          more tweaking
          more frustration

2.200_04  2006-06-04
          log now uses on-object filehandles, rather than globals
          delivery to msgprefix completely removed, as it was never implemented
          exit behavior somewhat encapsulated for testability
          PGP plugin now replaces, rather than adds, content type headers
          more tests

2.200_03  2006-06-01
          our first meaningful tests!
          also some POD tests
          POD cleaned up
          many undocumented modules given a _-prefix
          removed undocumented, bizarre inreplyto_and_references method

2.200_02  2006-05-30
          various code cleanup, including perltidy
          extra options, previously an optional hashref passed as first arg,
            should now be passed as the last arg; factored out and deprecation
            warning added; they were mostly undocumented
          moved to Module::Install

2.200_01  2006-05-24
          maintenance assumed by RJBS
          changes inherited from Meng Wong
2007-06-16 11:42:50 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-04 21:28:51 +00:00
salo
082f8c9c21 Security fix for SA18652 / CVE-2005-4536:
"Mail::Audit module logs to a temporary file with a predictable filename
 in an insecure fashion when logging is turned on."

Patch from Debian.
2006-02-02 12:08:14 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
wiz
d152a3c962 Update to 2.1, closing PR 29996:
2.1 - Tue Jan 15 17:59:46 EST 2002
    - Meng Weng Wong made some edits.

  (1) ~username and strftime interpolation into accept() arguments.

      $mail->accept("~/Mail/In/%Y%m%d");

      260(accept): accepting to /home/matest/Mail/In/20020115

  (2) multiple-argument accept() will deliver to multiple
      maildirs using single-inode multiple-hardlink style.

      $mail->accept("~/maildir1/", "~/maildir2/");

      20020115-01:55:31 matest@dumbo:~% ll maildir?/*/*
      -rw-------   2 matest   matest        416 Jan 15 01:55 maildir1/new/1011077720.13062_0.dumbo
      -rw-------   2 matest   matest        416 Jan 15 01:55 maildir2/new/1011077720.13062_1.dumbo

  (3) emergency mailbox support if none of the accept()s work.

      $mail->accept("/etc/bogus");

      296(accept): calling accept handler accept_to_mbox(/etc/bogus)
      359(accept_to_mbox): Couldn't open /etc/bogus: Permission denied
      319(accept): unable to write to /etc/bogus; wrote to emergency mailbox /var/spool/mail/matest.

  (4) deferral back to mailqueue if emergency couldn't get delivered.

      296(accept): calling accept handler accept_to_mbox(/etc/bogus)
      359(accept_to_mbox): Couldn't open /etc/bogus: Permission denied
      359(accept_to_mbox): Couldn't open /etc/emergency: Permission denied
      320(accept): unable to write to /etc/bogus or to emergency mailbox /etc/emergency either; exiting EX_TEMPFAIL

  (5) fixed the From header bug http://rt.cpan.org/NoAuth/Bug.html?id=118
  (6) fixed the user method override bug with (@_) argument passing
  (7) autocreation of parent and maildir cur/new/tmp dirs as necessary.

      260(accept): accepting to /home/mengwong/tmp/blah/some/really/deep/directory/
      761(mkdir_p): /home/mengwong/tmp/blah/some/really/deep/directory/tmp doesn't exist, creating.
      761(mkdir_p): /home/mengwong/tmp/blah/some/really/deep/directory doesn't exist, creating.
      761(mkdir_p): /home/mengwong/tmp/blah/some/really/deep doesn't exist, creating.
      761(mkdir_p): /home/mengwong/tmp/blah/some/really doesn't exist, creating.
      761(mkdir_p): /home/mengwong/tmp/blah/some doesn't exist, creating.
      761(mkdir_p): /home/mengwong/tmp/blah/some/really/deep/directory/new doesn't exist, creating.
      761(mkdir_p): /home/mengwong/tmp/blah/some/really/deep/directory/cur doesn't exist, creating.
      492(accept_to_maildir): maildir: hardlinking to /home/mengwong/tmp/blah/some/really/deep/directory/new/1011077537.12691_3.dumbo
      304(accept): delivered successfully to 1 destinations.

  (8) support for MIME, with direct inheritance from
      Mail::Internet and MIME::Entity (as appropriate) instead
      of containment in ->{obj}.  added ->is_mime method.

  (9) added "reply" method.  uses Mail::Mailer::sendmail.

 (10) STDERR is directed to the logfile.

 (11) added test infrastructure.
2005-04-18 16:57:13 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
snj
14584d0133 Convert to buildlink3. 2004-05-02 04:19:41 +00:00
martti
f928be280d COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
martti
a8e7f2529f Updated p5-Mail-Audit to 2.0 (provided by Shell Hung in pkg/14919)
Changes :
- Mail::Audit now work with Exchange
- Documentation fixed
- bug fixed for the procmail conversion script
2001-12-12 14:39:59 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
jlam
0cec9f63e0 Change foo-* dependencies into foo-[0-9]* dependencies so we match only
those packages with a base package name of "foo".
2001-09-27 07:36:12 +00:00
jlam
70920f97b6 Whitespace changes. 2001-09-27 07:34:00 +00:00
jlam
ef53140e2c p5-Mail-Audit - perl5 module for filtering mail
`Mail::Audit' was inspired by Tom Christiansen's audit_mail and
deliverlib programs. It allows a piece of email to be logged, examined,
accepted into a mailbox, filtered, resent elsewhere, rejected, and so
on. It's designed to allow you to easily create filter programs to stick
in a .forward file or similar.

Provided in pkg/13848 by Sen Nagata <sen@eccosys.com>.
2001-09-27 05:08:37 +00:00