Opened 9 years ago

Closed 9 years ago

#6868 closed enhancement (fixed)

NSPR-4.10.9

Reported by: Pierre Labastie Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.8
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by Fernando de Oliveira)

New point version https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.10.9/src/nspr-4.10.9.tar.gz

https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.10.9/src/SHA1SUMS

405e5ad45111ddf95a5d39d647d41d27456c9443

http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-10-9-Release-td343441.html

Kai Engert-4

Selected post Aug 19, 2015; 12:48pm
[ANNOUNCE] NSPR 4.10.9 Release

The NSPR 4.10.9 release is now available.  The hg tag is
NSPR_4_10_9_RTM.  The source tar file can be downloaded from
https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.10.9/src/

NSPR 4.10.9 has the following bug fixes:

1021167 Leak of |poll_list| on failure in _MW_PollInternal
1030692 Make compiling nspr on windows possible again.
1088790 dosprint() doesn't support %zu and other size formats
1130787 prtime.h does not compile with MSVC's /Za (ISO C/C++
        conformance) option
1153610 MIPS64: Add support for n64 ABI
1156029 Teach clang-analyzer about PR_ASSERT
1160125 MSVC version detection is broken CC is set to a wrapper
        (like sccache)
1163346 Add NSPR support for FreeBSD mips/mips64
1169185 Add support for OpenRISC (or1k)
1174749 Remove configure block for iOS that uses MACOS_SDK_DIR
1174781 PR_GetInheritedFD can use uninitialized variables

Kai 

Change History (3)

comment:1 by Pierre Labastie, 9 years ago

Amazingly, it seems that the currency script has not found this version (available since august 19th). I do not know much about PHP, but I would say that in chapter09.php, the lines

if ( $book_index == "nspr" )
    {
      // Get the max directory and adjust the directory path
      $lines = http_get_file( "$dirpath/" );
      $dir = find_max( $lines, "/v[\d\.]+.*/", "/^.*v([\d\.]+).*/" );
      $dirpath .= "/v$dir/src";
    }

should be moved after the line:

else // http

(the address is https://).

comment:2 by Fernando de Oliveira, 9 years ago

Description: modified (diff)
Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

Thanks, Pierre. We are 9 days late.

comment:3 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16363.

Note: See TracTickets for help on using tickets.