Compare commits
34 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3a27fde68 | ||
|
|
ef7ca4bf10 | ||
|
|
01a909a7fd | ||
|
|
2710f1675d | ||
|
|
7b9b4f88a1 | ||
|
|
210d5da0de | ||
|
|
a71850787d | ||
|
|
76e9e267b9 | ||
|
|
05844514b7 | ||
|
|
38915aef40 | ||
|
|
73abfe07ef | ||
|
|
e153eb0f94 | ||
|
|
9f239cfc81 | ||
|
|
0bdcec9908 | ||
|
|
4214abd909 | ||
|
|
ad037120e1 | ||
|
|
73aa093c0f | ||
|
|
7fff699c89 | ||
|
|
e8bc259282 | ||
|
|
a7b92a8414 | ||
|
|
fb63954c33 | ||
|
|
622441d177 | ||
|
|
6690d558e4 | ||
|
|
a94ce28b5e | ||
|
|
d53770ea42 | ||
|
|
ea38f9f434 | ||
|
|
8c600ef208 | ||
|
|
95570ae122 | ||
|
|
6ad0713bb3 | ||
|
|
498511599b | ||
|
|
f051692f8f | ||
|
|
8ff4ce2bdf | ||
|
|
66439e29b8 | ||
|
|
9c954c402f |
4 changed files with 28 additions and 24 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -6,8 +6,7 @@ wordpress-3.0.1.tar.gz
|
||||||
/wordpress-3.1.1.tar.gz
|
/wordpress-3.1.1.tar.gz
|
||||||
/wordpress-3.1.2.tar.gz
|
/wordpress-3.1.2.tar.gz
|
||||||
/wordpress-3.1.3.tar.gz
|
/wordpress-3.1.3.tar.gz
|
||||||
/wordpress-3.2-RC1.zip
|
/wordpress-3.1.4.tar.gz
|
||||||
/wordpress-3.2-RC3.zip
|
|
||||||
/wordpress-3.2.tar.gz
|
/wordpress-3.2.tar.gz
|
||||||
/wordpress-3.2.1.tar.gz
|
/wordpress-3.2.1.tar.gz
|
||||||
/wordpress-3.3-beta2.tar.gz
|
/wordpress-3.3-beta2.tar.gz
|
||||||
|
|
@ -17,3 +16,6 @@ wordpress-3.0.1.tar.gz
|
||||||
/wordpress-3.3-RC2.tar.gz
|
/wordpress-3.3-RC2.tar.gz
|
||||||
/wordpress-3.3.tar.gz
|
/wordpress-3.3.tar.gz
|
||||||
/wordpress-3.3.1.tar.gz
|
/wordpress-3.3.1.tar.gz
|
||||||
|
/wordpress-3.3.2.tar.gz
|
||||||
|
/wordpress-3.4.tar.gz
|
||||||
|
/wordpress-3.4.1.tar.gz
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
e94894be6e6d213175940ccc14e6c5e4 wordpress-3.3.1.tar.gz
|
5f6c1dcbe0b8031235f107b7479d30a5 wordpress-3.4.1.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
diff -up wordpress/wp-includes/kses.php.FSFaddr wordpress/wp-includes/kses.php
|
|
||||||
--- wordpress/wp-includes/kses.php.FSFaddr 2011-05-25 23:54:34.347025847 +0200
|
|
||||||
+++ wordpress/wp-includes/kses.php 2011-05-25 23:56:18.403727954 +0200
|
|
||||||
@@ -15,7 +15,7 @@
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along
|
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
||||||
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit
|
|
||||||
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
||||||
* http://www.gnu.org/licenses/gpl.html
|
|
||||||
*
|
|
||||||
* [kses strips evil scripts!]
|
|
||||||
|
|
@ -1,14 +1,15 @@
|
||||||
%global wp_content %{_datadir}/wordpress/wp-content
|
%global wp_content %{_datadir}/wordpress/wp-content
|
||||||
%global betatag RC2
|
#%#global betatag -RC3
|
||||||
|
|
||||||
Summary: Blog tool and publishing platform
|
Summary: Blog tool and publishing platform
|
||||||
URL: http://www.wordpress.org
|
URL: http://www.wordpress.org
|
||||||
Name: wordpress
|
Name: wordpress
|
||||||
Version: 3.3.1
|
Version: 3.4.1
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
|
#Release: 0.2.%{betatag}%{?dist}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Source0: http://wordpress.org/%{name}-%{version}.tar.gz
|
Source0: http://wordpress.org/%{name}-%{version}%{?betatag}.tar.gz
|
||||||
Source1: wordpress-httpd-conf
|
Source1: wordpress-httpd-conf
|
||||||
Source2: README.fedora.wordpress
|
Source2: README.fedora.wordpress
|
||||||
Source3: README.fedora.wordpress-mu
|
Source3: README.fedora.wordpress-mu
|
||||||
|
|
@ -116,7 +117,23 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||||
%dir %{_sysconfdir}/wordpress
|
%dir %{_sysconfdir}/wordpress
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 04 2012 'Matej Cepl <mcepl@redhat.com>' - 3.3.1-1
|
* Thu Jun 28 2012 Matej Cepl <mcepl@redhat.com> - 3.4.1-1
|
||||||
|
- New upstream release. Just improvements and security issues.
|
||||||
|
|
||||||
|
* Wed Jun 13 2012 Matej Cepl <mcepl@redhat.com> - 3.4-1
|
||||||
|
- New upstream release. The main changes from the upstream
|
||||||
|
release notes:
|
||||||
|
* theme customizer
|
||||||
|
* XML-RPC themes and API improvements
|
||||||
|
|
||||||
|
* Mon Apr 23 2012 'Matěj Cepl <mcepl@redhat.com>' - 3.3.2-2
|
||||||
|
- Security updates for uploading files.
|
||||||
|
* Fixed CVE-2011-0700: two XSS bug. Affects users of the Author
|
||||||
|
or Contributor role.
|
||||||
|
* Fixed CVE-2011-0701: potential information disclosure of
|
||||||
|
posts through the media uploader.
|
||||||
|
|
||||||
|
* Wed Jan 04 2012 'Matěj Cepl <mcepl@redhat.com>' - 3.3.1-1
|
||||||
- Security (XSS) and maintenance upstream release.
|
- Security (XSS) and maintenance upstream release.
|
||||||
|
|
||||||
* Tue Dec 13 2011 'Matěj Cepl <mcepl@redhat.com>' - 3.3-1
|
* Tue Dec 13 2011 'Matěj Cepl <mcepl@redhat.com>' - 3.3-1
|
||||||
|
|
@ -149,11 +166,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||||
* Tue Jul 05 2011 Matěj Cepl <mcepl@redhat.com> - 3.2-1
|
* Tue Jul 05 2011 Matěj Cepl <mcepl@redhat.com> - 3.2-1
|
||||||
- New upstream release.
|
- New upstream release.
|
||||||
|
|
||||||
* Wed Jun 29 2011 Matěj Cepl <mcepl@redhat.com> - 3.2-0.1.RC3
|
* Wed Jun 29 2011 Matěj Cepl <mcepl@redhat.com> - 3.1.4-1
|
||||||
- Updated prerelease version (security and minor fixes).
|
- New upstream security release.
|
||||||
|
|
||||||
* Sun Jun 19 2011 Matěj Cepl <mcepl@redhat.com> - 3.2-0.1.RC1
|
|
||||||
- Prerelease version.
|
|
||||||
|
|
||||||
* Thu Jun 02 2011 Matěj Cepl <mcepl@redhat.com> - 3.1.3-3
|
* Thu Jun 02 2011 Matěj Cepl <mcepl@redhat.com> - 3.1.3-3
|
||||||
- Actually, we just don't need gettext.php at all, it is provided by
|
- Actually, we just don't need gettext.php at all, it is provided by
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue