Compare commits
36 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be627773d5 | ||
|
|
9426313365 | ||
|
|
80a16d3ebd | ||
|
|
2d4828a8fb | ||
|
|
face98afcd | ||
|
|
57148bc483 | ||
|
|
2224393043 | ||
|
|
3a8431879f | ||
|
|
6f2f3e1c78 | ||
|
|
288b7614e7 | ||
|
|
272dc2b1f3 | ||
|
|
0fa3332480 | ||
|
|
11085e63dc | ||
|
|
51b01b9e8b | ||
|
|
5d783539f3 | ||
|
|
3b4177f194 | ||
|
|
502f08794c | ||
|
|
41c7363366 | ||
|
|
84cf1eb2a3 | ||
|
|
9dd1d53cc9 | ||
|
|
f71f8000a5 | ||
|
|
2835c8f1aa | ||
|
|
faeba12e2e | ||
|
|
c520a80132 | ||
|
|
b0a138fc52 | ||
|
|
e6d70e5ef6 | ||
|
|
16cb6644fc | ||
|
|
0addff9cc3 | ||
|
|
896270b693 | ||
|
|
5a11b5b2c3 | ||
|
|
03d23c4efb | ||
|
|
932b74788a | ||
|
|
15febce3e4 | ||
|
|
63f1b61a98 | ||
|
|
277591482c | ||
|
|
b15afd2ad0 |
3 changed files with 63 additions and 21 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -6,3 +6,15 @@ viewvc-1.1.6.tar.gz
|
|||
/viewvc-1.1.11.tar.gz
|
||||
/viewvc-1.1.12.tar.gz
|
||||
/viewvc-1.1.13.tar.gz
|
||||
/viewvc-1.1.14.tar.gz
|
||||
/viewvc-1.1.15.tar.gz
|
||||
/viewvc-1.1.16.tar.gz
|
||||
/viewvc-1.1.17.tar.gz
|
||||
/viewvc-1.1.18.tar.gz
|
||||
/viewvc-1.1.19.tar.gz
|
||||
/viewvc-1.1.20.tar.gz
|
||||
/viewvc-1.1.21.tar.gz
|
||||
/viewvc-1.1.22.tar.gz
|
||||
/viewvc-1.1.23.tar.gz
|
||||
/viewvc-1.1.24.tar.gz
|
||||
/viewvc-1.1.26.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
c6710daca7bbd161ab68d5921757cd21 viewvc-1.1.13.tar.gz
|
||||
SHA512 (viewvc-1.1.28.tar.gz) = 719baebd31fa321e7f069a60f6d77f09c0b1b4cfbb0c332ba091be0de97b4f9f439b65f15ef03bb11d515b37ef142937967974030acd9257a883208d191e3833
|
||||
|
|
|
|||
70
viewvc.spec
70
viewvc.spec
|
|
@ -1,7 +1,7 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: viewvc
|
||||
Version: 1.1.13
|
||||
Version: 1.1.28
|
||||
Release: 1%{?dist}
|
||||
Summary: Browser interface for CVS and SVN version control repositories
|
||||
|
||||
|
|
@ -21,7 +21,6 @@ BuildArch: noarch
|
|||
BuildRequires: python-devel >= 2.0, python-pygments
|
||||
Requires: rcs, diffutils
|
||||
Requires: subversion >= 1.2
|
||||
Requires: subversion-python >= 1.2
|
||||
Requires: cvsgraph
|
||||
Requires: python-pygments
|
||||
|
||||
|
|
@ -108,7 +107,7 @@ with decent performance when run under Apache.
|
|||
|
||||
%files
|
||||
%defattr(-, root, root, -)
|
||||
%doc CHANGES README README.httpd INSTALL COMMITTERS LICENSE.html docs
|
||||
%doc CHANGES README README.httpd INSTALL COMMITTERS LICENSE docs
|
||||
%config(noreplace) %{_sysconfdir}/viewvc
|
||||
%{python_sitelib}/*
|
||||
%{_datadir}/*
|
||||
|
|
@ -119,18 +118,59 @@ with decent performance when run under Apache.
|
|||
%attr(0700,apache,apache) %{_localstatedir}/spool/viewvc
|
||||
|
||||
%changelog
|
||||
* Wed May 6 2020 Bojan Smojver <bojan@rexursive.com> - 1.1.28-1
|
||||
- bump up to 1.1.26
|
||||
- CVE-2020-5283
|
||||
|
||||
* Tue Jan 31 2017 Bojan Smojver <bojan@rexursive.com> - 1.1.26-1
|
||||
- bump up to 1.1.26
|
||||
|
||||
* Tue Oct 6 2015 Bojan Smojver <bojan@rexursive.com> - 1.1.24-1
|
||||
- bump up to 1.1.24
|
||||
|
||||
* Thu Nov 6 2014 Bojan Smojver <bojan@rexursive.com> - 1.1.23-1
|
||||
- bump up to 1.1.23
|
||||
|
||||
* Wed Jan 15 2014 Bojan Smojver <bojan@rexursive.com> - 1.1.22-1
|
||||
- bump up to 1.1.22
|
||||
|
||||
* Sat Sep 14 2013 Bojan Smojver <bojan@rexursive.com> - 1.1.21-1
|
||||
- bump up to 1.1.21
|
||||
|
||||
* Thu Apr 25 2013 Bojan Smojver <bojan@rexursive.com> - 1.1.20-1
|
||||
- bump up to 1.1.20
|
||||
|
||||
* Tue Apr 23 2013 Bojan Smojver <bojan@rexursive.com> - 1.1.19-1
|
||||
- bump up to 1.1.19
|
||||
|
||||
* Fri Mar 1 2013 Bojan Smojver <bojan@rexursive.com> - 1.1.18-1
|
||||
- bump up to 1.1.18
|
||||
|
||||
* Fri Oct 26 2012 Bojan Smojver <bojan@rexursive.com> - 1.1.17-1
|
||||
- bump up to 1.1.17
|
||||
|
||||
* Thu Oct 25 2012 Bojan Smojver <bojan@rexursive.com> - 1.1.16-1
|
||||
- bump up to 1.1.16
|
||||
- drop patch for CVE-2012-4533, part of the release
|
||||
|
||||
* Mon Oct 22 2012 Bojan Smojver <bojan@rexursive.com> - 1.1.15-3
|
||||
- patch CVE-2012-4533, bug #868606
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jun 23 2012 Bojan Smojver <bojan@rexursive.com> - 1.1.15-1
|
||||
- bump up to 1.1.15
|
||||
|
||||
* Wed Jun 13 2012 Bojan Smojver <bojan@rexursive.com> - 1.1.14-1
|
||||
- bump up to 1.1.14
|
||||
|
||||
* Tue Jan 24 2012 Bojan Smojver <bojan@rexursive.com> - 1.1.13-1
|
||||
- bump up to 1.1.13
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Fri Nov 4 2011 Bojan Smojver <bojan@rexursive.com> - 1.1.12-1
|
||||
- bump up to 1.1.12
|
||||
|
||||
* Tue Nov 1 2011 Bojan Smojver <bojan@rexursive.com> - 1.1.11-3
|
||||
- require subversion-python
|
||||
|
||||
* Wed Jun 1 2011 Bojan Smojver <bojan@rexursive.com> - 1.1.11-2
|
||||
- in response to bug #708721:
|
||||
- remove webserver dependency, can run standalone
|
||||
|
|
@ -146,19 +186,9 @@ with decent performance when run under Apache.
|
|||
* Mon Feb 21 2011 Bojan Smojver <bojan@rexursive.com> - 1.1.9-1
|
||||
- bump up to 1.1.9
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Dec 6 2010 Bojan Smojver <bojan@rexursive.com> - 1.1.8-1
|
||||
* Tue Dec 7 2010 Bojan Smojver <bojan@rexursive.com> - 1.1.8-1
|
||||
- bump up to 1.1.8
|
||||
|
||||
* Fri Sep 10 2010 Bojan Smojver <bojan@rexursive.com> - 1.1.7-1
|
||||
- bump up to 1.1.7
|
||||
- address bug #565805, allow access to templates from localhost
|
||||
|
||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.1.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
|
||||
* Thu Jun 3 2010 Bojan Smojver <bojan@rexursive.com> - 1.1.6-1
|
||||
- bump up to 1.1.6
|
||||
- drop patch for upstream issue #454
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue