Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.23 29 Feb 2024 12:52:41 |
Muhammad Moinur Rahman (bofh) |
www/phpbb: Remove expired port
www/phpbb |
2.0.23 12 Jan 2024 08:52:14 |
Muhammad Moinur Rahman (bofh) |
*/phpbb: Mark DEPRECATED
- There are more recent versions of phpbb in www/phpbb3 and
chinese/phpbb3 which should be used.
- These versions were released in 2008 and more or less not supposed to
work with latest versions of php
- Set EXPIRATION_DATE to 2024-02-29
Rather than deleting these ports phpbb3 ports should be moved here.
Approved by: portmgr (blanket) |
2.0.23 10 Jun 2023 14:57:35 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP for 8.3.X
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.23 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.23 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.23 13 Jun 2022 00:08:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Ignore with php82 |
2.0.23 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
2.0.23 10 Sep 2021 21:17:58 |
Bernhard Froehlich (decke) |
www/phpbb: Add CPE information
Approved by: portmgr (blanket) |
2.0.23 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.23 05 May 2020 09:32:37 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
Approved by: portmgr blanket |
2.0.23 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
2.0.23 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
2.0.23 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.0.23 26 Dec 2015 16:34:28 |
amdmi3 |
- Convert to @sample and @dir
Approved by: portmgr blanket |
2.0.23 06 Aug 2014 09:11:58 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
2.0.23 16 Jul 2014 03:34:57 |
adamw |
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist. |
2.0.23 30 May 2014 00:56:36 |
delphij |
Stageify.
Requested by: maintainer |
2.0.23 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.0.23 11 Jun 2013 14:44:49 |
miwi |
- Fix build
Reported by: pkg (DEVELOPER_MODE) |
2.0.23 25 Sep 2012 05:37:12 |
tabthorpe |
- Revert commit
- Tested wrong email address
Noticed by: xli |
2.0.23 25 Sep 2012 04:57:38 |
tabthorpe |
- Reassign to the heap due to mail bounces |
2.0.23 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2.0.23 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.0.23 22 Aug 2009 00:38:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
2.0.23 25 Aug 2008 16:45:18 |
miwi |
- Update to 2.0.23
PR: 126257
Submitted by: Wen heping <wenheping@gmail.com>
Apporved by: maintainer |
2.0.22_1 24 Mar 2007 16:43:28 |
pav |
- WWWOWN and WWWGRP are defined in bsd.port.mk |
2.0.22_1 11 Jan 2007 08:31:07 |
delphij |
Remove previously added security patch against session table
exhaustion, as it causes more problems in the latest phpbb
version. Users are advised to drop and re-create their
session tables (phpbb_sessions, phpbb_sessions_keys) without
using "HEAP" tables.
Approved by: maintainer (via e-mail) |
2.0.22 24 Dec 2006 15:16:29 |
delphij |
Update to 2.0.22, and pet portlint(1).
PR: ports/107162 (partly)
Submitted by: Kian Mohageri <kian mohageri gmail com>
Approved by: maintainer |
2.0.21 30 Jun 2006 23:02:28 |
miwi |
- Update to 2.0.21
- Add new WWW layout
PR: ports/99438
Submitted by: Kang Liu <liukang@cn.freebsd.org>
Approved by: markus (co mentor) |
2.0.20_1 21 May 2006 21:56:06 |
pav |
- Fix plist after recent php changes |
2.0.20_1 07 May 2006 17:30:59 |
delphij |
Give the user a chance to disable our local anti-DoS patch, which
appears to be conflict with phpBB's built-in captcha functionality.
Please note that this does not change the default behavior (patch
phpBB for the DoS issue), and this is intentionally undocumented.
Hopefully we can get rid of all these home-grown stuff as the
phpBB make their 2.2-release.
Requested by: Goyo Roth <sadangel@pow2clk.net>
PR: ports/93204
Submitted by: delphij
Approved by: Kang Liu <liukang@cn.FreeBSD.org>
Approved by: mentor (sem) |
2.0.20 18 Apr 2006 09:33:28 |
sem |
- Update 2.0.20
PR: ports/95685
Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
Approved by: "Kang Liu" <liukang@cn.freebsd.org> (maintainer) |
2.0.19 02 Feb 2006 13:27:35 |
barner |
- Change maintainer's email address
Submitted by: Kang Liu <liukang@bjut.edu.cn> (maintainer)
PR: ports/92735 |
2.0.19 30 Jan 2006 17:03:21 |
clsung |
- Update to 2.0.19
(includes several security related fixes)
PR: 92348
Submitted by: Ralf van der Enden <tremere AT cainites dot net>
Approved by: maintainer (via delphij) |
2.0.18 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.0.18 09 Dec 2005 19:24:52 |
ale |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net |
2.0.18 14 Nov 2005 16:07:54 |
garga |
- Register CONFLICTS with chinese/phpbb-tw |
2.0.18 08 Nov 2005 19:26:55 |
mnag |
Update to 2.0.18
Add SHA256
PR: 87372
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: maintainer timeout, 23 days |
2.0.17 21 Jul 2005 09:29:50 |
pav |
- Update to 2.0.17
PR: ports/83832
Submitted by: Kang Liu <liukang@bjut.edu.cn> (maintainer) |
2.0.16 29 Jun 2005 05:51:11 |
novel |
Update www/phpbb to 2.0.16.
PR: 82763
Submitted by: Kang Liu (maintainer) |
2.0.15 16 May 2005 08:32:03 |
jylefort |
- Update to 2.0.15 [1]
- Use SUB_FILES=pkg-message
PR: ports/81060 [1]
Submitted by: maintainer [1] |
2.0.13_1 14 Mar 2005 02:32:56 |
clsung |
- fix low risk vulnerability
(VuXML ID 4a0b334d-8d8d-11d9-afa0-003048705d5a)
PR: 78779
Submitted by: Kang Liu (maintainer) |
2.0.13 01 Mar 2005 06:48:45 |
clsung |
- The phpbb developer group announces there are 2 security problems
in phpbb 2.0.12, privilege elevatiIn my patch:disclosure.
(VuXML ID: 53e711ed-8972-11d9-9ff8-00306e01dda2)
- 1. update www/phpbb to 2.0.13
- 2. use DATADIR in pkg-plist
PR: 78189
Submitted by: Kang Liu (maintainre) |
2.0.12 23 Feb 2005 07:00:51 |
clsung |
- Update to 2.0.12
- This release addresses a number of bugs and a couple of potential exploits.
- Release note: [http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=265423]
PR: ports/77943
Submitted by: clsung
Approved by: Kang Liu (maintainer) |
2.0.11 03 Dec 2004 12:01:39 |
edwin |
%%PREFIX%%/INDEX.html -> %%PREFIX%%/README.html |
2.0.11 24 Nov 2004 05:25:11 |
daichi |
Update www/phpbb to 2.0.11
It is a SECURITY update.
PR: ports/74106
Submitted by: Kang Liu <liukang@bjut.edu.cn> (maintainer) |
2.0.10 24 Jul 2004 01:51:21 |
mezz |
Kill me, forgot to change the distinfo. |
2.0.10 24 Jul 2004 01:49:57 |
mezz |
Update to 2.0.10, it is now compatible with PHP5.
PR: ports/69237
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: "Kang Liu" <liukang@bjpu.edu.cn> (maintainer) |
2.0.9 14 Jul 2004 15:17:44 |
pav |
- Update to 2.0.9
PR: ports/69042
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: maintainer |
2.0.8_3 06 May 2004 13:49:19 |
pav |
Forced commit to note that previous commit was in fact:
PR: ports/66150
Submitted by: Xin LI <delphij@frontfree.net>
Not objected by: maintainer
For confusing submitter with maintainer:
Pointy hat to: pav |
2.0.8_3 06 May 2004 10:07:06 |
pav |
- Plug IP spoofing vulnerablity
http://www.vuxml.org/freebsd/cfe17ca6-6858-4805-ba1d-a60a61ec9b4d.html
- Plug sessions table exhaustion DoS attack
http://www.securityfocus.com/archive/1/360931
PR: ports/66150
Submitted by: Xin LI <delphij@frontfree.net> (maintainer) |
2.0.8_2 30 Mar 2004 21:33:26 |
pav |
- Update to 2.0.8a
PR: ports/64939
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer) |
2.0.8_1 27 Mar 2004 15:07:16 |
pav |
- Plug another SQL injection vulnerability
Exploit posted at: http://www.securityfocus.com/archive/1/358708
Patch obtained from: http://www.securityfocus.com/archive/1/358751
PR: ports/64803
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer) |
2.0.8 26 Mar 2004 17:06:30 |
pav |
- Update to 2.0.8 and plug security issue
PR: ports/64770
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer) |
2.0.7_1 26 Mar 2004 09:01:41 |
eik |
mark FORBIDDEN:
http://people.freebsd.org/~eik/portaudit/c551ae17-7f00-11d8-868e-000347dd607f.html |
2.0.7_1 25 Mar 2004 18:03:13 |
pav |
- Update to 2.0.7a which fixes SQL injection vulnerability
- Bump PORTREVISION
http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=182281
PR: ports/64679
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer) |
2.0.7 15 Mar 2004 02:26:23 |
pav |
- Update to 2.0.7
PR: ports/64239
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer) |
2.0.6_5 02 Mar 2004 19:07:04 |
pav |
- Update checksum
New version (2.0.6d) was released without changing distfile name.
Security vulnerability (sql injection) in viewtopic was fixed
and some issues with login was fixed. I verified this by diffing
old and new distfile.
- Add SIZE
- Bump PORTREVISION
PR: ports/63641
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer) |
2.0.6_4 05 Jan 2004 19:01:44 |
pav |
- Update distinfo after tarball was changed to fix security issues, please see
http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=161943 for details.
PR: ports/60921
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer) |
2.0.6_3 17 Dec 2003 05:31:01 |
mharo |
Fix Potential security issue with search in phpbb
PR: 59741
Submitted by: maintainer |
2.0.6_2 17 Sep 2003 18:14:52 |
krion |
- Fix BBCode vulnerability & pgsql problem in phpbb
PR: 56706
Submitted by: maintainer |
2.0.6_1 30 Aug 2003 17:24:14 |
krion |
- Fix typo NOPORTOCS -> NOPORTDOCS
- Fix install problem when NOPORTDOCS is defined
- Bump PORTREVISION
PR: 56189
Submitted by: maintainer |
2.0.6 24 Aug 2003 11:37:25 |
edwin |
update ports/www/phpbb to 2.0.6
phpBB Group are pleased to announce the release of phpBB
2.0.6 the "phew, it's way to hot to be furry" Edition. This
release had been made to fix a number of potential security
related issues and more annoying bugs. (from:
http://www.phpbb.com/phpBB/viewtopic.php?t=124245) Here is
the patch made by me,I would like to be the maintainer of
this port.
PR: ports/55230
Submitted by: Kang Liu <liukang@bjpu.edu.cn> |
2.0.5_1 07 Jul 2003 08:04:49 |
nork |
o Fix two vulnerabilities.
http://www.phpbb.com/news.php?id=17
* phpBB SQL Injection vulnerability
http://www.phpbb.com/phpBB/viewtopic.php?t=112052
* PHPBB Admin_Styles.PHP Theme_Info.CFG File Include Vulnerability
http://www.securityfocus.com/bid/7932/credit/
http://www.phpbb.com/phpBB/viewtopic.php?t=113826
o Bump PORTREVISION.
o Take MAINTAINERship to ports@.
PR: ports/54165[1]
Submitted by: Kang Liu <lazykang@hotmail.com> [1]
Ivanchenko V. I. <webmaster@asiamusic.ru> |
2.0.5 25 Jun 2003 01:50:21 |
nork |
Update to 2.0.5.
http://www.phpbb.com/phpBB/viewtopic.php?t=111156
It says "This edition includes a significant number of
fixes for bugs and a minor cross-site scripting issue."
The XSS exploit in phpBB viewtopic.php has been post in
bugtraq.
PR: ports/53691
Submitted by: Kang Liu <lazykang@hotmail.com>
Approved by: for SECURITY UPDATE |
2.0.4_1 08 Jun 2003 06:30:27 |
nork |
Bump PORTREVISION in last commit. |
2.0.4 08 Jun 2003 06:27:26 |
nork |
Fix dependency on php/pear system (follow up new PEAR strcture).
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
2.0.4 07 Mar 2003 06:12:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.0.4 05 Mar 2003 22:13:57 |
seanc |
Update phpBB to 2.0.4.
Submitted by: "Ivanchenko V. I." <webmaster@asiamusic.ru> |
2.0.3 06 Feb 2003 20:19:36 |
seanc |
Mark port as FORBIDDEN with the typical list of PHP security
vulnerabilities.
http://online.securityfocus.com/archive/1/307212
http://online.securityfocus.com/bid/6634
http://online.securityfocus.com/archive/1/302199 |
2.0.3 30 Oct 2002 16:35:42 |
wjv |
- Ensure clean deinstallation if user had installed additional language
packs, styles or avatars. |
2.0.3 29 Oct 2002 19:54:47 |
wjv |
- Update to version 2.0.3
- Use $TAR rather than cpio(1) to install
- $PERL -> $REINPLACE_CMD
- Install contributed code under $DATADIR
- Numerous small fixes |
2.0.0_1 10 May 2002 09:54:04 |
wjv |
- Big cleanup - almost a complete rewrite of this port
- Add necessary dependency on www/mod_php4
- Structure port Makefile and $PLIST in such a way that configuration data is
not overwritten upon reinstall
- Ensure that (de)installation as package also works correctly
- Install documentation under $DOCSDIR
- Bump $PORTREVISION |
2.0.0 25 Apr 2002 14:20:18 |
wjv |
Add phpbb 2.0.0, a PHP-based bulletin board / discussion forum system. |