2007-05-17 14:50:16 +00:00
|
|
|
Name: jss
|
2009-06-05 14:55:51 +00:00
|
|
|
Version: 4.2.6
|
2013-02-14 03:03:43 +00:00
|
|
|
Release: 29%{?dist}
|
2007-05-17 14:50:16 +00:00
|
|
|
Summary: Java Security Services (JSS)
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
2008-08-05 15:11:36 +00:00
|
|
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
2007-05-17 14:50:16 +00:00
|
|
|
URL: http://www.mozilla.org/projects/security/pki/jss/
|
2007-08-03 13:57:49 +00:00
|
|
|
# The source for this package was pulled from upstream's cvs. Use the
|
2007-05-17 14:50:16 +00:00
|
|
|
# following commands to generate the tarball:
|
2009-06-05 14:55:51 +00:00
|
|
|
# cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot export -r JSS_4_2_6_RTM -d jss-4.2.6 -N mozilla/security/coreconf mozilla/security/jss
|
|
|
|
# tar -czvf jss-4.2.6.tar.gz jss-4.2.6
|
2012-11-19 20:34:51 +00:00
|
|
|
Source0: http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}-%{release}/%{name}-%{version}.tar.gz
|
|
|
|
Source1: http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}-%{release}/MPL-1.1.txt
|
|
|
|
Source2: http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}-%{release}/gpl.txt
|
|
|
|
Source3: http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}-%{release}/lgpl.txt
|
2007-05-17 14:50:16 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2009-07-31 14:03:14 +00:00
|
|
|
BuildRequires: nss-devel >= 3.12.3.99
|
2009-06-05 14:55:51 +00:00
|
|
|
BuildRequires: nspr-devel >= 4.6.99
|
2007-05-17 14:50:16 +00:00
|
|
|
BuildRequires: java-devel
|
|
|
|
Requires: java
|
2009-07-31 14:03:14 +00:00
|
|
|
Requires: nss >= 3.12.3.99
|
2007-05-17 14:50:16 +00:00
|
|
|
|
2009-06-05 14:55:51 +00:00
|
|
|
Patch1: jss-key_pair_usage_with_op_flags.patch
|
2009-06-05 15:26:08 +00:00
|
|
|
Patch2: jss-javadocs-param.patch
|
2009-07-31 14:03:14 +00:00
|
|
|
Patch3: jss-ipv6.patch
|
|
|
|
Patch4: jss-ECC-pop.patch
|
2010-01-07 16:11:31 +00:00
|
|
|
Patch5: jss-loadlibrary.patch
|
2010-11-02 22:05:40 +00:00
|
|
|
Patch6: jss-ocspSettings.patch
|
|
|
|
Patch7: jss-ECC_keygen_byCurveName.patch
|
2010-11-02 22:40:11 +00:00
|
|
|
Patch8: jss-VerifyCertificate.patch
|
2010-12-06 20:09:52 +00:00
|
|
|
Patch9: jss-bad-error-string-pointer.patch
|
2011-01-06 00:34:49 +00:00
|
|
|
Patch10: jss-VerifyCertificateReturnCU.patch
|
2011-05-20 21:54:39 +00:00
|
|
|
#Patch11: jss-slots-not-freed.patch
|
|
|
|
Patch12: jss-ECC-HSM-FIPS.patch
|
2011-09-13 07:53:07 +00:00
|
|
|
Patch13: jss-eliminate-native-compiler-warnings.patch
|
|
|
|
Patch14: jss-eliminate-java-compiler-warnings.patch
|
|
|
|
Patch15: jss-PKCS12-FIPS.patch
|
2011-10-06 02:23:15 +00:00
|
|
|
Patch16: jss-eliminate-native-coverity-defects.patch
|
2011-10-21 06:12:36 +00:00
|
|
|
Patch17: jss-PBE-PKCS5-V2-secure-P12.patch
|
|
|
|
Patch18: jss-wrapInToken.patch
|
2012-03-22 04:38:00 +00:00
|
|
|
Patch19: jss-HSM-manufacturerID.patch
|
|
|
|
Patch20: jss-ECC-Phase2KeyArchivalRecovery.patch
|
|
|
|
Patch21: jss-undo-JCA-deprecations.patch
|
2012-03-31 02:18:47 +00:00
|
|
|
Patch22: jss-undo-BadPaddingException-deprecation.patch
|
2010-11-02 22:05:40 +00:00
|
|
|
|
2007-05-17 14:50:16 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Java Security Services (JSS) is a java native interface which provides a bridge
|
|
|
|
for java-based applications to use native Network Security Services (NSS).
|
|
|
|
This only works with gcj. Other JREs require that JCE providers be signed.
|
|
|
|
|
2009-06-05 14:55:51 +00:00
|
|
|
%package javadoc
|
|
|
|
Summary: Java Security Services (JSS) Javadocs
|
|
|
|
Group: Documentation
|
|
|
|
Requires: jss = %{version}-%{release}
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
This package contains the API documentation for JSS.
|
2007-05-17 14:50:16 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch1 -p1
|
2009-06-05 15:26:08 +00:00
|
|
|
%patch2 -p1
|
2009-07-31 14:03:14 +00:00
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
2010-01-07 16:11:31 +00:00
|
|
|
%patch5 -p1
|
2010-11-02 22:05:40 +00:00
|
|
|
%patch6 -p1
|
|
|
|
%patch7 -p1
|
2010-11-02 22:40:11 +00:00
|
|
|
%patch8 -p1
|
2010-12-06 20:09:52 +00:00
|
|
|
%patch9 -p1
|
2011-01-11 17:41:51 +00:00
|
|
|
%patch10 -p1
|
2011-05-20 21:54:39 +00:00
|
|
|
#%patch11 -p1
|
|
|
|
%patch12 -p1
|
2011-09-13 07:53:07 +00:00
|
|
|
%patch13 -p1
|
|
|
|
%patch14 -p1
|
|
|
|
%patch15 -p1
|
2011-10-06 02:23:15 +00:00
|
|
|
%patch16 -p1
|
2011-10-21 06:12:36 +00:00
|
|
|
%patch17 -p1
|
|
|
|
%patch18 -p1
|
2012-03-22 04:38:00 +00:00
|
|
|
%patch19 -p1
|
|
|
|
%patch20 -p1
|
|
|
|
%patch21 -p1
|
2012-03-31 02:18:47 +00:00
|
|
|
%patch22 -p1
|
2007-05-17 14:50:16 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
|
|
|
|
|
|
|
|
# Enable compiler optimizations and disable debugging code
|
|
|
|
BUILD_OPT=1
|
|
|
|
export BUILD_OPT
|
|
|
|
|
|
|
|
# Generate symbolic info for debuggers
|
|
|
|
XCFLAGS="-g $RPM_OPT_FLAGS"
|
|
|
|
export XCFLAGS
|
|
|
|
|
|
|
|
PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
|
|
|
|
PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
|
|
|
|
|
|
|
|
export PKG_CONFIG_ALLOW_SYSTEM_LIBS
|
|
|
|
export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS
|
|
|
|
|
|
|
|
NSPR_INCLUDE_DIR=`/usr/bin/pkg-config --cflags-only-I nspr | sed 's/-I//'`
|
|
|
|
NSPR_LIB_DIR=`/usr/bin/pkg-config --libs-only-L nspr | sed 's/-L//'`
|
|
|
|
|
|
|
|
NSS_INCLUDE_DIR=`/usr/bin/pkg-config --cflags-only-I nss | sed 's/-I//'`
|
|
|
|
NSS_LIB_DIR=`/usr/bin/pkg-config --libs-only-L nss | sed 's/-L//'`
|
|
|
|
|
|
|
|
export NSPR_INCLUDE_DIR
|
|
|
|
export NSPR_LIB_DIR
|
|
|
|
export NSS_INCLUDE_DIR
|
|
|
|
export NSS_LIB_DIR
|
|
|
|
|
|
|
|
%ifarch x86_64 ppc64 ia64 s390x sparc64
|
|
|
|
USE_64=1
|
|
|
|
export USE_64
|
|
|
|
%endif
|
|
|
|
|
2011-09-13 07:53:07 +00:00
|
|
|
%if 0%{?fedora} >= 16
|
|
|
|
cp -p mozilla/security/coreconf/Linux2.6.mk mozilla/security/coreconf/Linux3.1.mk
|
|
|
|
sed -i -e 's;LINUX2_1;LINUX3_1;' mozilla/security/coreconf/Linux3.1.mk
|
2012-03-22 04:38:00 +00:00
|
|
|
|
|
|
|
cp -p mozilla/security/coreconf/Linux3.1.mk mozilla/security/coreconf/Linux3.2.mk
|
|
|
|
sed -i -e 's;LINUX3_1;LINUX3_2;' mozilla/security/coreconf/Linux3.2.mk
|
2012-11-19 20:34:51 +00:00
|
|
|
|
|
|
|
cp -p mozilla/security/coreconf/Linux3.2.mk mozilla/security/coreconf/Linux3.6.mk
|
|
|
|
sed -i -e 's;LINUX3_1;LINUX3_6;' mozilla/security/coreconf/Linux3.6.mk
|
2011-09-13 07:53:07 +00:00
|
|
|
%endif
|
|
|
|
|
2007-05-17 14:50:16 +00:00
|
|
|
# The Makefile is not thread-safe
|
|
|
|
make -C mozilla/security/coreconf
|
|
|
|
make -C mozilla/security/jss
|
2009-06-05 14:55:51 +00:00
|
|
|
make -C mozilla/security/jss javadoc
|
2007-05-17 14:50:16 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT docdir
|
|
|
|
|
|
|
|
# Copy the license files here so we can include them in %doc
|
|
|
|
cp -p %{SOURCE1} .
|
|
|
|
cp -p %{SOURCE2} .
|
|
|
|
cp -p %{SOURCE3} .
|
|
|
|
|
|
|
|
# There is no install target so we'll do it by hand
|
|
|
|
|
|
|
|
# jars
|
2011-09-13 07:53:07 +00:00
|
|
|
%if 0%{?fedora} >= 16
|
|
|
|
install -d -m 0755 $RPM_BUILD_ROOT%{_jnidir}
|
|
|
|
install -m 644 mozilla/dist/xpclass.jar ${RPM_BUILD_ROOT}%{_jnidir}/jss4.jar
|
|
|
|
%else
|
2010-12-17 14:16:50 +00:00
|
|
|
install -d -m 0755 $RPM_BUILD_ROOT%{_libdir}/jss
|
|
|
|
install -m 644 mozilla/dist/xpclass.jar ${RPM_BUILD_ROOT}%{_libdir}/jss/jss4-%{version}.jar
|
|
|
|
ln -fs jss4-%{version}.jar $RPM_BUILD_ROOT%{_libdir}/jss/jss4.jar
|
|
|
|
|
2007-05-24 21:22:21 +00:00
|
|
|
install -d -m 0755 $RPM_BUILD_ROOT%{_jnidir}
|
2010-12-17 14:16:50 +00:00
|
|
|
ln -fs %{_libdir}/jss/jss4.jar $RPM_BUILD_ROOT%{_jnidir}/jss4.jar
|
2011-09-13 07:53:07 +00:00
|
|
|
%endif
|
2007-05-17 14:50:16 +00:00
|
|
|
|
|
|
|
# We have to use the name libjss4.so because this is dynamically
|
|
|
|
# loaded by the jar file.
|
2010-01-07 16:11:31 +00:00
|
|
|
install -d -m 0755 $RPM_BUILD_ROOT%{_libdir}/jss
|
|
|
|
install -m 0755 mozilla/dist/Linux*.OBJ/lib/libjss4.so ${RPM_BUILD_ROOT}%{_libdir}/jss/
|
2012-03-22 04:38:00 +00:00
|
|
|
%if 0%{?fedora} >= 16
|
|
|
|
pushd ${RPM_BUILD_ROOT}%{_libdir}/jss
|
|
|
|
ln -fs %{_jnidir}/jss4.jar jss4.jar
|
|
|
|
popd
|
|
|
|
%endif
|
2007-05-17 14:50:16 +00:00
|
|
|
|
2009-06-05 14:55:51 +00:00
|
|
|
# javadoc
|
|
|
|
install -d -m 0755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
|
|
|
|
cp -rp mozilla/dist/jssdoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
|
|
|
|
|
2007-05-17 14:50:16 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
# No ldconfig is required since this library is loaded by Java itself.
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc mozilla/security/jss/jss.html MPL-1.1.txt gpl.txt lgpl.txt
|
2010-12-17 14:16:50 +00:00
|
|
|
%{_libdir}/jss/*
|
2007-05-24 21:22:21 +00:00
|
|
|
%{_jnidir}/*
|
2007-05-17 14:50:16 +00:00
|
|
|
|
2009-06-05 14:55:51 +00:00
|
|
|
%files javadoc
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_javadocdir}/%{name}-%{version}
|
|
|
|
%{_javadocdir}/%{name}-%{version}/*
|
|
|
|
|
2007-05-17 14:50:16 +00:00
|
|
|
|
|
|
|
%changelog
|
2013-02-14 03:03:43 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.6-29
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-19 12:03:57 +00:00
|
|
|
* Wed Dec 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.2.6-28
|
|
|
|
- revbump after jnidir change
|
|
|
|
|
2012-12-12 09:54:48 +00:00
|
|
|
* Wed Dec 12 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.2.6-27
|
|
|
|
- Simple rebuild
|
|
|
|
|
2012-11-19 20:34:51 +00:00
|
|
|
* Mon Nov 19 2012 Christina Fu <cfu@redhat.com> - 4.2.6-26
|
|
|
|
- added source URLs in spec file to pass Package Wrangler
|
|
|
|
|
2012-07-19 16:44:40 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.6-25
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-31 02:18:47 +00:00
|
|
|
* Fri Mar 30 2012 Matthew Harmsen <mharmsen@redhat.com> - 4.2.6-24
|
|
|
|
- Bugzilla Bug #783007 - Un-deprecate previously deprecated methods in
|
|
|
|
JSS 4.2.6 . . . BadPaddingException (mharmsen)
|
|
|
|
|
2012-03-22 04:38:00 +00:00
|
|
|
* Tue Mar 20 2012 Christina Fu <cfu@redhat.com> - 4.2.6-23
|
|
|
|
- Bugzilla Bug #797351 - JSS - HSM token name was mistaken for manufacturer
|
|
|
|
identifier (cfu)
|
|
|
|
- Bugzilla Bug #804840 - [RFE] ECC encryption keys cannot be archived
|
|
|
|
ECC phase2 work - support for ECC encryption key archival and recovery (cfu)
|
|
|
|
- Bugzilla Bug #783007 - Un-deprecate previously deprecated methods in
|
|
|
|
JSS 4.2.6 . . . (mharmsen)
|
|
|
|
- Dogtag TRAC Task #109 (https://fedorahosted.org/pki/ticket/109) - add
|
|
|
|
benign JNI jar file symbolic link from JNI libdir to JNI jar file (mharmsen)
|
|
|
|
|
2012-01-13 06:35:58 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.6-22
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-21 06:12:36 +00:00
|
|
|
* Wed Oct 19 2011 Christina Fu <cfu@redhat.com> - 4.2.6-21
|
|
|
|
- Bugzilla Bug #737122 - DRM: during archiving and recovering, wrapping
|
|
|
|
unwrapping keys should be done in the token
|
|
|
|
- support for PKCS5v2; support for secure PKCS12
|
|
|
|
- Bugzilla Bug #744797 - KRA key recovery (retrieve pkcs#12) fails after the
|
|
|
|
in-place upgrade( CS 8.0->8.1)
|
|
|
|
|
2011-10-06 02:23:15 +00:00
|
|
|
* Mon Sep 19 2011 Matthew Harmsen <mharmsen@redhat.com> - 4.2.6-20
|
|
|
|
- Bugzilla Bug #715621 - Defects revealed by Coverity scan
|
|
|
|
|
2011-09-13 07:53:07 +00:00
|
|
|
* Wed Aug 31 2011 Matthew Harmsen <mharmsen@redhat.com> - 4.2.6-19.1
|
|
|
|
- Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
|
|
|
|
|
|
|
|
* Mon Aug 15 2011 Christina Fu <cfu@redhat.com> - 4.2.6-19
|
|
|
|
- Bugzilla Bug 733550 - DRM failed to recovery keys when in FIPS mode
|
|
|
|
(HSM + NSS)
|
|
|
|
|
|
|
|
* Fri Aug 12 2011 Matthew Harmsen <mharmsen@redhat.com> - 4.2.6-18
|
|
|
|
- Bugzilla Bug #660436 - Warnings should be cleaned up in JSS build
|
|
|
|
(jdennis, mharmsen)
|
|
|
|
|
2011-05-20 21:54:39 +00:00
|
|
|
* Wed May 18 2011 Christina Fu <cfu@redhat.com> - 4.2.6-17
|
|
|
|
- Bug 670980 - Cannot create system certs when using LunaSA HSM in FIPS Mode
|
|
|
|
and ECC algorithms (support tokens that don't do ECDH)
|
|
|
|
|
|
|
|
* Fri Apr 08 2011 Jack Magne <jmagne@redhat.com> - 4.2.6-15.99
|
|
|
|
- bug 694661 - TKS instance crash during token enrollment.
|
|
|
|
Back out of previous patch for #676083.
|
|
|
|
|
|
|
|
* Thu Feb 24 2011 Andrew Wnuk <awnuk@redhat.com> - 4.2.6-15
|
|
|
|
- bug 676083 - JSS: slots not freed
|
|
|
|
|
2011-02-09 15:01:17 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.6-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-31 21:07:26 +00:00
|
|
|
* Mon Jan 31 2011 John Dennis <jdennis@redhat.com> - 4.2.6-13
|
|
|
|
- remove misleading comment in spec file concerning jar signing
|
|
|
|
|
2011-01-11 17:41:51 +00:00
|
|
|
* Tue Jan 11 2011 Kevin Wright <kwright@redhat.com> - 4.2.6-12
|
|
|
|
- added missing patch line
|
|
|
|
|
2011-01-06 00:34:49 +00:00
|
|
|
* Tue Dec 21 2010 Christina Fu <cfu@redhat.com> - 4.2.6-11
|
|
|
|
- bug 654657 - <jdennis@redhat.com>
|
2010-12-16 18:51:21 +00:00
|
|
|
Incorrect socket accept error message due to bad pointer arithmetic
|
2011-01-06 00:34:49 +00:00
|
|
|
- bug 661142 - <cfu@redhat.com>
|
|
|
|
Verification should fail when a revoked certificate is added
|
2010-12-06 20:09:52 +00:00
|
|
|
|
2011-01-06 00:34:49 +00:00
|
|
|
* Thu Dec 16 2010 John Dennis <jdennis@redhat.com> - 4.2.6-10
|
|
|
|
- Resolves: bug 656094 - <jdennis@redhat.com>
|
|
|
|
Rebase jss to at least jss-4.2.6-9
|
|
|
|
- <jdennis@redhat.com>
|
|
|
|
merge in updates from Fedora
|
|
|
|
move jar location to %%{_libdir}/jss and provide symlinks, on 32bit looks like this:
|
|
|
|
/usr/lib/java/jss4.jar -> /usr/lib/jss/jss4.jar
|
|
|
|
/usr/lib/jss/jss4-<version>.jar
|
|
|
|
/usr/lib/jss/jss4.jar -> jss4-<version>.jar
|
|
|
|
/usr/lib/jss/libjss4.so
|
|
|
|
- bug 654657 - <jdennis@redhat.com>
|
|
|
|
Incorrect socket accept error message due to bad pointer arithmetic
|
|
|
|
- bug 647364 - <cfu@redhat.com>
|
2010-12-16 18:51:21 +00:00
|
|
|
Expose updated certificate verification function in JSS
|
2011-01-06 00:34:49 +00:00
|
|
|
- bug 529945 - <cfu@redhat.com>
|
2010-12-16 18:51:21 +00:00
|
|
|
expose NSS calls for OCSP settings
|
2011-01-06 00:34:49 +00:00
|
|
|
- bug 638833 - <cfu@redhat.com>
|
2010-12-16 18:51:21 +00:00
|
|
|
rfe ecc - add ec curve name support in JSS and CS
|
2011-01-06 00:34:49 +00:00
|
|
|
- <rcritten@redhat.com>
|
|
|
|
Need to explicitly catch UnsatisfiedLinkError exception for System.load()
|
|
|
|
- bug 533304 - <rcritten@redhat.com>
|
2010-12-16 18:51:21 +00:00
|
|
|
Move location of libjss4.so to subdirectory and use System.load() to
|
2010-01-07 16:11:31 +00:00
|
|
|
load it instead of System.loadLibrary() for Fedora packaging compliance
|
|
|
|
|
2011-01-06 00:34:49 +00:00
|
|
|
* Mon Nov 30 2009 Dennis Gregorovic <dgregor@redhat.com> - 4.2.6-4.1
|
|
|
|
- Rebuilt for RHEL 6
|
|
|
|
|
2009-07-31 14:03:14 +00:00
|
|
|
* Fri Jul 31 2009 Rob Crittenden <rcritten@redhat.com> 4.2.6-4
|
2010-12-16 18:51:21 +00:00
|
|
|
- Resolves: bug 224688 - <cfu@redhat.com>
|
|
|
|
Support ECC POP on the server
|
|
|
|
- Resolves: bug 469456 - <jmagne@redhat.com>
|
|
|
|
Server Sockets are hard coded to IPV4
|
|
|
|
- Resolves: bug 509183 - <mharmsen@redhat.com>
|
|
|
|
Set NSS dependency >= 3.12.3.99
|
2009-07-31 14:03:14 +00:00
|
|
|
|
2009-07-25 04:12:08 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-05 15:26:08 +00:00
|
|
|
* Fri Jun 5 2009 Rob Crittenden <rcritten@redhat.com> 4.2.6-2
|
|
|
|
- Include patch to fix missing @param so javadocs will build
|
|
|
|
|
2009-06-05 14:55:51 +00:00
|
|
|
* Fri Jun 5 2009 Rob Crittenden <rcritten@redhat.com> 4.2.6-1
|
2010-12-16 18:51:21 +00:00
|
|
|
- Resolves: bug 455305 - <cfu@redhat.com>
|
|
|
|
CA ECC Signing Key Failure
|
|
|
|
- Resolves: bug 502111 - <cfu@redhat.com>
|
|
|
|
Need JSS interface for NSS's PK11_GenerateKeyPairWithOpFlags() function
|
2010-12-17 14:16:50 +00:00
|
|
|
- Resolves: bug 503809 - <mharmsen@redhat.com>
|
2010-12-16 18:51:21 +00:00
|
|
|
Update JSS version to 4.2.6
|
2010-12-17 14:16:50 +00:00
|
|
|
- Resolves: bug 503817 - <mharmsen@redhat.com>
|
2010-12-16 18:51:21 +00:00
|
|
|
Create JSS Javadocs as their own RPM
|
2009-06-05 14:55:51 +00:00
|
|
|
|
2009-02-25 09:51:39 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
2011-01-06 00:34:49 +00:00
|
|
|
|
2008-08-05 15:11:36 +00:00
|
|
|
* Tue Aug 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4.2.5-3
|
|
|
|
- fix license tag
|
|
|
|
|
2008-02-19 21:02:24 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.2.5-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-08-03 13:57:49 +00:00
|
|
|
* Fri Aug 3 2007 Rob Crittenden <rcritten@redhat.com> 4.2.5-1
|
|
|
|
- update to 4.2.5
|
|
|
|
|
2007-05-24 21:22:21 +00:00
|
|
|
* Thu May 24 2007 Rob Crittenden <rcritten@redhat.com> 4.2.4-6
|
|
|
|
- Use _jnidir macro instead of _javadir for the jar files. This will break
|
|
|
|
multilib installs but adheres to the jpackage spec.
|
|
|
|
|
2007-05-17 14:50:16 +00:00
|
|
|
* Wed May 16 2007 Rob Crittenden <rcritten@redhat.com> 4.2.4-5
|
|
|
|
- Include the 3 license files
|
|
|
|
- Remove Requires for nss and nspr. These libraries have versioned symbols
|
|
|
|
so BuildRequires is enough to set the minimum.
|
|
|
|
- Add sparc64 for the 64-bit list
|
|
|
|
|
|
|
|
* Mon May 14 2007 Rob Crittenden <rcritten@redhat.com> 4.2.4-4
|
|
|
|
- Included additional comments on jar signing and why ldconfig is not
|
|
|
|
required.
|
|
|
|
|
|
|
|
* Thu May 10 2007 Rob Crittenden <rcritten@redhat.com> 4.2.4-3
|
|
|
|
- Added information on how to pull the source into a tar.gz
|
|
|
|
|
|
|
|
* Thu Mar 15 2007 Rob Crittenden <rcritten@redhat.com> 4.2.4-2
|
|
|
|
- Added RPM_OPT_FLAGS to XCFLAGS
|
|
|
|
- Added link to Sun JCE information
|
2009-06-05 14:55:51 +00:00
|
|
|
|
2007-05-17 14:50:16 +00:00
|
|
|
* Mon Feb 27 2007 Rob Crittenden <rcritten@redhat.com> 4.2.4-1
|
|
|
|
- Initial build
|