[MacPorts] #45104: ocaml-ocamlnet build fails due to an invalid character sequence in a comment
#45104: ocaml-ocamlnet build fails due to an invalid character sequence in a comment ---------------------+-------------------------------- Reporter: piotr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Keywords: | Port: ocaml-ocamlnet ---------------------+-------------------------------- The build fails because of an illegal sequence of characters in src/netstring/netencoding.mli on line 123 The following patch fixes the issue: {{{ --- src/netstring/netencoding.mli.orig 2014-09-19 19:57:18.000000000 -0700 +++ src/netstring/netencoding.mli 2014-09-19 19:57:42.000000000 -0700 @@ -120,7 +120,7 @@ * to ensure that all output lines have a length <= 76 bytes. * * Note unsafe characters: - * As recommended by RFC 2045, the characters [!#$\@[]^`{|}~] + * As recommended by RFC 2045, the characters [!#$\@[]^`{}~]| * and the double quotes * are additionally represented as hex tokens. * Furthermore, the letter 'F' is considered as unsafe if it }}} -- Ticket URL: <https://trac.macports.org/ticket/45104> MacPorts <http://www.macports.org/> Ports system for OS X
#45104: ocaml-ocamlnet build fails due to an invalid character sequence in a comment -----------------------------+----------------------- Reporter: piotr@… | Owner: landonf@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: ocaml-ocamlnet | -----------------------------+----------------------- Changes (by ryandesign@…): * cc: piotr@… (removed) * owner: macports-tickets@… => landonf@… Comment: Is this problem already known to the developers of ocaml-ocamlnet? If not, please report it to them. -- Ticket URL: <https://trac.macports.org/ticket/45104#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#45104: ocaml-ocamlnet build fails due to an invalid character sequence in a comment -----------------------------+----------------------- Reporter: piotr@… | Owner: landonf@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: ocaml-ocamlnet | -----------------------------+----------------------- Comment (by piotr@…): There is no need to inform the maintainers. The version in macports is outdated. In the upstream version is 3.7.6 and the affected line is as follows: {{{ As recommended by RFC 2045, the characters [!#$\@[]^`|{}~] }}} So it is not affected by this particular bug. We can either apply the proposed patch or consider updating to the current version of ocamlnet. -- Ticket URL: <https://trac.macports.org/ticket/45104#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#45104: ocaml-ocamlnet @3.7.3_0: update available to 3.7.6 -----------------------------+----------------------- Reporter: piotr@… | Owner: landonf@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: ocaml-ocamlnet | -----------------------------+----------------------- Changes (by larryv@…): * version: 2.3.1 => * type: defect => update -- Ticket URL: <https://trac.macports.org/ticket/45104#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts