NetBSD

CVS log for pkgsrc/www/p5-URI/distinfo

[BACK] Up to [NetBSD] / pkgsrc / www / p5-URI

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Oct 17 12:32:02 2011 (3 months, 3 weeks ago) by hiramatsu
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +4 -4 lines
Update p5-URI to 1.59.

Changes from previous:
2011-08-15   Gisle Aas <gisle@ActiveState.com>

  Release 1.59

  Make sure accessor methods don't return utf8::upgraded() bytes
  for URLs initialized from Unicode strings.

  Version number increments.

  Documentation tweaks.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Aug 7 10:33:27 2011 (6 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +4 -4 lines
Update "p5-URI" package to version 1.58. Changes since version 1.56:
- Mark Stosberg (8):
 - typo fix: s/do deal/to deal/
  - best practice: s/foreach /for /
  - Whitespace: fix inconsistent use of tabs vs spaces
  - Code style: fix inconsistency with subroutine braces at the end of the
    line vs below it.
  - Modernize: s/use vars/our/ ... since we require 5.6 as a minimum
    version now
  - Whitespace: fix indentation so blocks are consistently indented
  - Add formal terms "Percent-encode" and "Percent-decode" to the NAME
    and description to match the RFC
  - Drop support for Perl < 5.8.1  -
    Perl 5.8 was released almost 10 years ago. It's time.
- Gisle Aas (6):
  - Convert test to use Test::More
  - Adjust tests for query_form
  - Avoid "Use of uninitialized value"-noise from query_form
  - State test dependencies [RT#61538]
  - We also depend on ExtUtils::MakeMaker
  - State 5.8 dependency in the META.yml file
- Ville Skyttä (2):
  - Guess HTTPS and FTP from URI::Heuristic input with port but no scheme.
  - Try harder to guess scheme from hostnames besides just "$scheme.*" ones.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Dec 2 13:31:16 2010 CET (14 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4 lines
Update to 1.56:

2010-10-06   Gisle Aas <gisle@ActiveState.com>

   Release 1.56

   Don't depend on DNS for the heuristics test

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Sep 2 22:34:24 2010 (17 months, 1 week ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4 lines
Updating www/p5-URI from 1.54nb1 to 1.55

Upstream changes:
2010-09-01   Gisle Aas <gisle@ActiveState.com>

   Release 1.55

   Gisle Aas (2):
      Treat ? as a reserved character in file: URIs
      " is not a URI character [RT#56421]

   Torsten F<C3><B6>rtsch (1):
      Avoid test failure unless defined $Config{useperlio}

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jul 31 14:29:16 2010 (18 months, 1 week ago) by sno
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
Updating www/p5-URI from 1.53 to 1.54

Upstream changes:
2010-03-31 - Release 1.54 - Gisle Aas <gisle@ActiveState.com>
   Alex Kapranoff (1):
      Fix heuristic test fails on hosts in .su (or .uk) domains [RT#56135]

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Mar 15 13:24:49 2010 CET (22 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4 lines
Update to 1.53:

2010-03-14   Gisle Aas <gisle@ActiveState.com>

   Release 1.53

   Ville Skyttä (6):
      Remove unneeded execute permissions.
      Add $uri->secure() method.
      Documentation and comment spelling fixes.
      Fix heuristics when COUNTRY is set to "gb".
      Use HTTP_ACCEPT_LANGUAGE, LC_ALL, and LANG in country heuristics.
      POD linking improvements.

   Michael G. Schwern (2):
      Rewrite the URI::Escape tests with Test::More
      Update URI::Escape for RFC 3986

   Gisle Aas (1):
      Bump MIN_PERL_VERSION to 5.6.1 [RT#54078]

   Salvatore Bonaccorso (1):
      Suppress wide caracters warnings in iri.t [RT#53737]

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jan 16 16:25:23 2010 CET (2 years ago) by sno
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
Updating www/p5-URI from 1.51 to 1.52.

pkgsrc changes:
- Adjusting dependency of core modules

Upstream changes:
2009-12-30 Release 1.52 - Gisle Aas <gisle@ActiveState.com>
   Gisle Aas (7):
      Encode::decode('UTF-8',...) with callback implemented in 2.39
      %%host%% hack can be removed when URI::_server::as_iri works
      Don't croak on IRIs that can't be IDNA encoded
      IDNA roundtrip test on wrong variable
      Check behaviour when feeded URI constructor Latin-1 chars
      Add some test examples from draft-duerst-iri-bis.txt
      Need to recognize lower case hex digits as well

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Dec 15 14:36:16 2009 CET (2 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
Update to 1.51, set LICENSE.

2009-11-23   Gisle Aas <gisle@ActiveState.com>

   Release 1.51

   Fixup a test that was broken on Windows




2009-11-21   Gisle Aas <gisle@ActiveState.com>

   Release 1.50

   The main news in this release is the initial attempt at providing
   support to IRIs.  URI objects now support the 'as_iri' and 'ihost'
   methods.

   Gisle Aas (28):
      Added more tests for setting IPv6 addresses using the host method
      Document how the host methods deal with IPv6 addresses
      A "test case" to start IDNA prototype from
      Escape IDNA hostnames
      Introduce the as_unicode method
      Make as_unicode undo punycode for server URLs
      An IRI class might be helpful (RFC 3987)
      Must punycode each part of the domain name separately
      Include initial private Punycode module
      Get URI::_punycode working
      punycode of plain ascii should not edit with "-"
      Some more tests from RFC 3492
      Add private URI::_idna module based on encodings/idna.py
      Start using URI::_idna for encoding of URIs
      Avoid various use of undef warnings
      Fix test affected by IDNA
      Keep reference to IDNA::Punycode in the URI::_punycode docs
      Ensure upgraded strings as input
      Update manifest with the new idna/punycode files
      Rename as_unicde to as_iri
      draft-duerst-iri-bis-07: The proposed RFC 3987 update
      Load Encode when its used
      Rename host_unicode as ihost
      Add basic iri test
      Hack to make as_iri turn A-labels into U-labels
      Make as_iri leave escapes not forming valid UTF-8 sequences
      Merge branch 'iri'
      Don't include RFCs in the cpan tarball

   Michael G. Schwern (3):
      Fix != overloading to match ==
      Note that mailto does not contain a host() and this is not a bug.
      Strip brackets off IPv6 hosts [RT#34309]

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Aug 18 16:32:40 2009 (2 years, 5 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
Updating package for p5 module www/p5-URI from 1.38 to 1.40

Upstream changes:
2009-08-14 Release 1.40 - Gisle Aas <gisle@ActiveState.com>
   Even stricter test for working DNS, 2nd try.

2009-08-13 Release 1.39 - Gisle Aas <gisle@ActiveState.com>
   Even stricter test for working DNS, hopefully this gets rid of the rest of
   the heuristics.t failures.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jun 1 20:30:06 2009 (2 years, 8 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
pkgsrc changes:
  - Updating package for p5 module URI from 1.37nb1 to 1.38
  - Adjusting dependencies according to META.yml

Upstream changes:
2009-05-27   Gisle Aas <gisle@ActiveState.com>
   Release 1.38

   Ville Skytt"a (3):
      Spelling fixes.

   Tatsuhiko Miyagawa (1):
      skip DNS test if wildcard domain catcher (e.g. OpenDNS) is there

   Gisle Aas (1):
      Avoid "Insecure $ENV{PATH} while running with -T switch" error with perl-5.6.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jun 23 00:54:31 2008 (3 years, 7 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
Update from 1.36 to 1.37.  Changes:

2008-06-16   Gisle Aas <gisle@ActiveState.com>

   Release 1.37

   Gisle Aas (1):
      Support ";" delimiter in $u->query_form

   Jan Dubois (1):
      We get different test result when www.perl.com doesn't resolve.

   Kenichi Ishigaki (1):
      URI::Heuristic didn't work for generic country code [RT#35156]

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Apr 13 22:33:24 2008 (3 years, 9 months ago) by wiz
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Update to 1.36:

   Release 1.36

   <gerard@tty.nl>: Escape Unicode strings as UTF-8.

   Bjoern Hoehrmann <derhoermi@gmx.net>: fixed URL encoded data: URLs

   GAAS: uri_escape_utf8() now exported by default as documented.

   BDFOY: Test fails with Business::ISBN installed [RT#33220]

   JDHEDDEN: lc(undef) reports warning in blead [RT#32742]

   GEOFFR: add some tests for gopher URIs [RT#29211]

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Feb 24 15:08:37 2005 CET (6 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Add RMD160 checksums.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 7 16:56:04 2005 CET (7 years ago) by wiz
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Update to 1.35:

2004-11-05   Gisle Aas

   Release 1.35

   Documentation update.

   Simplified uri_escape_utf8 implementation.  No need to load the
   Encode module.  Contributed by Alexey Tourbin.

   Work around bug in perl-5.6.0 that made t/query.t fail.



2004-10-05   Gisle Aas

   Release 1.34

   URI->canonical will now always unescape any escaped unreserved
   chars.  Previously this only happened for the http and https scheme.
   Patch contributed by Eric Promislow



2004-09-19   Gisle Aas

   Release 1.33

   URI::file->canonical will now try to change the 'authority'
   to the default one.

   Fix heuristic test.  Apparently www.perl.co.uk is no more.



2004-09-07   Gisle Aas

   Release 1.32

   Introduce $URI::file::DEFAULT_AUTHORITY which control what
   authority string to use for absolute file URIs.  Its value
   default to "" which produce file URIs that better interoperates
   with other implementations.  The old mapping behaviour can be
   requested by setting this variable to undef.



2004-06-08   Gisle Aas

   Release 1.31

   Added uri_escape_utf8() function to URI::Escape module.

   Fixed abs/rel behaviour for sip: URIs.  Fixed by
   Ville Skyttä

   Avoid croaking on code like $u->query_form(a => { foo => 1 }).
   It will still not really do anything useful.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jan 18 23:21:14 2004 CET (8 years ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Update to 1.30.
bl3ify
Added HOMEPAGE.
Changed MAINTAINER to myself.


Changes since 1.27:

2004-01-14   Gisle Aas <gisle@ActiveState.com>

   Release 1.30

   Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.

2004-01-02   Gisle Aas <gisle@ActiveState.com>

   Release 1.29

   Added support for the ldapi: and ldaps: schemes.
   The ldaps: implementation was contributed by Graham Barr.

   Added support for mms: scheme.  Contributed by
   Dan Sully <daniel@electricrain.com>.

2003-11-30   Gisle Aas <gisle@ActiveState.com>

   Release 1.28

   The query_param_delete() method was not able to delete
   the last parameter from a form.  Similar problem existing
   when deleting via query_param().  Patch by <awk@awks.org>.

   The query_form() method now allow an array or hash
   reference to be passed to set the value.  This makes it
   possible to set the value to an empty form, something that
   the old API did not allow.

   The query_keywords() method now allow an array reference
   to be passed to set the value.

Revision 1.8.4.1: download - view: text, markup, annotated - select for diffs
Fri Dec 5 18:41:47 2003 CET (8 years, 2 months ago) by agc
Branches: pkgsrc-2003Q4
Diff to previous 1.8: preferred, colored next main 1.9: preferred, colored
Changes since revision 1.8: +3 -3 lines
Pullup upgrade to version 1.27 of p5-URI to the pkgsrc-2003Q4 branch,
requested by Grant Beattie.

	Module Name:    pkgsrc
	Committed By:   grant
	Date:           Thu Nov 27 16:34:48 UTC 2003

	Modified Files:
		pkgsrc/www/p5-URI: Makefile distinfo

	Log Message:
	Updated p5-URI to 1.27.

	changes since 1.23:

	   Release 1.27

	   The URI module is now less strict about the values accepted
	   for gopher_type attribute of gopher:-URLs.  Patch suggested
	   by the Net::Gopher author; William G. Davis.

	   Release 1.26

	   Help Storable deal with URI objects.  Patch contributed
	   by <talby@trap.mtview.ca.us>.

	   Fix failure under OS/2.  Patch contributed by Ilya Zakharevich.

	   Release 1.25

	   Allow literal '@' in userinfo.  If there are multiple '@' chars
	   in the 'authority' component use the last (instead of first) as
	   the 'userinfo' delimiter.

	   Make URI->query_form escape '[' and ']'.  These chars where added
	   to the reserved set in RFC 2732.  This also match MSIE behaviour.

	   Silience warning from 'sip' support class.

	   Release 1.24

	   Relative URIs that start with the query string directly (i.e. "?q")
	   are now absolutized as specified in rfc2396bis.  See:
	   http://www.apache.org/~fielding/uri/rev-2002/issues.html#003-relative-query

	   Added URI::Split module.  It's a lightweight module that can be
	   used to parse and compose URI string to/from its component parts.

	   The rel() method will now work from canonical URIs.  That allow it
	   to extract a relative URI in more cases.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Nov 27 17:34:48 2003 CET (8 years, 2 months ago) by grant
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Updated p5-URI to 1.27.

changes since 1.23:

   Release 1.27

   The URI module is now less strict about the values accepted
   for gopher_type attribute of gopher:-URLs.  Patch suggested
   by the Net::Gopher author; William G. Davis.

   Release 1.26

   Help Storable deal with URI objects.  Patch contributed
   by <talby@trap.mtview.ca.us>.

   Fix failure under OS/2.  Patch contributed by Ilya Zakharevich.

   Release 1.25

   Allow literal '@' in userinfo.  If there are multiple '@' chars
   in the 'authority' component use the last (instead of first) as
   the 'userinfo' delimiter.

   Make URI->query_form escape '[' and ']'.  These chars where added
   to the reserved set in RFC 2732.  This also match MSIE behaviour.

   Silience warning from 'sip' support class.

   Release 1.24

   Relative URIs that start with the query string directly (i.e. "?q")
   are now absolutized as specified in rfc2396bis.  See:
   http://www.apache.org/~fielding/uri/rev-2002/issues.html#003-relative-query

   Added URI::Split module.  It's a lightweight module that can be
   used to parse and compose URI string to/from its component parts.

   The rel() method will now work from canonical URIs.  That allow it
   to extract a relative URI in more cases.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jan 31 11:40:35 2003 CET (9 years ago) by shell
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, netbsd-1-6-1-base, netbsd-1-6-1
Branch point for: pkgsrc-2003Q4
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Updated to p5-URI-1.23

Changes :
- Support for tn3270 URIs.
- Use anchored DNS lookups in URI::Heuristic as suggested
  by Malcolm Weir <malc@gelt.org>.
- Delay calculation of MY_COUNTRY() in URI::Heuristic.
  Patch by Ed Avis <ed@membled.com>.
- Make test suite work for UNC paths.
  Patch by Warren Jones <wjones@fluke.com>.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Sep 27 11:43:53 2002 (9 years, 4 months ago) by shell
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Updated to p5-URI-1.22

Changes :
- Added URI::QueryParam module.  It contains some
  extra methods to manipulate the query form key/value pairs.
- Added support for the sip: and sips: URI scheme.
  Contributed by Ryan Kereliuk <ryker@ryker.org>.
- use_buildlink2
- use perl5 module

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 20 16:48:54 2002 (9 years, 5 months ago) by wiz
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update to 1.21:
Restore perl-5.004 and perl-5.005 compatibility.
Direct support for some new schemes urn:, urn:isbn:,
urn:oid:, rtsp:, and rtspu:.  The rtsp support was
contributed by Matt Selsky <selsky@columbia.edu>.
The host for URI::file was not unescaped.

Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 21:04:32 2002 (9 years, 7 months ago) by jlam
Branches: buildlink2
Diff to previous 1.4: preferred, colored next main 1.5: preferred, colored
Changes since revision 1.4: +3 -3 lines
Merge from pkgsrc-current to buildlink2 branch.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 16 23:24:14 2002 (9 years, 8 months ago) by mjl
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update p5-URI to 1.19

URI::Heuristic will guess better on strings like "123.3.3.3:8080/foo".
URI::WithBase will not keep the full history of any base URI's base URI.
URI::URL->new("foo", "bar")->base now returns an URI::URL.
Deal properly with file:///-URIs.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 18 23:45:50 2002 CET (10 years ago) by mjl
Branches: MAIN
CVS tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Update p5-URI to 1.18.

- Added support for ssh: URIs
- URI::Escape: Make sure cache is not set when the
  RE wouldn't compile
- Don't try to come up with the e-mail address of
  the user as the anonymous password.

Fixes PR/15101 by Shell Hung.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Sep 29 08:51:08 2001 (10 years, 4 months ago) by jlam
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update p5-URI to 1.17.  Relevant changes from version 1.12 include:

	- Bug fixes
	- URI::Escape::uri_escape default has changed.  Reserved characters
	  are now escaped when no second argument is provided.
	- URI::WithBase now overrides the can() method and delegate it to
	  the URI member.  This also affects the URI::URL behaviour.
	- URI.pm now conforms to RFC 2732 which specify how literal IPv6
	  addresses are to be included in URLs.
	- URI/Escape now allows "/" in the $unsafe pattern argument.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 14 15:30:54 2001 (10 years, 8 months ago) by zuntum
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
Update p5-URI to 1.12

Changelog:

   URI->new($u, $scheme) does no longer fail if given a badly
   formatted scheme string.


   URI::WithBase's clone and base method was basically just
   broken.  This also affected the URI::URL subclass.
   The clone() method did not copy the base, and updating
   the base with the base method always set it to "1".

Fixes pkg/12895 by Nathan Ahlstrom <nrahlstr@winternet.com>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 14:13:11 2001 (10 years, 9 months ago) by agc
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo

Diff request

This form allows you to request diffs 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.

Log view options

cvsweb.de.netbsd.org <zafer@aydogan.de>