Bug 949845 - [RFE][RHEL5] Rebase to nss-3.14.3 to fix the lucky-13 issue
Summary: [RFE][RHEL5] Rebase to nss-3.14.3 to fix the lucky-13 issue
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: nss
Version: 5.10
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Elio Maldonado Batiz
QA Contact: Aleš Mareček
URL:
Whiteboard:
Depends On: 918948 973656
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-09 07:19 UTC by Libor Miksik
Modified: 2013-08-05 15:55 UTC (History)
17 users (show)

Fixed In Version: nss-3.14.3-5.el5_9
Doc Type: Rebase: Bug Fixes and Enhancements
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-05 15:55:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Changes requested from the code review (5.39 KB, patch)
2013-04-10 00:57 UTC, Elio Maldonado Batiz
no flags Details | Diff
Changes requested from the code review V2 plus other stuff I noticed (5.93 KB, patch)
2013-04-10 01:13 UTC, Elio Maldonado Batiz
rrelyea: review-
Details | Diff
changes requested from the code review V3 (16.26 KB, patch)
2013-04-12 23:50 UTC, Elio Maldonado Batiz
no flags Details | Diff
changes to rebase from nss-3.13.6-2 to nss-3.14.3-3 (126.02 KB, patch)
2013-04-20 23:08 UTC, Elio Maldonado Batiz
rrelyea: review+
Details | Diff
use old sqlite api's on rhel-5 if at all (7.56 KB, patch)
2013-04-22 21:50 UTC, Elio Maldonado Batiz
no flags Details | Diff
ignore system sqlite as it can't be supported on rhel-5 (1.22 KB, patch)
2013-04-22 21:52 UTC, Elio Maldonado Batiz
no flags Details | Diff
Required RHEL-5 only changes to add& set NO_FORK_CHECK to keep ABI semantics (3.88 KB, patch)
2013-05-13 22:47 UTC, Elio Maldonado Batiz
no flags Details | Diff
Required RHEL-5 only changes to add& set NO_FORK_CHECK to keep ABI semantics (3.93 KB, patch)
2013-05-13 23:11 UTC, Elio Maldonado Batiz
rrelyea: review+
Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2013:1135 0 normal SHIPPED_LIVE Moderate: nss and nspr security, bug fix, and enhancement update 2013-08-05 19:51:35 UTC

Description Libor Miksik 2013-04-09 07:19:28 UTC
This bug has been copied from bug #918948 and has been proposed
to be backported to 5.9 z-stream (EUS).

Comment 4 Elio Maldonado Batiz 2013-04-10 00:43:52 UTC
Code review changes at https://bugzilla.redhat.com/show_bug.cgi?id=918948#c10
I'll attach next deltas relative to what has already been pushed to git.

Comment 5 Elio Maldonado Batiz 2013-04-10 00:47:18 UTC
That code review done for rhel-5.10 is applicable here.

Comment 6 Elio Maldonado Batiz 2013-04-10 00:57:42 UTC
Created attachment 733416 [details]
Changes requested from the code review

Comment 7 Elio Maldonado Batiz 2013-04-10 01:13:11 UTC
Created attachment 733417 [details]
Changes requested from the code review V2 plus other stuff I noticed

Revised previous to drop the sharedb versions ot the blank db's and the pkcs11.txt config file from the sources list as we aren't installing them.

Comment 8 Elio Maldonado Batiz 2013-04-10 01:28:34 UTC
I should remove the BuildRequires: sqlite-devel line.

Comment 9 Bob Relyea 2013-04-10 21:57:49 UTC
Comment on attachment 733417 [details]
Changes requested from the code review V2 plus other stuff I noticed

r- This doesn't turn off sqlite, it builds an NSS with it's own copy of sqlite, which will then either 1) overwrite the system sqlite (bad), or 2) won't work because it can't find the symbols it needs in the system sqlite library (also bad).

bob

Comment 10 Elio Maldonado Batiz 2013-04-12 23:50:40 UTC
Created attachment 735050 [details]
changes requested from the code review V3

Comment 11 Elio Maldonado Batiz 2013-04-20 23:08:56 UTC
Created attachment 738161 [details]
changes to rebase from nss-3.13.6-2 to nss-3.14.3-3

Comment 12 Bob Relyea 2013-04-22 21:44:30 UTC
Comment on attachment 738161 [details]
changes to rebase from nss-3.13.6-2 to nss-3.14.3-3

r+ let me review the sqlite patch as well, but the spec looks goo.

Comment 13 Bob Relyea 2013-04-22 21:47:59 UTC
Comment on attachment 738161 [details]
changes to rebase from nss-3.13.6-2 to nss-3.14.3-3

ok, it's there in the big diff...

r+ stands, it's ready to go.

bob

Comment 14 Elio Maldonado Batiz 2013-04-22 21:50:09 UTC
Created attachment 738708 [details]
use old sqlite api's on rhel-5 if at all

Comment 15 Elio Maldonado Batiz 2013-04-22 21:52:11 UTC
Created attachment 738710 [details]
ignore system sqlite as it can't be supported on rhel-5

Comment 18 Elio Maldonado Batiz 2013-05-13 22:47:36 UTC
Created attachment 747462 [details]
Required RHEL-5 only changes to add& set NO_FORK_CHECK to keep ABI semantics

Comment 19 Elio Maldonado Batiz 2013-05-13 23:11:43 UTC
Created attachment 747464 [details]
Required RHEL-5 only changes to add& set NO_FORK_CHECK to keep ABI semantics

Same as previous version but needed to fix a couple of incorrect comments.

Comment 20 Bob Relyea 2013-05-14 00:33:29 UTC
Comment on attachment 747464 [details]
Required RHEL-5 only changes to add& set NO_FORK_CHECK to keep ABI semantics

r+

Though I need a few questions answered: What is  nss-nochktest.patch. clearly you meant to remove it because it's in the comments, but I don't think it's related to fork check.

Where is the actual fork check patch. the diff is just the .spec file.

bob

Comment 21 Bob Relyea 2013-05-14 00:35:12 UTC
OK, the diff button didn't show the forkcheck patch file, but it's there. r+ stands.

Comment 24 errata-xmlrpc 2013-08-05 15:55:11 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHSA-2013-1135.html


Note You need to log in before you can comment on or make changes to this bug.