Commit graph

46 commits

Author SHA1 Message Date
nia f413f7fded mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles were unfetchable (possibly fetched
conditionally?):

./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
2021-10-26 10:53:53 +00:00
nia be020196fe mail: Remove SHA1 hashes for distfiles 2021-10-07 14:25:11 +00:00
taca c192cf7ad3 mail/pear-Mail_Mime: update to 1.0.11
1.0.11 (2021-09-05)

* Fix PHP 8.1: strlen(): Passing null to parameter #1 ($string) of type
  string is deprecated [alec]
* Fix encoding recipient names with @ character and no space between name
  and address [alec]
* Fix the license label in composer.json [jnkowa-gfk]
2021-09-06 15:07:26 +00:00
taca 0e5c212676 mail/pear-Mail_Mime: update to 1.10.10
1.10.10 (2021-01-17 03:34 UTC)

Changelog:

* Compatibility fixes for PHP 5.2 and 5.3 [alec]
* Corrected soft line breaks handling to be RFC compliant [ixs]
* Corrected line breaks for lines ending in dots and length more than 74 [ixs]
2021-01-17 15:45:04 +00:00
taca 24fb6a0680 mail/pear-Mail_Mime: update to 1.10.9
Update pear-Mail_Mime to 1.10.9.


1.10.9 (2020-06-27 04:37 UTC)

Changelog:

* Added a workaround for an opcache bug on OpenSuse 15.1 [alec]
2020-06-30 15:26:02 +00:00
taca e9e6a686c8 mail/pear-Mail_Mime: update to 1.10.8
Update pear-Mail_Mime to 1.10.8.


1.10.8 (2020-06-13 03:00 UTC)

Changelog:

* Fix encoding issues with ISO-2022-JP-MS input labelled with ISO-2022-JP
  [shirosaki]
2020-06-13 15:59:48 +00:00
rillig 968a35c8c9 mail/pear-Mail-Mime: remove no-op SUBST block
This package comes without any documentation, therefore there is nothing
to patch.
2020-04-25 19:03:16 +00:00
taca 1055111458 mail/pear-Mail_Mime: update to 1.10.7
Update pear-Mail_Mime to 1.10.7.


1.10.7 (2020-03-01 02:55 UTC)

Changelog:

* Fix invalid Content-Type for messages with only html part and inline
  images [alec]
2020-03-17 15:36:10 +00:00
taca 42979c310e mail/pear-Mail_Mime: update to 1.10.6
Update pear-Mail_Mime to 1.10.6.

1.10.6 (2020-01-30)

Changelog:

* Fix different boundary in headers and body when using headers() after
  get() [alec]
* Removed phail.php script [alec]
2020-02-05 14:29:51 +00:00
taca cd686211fe mail/pear-Mail_Mime: update to 1.0.5
Update pear-Mail_Mime to 1.0.5.

1.0.5 (2020-01-24)

Changelog:

* Make sure to not set Content-Transfer-Encoding on multipart messages [alec]
* Added support for calendar invitations with attachments/html/images [jacalben]
2020-01-27 13:16:13 +00:00
taca 1fe6afdd78 mail/pear-Mail_Mime: update to 1.10.4
Update pear-Mail_Mime to 1.10.4.

1.10.4 2019-10-13

* Fix E_STRICT errors introduced in the previous release [alec]

1.10.3 2019-09-25

* Fix deprecation warning for get_magic_quotes_runtime() use on PHP 7.4
2019-10-22 07:49:03 +00:00
taca 05ac6bd1bf mail/pear-Mail_Mime: Update to 1.10.2
Release date: 2017-11-17 04:27 UTC
Release state: stable

Changelog:

* Fix Bug #21255: Boundary gets added twice when using setContentType() [alec]
* PHP 7.2 compatibility fixes [alec]
2017-12-09 02:32:24 +00:00
taca f1f0a86907 Update pear-Mail_Mime to 1.10.1.
1.10.1						2017-05-21 06:48 UTC

Changelog:

