public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jss] pqc: Resolves: rhbz #1434535
@ 2026-07-28 16:48 Matthew Harmsen
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Harmsen @ 2026-07-28 16:48 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/jss
            Branch : pqc
            Commit : 3bddbf4be8fd776104f09288566678bbcc497030
            Author : Matthew Harmsen <mharmsen@redhat.com>
            Date   : 2017-05-09T12:06:14-06:00
            Stats  : +7/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/jss/c/3bddbf4be8fd776104f09288566678bbcc497030?branch=pqc

            Log:
            Resolves: rhbz #1434535

- Bump NSS dependencies from 4.28.3 to 4.28.4-6 to pick-up fix in
  Mozilla Bugzilla #1360207 - Fix incorrect if (ss->...) in SSL_ReconfigFD

---
diff --git a/jss.spec b/jss.spec
index 4c50e5b..19c3bba 100644
--- a/jss.spec
+++ b/jss.spec
@@ -1,6 +1,6 @@
 Name:           jss
 Version:        4.4.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Java Security Services (JSS)
 
 Group:          System Environment/Libraries
@@ -23,14 +23,14 @@ Conflicts:      idm-console-framework < 1.1.17-4
 Conflicts:      pki-base < 10.4.0
 Conflicts:      tomcatjss < 7.2.1
 
-BuildRequires:  nss-devel >= 3.28.3
+BuildRequires:  nss-devel >= 3.28.4-6
 BuildRequires:  nspr-devel >= 4.13.1
 BuildRequires:  java-devel
 %if 0%{?fedora} >= 25
 BuildRequires:  perl
 %endif
 Requires:       java-headless
-Requires:       nss >= 3.28.3
+Requires:       nss >= 3.28.4-6
 
 %description
 Java Security Services (JSS) is a java native interface which provides a bridge
