Skip to content

Commit

Permalink
nodejs, npth, nspr, nss: Upgrade to latest versions
Browse files Browse the repository at this point in the history
Change-Id: I5c1aca71239979cdd8bf3b55aa29288a20d087d0
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5636
Tested-by: gerrit-photon <[email protected]>
Reviewed-by: Sharath George
  • Loading branch information
bordoloih authored and Sharath George committed Sep 13, 2018
1 parent c6043e7 commit 6685eae
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 260 deletions.
8 changes: 5 additions & 3 deletions SPECS/nodejs/nodejs.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Summary: A JavaScript runtime built on Chrome's V8 JavaScript engine.
Name: nodejs
Version: 8.3.0
Version: 9.9.0
Release: 1%{?dist}
License: MIT
Group: Applications/System
Vendor: VMware, Inc.
Distribution: Photon
URL: https://github.com/nodejs/node
Source0: https://nodejs.org/download/release/v8.3.0/node-v%{version}.tar.xz
%define sha1 node=62969b076013b20370fd42b7441b3c7ab7ac924f
Source0: https://nodejs.org/download/release/v%{version}/node-v%{version}.tar.xz
%define sha1 node=ad14ef5f67aa22699f2eadc870cbf074c66c1f5f

BuildRequires: coreutils >= 8.22, openssl-devel >= 1.0.1
Requires: (coreutils >= 8.22 or toybox)
Expand Down Expand Up @@ -70,6 +70,8 @@ make cctest
%{_datadir}/systemtap/tapset/node.stp

%changelog
* Mon Sep 10 2018 Him Kalyan Bordoloi <[email protected]> 9.9.0-1
- Updated to version 9.9.0
* Wed Feb 14 2018 Xiaolin Li <[email protected]> 8.3.0-1
- Updated to version 8.3.0
* Fri Oct 13 2017 Alexey Makhalov <[email protected]> 7.7.4-4
Expand Down
6 changes: 4 additions & 2 deletions SPECS/npth/npth.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Summary: The New GNU Portable Threads Library.
Name: npth
Version: 1.3
Version: 1.6
Release: 1%{?dist}
License: GPLv2+ and LGPLv3+
URL: https://github.com/gpg/npth
Group: System Environment/Libraries.
Source0: https://github.com/gpg/%{name}/archive/%{name}-%{version}.tar.gz
%define sha1 npth=d82a2db3c3687a427c39c741616e71be98fd351b
%define sha1 npth=3f3c68d439c2f8a798423de38b9a6eb32c0c417e
Vendor: VMware, Inc.
Distribution: Photon

Expand Down Expand Up @@ -57,5 +57,7 @@ make %{?_smp_mflags} -k check
%{_datadir}/aclocal/*

%changelog
* Mon Sep 10 2018 Him Kalyan Bordoloi <[email protected]> 1.6-1
- Upgrade to 1.6.
* Tue Apr 11 2017 Danut Moraru <[email protected]> 1.3-1
- Initial Build.
6 changes: 4 additions & 2 deletions SPECS/nspr/nspr.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Summary: Platform-neutral API
Name: nspr
Version: 4.15
Version: 4.20
Release: 1%{?dist}
License: MPLv2.0
URL: http://ftp.mozilla.org/pub/mozilla.org
Group: Applications/System
Vendor: VMware, Inc.
Distribution: Photon
Source0: http://ftp.mozilla.org/pub/nspr/releases/v%{version}/src/%{name}-%{version}.tar.gz
%define sha1 nspr=56030e0177849034ba3027a23ae2a7f8ed41f379
%define sha1 nspr=ef1e2ca3205fd1658a69ada2e0436266ca3065b5

%description
Netscape Portable Runtime (NSPR) provides a platform-neutral API
Expand Down Expand Up @@ -58,6 +58,8 @@ make DESTDIR=%{buildroot} install
%{_datarootdir}/aclocal/*

%changelog
* Mon Sep 10 2018 Him Kalyan Bordoloi <[email protected]> 4.20-1
- Upgrade to 4.20.
* Tue Jun 20 2017 Xiaolin Li <[email protected]> 4.15-1
- Upgrade to 4.15.
* Fri May 05 2017 Priyesh Padmavilasom <[email protected]> 4.14-2
Expand Down
246 changes: 0 additions & 246 deletions SPECS/nss/nss-3.31-standalone-1.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ diff -Naurp nss-3.28-orig/nss/manifest.mn nss-3.28/nss/manifest.mn

RELEASE = nss

-DIRS = coreconf lib cmd gtests
+DIRS = coreconf lib cmd gtests config
-DIRS = coreconf lib cmd cpputil gtests
+DIRS = coreconf lib cmd cpputil gtests config
12 changes: 7 additions & 5 deletions SPECS/nss/nss.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Summary: Security client
Name: nss
Version: 3.31
Release: 5%{?dist}
Version: 3.39
Release: 1%{?dist}
License: MPLv2.0
URL: http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_31_RTM/src/%{name}-%{version}.tar.gz
URL: http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_39_RTM/src/%{name}-%{version}.tar.gz
Group: Applications/System
Vendor: VMware, Inc.
Distribution: Photon
Source0: %{name}-%{version}.tar.gz
%define sha1 nss=006a13a5e52867c49ea1e7d986b7c02a3cd8ebfb
Patch: nss-3.31-standalone-1.patch
%define sha1 nss=351e0e9607ead50174efe5f5107e2dc97e7358f2
Patch: nss-standalone-1.patch
Requires: nspr
BuildRequires: nspr-devel
BuildRequires: sqlite-devel
Expand Down Expand Up @@ -97,6 +97,8 @@ sudo -u test ./all.sh && userdel test -r -f
%{_libdir}/libsoftokn3.so

%changelog
* Mon Sep 10 2018 Him Kalyan Bordoloi <[email protected]> 3.39-1
- Upgrade to 3.39.
* Thu Dec 07 2017 Alexey Makhalov <[email protected]> 3.31-5
- Add static libcrmf.a library to devel package
* Tue Nov 14 2017 Alexey Makhalov <[email protected]> 3.31-4
Expand Down

0 comments on commit 6685eae

Please sign in to comment.