Commit graph

7468 commits

Author SHA1 Message Date
obache
ebf6e4ef5a Update milter-manager to 1.8.2.
1.8.2: 2011-11-29

A bug fix release of 1.8.1.

milter-core

Fixes

  * [event-loop][glib] fix memory leaks since 1.6.6.

  * [core] fix memory leak when delete header.
2011-11-30 10:51:31 +00:00
sbd
48569d55a7 Use CPPFLAGS and LDFLAGS to locate headers and librarys.
Bump PKGREVISION
2011-11-29 06:19:43 +00:00
tnn
af6f54afff Work around lack of _SC_NPROCESSORS_ONLN on some platforms (like netbsd4).
Observed in PR pkg/45553.
2011-11-27 13:09:00 +00:00
obache
31a286c71d Update cue to 20100426.
Based on PR pkg/45557 by YAMAMOTO Takeshi.

Some bug fixes include most of pkgsrc patches.
2011-11-27 13:05:33 +00:00
joerg
4ca917506a Fix build with modern GCC 2011-11-26 17:14:42 +00:00
obache
1a0723b265 * Update HOMEPAGE
* set LICENSE
2011-11-26 13:03:36 +00:00
sbd
9672dc02f3 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 04:39:19 +00:00
joerg
aac88cbe55 Catch up with gnustep changes. 2011-11-25 22:00:32 +00:00
joerg
47432fb6fa Fix build with newer GCC 2011-11-24 13:56:02 +00:00
obache
e2e1baf388 Add an missing PLIST entry.
Noticed by Robert Elz by PR pkg/45636.

Bump PKGREVISION.
2011-11-23 11:10:22 +00:00
joerg
6b8d4972de Fix build with newer GCC 2011-11-22 18:12:35 +00:00
hiramatsu
a3f3ab937e Update p5-MIME-EncWords to 1.012.4.
Changes from previous:
2011-10-26	Hatuka*nezumi - IKEDA Soji	<hatuka@nezumi.nu>

	* Release 1.012.4.
	* Chg: encode_mimewords(): 'B' was advantageous over 'Q' by 4/3 byte
	  on average...
	* Updated address of FSF.

2011-06-05	Hatuka*nezumi - IKEDA Soji	<hatuka@nezumi.nu>

	* Release 1.012.3.
	* Fix: encode_mimewords(): inproper handling of Encoding => 'S'.
	* Imp: decode_mimewords(): Broken "Q" encoding also warned: "=" not
	  leading two hexdigits (raw " " and "\t" are allowed).
	* Imp: encode_mimewords(): negative MaxLineLen allows unlimited length
	  of line.
	* Encode::MIME::EncWords: Rewritten. 0.03.
	  - Any newlines not forming folding white space are preserved.
	    cf. CPAN RT #68582 for standard encodings.
	  - Error handling.
	* Doc: typos etc.

2011-06-01	Hatuka*nezumi - IKEDA Soji	 <hatuka@nezumi.nu>

	* Release 1.012.2.
	* Chg: encode_mimewords(): By 'A' or 'S' encodings, 'Q' will be used
	  more often: When number of bytes to be encoded exceeds 6th of
	  entire bytes, words may be encoded by 'B'.  In other words,
	  ``S encoding'' is to choose shorter one of 'B' or 'Q' according to
	  length of maximally-encoded result.
	* Fix: encode_mimewords(): Pure ASCII words containing unsafe sequence
	  ignored Encoding option; encoded by header_encoding() of its charset.
	* Updated Encode::MIME::EncWords.
	* Added test #03 & #04.  Added UTF-8 cases to #02.

2011-05-29	Hatuka*nezumi - IKEDA Soji	<hatuka@nezumi.nu>

	* Release 1.012.1.
	* Unicode/multibyte support on Perl 5.7.3 (experimental).
	* New: Encode::MIME::EncWords [alpha release] - Encode module for
	  "MIME-EncWords", "MIME-EncWords-B", "MIME-EncWords-Q" and
	  "MIME-EncWords-ISO_2022_JP".
	* Requires MIME::Charset >= 1.008.2.
2011-11-22 03:37:42 +00:00
ghen
c2107e58cf Update to Pigeonhole 0.2.5:
+ Sieve vacation extension: made discard message for implicit
  delivery more verbose
- The sieve-test tool: mixed up original and final envelope recipient
  in implementation of command line arguments.
