Commit Graph

200 Commits

Author SHA1 Message Date
Dennis Gilmore 321ca50d42 fix typo in date 2011-05-20 09:09:41 -05:00
Dennis Gilmore 7232ae1bc7 make the test suite non fatal on arm arches 2011-05-20 09:07:45 -05:00
Elio Maldonado c409805d45 - Fix crmf hard-coded maximum size for wrapped private keys (#703658)
- Use the safer bound off
- ( ( RSA_MAX_MODULUS_BITS / 8 ) *8 ) = RSA_MAX_MODULUS_BITS
- which will accomodate other algorithms
2011-05-17 09:07:55 -07:00
Elio Maldonado 656b5456ab - Update to NSS_3_12_10_RTM 2011-05-06 14:53:40 -07:00
Elio Maldonado 976de5ebbe - Update to NSS_3_12_10_BETA1
- Update nss-539183.patch for new 3.12.10 sources
2011-04-27 18:05:46 -07:00
Elio Maldonado 6e1b6bdc24 - Implement PEM logging using NSPR's own (#695011) 2011-04-12 11:53:46 -07:00
Elio Maldonado 4a912ae4d0 Fix the tag name in changelog comment 2011-03-23 15:17:21 -07:00
Elio Maldonado 0b0026515f - Update to NSS_3.12.9_WITH_CKPI_1_82_RTM 2011-03-23 15:13:45 -07:00
Elio Maldonado c40f16fc52 Bug 539183 - Short-term fix for ssl test suites hangs on ipv6 type connections
Change selfserv to use a dual-stack IPv6 listening socket, which can accept
connections from both IPv4 and IPv6 clients.  NSPR's IPv6 sockets have the
IPV6_V6ONLY socket option default to false.
2011-02-24 15:05:17 -08:00
Elio Maldonado ab4de6fd80 - Add to pkcs11-devel a requires on nss-softokn-freebl-freebl (#675196)
- This is needed because the latter now owns headers that pkcs11-devel depends on.
2011-02-18 13:09:28 -08:00
Elio Maldonado 87fcbd4706 - Run the test suites in the check section (#677809) 2011-02-15 20:20:54 -08:00
Elio Maldonado 882fcb9fcf Fix fips mode switch handling bug detected while running JSS tests
Fix NSS to swap the internal key slot on fips mode switches
Fix white space usage in cpp reserved words patch per reviewer request
2011-02-11 07:56:25 -08:00
Elio Maldonado 4c53349943 - Fix cms headers to not use c++ reserved words (#676036)
- Reenabling Bug 499444 patches
2011-02-10 11:58:38 -08:00
Elio Maldonado a2f2732911 Temorarily revert patches for 499444 until all c++ reserved words are found and extirpated 2011-02-08 17:26:32 -08:00
Dennis Gilmore 114f631980 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 19:07:37 -06:00
Elio Maldonado cab275f8b6 - Fix cms header to not use c++ reserved word (#676036)
- Reenable patches for bug 499444
2011-02-08 11:48:11 -08:00
Christopher Aillon 40064d5204 Revert patches for 499444
since they use a C++ reserved word and cause compilation of Firefox to fail
2011-02-08 09:39:11 -08:00
Elio Maldonado 1850759856 - Fix the earlier infinite recursion patch (#499444)
- Remove a header that now nss-softokn-freebl-devel ships
2011-02-04 15:20:54 -08:00
Elio Maldonado 453276ca4d Fix infinite recursion when encoding NSS enveloped/digested data (#499444)
Add support in CMS for content types other than S/MIME
2011-02-01 16:13:13 -08:00
Elio Maldonado f76d0921cd Bug 633043: Update the patch to implement upstream review requests. 2011-01-31 13:04:01 -08:00
Elio Maldonado 5f7dfcf00d Update the cacert trust patch per upstream review (#633043)
- Add comments to the new internal functions
- Rename macro to better reflect purpose and fix typos
- Patch matches the code as checked in upstream
2011-01-26 10:59:29 -08:00
Elio Maldonado 612496b72d Bug 633043 - nss trusts certificates it shouldn't, fixed
- Add patch to honor the user's cert trust preferences (#633043)
- Rename nss-sysinit-fix-trustorder.patch honor-user-trust-preferences.patch
- Remove nss-sysinit-userdb-first.patch, it's obsoleted by current patch
2011-01-22 09:39:22 -08:00
Elio Maldonado d7e6ef54a1 Update to 3.12.9 2011-01-12 17:46:43 -08:00
Elio Maldonado fa715a1966 - Follow the fedora pre-release package naming guidelines
- Using the nss-3.12.9-stripped.tar.bz source tar ball
2010-12-27 10:55:39 -08:00
Elio Maldonado 9cfe30c547 - Update to NSS_3_12_9_BETA2
- Fix libpnsspem crash when cacert dir contains other directories (#642433)
- Remove unused-patch
2010-12-10 13:11:24 -08:00
Elio Maldonado f5fbb3f944 Update to NSS_3_12_9_BETA1 2010-12-08 14:10:33 -08:00
Elio Maldonado c45196731a - Update pem source tar with fixes for 614532 and 596674
- Remove no longer needed patches
2010-11-25 12:43:08 -08:00
Elio Maldonado 4c96b0e51a Update test certificate which had expired 2010-11-05 08:24:44 -07:00
Elio Maldonado 2cded812be Tell rpm to not veryfy md5, sixe, and mtime of the configuration files.
Fixes 'rpm -qV nss-sysinit nss' failures.
2010-10-31 09:47:13 -07:00
Elio Maldonado 7292dd3723 - Fix certificates trust order (#643134)
- Apply nss-sysinit-userdb-first.patch last
2010-10-18 15:54:32 -07:00
Elio Maldonado 50867d6093 Move triggerpostun -n nss-sysinit script ahead of the other ones (#639248) 2010-10-06 20:22:32 -07:00
Elio Maldonado 89b371d9fc Fix invalid %postun scriptlet (#639248) 2010-10-05 10:07:31 -07:00
Elio Maldonado c5201d23da Improve the fixes for bugs 636787, 636792, 636801
Replace posttrans sysinit scriptlet with a triggerpostun one (#636787)
Fix and cleanup the setup-nsssysinit.sh script (#636792, #636801)
2010-09-29 11:46:10 -07:00
Elio Maldonado c51d121d29 Add posttrans sysinit scriptlet to re-enable nssysinit - resolves rhbz#636787. 2010-09-27 21:47:31 -07:00
Elio Maldonado 53ccaaaa26 Changes related to the fix for 636787 and 609612
system-pkcs11.txt has nss-sysinit enabled (#636787)
Added provides pkcs11-devel-static to comply with packaging guidelines (#609612)
2010-09-25 13:10:51 -07:00
Elio Maldonado 06f202356f Fix the nss_util_version and nss_softokn_version to be 3.12.8 2010-09-23 17:52:31 -07:00
Elio Maldonado 1e21f59c8c Update to 3.12.8 and resolve bugs 636787, 636787, 636801
nss.spec prevents disabling of nss-sysinit on package upgrade - #636787
setup-nsssysinit.shc creates pkcs11.txt with correct permissions regardless of umask - #636792
setup-nsssysinit.sh reports whether nss-sysinit is turned on or off - #636801
2010-09-23 17:45:52 -07:00
Elio Maldonado 958c0f4fd5 Update to NSS 3.12.8 RC0 2010-09-19 13:19:26 -07:00
Elio Maldonado 4a3d4a018a Fix nss-util_version and nss_softokn_version required to be 3.12.7.99.3.
This is the currently higest version that can be satisfied, previous value caused build breakage.
2010-09-05 11:03:04 -07:00
Elio Maldonado 759a662b45 Update for NSS 3.12.8 Beta 3 2010-09-04 13:24:39 -07:00
Elio Maldonado 5cb30e27e1 Change BuildRequries to available version of nss-util-devel. 2010-08-30 15:56:50 -07:00
Elio Maldonado 2becd412b2 Complete the change log 2010-08-29 12:56:11 -07:00
Elio Maldonado 8e3710e2cf Rely on NSS_USE_SYSTEM_SQLITE for no local sql
Define NSS_USE_SYSTEM_SQLITE and remove nss-nolocalsql patch
Fix rpmlint warnings about macros in comments and changelog
Build requires nss-softokn-devel >= 3.12.7
2010-08-29 12:46:20 -07:00
Elio Maldonado 1c9dbe330c Updating to 3.12.7 2010-08-18 18:01:57 -07:00
Elio Maldonado c647f9551c Apply the patches to fix rhbz#614532
Added 0001-Add-support-for-PKCS-8-encoded-private-keys.patch
Added 0001-Do-not-define-SEC_SkipTemplate.patch
Modified nss.spec to apply the patches
2010-08-14 15:54:14 -07:00
Elio Maldonado ebb7b25b6f Remove pem source tar 2010-08-09 21:36:17 -07:00
Elio Maldonado 37584d01a1 Update source tar to add support for PKCS#8 encoded PEM RSA private key files rhbz#614532 2010-08-09 15:06:09 -07:00
Elio Maldonado a3ec3dfe11 * Fri Jul 31 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-9
- Fix nsssysinit to return userdb ahead of systemdb (#603313)
2010-07-31 09:51:45 -07:00
Dennis Gilmore 99c5eddfda fix typo 2010-06-08 19:59:30 +00:00
Dennis Gilmore f2b0bb17ab changes the requires and BuildRequires versions from = to >= 2010-06-08 19:58:16 +00:00