The NetBSD Project

CVS log for pkgsrc/mail/p5-Email-MIME-ContentType/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / mail / p5-Email-MIME-ContentType

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 27 00:20:10 2023 UTC (10 months, 1 week ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

Update to 1.028

Upstream changes:
1.028     2023-01-08 19:26:20-05:00 America/New_York
        - update author info

Revision 1.13 / (download) - annotate - [select for diffs], Fri Sep 30 12:26:07 2022 UTC (14 months, 1 week ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

Update to 1.027

Upstream changes:
Changes for version 1.027 - 2022-09-04
add a (for now undocumented) $PRE_2231_FORM package variable; if set to false, when RFC2231-style parameters are used, a pre-RFC2231-style version will *not* also be provided; this variable is true by default

Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 26 10:54:13 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

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

Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 7 14:25:31 2021 UTC (2 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

mail: Remove SHA1 hashes for distfiles

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 7 07:32:41 2021 UTC (2 years, 5 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

Update to 1.026

Upstream changes:
1.026     2021-01-10 15:31:45-05:00 America/New_York
        - don't use more memory than necessary to store parts of an encoded
          parameter (thanks, Pali)

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 7 11:29:07 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

p5-Email-MIME-ContentType: update to 1.024.

1.024     2020-05-24 10:19:20-04:00 America/New_York
        - no changes since stable release

1.023     2020-05-09 14:51:41-04:00 America/New_York (TRIAL RELEASE)
        - All of this release is thanks to Pali Rohár, who suffered through a
          long period of waiting while RJBS, the maintainer, let the module
          languish.  Thank you for your patience, Pali and everybody else.

        - silence an uninitalized value warning
        - avoid allowing non-Latin digits in numbers
        - add new functions build_content_type() and build_content_disposition

Revision 1.8 / (download) - annotate - [select for diffs], Sun Sep 17 15:54:08 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

p5-Email-MIME-ContentType: update to 1.022.

1.022     2017-08-31 09:16:58-04:00 America/New_York
        - add parse_content_disposition (thanks, Pali Rohár)

Revision 1.7 / (download) - annotate - [select for diffs], Thu Aug 17 13:24:18 2017 UTC (6 years, 3 months ago) by wen
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

Update to 1.021

Upstream changes:
1.021     2017-08-02 19:35:56-04:00 America/New_York
        - reject non-ASCII and control characters in strict mode (thanks, Pali
          Rohºò)

1.020     2017-07-25 12:39:31-04:00 America/New_York
        - unbreak Email::MIME (which violates encapsulation (again))
        - eliminate some @_ / $_ confusion

1.019     2017-07-06 16:06:19-04:00 America/New_York (TRIAL RELEASE)
        - better parsing all around, thanks to Pali Rohºò:
        - support for RFC 2231 (character set and parameter continuations)
        - support for RFC 2822 comments
        - we only Carp if header-parsing fails now
        - we're more lenient in dealing with spaces around tokens

Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 4 17:41:19 2015 UTC (8 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Remove duplicate SHA512 digests that crept in.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 3 23:27:12 2015 UTC (8 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

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.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 17 09:55:28 2015 UTC (8 years, 1 month ago) by wen
Branch: MAIN
Changes since 1.3: +5 -4 lines
Diff to previous 1.3 (colored)

Update to 1.018

Upstream changes:
1.018     2015-04-07 19:46:00-04:00 America/New_York
        - cope with space between "=" and parameter values, like:
          charset= "utf-8"

Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 8 10:42:09 2013 UTC (10 years, 3 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Update to 1.017
Add LICENSE

Upstream changes:
1.017     2013-08-10 23:19:14 America/New_York
          make $STRICT_PARAMS actually work! (thanks, Matthew Green!)
          [rt.cpan.org #87460]

1.016     2013-08-10 23:14:42 America/New_York
          correct the longstanding and embarrassing misuse of "discrete" and
          "composite" to mean "type" and "subtype"; the returned data still
          contains the wrong old names so your code shouldn't break

          repackage to update bugtracker, repo, etc.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 22 12:01:58 2009 UTC (14 years, 9 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Updated from version 1.014nb1 to 1.015.

Upstream changes:

1.015     2009-01-22
          add repo metadata

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Apr 21 14:42:45 2007 UTC (16 years, 7 months ago) by heinz
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of p5-Email-MIME-ContentType.

This is a merge of wip/p5-Email-MIME-ContentType by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.

This module is responsible for parsing email content type headers
according to section 5.1 of RFC 2045. It returns a hash with entries
for the discrete type, the composite type, and a hash of attributes.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 21 14:42:45 2007 UTC (16 years, 7 months ago) by heinz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>