- Sieve vacation extension: resolved FIXME regarding the use of
  variables in the :handle argument. Variables are now handled
  correctly.
- Sieve body extension: fixed handling of :content "message/rfc822".
  This now yields the headers of the embedded message as required by
  the specification. Handling of :content "multipart" remains to be
  fixed.
- LDA Sieve plugin: fixed problem with recipient_delimiter
  configuration. Now it falls back to global recipient_delimiter
  setting if plugin/recipient_delimiter is not set.
2011-11-21 08:13:08 +00:00
schmonz
82ce577a27 Update to 4.23.0. From the changelog:
- Fix race if new message shows up in POP3 mailbox between running the UIDL
  and LIST commands.  Thanks: Roland Koebler, Osamu Aoki.
2011-11-21 03:57:53 +00:00
taca
66189d5f0e Update ruby-actionmailer3 package to 3.0.11 (version change only). 2011-11-19 15:38:20 +00:00
hiramatsu
af8159c398 Update p5-Email-Valid to 0.185.
Changes from previous:
0.185     2011-08-11
          do not die in t/valid.t when testing for working DNS
          (address RT #70157, thanks, Alexey Tourbin)

          avoid a pointless warning (mentioned in RT #68312)

          check TLD validity before MX records
          (address RT #32237, thanks, meyerdigital)

          reject addresses with non-ASCII characters
          (address RT #50230, thanks, ferreira)
2011-11-18 00:14:22 +00:00
ghen
a330154c54 Update to Dovecot 2.0.16.
* VSZ limits weren't being enforced for any processes. On server with
  large mailboxes you may now see errors about it if the limits aren't
  high enough. To fix them, either increase individual service {
  vsz_limit } values or simply increase the default_vsz_limit setting.
* Proxying: If using ssl=yes or starttls=yes with a hostname (not IP)
  as proxy destination, require that the certificate matches the given
  hostname.
* LMTP: Changed default client_limit to 1. This should improve LMTP
  throughput with default settings.
* dsync: Quota is no longer enforced (i.e. dsync can't fail because
  user is over quota).

+ Added "auto" mail storage driver, which can be used to autodetect
  mailbox location and format. This behavior is already the default
  for empty mail_location setting, so this change is mainly useful for
  shared namespace's location setting.
+ checkpassword: Export all auth %variables to AUTH_* environment.
2011-11-17 08:10:01 +00:00
dholland
8aa733f127 Set PYTHON_VERSIONS_ACCEPTED=27 because the build fails with python26.
I'm going to assume that <26 has no chance of working. I'm also going
to assume python31 doesn't stand a chance...
2011-11-17 00:25:35 +00:00
obache
192ca97a86 Update milter-manager to 1.8.1.
A bug fix release of 1.8.0.

Now, manager.event_loop_backend and manager.n_workers aren't
experimental!

=== milter manager

==== Improvements

  * [applicable-condition][sendmail] clear DNS cache for each 100 IP
    addresses.

==== Fixes

  * detach IO for launcher on daemon mode.
    use milter_client_is_run_as_daemon() to get whether daemonize or
    not. [Reported by OBATA Akio]
  * add a workaround for Ruby cleanup.
    If environment variable
    MILTER_MANAGER_RUBY_STOP_TIMER_THREAD_BEFORE_CLEANUP=yes,
    skip timer thread before cleanup.
  * use rb_fork() as fork implementation.
    This will fix --daemon doesn't work on *BSD.
    [Reported by OBATA Akio]
  * use INCLUDES to use configured libev include path rather than
    CPPFLAGS. [Reported by moto kawasaki]

=== milter-core

==== Fixes

  * fix missing null FD close by inverted condition.
    [Reported by OBATA Akio]

=== milter-client

==== Improvements

  * use higher priority for accepting connection.

==== Fixes

  * fix a bug that workers don't shutdown on master shutdown. It's
    GLib evnet loop backend specific problem.

=== milter-server

==== Improvements

  * add more information to error message.
  * [server] unify unknown name logging.

==== Fixes

  * fix a bug that all milters can't find on 2nd RCPT in the same
    session.

=== Ruby milter

==== Improvements

  * add Milter::Client::Configuration::MilterConfiguration#name.

==== Fixes

  * fix event_loop_created hook can't get event loop.
  * do not raise error if process raw shift_jis mail file. Ruby 1.9.
  * udpate bundled test-unit file list. [Reported by Hirohisa Yamaguchi]
  * [ruby][glib2] fix a SEGV bug on Solaris10.

=== milter-test-server

==== Fixes

  * fix quoted charset detection. [Reported by nobu]
  * fix multiline header parsing.
  * --mail-file keeps new line type of the original mail.

=== Document

==== Improvements

  * add log list to HTML.
  * fix typos. [Pull requested by Norio Suzuki]

=== Admin

==== Improvements

  * use locale "en" if Accept-Language is not "ja".
    [Reported by Larry G. Wapnitsky]
2011-11-16 06:07:42 +00:00
sbd
af1d8f3be5 Add missing archivers/bzip2 buildlink.
Bump PKGREVISION
2011-11-16 04:18:25 +00:00
tnn
29baf8c0fc Update to thunderbird-l10n-8.0. 2011-11-13 17:00:33 +00:00
tnn
13073dcae1 Update to thunderbird-8.0 and enigmail-1.3.3.
8.0 changes:
    Thunderbird is based on the new Mozilla Gecko 8 engine
    Add-ons installed by third party programs are now disabled by default
    New Search and Find Shortcuts
    Improved accessibility of the attachment list
    Folder switching pane widget has been removed, can be added back with the
      Folder Pane View Switcher Add-on
    Numerous platform fixes to stability
    Fixed several security issues

7.0 changes:
    Thunderbird is based on the new Mozilla Gecko 7 engine
    Several user interface fixes and improvements
    Several fixes to attachment handling
    Ability to print a summary of selected email messages
    Platform improvements to Address Book
    Fixed several security issues
    Numerous platform fixes that improve speed, performance and stability
2011-11-13 16:59:58 +00:00
schmonz
1fa7d2c3a8 Update to 4.22.2. From the changelog:
-fix an error when logging a bad response to an IMAP SELECT command,
 introduced in 4.21.0.  Thanks: "kureshii".
2011-11-13 16:01:58 +00:00
hiramatsu
cdeb1e671f Update p5-Email-Sender to 0.110001.
Changes from previous:
0.110001  2011-04-03 16:32:15 America/New_York

          prevent Test::MinimumVersion test from causing a requirement on T::MV
          and, thus, PPI!  Thanks for the report, Matt S. Trout!

0.110000  2011-03-17 21:40:36 America/New_York
          provide a much clearer and more fatal error when SASL authentication
          has failed because Authen::SASL or MIME::Base64 is not available
2011-11-12 01:21:41 +00:00
sbd
26385afaa3 A broken ex clone stalls causes the configure script to stall 2011-11-11 09:18:31 +00:00
hiramatsu
60871cc4ad Updated p5-Email-Abstract to 3.004.
Change from previous:
3.004     2011-02-18

          If present, MIME::Entity must be v5.501; v5.500 had a regression (or
          a bug fix, depending how you look at it) that broke header-reading.
          While technically older versions that are not 5.500 would work, it is
          much simpler to just require the newest version, rather than to
          support a version range with a hole in it.
2011-11-11 07:46:38 +00:00
adam
e0aaede398 Changes 2.5.4:
* rfc2045/rfc2045cdecode.c: Tolerate lowercase hexadecimal characters
  in quoted-printable-encoded content.
* unicode/unicode.c: Compilation fixes.
2011-11-10 15:37:55 +00:00
taca
6b9a0108b4 * Remove .require_paths from PLIST
* Bump PKGREVISION.
2011-11-08 15:37:33 +00:00
taca
c04e5bb698 Update postfix pacakge to 2.8.7.
Postfix stable release 2.8.7 is available. This contains a workaround
for a problem that is fixed in Postfix 2.9.

    * The postscreen daemon, which is not enabled by default, sent
      non-compliant SMTP responses (220- followed by 421) when it
      could not give a connection to a real smtpd process. These
      responses caused some remote SMTP clients to return mail as
      undeliverable.

      The workaround is to hang up after sending 220- without sending
      the 421 "sorry" reply; this is harmless.

      The complete fix involves too much change for a stable release:
      send the 220 greeting, wait for the EHLO command, then send
      the 421 "sorry" reply and hang up.
2011-11-07 15:36:07 +00:00
wiz
b8afeee1b4 Annotate p5-Convert-BinHex dependency with upstream bug report. 2011-11-06 21:46:34 +00:00
wiz
baf795d67d lib/MIME/Decoder/BinHex.pm uses Convert::BinHex, so depend on
p5-Convert-BinHex. Noted by Teemu Rinta-aho on pkgsrc-users.

Bump PKGREVISION.
2011-11-06 21:35:30 +00:00
hiramatsu
4fa8ec846f Update p5-Email-MIME to 1.910.
Changes from previous:
1.910   2011-09-12

        document the header_str arg to ->create more thoroughly (i.e., at all)

1.909   2011-09-08

        dial the perl prereq back to 5.8.1 by popular demand... actually

1.908   2011-06-01

        dial the perl prereq back to 5.8.1 by popular demand

1.907   2011-02-02

        require 5.8.5 for sane encoding

        be more lenient with Content-Tranfser-Encoding values; stop at
        semicolons
2011-11-05 13:30:11 +00:00
bsiegert
1838a3ce40 Do not link against -lcrypt on MirBSD, fixes the build. 2011-11-01 14:47:09 +00:00
sbd
0dc6193f32 Recursive bump for archivers/libarchive buildlink addition. 2011-11-01 06:50:28 +00:00
sbd
e93e5d65e3 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
sbd
8b1d1e04b8 The infinite loop noted in PR#30999 is cause by inlining functions on
any system, so inline functions should alway be disabled.
2011-10-31 22:58:45 +00:00
wiz
a71aeafcb4 Add p5-Test-Deep as build dependency.
Actually, it should be a test dependency, but pkgsrc doesn't support this.
2011-10-31 22:32:41 +00:00
spz
a976cce82c adjustments for perl 5.12 (no additional adjustments for perl 5.14 needed) 2011-10-30 22:03:42 +00:00
spz
6b06628cf1 perl 5.14 adjustment: drop using ctime.pl just for a list of months 2011-10-28 06:16:12 +00:00
spz
b83c923c9e change maintainer (with ack from the previous one)
update to 2.7.0. Excerpt from the release notes:

NEW FEATURES SUMMARY

- significant improvements affecting a pre-queue content filtering setup
  (time limiting, warm/flying restart, ...) - requires Postfix 2.7.0 and
  SpamAssassin 3.3.0, or later;

- new daemon amavisd-signer makes it possible to sign mail with DKIM
  signatures without requiring amavisd process to have access to private
  signing keys;

- added support for the Sophos-SSSP, Avira SAVAPI and ClamAV clamd streaming
  protocols allows amavisd to communicate with these antivirus solutions;

- allow specifying multiple (fail-over) back-end mailers for resubmission
  of messages from amavisd back to MTA;

- support for Postfix 2.8.0 XFORWARD IDENT, passes a local message identifier
  (queue id) downstream to a post-queue content filter and back to Postfix;

- speedup in data transfer rate on receiving large mail via SMTP/LMTP
  sessions by a factor of 3.9 for plain text sessions, and by a factor
  of 11 for encrypted (TLS) sessions;

- recognize and insert header fields as prepared by SpamAssassin 3.3.0
  or later through its 'add_header' configuration option;

- a new setting allows a forward_method to be chosen based on a message
  content type and/or recipient address; this may be useful for outgoing
  mail routing purposes or to implement sender reputation schemes;

- per-recipient (or per- policy bank) SpamAssassin configuration files or
  SQL configuration sets are supported (@sa_userconf_maps), and per-recipient
  SQL Bayes database usernames (@sa_username_maps);

- new macros: client_helo, client_addr, client_port, client_addr_port,
  mime2utf8, rusage, ADDEDHEADERHAM, ADDEDHEADERSPAM, banned_parts_as_attr,
  actions_performed, new arguments to macros dkim, header_field, HEADER,
  YESNO and YESNOCAPS;

- @listen_sockets setting offers a unified configuration of listening
  sockets; it may be configured directly, or the traditional way: the
  $inet_socket_port, $unix_socketname and $inet_socket_bind just add their
  entries to the @listen_sockets list;

- lists of lookup tables (the @*_maps variables) can now contain
  explicit SQL and LDAP lookup objects as their elements, instead of
  (or in addition to) the implied SQL and LDAP lookups;

- a new configuration variable @virus_name_to_policy_bank_maps allows
  loading of policy banks based on a virus name;

- a new configuration variable $mail_id_size_bits allows setting the size
  of randomly generated mail_id and secret_id codes;

- a new configuration variable $sql_store_info_for_all_msgs allows storing
  information on mail messages selectively just for quarantined messages;

- added SNMP counters InMsgsStatus* which combine the final mail checking
  status with a direction of a mail flow;

- optional transparent archival quarantine, retaining envelope recipient
  addresses on delivery to a dedicated SMTP server;
2011-10-25 20:33:07 +00:00
taca
b113f8ee1c Update postfix to 2.8.6. From release announce:
Postfix stable release 2.8.6, 2.7.7, 2.6.13 and 2.5.16 are available.
These contain fixes that are also included with the Postfix 2.9
experimental release.

    * The Postfix SMTP daemon sent "bare" newline characters instead
      of <CR><LF> when a header_checks REJECT pattern matched
      multi-line header. This bug was introduced with Postfix 1.1.

    * The Postfix SMTP daemon sent "bare" newline characters instead
      of <CR><LF> when an smtpd_proxy_filter returned a multi-line
      response. This bug was introduced with Postfix 2.1.

    * For compatibility with future EAI (email address
      internationalization) implementations, the Postfix MIME
      processor no longer enforces the strict_mime_encoding_domain
      check on unknown message subtypes such as message/global*.
      This check is disabled by default.

    * The Postfix master daemon could report a panic error
      ("master_spawn: at process limit") after the process limit
      for some service was reduced with "postfix reload". This bug
      existed in all Postfix versions.

You can find the updated Postfix source code at the mirrors listed
at http://www.postfix.org/.
2011-10-25 14:31:10 +00:00
hiramatsu
498849c4e2 Update p5-Mail-ListDetector to 1.04.
Changes from previous:
1.02 14 Nov 2009
  - Fix CPAN RT bug 35320 - add missing dependency
  - Add Test::Kwalitee to ensure we always have kwalitee.
  - Add github repo http://github.com/mstevens/Mail--ListDetector

1.03 30 Jun 2010
  - Make license more explicit

1.04 19 Feb 2011
  - Fix pod warnings.
2011-10-22 01:40:28 +00:00
ryoon
f4bd0af063 Update to 6.4
* Remove included patches.

Changelog:
Mew 6.4 stable release (2011/10/19)

* cmew falls back to getModificationTime on Windows.
	Masamichi HOSODA <trueroad>
* Supporting Ruby 1.9.
	Takahiro Kambe <taca>

Mew 6.4 release candidate 1 (2011/09/06)

* A bug of rescan is fixed finally!
* mewl avoids causing error if a folder does not exist.
	Masamichi HOSODA <trueroad>
* Catching up to stunnel 4.39.
	Ryo ONODERA <ryo_on>
* Supporting text/csv.
	Tetsuya Toda <toda>

Mew 6.3.51 (2011/06/29)

* A hack for calling browser on Unix.
	"Diogo F. S. Ramos" <diogofsr> and Tatsuya Kinoshita <tats>
* Bug fixes for hankaku.
	<tmurata> and Tatsuya Kinoshita <tats>
* Avoiding broken end-of-line for quoted-printable.
* Multibyte hack for Emacs 23 and 24.
* Supporting GBK.
* Fixing excel and powerpoint on Unix.
	Kan Sasaki <sasaki@fcc.ad.jp>
* pdftotext support for Windows.
	Shuichi KITAGUCHI <ki>
* &rest to mew-user-agent-compose for Emacs 24.
	Harald Hanche-Olsen <hanche>
* More gentle for broken Multipart/Signed.
	Eisaku YAMAGUCHI <eisaku>
* Improving the documentation of mew-draft-use-format-flowed.
	Christophe TROESTLER <Christophe.Troestler>
* varsx hack.
* Fixing regex of time.
	Christophe TROESTLER <Christophe.Troestler>
* Fixing major mode hooks.
	Hayashi Masahiro <mhayashi1120>
* Inline display of PDF with "pdftotext".
	Hideyuki SHIRAI <shirai>
	Harumitsu YOSHITAKE <yositake>
* Text/Pdf for Thunderbird
	Christophe TROESTLER <Christophe.Troestler>
* Removing warnings for Emacs 23.3
	Yu-ji Hosokawa <yu-ji>
* Killing stunnel with -KILL since the spec of stunnel changed.
* The -b option for mewest.
	"Diogo F. S. Ramos" <diogofs>

Mew 6.3.50 (2010/08/31)

* Defining mew-draft-use-format-flowed.
	Christophe TROESTLER <Christophe.Troestler>
* Making use of mew-save-dir.
* Fixing the hash-vs-array problem of cmew.
	Masamichi HOSODA <trueroad>
* Making cmew safer in the case where mewest works at the same time.
	Masamichi HOSODA <trueroad>
* Hack for mew-time-rfc-to-sortkey.
	Hideyuki SHIRAI <shirai>
* A patch for unzip.
	Yu-ji Hosokawa <yu-ji>
* Supporting unzip.
* Bug fix for PGP/MIME of binary encryption.
	Shoichi Kurosaka <sho>
* Both cmew and smew in Haskell works well finally!
	Shuichi KITAGUCHI <kit>
* Fixing info/Makefile.
	Yasuhiro KIMURA <yasu>
* Guarding mew-addrbook-clean-up.
	Hideyuki SHIRAI <shirai>
* A bug fix of mew-mime-content-type.
	Yu-ji Hosokawa <yu-ji>
* Setting split-width-threshold to nil in mew-summary-reply.
* "b" in Summary saves the buffer of Message mode to a file.
* header-only now can work for M-x mew.
* Bold of font can be specified on Emacs 23.
* Deleting " " from global-mode-string.
	Christophe TROESTLER <Christophe.Troestler>
* Correcting the -P option of stunnel3.
	Kendall Shaw <kshaw>
* Define mew-sumsym-encode-folder and mew-sumsym-decode-folder.
* set-buffer -> with-current-buffer.
* Making mew-mime-image() safer.
	Hideyuki SHIRAI <shirai>
2011-10-19 18:32:50 +00:00
obache
9725d3de74 Recursive Bump from boost-libs ABI bump. 2011-10-19 06:12:58 +00:00
ryoon
3d4968abe5 Update to 1.4.25
Changelog:
Version 1.4.25:
- DIGEST-MD5 authentication is not considered secure any longer. See RFC 6331.
- Support for alias expansion was added. See the aliases command and --aliases
  option.
2011-10-18 10:27:50 +00:00
hiramatsu
b128384afe Update p5-MIME-Charset to 1.009.1.
Changes from previous:
2011-06-09      Hatuka*nezumi - IKEDA Soji      <hatuka(at)nezumi.nu>

        * Release 1.009.1.
        * Chg: Workaround for aliasing on TIS-620 that is treated as
          ISO-8859-11 by Encode.
          And added WINDOWS-874 as EXTENDED map of TIS-620.
        * Imp: Result of _find_encoder() will be cached.
        * Imp/Chg: 'S' encoding will be resolved numerically, without comparing
          actually encoded lengths.
        * Added informations for WINDOWS-125[03-8].
        * Added some cases to test #4.

2011-06-08      Hatuka*nezumi - IKEDA Soji      <hatuka(at)nezumi.nu>

        * Release 1.009 - withdrawn.

2011-05-28      Hatuka*nezumi - IKEDA Soji      <hatuka(at)nezumi.nu>

        * Release 1.008.2.
        * Bug Fix: Body transfer-encoding profile "S" did not work properly,
          and profile for UTF-8 was NOT really updated.

2011-02-19      Hatuka*nezumi - IKEDA Soji      <hatuka(at)nezumi.nu>

        * Release 1.008.1.
        * Chg: Workaround for CPAN RT #65796: Deep recursion error finding
          invalid charset.  Limit length of charset name upto 75.
        * Imp: Supports Unicode/multibyte on Perl 5.7.3 (experimental).
        * Perl 5.7.3 & 5.8.3:
          avoid ``Useless use of a constant in void context'' warnings.
        * Doc: small fixes.
2011-10-16 16:22:41 +00:00
obache
e6d0ea6b1d Fix compilation on perl 5.14, from cyrus-imapd-2.4 branch. 2011-10-15 07:17:00 +00:00
dholland
8dc03cde5a Fix build of perdition-gdbm. 2011-10-14 04:42:10 +00:00
hans
d0953670bd There is no need to do the Darwin-specific post-extract stuff on
anything but Darwin.
2011-10-12 17:20:21 +00:00