Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Emmanuel Seyman
3a32a7f25f Update to 3.4.9 2010-11-04 00:45:52 +01:00
Emmanuel Seyman
3dfeb1b163 * Update to 3.4.8 (#623426, #615331)
* Only run checksetup if /etc/bugzilla/localconfig does not exist (#610210)
  * Add bugzilla-contrib to Requires (#610198)
  * Remove mod_perl from the requirements (#600924)
2010-08-19 00:10:54 +02:00
Fedora Release Engineering
cc3bedbe20 dist-git conversion 2010-07-28 11:18:55 +00:00
Emmanuel Seyman
206f81ddfc Update to 3.4.7 2010-06-25 00:04:05 +00:00
Emmanuel Seyman
707763cacb Update to 3.4.5 2010-02-01 11:14:51 +00:00
Bill Nottingham
0f3b436671 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:23:55 +00:00
Emmanuel Seyman
387e44533d Update to 3.4.4 2009-11-19 11:17:27 +00:00
Emmanuel Seyman
d8c5e874f5 Fix all remaining bugs 2009-11-18 02:54:13 +00:00
Jesse Keating
3833cd12a5 Initialize branch F-12 for bugzilla 2009-09-29 04:35:53 +00:00
9 changed files with 49 additions and 71 deletions

View file

@ -1 +0,0 @@
bugzilla-3.4.2.tar.gz

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
bugzilla-3.4.7.tar.gz
/bugzilla-3.4.8.tar.gz
/bugzilla-3.4.9.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: bugzilla
# $Id$
NAME := bugzilla
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
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1,33 +0,0 @@
diff -ruNp a/bugzilla-3.4.1/Bugzilla/Constants.pm b/bugzilla-3.4.1/Bugzilla/Constants.pm
--- a/bugzilla-3.4.1/Bugzilla/Constants.pm 2009-08-01 11:28:41.000000000 -0300
+++ b/bugzilla-3.4.1/Bugzilla/Constants.pm 2009-08-04 01:26:18.761892048 -0300
@@ -400,7 +400,7 @@ use constant DB_MODULE => {
# Disallow development versions
blacklist => ['_'],
# For UTF-8 support
- version => '4.00',
+ version => '3.00',
},
name => 'MySQL'},
'pg' => {db => 'Bugzilla::DB::Pg', db_version => '8.00.0000',
diff -ruNp a/bugzilla-3.4.1/Bugzilla/Install/Requirements.pm b/bugzilla-3.4.1/Bugzilla/Install/Requirements.pm
--- a/bugzilla-3.4.1/Bugzilla/Install/Requirements.pm 2009-07-24 15:58:46.000000000 -0300
+++ b/bugzilla-3.4.1/Bugzilla/Install/Requirements.pm 2009-08-04 01:27:02.852909164 -0300
@@ -118,7 +118,7 @@ sub REQUIRED_MODULES {
{
package => 'Email-MIME',
module => 'Email::MIME',
- version => '1.861'
+ version => '1.859'
},
{
package => 'Email-MIME-Encodings',
@@ -129,7 +129,7 @@ sub REQUIRED_MODULES {
{
package => 'Email-MIME-Modifier',
module => 'Email::MIME::Modifier',
- version => '1.442'
+ version => '1.441'
},
{
package => 'URI',

View file

@ -1,3 +1,4 @@
Alias /bugzilla/var/lib/bugzilla/data/webdot /var/lib/bugzilla/data/webdot
Alias /bugzilla /usr/share/bugzilla
<Directory /usr/share/bugzilla>

View file

@ -1,6 +1,6 @@
--- bugzilla-3.4/Bugzilla/Constants.pm 2009-02-03 10:02:53.000000000 +0000
+++ bugzilla-3.4-rw/Bugzilla/Constants.pm 2009-02-18 17:59:52.000000000 +0000
@@ -499,9 +499,9 @@ sub bz_locations {
--- bugzilla-3.4/Bugzilla/Constants.pm.orig 2010-11-03 01:47:33.000000000 +0100
+++ bugzilla-3.4-rw/Bugzilla/Constants.pm 2010-11-04 00:00:51.000000000 +0100
@@ -511,9 +511,9 @@
'cgi_path' => $libpath,
'templatedir' => "$libpath/template",
'project' => $project,
@ -11,9 +11,9 @@
+ 'datadir' => "/var/lib/bugzilla/$datadir",
+ 'attachdir' => "/var/lib/bugzilla/$datadir/attachments",
'skinsdir' => "$libpath/skins",
'graphsdir' => "$libpath/graphs",
# $webdotdir must be in the web server's tree somewhere. Even if you use a
# local dot, we output images to there. Also, if $webdotdir is
@@ -509,7 +509,7 @@ sub bz_locations {
@@ -522,7 +522,7 @@
# change showdependencygraph.cgi to set image_url to the correct
# location.
# The script should really generate these graphs directly...

View file

@ -4,7 +4,7 @@
Summary: Bug tracking system
URL: http://www.bugzilla.org/
Name: bugzilla
Version: 3.4.2
Version: 3.4.9
Group: Applications/Publishing
Release: 1%{?dist}
License: MPLv1.1
@ -12,11 +12,21 @@ Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar
Source1: bugzilla-httpd-conf
Source2: README.fedora.bugzilla
Patch0: bugzilla-rw-paths.patch
Patch1: bugzilla-EL5-perl-versions.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: webserver, patchutils, mod_perl, perl(SOAP::Lite), which
Requires: webserver, patchutils, perl(SOAP::Lite), perl(Digest::SHA), which
Requires: perl(CGI) >= 3.33
Requires: perl(Date::Format) >= 2.21
Requires: perl(DateTime) >= 0.28
Requires: perl(DateTime::TimeZone) >= 0.71
Requires: perl(DBI) >= 1.41
Requires: perl(Template) >= 2.22
Requires: perl(Email::Send) >= 2.00
Requires: perl(Email::MIME) >= 1.861
Requires: perl(Email::MIME::Encodings) >= 1.313
Requires: perl(Email::MIME::Modifier) >= 1.442
Requires: bugzilla-contrib
%package doc
Summary: Bugzilla documentation
@ -49,7 +59,6 @@ Contributed scripts and functions for Bugzilla
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p2
# Filter unwanted Requires found by /usr/lib/rpm/perldeps.pl:
# create a wrapper script which runs the original perl_requires
@ -109,7 +118,7 @@ rm -rf ${RPM_BUILD_ROOT}
%post
(pushd %{bzinstallprefix}/bugzilla > /dev/null
./checksetup.pl > /dev/null
[ -f /etc/bugzilla/localconfig ] || ./checksetup.pl > /dev/null
popd > /dev/null)
%files
@ -155,6 +164,31 @@ popd > /dev/null)
%{bzinstallprefix}/bugzilla/contrib
%changelog
* Thu Nov 04 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.9-1
- Update to 3.4.9
* Thu Aug 19 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.8-1
- Update to 3.4.8 (#623426, #615331)
- Only run checksetup if /etc/bugzilla/localconfig does not exist (#610210)
- Add bugzilla-contrib to Requires (#610198)
- Remove mod_perl from the requirements (#600924)
* Fri Jun 25 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.7-1
- Update to 3.4.7 (CVE-2010-1204)
* Mon Feb 01 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.5-1
- Update to 3.4.5 (CVE-2009-3989, CVE-2009-3387)
- Remove bugzilla-EL5-perl-versions.patch which is EPEL-specific
* Thu Nov 19 2009 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.4-1
- Update to 3.4.4 (CVE-2009-3386)
* Wed Nov 11 2009 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.3-1
- Update to 3.4.3 (fixes memory leak issues)
- Add perl(Digest::SHA) in the Requires
- Specify Perl module versions in the Requires (fixes #524309)
- Add an alias to make $webdotdir a working path (fixes #458848)
* Fri Sep 11 2009 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.2-1
- Update to 3.4.2 (CVE-2009-3125, CVE-2009-3165 and CVE-2009-3166)

View file

@ -1,5 +0,0 @@
bugzilla-3_0_8-1_fc11:HEAD:bugzilla-3.0.8-1.fc11.src.rpm:1235878106
bugzilla-3_2_2-2_fc10:HEAD:bugzilla-3.2.2-2.fc10.src.rpm:1236265998
bugzilla-3_2_3-1_fc11:HEAD:bugzilla-3.2.3-1.fc11.src.rpm:1239059931
bugzilla-3_2_4-1_fc11:HEAD:bugzilla-3.2.4-1.fc11.src.rpm:1247080670
bugzilla-3_4_1-2_fc12:HEAD:bugzilla-3.4.1-2.fc12.src.rpm:1249360212

View file

@ -1 +1 @@
db35a67b7470f46f208b9ecb1abc561b bugzilla-3.4.2.tar.gz
c80b55d24c60d1753afb8b3d82d5a071 bugzilla-3.4.9.tar.gz