@@ -138,6 +138,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadocdir}/%{name}-%{version}/*
 
 %changelog
+* Tue May  9 2017 Matthew Harmsen <mharmsen@redhat.com> - 4.4.2-2
+- Bump NSS dependencies from 4.28.3 to 4.28.4-6 to pick-up fix in
+  Mozilla Bugzilla #1360207 - Fix incorrect if (ss->...) in SSL_ReconfigFD
+
 * Mon May  1 2017 Matthew Harmsen <mharmsen@redhat.com> - 4.4.2-1
 - Mozilla Bugzilla #1352476 - RFE: Document on the README how to create a
   release tag (mharmsen)

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [rpms/jss] pqc: Resolves: rhbz #1434535
@ 2026-07-28 16:48 Matthew Harmsen
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Harmsen @ 2026-07-28 16:48 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/jss
            Branch : pqc
            Commit : 8ea4b348367c5bce84d6aec7293ef6c7f0faf939
            Author : Matthew Harmsen <mharmsen@redhat.com>
            Date   : 2017-04-30T23:20:50-06:00
            Stats  : +13/-4 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/jss/c/8ea4b348367c5bce84d6aec7293ef6c7f0faf939?branch=pqc

            Log:
            Resolves: rhbz #1434535

- Mozilla Bugzilla #1352476 - RFE: Document on the README how to create a
  release tag (mharmsen)
- Mozilla Bugzilla #1355358 - CryptoStore: add methods for importing and
  exporting EncryptedPrivateKeyInfo (ftweedal)
- Mozilla Bugzilla #1359731 - CryptoStore.importPrivateKey enhancements
  (ftweedal)

---
diff --git a/.gitignore b/.gitignore
index 2af452b..dead9a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ jss-4.2.6.tar.gz
 /jss-4.2.6.tar.gz
 /jss-4.4.0.tar.gz
 /jss-4.4.1.tar.gz
+/jss-4.4.2.tar.gz

diff --git a/jss.spec b/jss.spec
index 9dfca84..4c50e5b 100644
--- a/jss.spec
+++ b/jss.spec
@@ -1,6 +1,6 @@
 Name:           jss
-Version:        4.4.1
-Release:        2%{?dist}
+Version:        4.4.2
+Release:        1%{?dist}
 Summary:        Java Security Services (JSS)
 
 Group:          System Environment/Libraries
@@ -11,7 +11,7 @@ URL:            http://www.mozilla.org/projects/security/pki/jss/
 #
 # hg clone https://hg.mozilla.org/projects/jss
 # cd jss
-# hg archive --prefix jss-4.4.1/jss/ ../jss-4.4.1.tar.gz
+# hg archive --prefix jss-4.4.2/jss/ ../jss-4.4.2.tar.gz
 #
 Source0:        http://pki.fedoraproject.org/pki/sources/%{name}/%{version}/%{name}-%{version}.tar.gz
 Source1:        http://pki.fedoraproject.org/pki/sources/%{name}/%{version}/MPL-1.1.txt
@@ -138,6 +138,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadocdir}/%{name}-%{version}/*
 
 %changelog
+* Mon May  1 2017 Matthew Harmsen <mharmsen@redhat.com> - 4.4.2-1
+- Mozilla Bugzilla #1352476 - RFE: Document on the README how to create a
+  release tag (mharmsen)
+- Mozilla Bugzilla #1355358 - CryptoStore: add methods for importing and
+  exporting EncryptedPrivateKeyInfo (ftweedal)
+- Mozilla Bugzilla #1359731 - CryptoStore.importPrivateKey enhancements
+  (ftweedal)
+
 * Mon Apr 17 2017 Matthew Harmsen <mharmsen@redhat.com> - 4.4.1-2
 - Mozilla Bugzilla #1355268 - JSS 4.4 is incompatible with versions of
   idm-console-framework < 1.1.17-4

diff --git a/sources b/sources
index f479c82..88399b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jss-4.4.1.tar.gz) = 06162955d83adf95552408f087a687e9f30e5a4baa2621ce0be041ab0d3ea0aa7aec7e4db8d53bbe995499ad269a9cabffd756aa239190cdc24048b1cbe3bb22
+SHA512 (jss-4.4.2.tar.gz) = 71f76aef2905c374a0d87b25a73db2498562fe16cef1489c5859271d2ae264695dd2b00880539c35b21f4e0b19856abc5028b813fe05b33352304b538182b251

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [rpms/jss] pqc: Resolves: rhbz #1434535
@ 2026-07-28 16:48 Matthew Harmsen
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Harmsen @ 2026-07-28 16:48 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/jss
            Branch : pqc
            Commit : 26521e2fc812413870093e758f56eba65d4eb19b
            Author : Matthew Harmsen <mharmsen@redhat.com>
            Date   : 2017-04-18T15:41:18-06:00
            Stats  : +8/-8 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/jss/c/26521e2fc812413870093e758f56eba65d4eb19b?branch=pqc

            Log:
            Resolves: rhbz #1434535

- Mozilla Bugzilla #1355268 - JSS 4.4 is incompatible with versions of
  idm-console-framework < 1.1.17-4
- Red Hat Bugzilla #1435076 - Remove unused legacy lines from JSS spec files

---
diff --git a/jss.spec b/jss.spec
index 982725b..9dfca84 100644
--- a/jss.spec
+++ b/jss.spec
@@ -1,9 +1,6 @@
-%global majorrel `uname -r | cut -f1 -d.`
-%global minorrel `uname -r | cut -f2 -d.`
-
 Name:           jss
 Version:        4.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Java Security Services (JSS)
 
 Group:          System Environment/Libraries
@@ -22,8 +19,9 @@ Source2:        http://pki.fedoraproject.org/pki/sources/%{name}/%{version}/gpl.
 Source3:        http://pki.fedoraproject.org/pki/sources/%{name}/%{version}/lgpl.txt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Conflicts:      tomcatjss < 7.2.1
+Conflicts:      idm-console-framework < 1.1.17-4
 Conflicts:      pki-base < 10.4.0
+Conflicts:      tomcatjss < 7.2.1
 
 BuildRequires:  nss-devel >= 3.28.3
 BuildRequires:  nspr-devel >= 4.13.1
@@ -87,9 +85,6 @@ USE_64=1
 export USE_64
 %endif
 
-cp -p jss/coreconf/Linux.mk jss/coreconf/Linux%{majorrel}.%{minorrel}.mk
-sed -i -e 's;LINUX2_1;LINUX%{majorrel}_%{minorrel};' jss/coreconf/Linux%{majorrel}.%{minorrel}.mk
-
 # The Makefile is not thread-safe
 make -C jss/coreconf
 make -C jss
@@ -143,6 +138,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadocdir}/%{name}-%{version}/*
 
 %changelog
+* Mon Apr 17 2017 Matthew Harmsen <mharmsen@redhat.com> - 4.4.1-2
+- Mozilla Bugzilla #1355268 - JSS 4.4 is incompatible with versions of
+  idm-console-framework < 1.1.17-4
+- Red Hat Bugzilla #1435076 - Remove unused legacy lines from JSS spec files
+
 * Mon Mar 27 2017 Matthew Harmsen <mharmsen@redhat.com> - 4.4.1-1
 - Bugzilla Bug #1431937 - Rebase jss to 4.4.x in Fedora 25+
 - Updated build requirements for NSPR

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [rpms/jss] pqc: Resolves: rhbz #1434535
@ 2026-07-28 16:48 Matthew Harmsen
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Harmsen @ 2026-07-28 16:48 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/jss
            Branch : pqc
            Commit : fe5a3339838e6bfbf71d1bb02d2e1764cfae01bc
            Author : Matthew Harmsen <mharmsen@redhat.com>
            Date   : 2017-03-30T16:31:35-06:00
            Stats  : +37/-32 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/jss/c/fe5a3339838e6bfbf71d1bb02d2e1764cfae01bc?branch=pqc

            Log:
            Resolves: rhbz #1434535

- Bugzilla Bug #1431937 - Rebase jss to 4.4.x in Fedora 25+
- Updated build requirements for NSPR
- Updated build and runtime requirements for NSS
- ## 'jss-post-rebase.patch' resolves the following issues ported from
  ## upstream:
- Mozilla Bugzilla #1337092 - CMC conformance update: Implement required ASN.1
  code for RFC5272+ (cfu)
- Mozilla Bugzilla #1347394 - Eclipse project files for JSS (edewata)
- Mozilla Bugzilla #1347429 - Deprecated SSL 3.0 cipher names in SSLSocket
  class. (edewata)
- Mozilla Bugzilla #1348856 - SSL alert callback (edewata)
- Mozilla Bugzilla #1349278 - SSL cipher enumeration (edewata)
- Mozilla Bugzilla #1349349 - Problem with Password.readPasswordFromConsole().
  (edewata)
- Mozilla Bugzilla #1349831 - Revise top-level README file (mharmsen)
- Mozilla Bugzilla #1349836 - Changes to JSS Version Block (mharmsen)
- Mozilla Bugzilla #1350130 - Missing
  CryptoManager.verifyCertificateNowCUNative() implementation. (emaldona)

---
diff --git a/.gitignore b/.gitignore
index 0332477..2af452b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 jss-4.2.6.tar.gz
 /jss-4.2.6.tar.gz
 /jss-4.4.0.tar.gz
+/jss-4.4.1.tar.gz

diff --git a/jss.spec b/jss.spec
index 7bc2686..982725b 100644
--- a/jss.spec
+++ b/jss.spec
@@ -2,8 +2,8 @@
 %global minorrel `uname -r | cut -f2 -d.`
 
 Name:           jss
-Version:        4.4.0
-Release:        3%{?dist}
+Version:        4.4.1
+Release:        1%{?dist}
 Summary:        Java Security Services (JSS)
 
 Group:          System Environment/Libraries
@@ -12,41 +12,27 @@ URL:            http://www.mozilla.org/projects/security/pki/jss/
 # The source for this package was pulled from upstream's hg. Use the
 # following commands to generate the tarball:
 #
-# hg clone --rev JSS_4_4_0_RTM https://hg.mozilla.org/projects/jss jss-4.4.0/jss
-# rm -rf jss-4.4.0/jss/.hg
-# if the tarball is Beta, set this define in 'org/mozilla/jss/util/jssver.h':
-#     #define JSS_BETA     PR_TRUE
-# else if tarball is non-Beta:
-#     #define JSS_BETA     PR_FALSE
-# tar -czvf jss-4.4.0.tar.gz jss-4.4.0
-#
-# For now until the JSS_4_4_0_RTM tag is created I actually used: 
-# hg clone --rev d48f63b92b05 https://hg.mozilla.org/projects/jss jss-4.4.0/jss
-# This is from upstream tip as of Mon, 13 Mar 2017 11:49:51 -0700
-# https://hg.mozilla.org/projects/jss/rev/d48f63b92b0538e47e867122c475cfbc1334f7c9
-#
-# Alternatively (if using 'default' hg tip):
-#
 # hg clone https://hg.mozilla.org/projects/jss
 # cd jss
-# hg archive --prefix jss-4.4.0/jss/ ../jss-4.4.0.tar.gz
+# hg archive --prefix jss-4.4.1/jss/ ../jss-4.4.1.tar.gz
 #
-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
+Source0:        http://pki.fedoraproject.org/pki/sources/%{name}/%{version}/%{name}-%{version}.tar.gz
+Source1:        http://pki.fedoraproject.org/pki/sources/%{name}/%{version}/MPL-1.1.txt
+Source2:        http://pki.fedoraproject.org/pki/sources/%{name}/%{version}/gpl.txt
+Source3:        http://pki.fedoraproject.org/pki/sources/%{name}/%{version}/lgpl.txt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Conflicts:      tomcatjss < 7.2.1
 Conflicts:      pki-base < 10.4.0
-BuildRequires:  nss-devel >= 3.21.0
-BuildRequires:  nspr-devel >= 4.11.0
+
+BuildRequires:  nss-devel >= 3.28.3
+BuildRequires:  nspr-devel >= 4.13.1
 BuildRequires:  java-devel
 %if 0%{?fedora} >= 25
-BuildRequires:     perl
+BuildRequires:  perl
 %endif
 Requires:       java-headless
-Requires:       nss >= 3.21.0
+Requires:       nss >= 3.28.3
 
 %description
 Java Security Services (JSS) is a java native interface which provides a bridge
@@ -111,7 +97,6 @@ make -C jss javadoc
 
 %check
 
-
 %install
 rm -rf $RPM_BUILD_ROOT docdir
 
@@ -157,18 +142,37 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_javadocdir}/%{name}-%{version}
 %{_javadocdir}/%{name}-%{version}/*
 
-
 %changelog
+* Mon Mar 27 2017 Matthew Harmsen <mharmsen@redhat.com> - 4.4.1-1
+- Bugzilla Bug #1431937 - Rebase jss to 4.4.x in Fedora 25+
+- Updated build requirements for NSPR
+- Updated build and runtime requirements for NSS
+- ## 'jss-post-rebase.patch' resolves the following issues ported from
+  ## upstream:
+- Mozilla Bugzilla #1337092 - CMC conformance update: Implement required ASN.1
+  code for RFC5272+ (cfu)
+- Mozilla Bugzilla #1347394 - Eclipse project files for JSS (edewata)
+- Mozilla Bugzilla #1347429 - Deprecated SSL 3.0 cipher names in SSLSocket
+  class. (edewata)
+- Mozilla Bugzilla #1348856 - SSL alert callback (edewata)
+- Mozilla Bugzilla #1349278 - SSL cipher enumeration (edewata)
+- Mozilla Bugzilla #1349349 - Problem with Password.readPasswordFromConsole().
+  (edewata)
+- Mozilla Bugzilla #1349831 - Revise top-level README file (mharmsen)
+- Mozilla Bugzilla #1349836 - Changes to JSS Version Block (mharmsen)
+- Mozilla Bugzilla #1350130 - Missing
+  CryptoManager.verifyCertificateNowCUNative() implementation. (emaldona)
+
 * Tue Mar 21 2017 Matthew Harmsen <mharmsen@redhat.com> - 4.4.0-3
-- Bugzilla Bug #1434535 -  JSS 4.4.0 is incompatible with versions of
+- Bugzilla Bug #1434535 -  JSS 4.4.x is incompatible with versions of
   pki-base < 10.4.0
 
 * Wed Mar 15 2017 Matthew Harmsen <mharmsen@redhat.com> - 4.4.0-2
-- Bugzilla Bug #1432568 - JSS 4.4.0 is incompatible with versions of
+- Bugzilla Bug #1432568 - JSS 4.4.x is incompatible with versions of
   tomcatjss < 7.2.1 
 
 * Mon Mar 13 2017 Elio Maldonado <emaldona@redhat.com> - 4.4.0-1
-- Bugzilla Bug #1431937 - Rebase jss to 4.4.0 in Fedora 25+
+- Bugzilla Bug #1431937 - Rebase jss to 4.4.x in Fedora 25+
 - ## JSS 4.4.0 includes the following patches ported from downstream:
 - Mozilla Bugzilla #507536 - Add IPv6 functionality to JSS
 - Mozilla Bugzilla #1307872 - Expose NSS calls for OCSP settings

diff --git a/sources b/sources
index b607491..f479c82 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jss-4.4.0.tar.gz) = 2a3c6c3a5f0b3fe5b0a503a04ce0fa3475e5e79f5f34ab4318384f22c4f0689d183585b861624200143161e4ff5c7a6dead81ed2824e39bd7df74804dbcace21
+SHA512 (jss-4.4.1.tar.gz) = 06162955d83adf95552408f087a687e9f30e5a4baa2621ce0be041ab0d3ea0aa7aec7e4db8d53bbe995499ad269a9cabffd756aa239190cdc24048b1cbe3bb22

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [rpms/jss] pqc: Resolves: rhbz #1434535
@ 2026-07-28 16:48 Matthew Harmsen
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Harmsen @ 2026-07-28 16:48 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/jss
            Branch : pqc
            Commit : 69fb56b3b5247857d61136d72609db1007b0a45b
            Author : Matthew Harmsen <mharmsen@redhat.com>
            Date   : 2017-03-21T12:06:08-06:00
            Stats  : +6/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/jss/c/69fb56b3b5247857d61136d72609db1007b0a45b?branch=pqc

            Log:
            Resolves: rhbz #1434535

- Bugzilla Bug #1434535 -  JSS 4.4.0 is incompatible with versions of
   pki-base < 10.4.0

---
diff --git a/jss.spec b/jss.spec
index 1d94199..7bc2686 100644
--- a/jss.spec
+++ b/jss.spec
@@ -3,7 +3,7 @@
 
 Name:           jss
 Version:        4.4.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Java Security Services (JSS)
 
 Group:          System Environment/Libraries
@@ -38,6 +38,7 @@ Source3:        http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{versi
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Conflicts:      tomcatjss < 7.2.1
+Conflicts:      pki-base < 10.4.0
 BuildRequires:  nss-devel >= 3.21.0
 BuildRequires:  nspr-devel >= 4.11.0
 BuildRequires:  java-devel
@@ -158,6 +159,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar 21 2017 Matthew Harmsen <mharmsen@redhat.com> - 4.4.0-3
+- Bugzilla Bug #1434535 -  JSS 4.4.0 is incompatible with versions of
+  pki-base < 10.4.0
+
 * Wed Mar 15 2017 Matthew Harmsen <mharmsen@redhat.com> - 4.4.0-2
 - Bugzilla Bug #1432568 - JSS 4.4.0 is incompatible with versions of
   tomcatjss < 7.2.1 

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-28 16:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 16:48 [rpms/jss] pqc: Resolves: rhbz #1434535 Matthew Harmsen
  -- strict thread matches above, loose matches on Subject: below --
2026-07-28 16:48 Matthew Harmsen
2026-07-28 16:48 Matthew Harmsen
2026-07-28 16:48 Matthew Harmsen
2026-07-28 16:48 Matthew Harmsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox