Compare commits

...

5 commits

Author SHA1 Message Date
Bill Nottingham
c8c3b6b705 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:18:05 +00:00
Adrian Reber
e475f04e2e - updated to 2.8.6 (Security Release) 2009-11-16 09:43:38 +00:00
Adrian Reber
43b6416e8c - updated to 2.8.5 (Security Release) 2009-11-16 09:38:09 +00:00
Adrian Reber
968befdd16 - updated to 2.8.5 (Hardening Release) 2009-10-21 14:12:06 +00:00
Jesse Keating
dcd1f962de Initialize branch F-12 for wordpress 2009-09-29 07:18:57 +00:00
5 changed files with 12 additions and 5 deletions

View file

@ -1 +1 @@
wordpress-2.8.4.tar.gz
wordpress-2.8.6.tar.gz

View file

@ -4,7 +4,7 @@ NAME := wordpress
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))

1
branch Normal file
View file

@ -0,0 +1 @@
F-12

View file

@ -1 +1 @@
0e8b296d4e2d4189b349f1d0f727bd98 wordpress-2.8.4.tar.gz
1956f09f2abe74ed85e0de04d511d433 wordpress-2.8.6.tar.gz

View file

@ -1,9 +1,9 @@
Summary: WordPress blogging software
URL: http://www.wordpress.org
Name: wordpress
Version: 2.8.4
Version: 2.8.6
Group: Applications/Publishing
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
Source0: http://wordpress.org/%{name}-%{version}.tar.gz
Source1: wordpress-httpd-conf
@ -81,6 +81,12 @@ rm -rf ${RPM_BUILD_ROOT}
%dir %{_sysconfdir}/wordpress
%changelog
* Mon Nov 16 2009 Adrian Reber <adrian@lisas.de> - 2.8.6-2
- updated to 2.8.6 (Security Release)
* Wed Oct 21 2009 Adrian Reber <adrian@lisas.de> - 2.8.5-1
- updated to 2.8.5 (Hardening Release)
* Sun Aug 30 2009 Adrian Reber <adrian@lisas.de> - 2.8.4-1
- updated to 2.8.4 (security fixes were already available with 2.8.3-2)