Security fixes.
This commit is contained in:
parent
b11dfd978a
commit
cf08664c67
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ wordpress-2.8.6.tar.gz
|
|||
wordpress-3.0.1.tar.gz
|
||||
/wordpress-3.0.2.tar.gz
|
||||
/wordpress-3.0.3.tar.gz
|
||||
/wordpress-3.0.4.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
c9f2c1db36a78d62596bc97d90bf00ae wordpress-3.0.3.tar.gz
|
||||
a455e0834eb2c8994c35acf3c13ddc11 wordpress-3.0.4.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
Summary: WordPress blogging software
|
||||
URL: http://www.wordpress.org
|
||||
Name: wordpress
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
Group: Applications/Publishing
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Source0: http://wordpress.org/%{name}-%{version}.tar.gz
|
||||
Source1: wordpress-httpd-conf
|
||||
|
|
@ -95,6 +95,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%{_datadir}/wordpress/wp-signup.php
|
||||
|
||||
%changelog
|
||||
* Mon Jan 03 2011 Jon Ciesla <limb@jcomserv.net> - 3.0.4-1
|
||||
- 3.0.4. Security fixes, BZ 666782.
|
||||
|
||||
* Thu Dec 23 2010 Jon Ciesla <limb@jcomserv.net> - 3.0.3-2
|
||||
- Change Requires from httpd to webserver, BZ 523480.
|
||||
- Patch for Hello Dolly lyrics, BZ 663966.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue