Compare commits

..

4 Commits
epel9 ... epel8

Author SHA1 Message Date
Petr Šabata faa640c18e 1.0.9 bump
4 years ago
Troy Dawson f0a8ac6eb2 remove package.cfg per new epel-playground policy
4 years ago
Leigh Scott 9438c2940f Merge branch 'epel8' of ssh://pkgs.fedoraproject.org/rpms/mujs into epel8
5 years ago
Gwyn Ciesla 5bc0e96eb8 "Adding package.cfg file"
5 years ago

2
.gitignore vendored

@ -6,5 +6,3 @@
/mujs-25821e6.tar.gz
/mujs-1.0.4.tar.gz
/1.0.9.tar.gz
/mujs-1.2.0.tar.gz
/mujs-1.3.2.tar.gz

@ -1,12 +1,13 @@
Name: mujs
Version: 1.3.2
Version: 1.0.9
Release: 1%{?dist}
Summary: An embeddable Javascript interpreter
License: ISC
URL: https://mujs.com/
Source0: https://mujs.com/downloads/%{name}-%{version}.tar.gz
#BuildRequires: coreutils
License: AGPLv3+
URL: http://mujs.com/
# The mujs.com download page doesn't provide recent tarballs
# Github mirror of mujs.com repository provides releases from tags
Source0: https://github.com/ccxvii/mujs/archiv/%{version}.tar.gz
BuildRequires: coreutils
BuildRequires: gcc
BuildRequires: grep
BuildRequires: make
@ -18,7 +19,6 @@ other software to extend them with scripting capabilities.
%package devel
Summary: MuJS development files
Requires: %{name}%{?_isa} = %{version}-%{release}
Provides: %{name}-static = %{version}-%{release}
%description devel
@ -29,13 +29,12 @@ This package provides the MuJS static library.
chmod a-x -v docs/*
%build
%make_build debug %{?_smp_mflags} XCFLAGS="%{optflags} -fPIC" LDFLAGS="%{?__global_ldflags}"
make debug %{?_smp_mflags} XCFLAGS="%{optflags} -fPIC" LDFLAGS="%{?__global_ldflags}"
%install
%make_install prefix="%{_prefix}" libdir="%{_libdir}" \
make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}" \
XCFLAGS="%{optflags} -fPIC" LDFLAGS="%{?__global_ldflags}"
%files
%license COPYING
%doc AUTHORS README docs
@ -48,29 +47,7 @@ chmod a-x -v docs/*
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.a
%changelog
* Thu Dec 01 2022 Alain Vigne <avigne@fedoraproject.org> 1.3.2-1
- upstream release 1.3.2
- Fix CVE-2022-44789 (rhbz#2148261)
- Fix CVE-2022-30975 (rhbz#2088596)
- Fix CVE-2022-30974 (rhbz#2088591)
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jan 24 2022 Alain Vigne <avigne@fedoraproject.org> 1.2.0-1
- upstream release 1.2.0
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Oct 31 2020 Petr Šabata <contyk@redhat.com> - 1.0.9-1
- 1.0.9 bump
- Addresses CVE-2019-11411, CVE-2019-11412 and CVE-2019-11413

@ -1 +1 @@
SHA512 (mujs-1.3.2.tar.gz) = ccffb04171f7ecec2cfa6f0e59859acc911836370a648e4c6703db174631ce316413a64ebf4b32eea3d3b09221ff01861cda91f4b1b9bebf495168f26f90daf5
SHA512 (1.0.9.tar.gz) = a3dbc8dbf5c16b7de9803954fe38ea9f77c0e5b7de3895966ec0877e063d463c9950499791ea0d102e464bd0426413689f3edb15e38db3f13915d72f27556725

Loading…
Cancel
Save