* Fix Bug 21206: explodeQuotedString() does not handle quoted strings
  correctly [dfukagaw28]
* Fix Bug 21205: Invalid encoding of headers with quoted multibyte strings in
  non-unicode charset [dfukagaw28]
* Fix Bug 21098: Discrepancy in handling of empty (but set) plain text part
  [alec]
2017-05-28 11:34:29 +00:00
agc ddbf6ddecd Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:27:00 +00:00
taca 4d1c6d57b7 Update pear-Mail_Mime to 1.10.0.
Release date: 2015-09-13 13:48 UTC
Release state: stable

Changelog:

* Add possibility to add externally created Mail_mimePart objects as
  attachments [alec]
* Add possibility to set preamble text for multipart messages [alec]
2015-10-08 14:08:11 +00:00
taca f1fee491e5 Update pear-Mail_Mime to 1.9.0.
* Bug #20921: Make Mail_mimePart::encodeHeaderValue() a static method [alec]
* Bug #20931: Really remove unset headers [alec]
* Request #18772: Added methods for creating text/calendar messages [alec]
2015-08-30 08:38:34 +00:00
taca 9a264dc86d Update pear-Mail_Mime to 1.8.9.
* Fixed Bug #20273: Incorrect handling of HTAB in encodeHeader() [alec]
* Fixed Bug #20226: Mail_mimePart::encodeHeader does not encode ISO-2022-JP
  string [alec]
* Fixed Bug #20222: Broken Compatybility with PHP4 [alec]
2014-05-21 03:30:32 +00:00
taca e6be8bdcb7 Update pear-Mail_Mime to 1.8.8.
Mail_Mie 1.8.8

* Fixed warning/notice on (static vs. non-static) PEAR::raiseError() usage
  [alec]
* Fixed Bug #19761: PHP5 warnings about return by reference [alec]
* Fixed Bug #19770: Make cid generator more unique on Windows [alec]
* Fixed Bug #19987: E_STRICT warning when null is passed by reference [alec]
2013-07-12 00:11:02 +00:00
taca 52b2dca87c Update pear-Mail_Mime to 1.8.7 and add LICENSE.
1.8.7: Release date: 2012-12-25 17:28 UTC

* Bug #5333: Fix more return by reference errors [alec]
* Bug #19754: Fix compatibility with PHP4 [alec]


1.8.6: Release date: 2012-10-23 09:52 UTC

* Bug #19473: PEAR::isError() compatibility problem with PHP 5.4 [alec]
* Bug #19497: Attachment filename is cut on slash character [alec]
* Bug #19665: Add Mail-Reply-To and Mail-Followup-To to structured recipient
  headers list [alec]
2013-03-16 03:46:18 +00:00
asau d70c8e374b Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
taca 844f01fca7 Update pear-Mail_Mime to 1.8.5.
Release date: 2012-06-09 15:39 UTC
Release state: stable

Changelog:

* Added possibility to set additional parameters of message part header,
  e.g. attachment size [alec]
* Added automatic setting of attachment size via Content-Disposition header
  size parameter [alec]
2012-06-13 13:10:12 +00:00
taca 960c2f9109 Update pear-Mail_Mime to 1.8.4.
Changelog:

* Request #19406: Allow to set individual attachment part headers [alec]
* Fixed Bug #18982: Non-static method Mail_mimePart::encodeHeader() should not
  be called statically [alec]
2012-06-02 04:34:01 +00:00
wiz 6dc4abe4b7 Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
taca ed225162d0 Update pear-Mail_Mime to 1.8.3.
Release date: 2012-03-12 10:04 UTC
Release state: stable

Changelog:

* Request #19009: Remove error_reporting from tests [alec]
* Fixed Bug #19094: Email addresses do not have to contain a space
  between the name and address part [alec]
* Fixed Bug #19328: Wrong encoding of filenames with comma [alec]
2012-03-12 15:34:56 +00:00
taca cf5d5f12ac Update pear-Mail_Mime package to 1.8.2.
Mail_Mime 1.8.2

Release date: 2011-08-10 09:56 UTC
Release state: stable

Changelog:

Bugs Fixed:
* #18426: Fixed backward compatibility for "dfilename" parameter [alec]
* Removed xmail.dtd, xmail.xsl from the package [alec]
* Fixed handling of email addresses with quoted local part [alec]
2011-08-20 14:10:45 +00:00
adam 35135c1a7f Changes 1.8.1:
Bugs Fixed:
* Not possible to set separate charset for attachment content and headers
2010-12-15 09:42:28 +00:00
obache 5a9fe2a3be Fixes DESTDIR installation. 2010-10-25 10:52:43 +00:00
tron 53026c6317 Fix incomplete installation by patching "scripts/phail.php" after the
installation which otherwise fails due to an MD5 checksum of the
above file. Bump package revision as the binary package changed.
2010-10-17 01:06:14 +00:00
taca 853ad060d3 Update mail/pear-Mail_Mime to 1.8.0.
1.8.0: 2010-07-29 06:46 UTC

Changelog:

Bugs Fixed:

* Double-addition of e-mail domain to content ID in HTML images [alec]
* #17311: Multi-octet characters are split across adjacent 'encoded-word's
  [alec]
* #17573: Place charset parameter in first line of Content-Type header
  (if possible) [alec]

Implemented Features:

* #17518: addTo() method [alec]

1.7.0: 2010-04-12 12:03 UTC

Changelog:

Implemented Features:

* Added Mail_mime::setContentType() function with possibility to set various
  types in Content-Type header (also fixes problem with boundary parameter
  when Content-Type header was specified by user) [alec]
2010-09-23 08:03:02 +00:00
taca b7b2da909c Update pear-Mail_Mime package to 1.7.0.
Changelog:

Implemented Features:

* Added Mail_mime::setContentType() function with possibility to set various
  types in Content-Type header (also fixes problem with boundary parameter
  when Content-Type header was specified by user) [alec]
2010-04-12 13:50:09 +00:00
taca ebbada719f Update pear-Mail_Mime package from 1.6.1 to 1.6.2.
Bugs Fixed:
* Fix Bug #17226: Non RFC-compliant quoted-printable encoding of structured
  headers [alec]
2010-04-09 10:16:18 +00:00
taca e3773a58e5 Update pear-Mail_Mime package to 1.6.1.
Changelog:

Bugs Fixed:
* Fix encoding of Return-Receipt-To and Disposition-Notification-To
  headers [alec]

Implemented Features:
* Implement Feature #12466: Build parameters validation [alec]
* Implement Feature #17175: Content-Description support for attachments [alec]
2010-03-15 16:38:15 +00:00
taca 23645822d3 Updaete pear-Mail_Mime from 1.4.0 to 1.6.0.
1.6.0

Bugs Fixed:
* Don't break specified headers folding [alec]
* Bug #17025: Wrong headers() result for long unwrapable header value [alec]

Implemented Features:
* Allow setting Content-ID for HTML Images [alec]
* Added one setParam() in place of many set*() functions [alec]
* Added getParam(), getTXTBody(), getHTMLBody() [alec]
* Skip RFC2231's charset if filename contains only ASCII characters [alec]
* Make sure that Received: headers are returned on the top [alec]
* Added saveMessageBody() and getMessageBody() functions [alec]

1.6.0RC2

Fixed Bugs:
* Bug #7561: _encodeQuotedPrintable() with mbstring function overloading
  broken in 1.6.0RC1 [alec]
* Fixed quoted-printable encoding of characters with ord(char) < 10 [alec]

1.6.0RC1

Fixed Bugs:
* Bug #13444: Problem in multipart mail with txt, html and images. Reverted
  fix for #9725 [alec]
* Bug #14780: Content-Type is not set correctly when calling headers() before
  get() [alec]

Implemented Features:
* Feature #10884: Provide easy way to set build params [alec]
* Feature #13962: Multiple header support [alec]
* Use class (private) variables instead of MAIL_MIME_CRLF and
  MAIL_MIMEPART_CRLF constants [alec]
* Feature #12411: Support both RFC2047 and RFC2231 for attachments filenames
  encoding [alec]
* Optimized memory usage in quoted-printable encoding function [alec]
* Feature #13969: Big attachments support [alec]
* Changed default value of text_encoding to quoted-printable [alec]

1.5.3

Fixed bugs:
* Fix Bug #14678: srand() lowers security [clockwerx]
* Fix Bug #12921: _file2str not binary safe [walter]
* Fix Bug #12385: Bad regex when replacing css style attachments [cipri]
* Fix Bug #16911: Excessive semicolon in MIME header [alec]
* Fix Bug #15320: Attachment charset is not set in Content-Type header [alec]
* Fix Bug #16911: Lack of semicolon separator for MIME header parameters [alec]
* Fix Bug #16846: Use preg_replace_callback() instead of /e modifier [alec]
* Fix Bug #14779: Problem with an empty attachment [alec]
* Fix Bug #15913: Optimize the memory used by Mail_mimePart::encode.
  Avoid having attachments data duplicated in memory [alec]
* Fix Bug #16539: Headers longer than 998 characters aren't wrapped [alec]
* Fix Bug #11238: Wrong encoding of structured headers [alec]
* Fix Bug #13641: iconv_mime_encode() seems to work different/errorious than
  the build in logic. Removed 'ignore_iconv' param. [alec]
* Fix Bug #16706: Incorrect double-quotes RFC 2231-encoded parameter values
  [alec]
* Fix Bug #14232: RFC2231: tspecials encoding in _buildHeaderParam() [alec]

Implemented Features:
* Implement Feature #10438: Function (encodeHeader) for encoding of given
  header [alec]

1.5.2

* Fix Bug #11381: domain name is attached to content-id, trailing greater-than
  sign is not remove [cipri]

1.5.1

* Fix Bug #11344: Error at line 644 in mime.php [cipri]

1.5.0

Split off Mail_MimeDecode

1.5.0RC2

Fixed accidental characters included in mime.php
2010-02-06 15:54:18 +00:00
joerg ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
adrianp c924295850 Update to 1.4.0
* Implement Feature #2952: Mail_mime::headers() saves extra headers [cipri]
* Implement Feature #3636: Allow specification of charsets and encoding [cipri]
* Implement Feature #4057: Mail_Mime: Add name parameter for Content-Type [cipri]
* Implement Feature #4504: addHTMLImage does not work in cases when filename contains a path [cipri]
* Implement Feature #5837: Mail_Mime: Build message for Net_SMTP [cipri]
* Implement Feature #5934: Mail_Mime: choice for content disposition [cipri]
* Implement Feature #6568: Mail_Mime: inline images referenced in CSS definitions not replaced. [cipri]
* Implement Feature #10604: Put an option to specify Content-Location in the header [cipri]
2008-04-30 19:28:03 +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
adrianp d069d5bd59 PKGREVISION++ for the recent PEAR/PHP changes so that all child packages
pick up the new dependencies properly
2007-05-05 22:09:18 +00:00
jdolecek e2cf0bb0e0 Update pear-Mail_Mime to 1.3.1.
1.3.1:
	o bug fix release

1.3.0
	o First (stable) release in over 2.5 years (!)
	o MANY bugfixes (see the bugtracker)
	o added a few tests
	o one small fix after RC1 (bug #3940)

Update provided in PR pkg/34644 by Martin Wilke
2006-10-23 20:17:16 +00:00
joerg 8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00
joerg 337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
joerg 5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
agc 8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
jdolecek dabfddfb8b update for DIST_SUBDIR=pear 2004-11-27 13:33:52 +00:00
jdolecek bf81d5a98e Use HOMEPAGE provided by lang/php/pear.mk 2004-11-27 10:02:52 +00:00
jdolecek bf570a57b3 Add pear-Mail_Mime 1.2.1 - PHP classes to create and decode mime messages.
Courtesy of pkgsrc-wip.
2004-11-01 20:32:37 +00:00