Opened 7 years ago

Closed 7 years ago

#9367 closed enhancement (fixed)

curl-7.54.1

Reported by: bdubbs@… Owned by: Pierre Labastie
Priority: normal Milestone: 8.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Pierre Labastie, 7 years ago

Owner: changed from blfs-book@… to Pierre Labastie
Status: newassigned

comment:2 by Pierre Labastie, 7 years ago

The patch does not apply anymore, and it seems the structure of tests/valgrind.pm has changed. I do not know much about perl, but the former file had:

sub valgrindparse {
     my ($srcdir,     # the dir in which the runtests script resides
         $sslenabled,
         $file) = @_;

while the new one has:

sub valgrindparse {
    my ($file) = @_;

But the patch makes use of $srcdir and $sslenabled... So I do not know how it should be modified. I'll update without the patch (it is only for tests), but maybe Douglas may want to reintroduce it later.

comment:3 by Pierre Labastie, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r18847

Note: See TracTickets for help on using tickets.