Bug 151912 - [PATCH] devel/bugzilla: Use WWWDIR instead of some other custom locations
Summary: [PATCH] devel/bugzilla: Use WWWDIR instead of some other custom locations
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: TAKATSU Tomonari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-03 11:30 UTC by TAKATSU Tomonari
Modified: 2010-12-12 06:13 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (147.96 KB, patch)
2010-11-03 11:30 UTC, TAKATSU Tomonari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TAKATSU Tomonari freebsd_committer freebsd_triage 2010-11-03 11:30:05 UTC
- Use WWWDIR instead of some other custom locations
- Add Makefile.common which Makefiles in devel/bugzilla, russian/bugzilla-ru
  and japanese/bugzilla include to use WWWDIR in common
- Bump PORTREVISION
- Make portlint happier

Port maintainer (skv@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-03 11:30:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2010-11-11 00:11:52 UTC
Please update bugzilla additional to version 3.6.3 (security update)

Changes: http://www.bugzilla.org/releases/3.6.3/release-notes.html
Security Advisory: http://www.bugzilla.org/security/3.2.8/

Vulnerability Details
=====================
Class:       HTTP Response Splitting
Versions:    Every Version Before 3.2.9, 3.4.9, 3.6.3, 4.0rc1
Fixed In:    3.2.9, 3.4.9, 3.6.3, 4.0rc1
CVE Number:  CVE-2010-3172

Class:       Information Leak
Versions:    2.12 to 3.2.8, 3.4.8, 3.6.2, 3.7.3, 4.1
Fixed In:    3.2.9, 3.4.9, 3.6.3, 4.0rc1
CVE Number:  CVE-2010-3764


Since bugzilla does no longer provide patches for the 2.x tree
shouldn't we deprecate bugzilla2?




--- patch_bugzilla-3.6.3.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/bugzilla/Makefile,v
retrieving revision 1.79
diff -u -r1.79 Makefile
--- Makefile    21 Sep 2010 16:08:06 -0000      1.79
+++ Makefile    10 Nov 2010 23:50:34 -0000
@@ -6,8 +6,7 @@
 #

 PORTNAME=      bugzilla
-PORTVERSION=   3.6.2
-PORTREVISION=  1
+PORTVERSION=   3.6.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_MOZILLA}
 MASTER_SITE_SUBDIR=    webtools webtools/archived
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/bugzilla/distinfo,v
retrieving revision 1.41
diff -u -r1.41 distinfo
--- distinfo    6 Sep 2010 07:58:29 -0000       1.41
+++ distinfo    10 Nov 2010 23:50:34 -0000
@@ -1,3 +1,2 @@
-MD5 (bugzilla-3.6.2.tar.gz) = c8bd9b81969cce1a0199a739b48bda06
-SHA256 (bugzilla-3.6.2.tar.gz) =
52693795fd7b6d8e1195b1b8bfc6d1c430807c638b66ff5f123b571639f84403
-SIZE (bugzilla-3.6.2.tar.gz) = 2623743
+SHA256 (bugzilla-3.6.3.tar.gz) =
bcb434338cbb1274b56b7ce11630e747cc87ab621b15d2333caa840705a8c7d6
+SIZE (bugzilla-3.6.3.tar.gz) = 2625624
--- patch_bugzilla-3.6.3.txt ends here ---
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2010-12-05 19:57:52 UTC
Hello Sergey,

any news about this PR?

I also would like to see the suggested changes from TAKATSU Tomonari along with
an update to bugzilla-3.2.3 (security update).

If yo have no time left TAKATSU Tomonari or I can jump in.

--
Regards,
olli
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-12-12 05:56:26 UTC
tota        2010-12-12 05:56:19 UTC

  FreeBSD ports repository

  Modified files:
    devel/bugzilla       Makefile distinfo pkg-plist 
    devel/bugzilla/files pkg-message.in 
  Added files:
    devel/bugzilla       Makefile.common 
  Log:
  - Update to 3.6.3 [1]
  - Use WWWDIR instead of some other custom locations [2]
  - Add Makefile.common which Makefiles in devel/bugzilla, russian/bugzilla-ru
    and japanese/bugzilla include to use WWWDIR in common [2]
  
  Changes:        http://www.bugzilla.org/releases/3.6.3/release-notes.html [1]
  Security:       http://www.bugzilla.org/security/3.2.8/ [1]
  PR:     ports/151912 [1], [2]
  Submitted by:   ohauer [1], tota (myself) [2]
  Approved by:    skv
  
  Revision  Changes    Path
  1.80      +32 -48    ports/devel/bugzilla/Makefile
  1.1       +12 -0     ports/devel/bugzilla/Makefile.common (new)
  1.42      +2 -3      ports/devel/bugzilla/distinfo
  1.2       +2 -2      ports/devel/bugzilla/files/pkg-message.in
  1.36      +620 -620  ports/devel/bugzilla/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-12-12 06:03:47 UTC
tota        2010-12-12 06:03:43 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
  Log:
  - Add a note about bugzilla and its language packs update to 3.6.3
  
  PR:     ports/151912
  Submitted by:   tota (myself)
  
  Revision  Changes    Path
  1.1008    +9 -1      ports/UPDATING
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 TAKATSU Tomonari freebsd_committer freebsd_triage 2010-12-12 06:11:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!! 


Comment 7 TAKATSU Tomonari freebsd_committer freebsd_triage 2010-12-12 06:11:57 UTC
Responsible Changed
From-To: skv->tota

Committed. Thanks!!