Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 May 2022 06:49:43 10.12_3
|
Loïc Bartoletti (lbartoletti)  |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
10 Apr 2022 19:11:41 10.12_3
|
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
26 Mar 2022 08:27:27 10.12_2
|
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
28 Jan 2022 12:14:09 10.12_1
|
Tijl Coosemans (tijl)  |
security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.
PR: 255084 |
21 Oct 2021 15:40:49 10.12
|
Stefan Eßer (se)  |
www/hiawatha: Add CPE information
Approved by: portmgr (blanket) |
28 Aug 2021 13:37:23 10.12
|
Tobias C. Berner (tcberner)  |
www/hiawatha: give maintainership to Chris Petrik <christopher.petrik@usm.edu>
PR: 258113 |
27 Apr 2021 13:45:53 10.12
|
Fernando Apesteguía (fernape)  |
www/hiawatha : Fix run errors on 13
Change regular expressions to POSIX-style.
References:
https://lists.freebsd.org/pipermail/freebsd-hackers/2021-April/057275.html
PR: 255182
Reported by: ascilia@free.fr |
06 Apr 2021 14:31:13 10.12
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 10.12
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Mar 2021 20:07:20
10.12
|
cs  |
Update to 10.12 |
28 Sep 2020 05:05:25
10.11
|
tobik  |
Reset MAINTAINER |
10 Jul 2020 16:56:30
10.11
|
tobik  |
www/hiawatha: Update to 10.11
Changes: https://www.hiawatha-webserver.org/changelog |
21 Sep 2019 04:47:19
10.10
|
tobik  |
www/hiawatha: Update to 10.10
- Remove no longer supported and now always on options
Changes: https://www.hiawatha-webserver.org/changelog |
26 Jul 2019 20:46:57
10.9_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
28 Jun 2019 04:47:59
10.9_1
|
tobik  |
www/hiawatha: remove useless pkg-message
- Pet portclippy while here |
18 Feb 2019 22:26:30
10.9
|
tobik  |
www/hiawatha: Update to 10.9
Changes: https://www.hiawatha-webserver.org/changelog |
13 Feb 2019 09:39:20
10.8.4
|
tobik  |
www/hiawatha: Update to 10.8.4
Changes: https://www.hiawatha-webserver.org/changelog
MFH: 2019Q1 (bug fix) |
25 Dec 2018 20:25:40
10.8.3_2
|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
10.8.3_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
30 Nov 2018 10:09:50
10.8.3_1
|
tobik  |
www/hiawatha: Add WebServerLoad support and cleanup port
- Sort options helpers and add pkg-help to describe options better
- Add CGIWRAPPER option which when turned off will turn off packaging
of the setuid cgi-wrapper(1) binary
- Cleanup post-patch; use LOCALBASE where appropriate
- Drop incidental variables
- Do not install useless documentation; README.md is a copy of
pkg-descr; ChangeLog does not contain any juicy information either
- Trim pkg-message further |
30 Nov 2018 09:39:51
10.8.3
|
tobik  |
www/hiawatha: Unbreak build with XSLT=off
${LOCALBASE}/include is implicitly added to the search path when
Hiawatha is built with XSLT=on. Without it the system mbed TLS
headers cannot be found anymore. Add USES=localbase:ldflags to the
MBDEDTLS option to work around this.
src/filehashes.c:27:10: fatal error: 'mbedtls/sha256.h' file not found
#include "mbedtls/sha256.h"
^~~~~~~~~~~~~~~~~~
- While here reset maintainer and take maintainership after the
third consecutive timeout
PR: 224156
Reported by: Ross McKelvie <ross@exitzero.uk>
Approved by: portmaster@BSDforge.com (maintainer timeout, 2 weeks) |
19 Nov 2018 18:23:19
10.8.3
|
tobik  |
www/hiawatha: Update to 10.8.3
- Tweak pkg-message a bit
PR: 232980
Submitted by: Chris Petrik <christopherpetrik335@student.athenstech.edu>
Approved by: portmaster@BSDforge.com (maintainer timeout, 2 weeks) |
14 Sep 2018 12:04:53
10.8.2_1
|
tijl  |
Update security/mbedtls to 2.13.0 and bump dependent ports. |
27 Aug 2018 16:51:40
10.8.2
|
swills  |
www/hiawatha: Update to 10.8.2
PR: 230554
Submitted by: Chris Petrik <christopherpetrik335@student.athenstech.edu>
Approved by: maintainer timeout (portmaster@bsdforge.com, >2 weeks) |
10 Aug 2018 14:23:16
10.7_6
|
tijl  |
Update security/mbedtls to 2.12.0 and bump dependent ports.
MFH: 2018Q3
Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02 |
29 Jul 2018 22:18:46
10.7_5
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
07 Jun 2018 12:16:47
10.7_4
|
tijl  |
Update security/mbedtls to 2.9.0 and bump dependent ports. |
23 Apr 2018 19:26:32
10.7_3
|
tijl  |
Update security/mbedtls to 2.8.0 and bump dependent ports.
MFH: 2018Q2
Security: https://tls.mbed.org/tech-updates/releases/mbedtls-2.8.0-2.7.2-and-2.1.11-released |
12 Mar 2018 13:01:53
10.7_2
|
tijl  |
Update security/mbedtls to 2.7.1.
PR: 226550
MFH: 2018Q1 |
10 Mar 2018 18:49:04
10.7_1
|
tijl  |
- Update security/polarssl13 to 1.3.22.
- Update security/mbedtls to 2.7.0 and bump dependent ports.
MFH: 2018Q1
Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-01 |
23 Oct 2017 21:47:31
10.7
|
dbaio  |
www/hiawatha: Update to 10.7
Changes: https://raw.githubusercontent.com/hsleisink/hiawatha/v10.7/ChangeLog
While here, update WWW.
PR: 223112
Submitted by: Chris Petrik <christopherpetrik335@student.athenstech.edu>
Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
10 Sep 2017 20:55:39
10.5_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
01 Apr 2017 15:23:32
10.5_1
|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
02 Mar 2017 21:11:31
10.5
|
lifanov  |
update www/hiawatha to 10.5
o switch to mbed TLS
o SkipCacheCookie option added
o small improvements and bugfixes
PR: 215919
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
24 Dec 2016 15:38:37
10.3_1
|
amdmi3  |
- Switch to CMAKE_BOOL
Approved by: portmgr blanket |
20 Nov 2016 09:38:09
10.3_1
|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
14 Jun 2016 16:14:33
10.3
|
pi  |
www/hiawatha: 10.1 -> 10.3
Changes:
https://www.hiawatha-webserver.org/weblog/112
https://www.hiawatha-webserver.org/weblog/113
PR: 209240
Submitted by: Fred <fred@trinitech.co.uk>
Approved by: Chris Hutchinson <portmaster@BSDforge.com> (maintainer) |
23 May 2016 20:35:01
10.1_1
|
amdmi3  |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
19 May 2016 11:09:14
10.1_1
|
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
24 Apr 2016 10:22:47
10.1_1
|
lme  |
- Add a fix to enable HideProxy function
- Bump PORTREVISION
PR: 208973
Submitted by: Fred <fred@trinitech.co.uk>
Approved by: maintainer
Sponsored by: Essen Linuxhotel Hackathon 2016 |
21 Feb 2016 09:51:24
10.1
|
olivierd  |
Update to 10.1
PR: 207212
Submitted by: <w.schwarzenfeld@aon.at>
Approved by: Chris Hutchinson (maintainer) |
09 Feb 2016 11:36:01
10.0_2
|
junovitch  |
www/hiawatha: pass MAINTAINER from ports@ to submitter
PR: 206747
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> |
15 Jan 2016 19:39:48
10.0_2
|
pi  |
www/hiawatha: fix plist to avoid overwriting modified index.html
PR: 206155
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@aon.at> |
15 Jan 2016 18:09:24
10.0_1
|
pi  |
www/hiawatha: fix plist to avoid overwriting modified config files
PR: 206155
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@aon.at>, Christoph Lukas
<clukas@firc.de> |
14 Jan 2016 10:38:38
10.0
|
pi  |
www/hiawatha: 9.15 -> 10.0
Changes:
https://www.hiawatha-webserver.org/changelog
Usage of Directory sections changed.
Added support for RFC 5785.
Added support for GZip compression. Removed the UseGZfile option.
Added ECDSA support for TLS 1.0 and TLS 1.1.
Replaced UrlToolkit Expire option with ExpirePeriod in Directory section.
Replaced IgnoreDotHiawatha option with UseLocalConfig.
Removed the VolatileObject option.
Improved SQL injection detection.
mbed TLS updated to 2.2.0.
Small improvements.
PR: 206155
Submitted by: w.schwarzenfeld@aon.at |
30 Nov 2015 00:54:15
9.15
|
junovitch  |
www/hiawatha: Fix fetch due to upstream subdirectory change
PR: 204861
Submitted by: Mats Klingberg <maklingberg@gmail.com> |
22 Oct 2015 10:21:47
9.15
|
amdmi3  |
- Switch to options helpers |
20 Oct 2015 09:50:24
9.15
|
koobs  |
www/hiawatha: Update to 9.15
* Update PORTVERSION and distinfo (9.15)
* Update pkg-plist (new shared library versions)
* Add LICENSE_FILE
Changes:
https://www.hiawatha-webserver.org/changelog
Approved by: unmaintained |
19 Oct 2015 08:57:24
9.14
|
koobs  |
www/hiawatha: Reset MAINTAINER
Reset MAINTAINER at current maintainers request.
PR: 203862
Requested by: Chris Petrik <chris bsdjunk com> (maintainer) |
01 Aug 2015 10:19:25
9.14
|
vg  |
- Update to 9.14
- New maintainer
PR: ports/202019
Submitted by: chris@bsdjunk.com |
09 Jun 2015 14:20:39
9.13
|
koobs  |
www/hiawatha: Update to 9.13
- Update to 9.13
- Update MASTER_SITES to upstream location
Changes:
https://www.hiawatha-webserver.org/changelog
PR: 200731
Submitted by: <cpets list ru> |
04 May 2015 00:33:15
9.12
|
eadler  |
By request, reset maintainership of multiple ports
PR: 199903
Submitted by: "Chris Petrik" <chris@bsdjunk.com> |
04 Mar 2015 12:48:52
9.12
|
robak  |
www/hiawatha: update 9.11 -> 9.12
PR: 198096
Submitted by: Christopher Petrik <chris@bsdjunk.com> |
11 Feb 2015 20:28:36
9.11
|
pawel  |
Update to version 9.11
Changelog:
Failure to use the external polarssl and lack of time has broguht me to
release hiawatha using the internal version of polarssl.
hiawatha (9.11) stable; urgency=low
ChallengeClient option added.
UrlToolkit options TotalConnections and OmitRequestLog added.
Improvements to UrlToolkit and reverse proxy swap.
UrlToolkit rules are also applied to PUT and DELETE.
Small improvements.
PR: 197205
Submitted by: chris@bsdjunk.com (maintainer) |
31 Dec 2014 17:41:04
9.8
|
rakuco  |
Add a patch (sent upstream) to fix the creation of empty directories with CMake
3.1.0.
No PORTREVISION bump, as there should not be any functional changes. Tested
with CMake 3.0.2. |
29 Nov 2014 21:32:18
9.8
|
xmj  |
www/hiawatha: upgrade to 9.8
- upgrade to 9.8
Changelog:
- Added support for websockets. WebSocket option added.
- Added Red Hat package building script (extra/make_redhat_package). Thanks
to Paul F. Bernal B.
- SSL key and certificate checks added to wigwam.
- Small bugfixes and improvements.
PR: 195474
Differential Revision: https://reviews.freebsd.org/D1242
Submitted by: Chris Petrik <chris@bsdjunk.com>
Approved by: swills (mentor) |
09 Oct 2014 03:27:48
9.7
|
xmj  |
www/hiawatha: update to 9.7
- Update to 9.7
Changelog:
hiawatha (9.7) stable; urgency=low *UseToolkit now possible in .hiawatha file
at root of website.
*Method option added to URL Toolkit.
*SetResourceLimit option added.
*ThreadKillRate option added.
*Improved SQL injection detection.
*Default value for DHsize set to 2048.
*PolarSSL updated to version 1.3.8.
*Memory allocation debugger module added. (Only the first 15 lines of the commit message are shown above ) |
02 Sep 2014 17:22:59
9.6_1
|
bapt  |
Remove useless @cwd |
01 Sep 2014 20:43:25
9.6_1
|
tijl  |
Use /var instead of PREFIX/var
PR: 186431
Approved by: maintainer timeout (3 weeks) |
07 Aug 2014 12:42:38
9.6
|
rakuco  |
Update to 9.6.
PR: 191805
Submitted by: chris@bsdjunk.com (maintainer) |
21 May 2014 11:49:17
9.5
|
feld  |
- Update to 9.5
- Change sample file installationt use @sample
- rc script now passes rclint
PR: ports/189090
Sponsored by: SupraNet Communications, Inc |
01 Jan 2014 19:21:09
9.3.1
|
danilo  |
- Update from 9.2 to 9.3.1 [1]
- Add stage support
- Convert all "if's" in options helpers
PR: ports/185254
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintaier) [1] |
20 Sep 2013 23:36:54
9.2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
14 Aug 2013 22:35:54
9.2 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
28 Jul 2013 18:59:36
9.2
|
cs  |
Give my maintainership to Chris Petrik |
26 Jun 2013 21:03:50
9.2
|
cs  |
Update to 9.2 |
25 Apr 2013 06:46:22
9.1
|
bapt  |
Convert the 2 last USE_CMAKE to USES= cmake |
18 Apr 2013 05:45:52
9.1
|
cs  |
- Update to 9.1
- Update options
PR: ports/177627
Submitted by: Daniel Eisele <daniel_eisele@gmx.de>
Hugo Leisink (author of hiawatha, via mail)
Feature safe: yes |
28 Mar 2013 16:15:18
9.0
|
cs  |
Update to 9.0 |
24 Mar 2013 17:36:29
8.8.1
|
cs  |
Update to 8.8.1 |
22 Mar 2013 20:06:15
8.7
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
14 Jan 2013 22:48:21
8.7
|
cs  |
- Update to 8.7
- Important change: php-fcgi removed |
04 Nov 2012 14:14:17
8.6
|
cs  |
- Update to 8.6:
- PolarSSL updated to version 1.2. Added support for TLS 1.2 and secure
renegotiation.
- Added support for Server Name Indication.
- MinSSLversion option added.
- ServerRoot option removed.
- Improved MacOS X package building script.
- Marked php-fcgi as deprecated. Use php-fpm instead.
- Small bugfixes and improvements.
- Change Makefile header
Feature safe: yes |
21 Sep 2012 08:53:59
8.5
|
cs  |
- Update to 8.5
- Fix COMMENT
PR: ports/171720
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: cs@ (maintainer) |
08 Jun 2012 09:13:14
8.4
|
cs  |
Update to 8.4 |
04 Jun 2012 21:21:00
8.3.2
|
cs  |
Switch to OptionsNG |
30 May 2012 22:09:26
8.3.2
|
cs  |
- Update to 8.3.2
- Switch to CMAKE
- Fix paths in man pages
- Hiawatha now uses own PolarSSL library
Reviewed by: Hugo Leisink <hugo@hiawatha-webserver.org> (author of hiawatha) |
14 Jan 2012 08:57:23
7.8.2
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
18 Nov 2011 22:48:16
7.8.2
|
cs  |
Force commit to link to respective vulnerability which induced previous port
update.
Approved by: glarkin@ (mentor)
Security: eef56761-11eb-11e1-bb94-001c140104d4
Feature safe: yes |
18 Nov 2011 21:00:36
7.8.2
|
cs  |
Update to 7.8.2
Changelog: http://www.hiawatha-webserver.org/changelog
Approved by: glarkin@ (mentor)
Feature safe: yes |
09 Nov 2011 23:39:21
7.8.1 
|
cs  |
Update to 7.8.1
Changelog: http://www.hiawatha-webserver.org/changelog
Approved by: glarkin@ (mentor, implicit) |
07 Oct 2011 06:58:20
7.7 
|
cs  |
Update to 7.7
Approved by: wen@ (co-mentor) |
23 Sep 2011 22:26:39
7.6 
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
15 Sep 2011 12:33:27
7.6 
|
cs  |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
24 Aug 2011 21:17:25
7.6 
|
dougb  |
I made a slightly incorrect suggestion about the pidfile optimization,
so quickly fix it before anyone notices. :-/ |
24 Aug 2011 17:18:10
7.6 
|
glarkin  |
- Updated to 7.6
ChangeLog: http://www.hiawatha-webserver.org/changelog
- Tweaked rc.d files with optimizations suggested by dougb
PR: ports/160037
Submitted by: C-S <c-s@c-s.li> (maintainer) |
23 Aug 2011 20:03:35
7.5_1
|
glarkin  |
- Added rc.d file for php-fcgi (Hiawatha FastCGI daemon)
- Cleanups in hiawatha rc.d file
- Bumped PORTREVISION
PR: ports/158944
Submitted by: C-S <c-s@c-s.li> (maintainer) |
07 Jul 2011 14:48:19
7.5
|
glarkin  |
- Updated to 7.5
ChangeLog: http://www.hiawatha-webserver.org/changelog
PR: ports/157439
Submitted by: C-S <c-s@c-s.li> (maintainer) |
22 Apr 2011 19:21:55
7.4.1
|
glarkin  |
- Updated to 7.4.1
Changes: http://www.hiawatha-webserver.org/changelog
(removal of local patch for critical bug after upstream distro was fixed
and new 7.4.1 release made available)
PR: ports/156391
Submitted by: C-S <c-s@c-s.li> (maintainer) |
17 Mar 2011 17:45:41
7.4_1
|
glarkin  |
- Added patch to circumvent integer overflow in Content-Length header
parsing, until new upstream package is released.
PR: ports/155027
Submitted by: C-S <c-s@c-s.li>
Security: b13414c9-50ba-11e0-975a-000c29cc39d3
Security: http://www.hiawatha-webserver.org/weblog/16
Security: http://secunia.com/advisories/43660/ |
12 Nov 2010 00:30:55
7.4 
|
glarkin  |
- Updated to 7.4 (http://www.hiawatha-webserver.org/changelog) [1]
- Revised some informational messages in pkg-plist for clarity
PR: ports/152094 [1]
Submitted by: Carlo Strub <c-s at c-s dot li> |
16 Sep 2010 00:23:07
7.3_1 
|
glarkin  |
- Added the "largefile" option to be passed to the configure script
- Makefile cleanups and option sorting
- Bumped PORTREVISION
PR: ports/150242
Submitted by: C-S <c-s at c-s dot li> (maintainer) |
08 Jun 2010 01:30:52
7.3 
|
sahil  |
- Update to 7.3
- Pass maintainership to submitter
PR: ports/147636
Submitted by: C-S <c-s@c-s.li>
Approved by: wxs@/itectu@ (mentors, implicit) |
05 Jun 2010 03:41:37
7.2 
|
sahil  |
- Reset maintainer to ports@FreeBSD.org
Submitted by: maintainer (via email)
Approved by: wxs@/itectu@ (mentors, implicit) |
27 May 2010 01:12:09
7.2 
|
sahil  |
- Update to 7.2 [1]
- Install examples conditional on NOPORTEXAMPLES (not NOPORTDOCS) [2]
- Remove MANCOMPRESSED=no since it is default [2]
- Remove redundant installation of manpages [2]
[2]: Added by me; approved by maintainer
PR: ports/146932 [1]
Submitted by: C-S <c-s@c-s.li>
Approved by: Hugo Leisink (maintainer), itetcu@ (mentor) |
05 Apr 2010 23:38:31
7.1 
|
sylvio  |
- Update to 7.1
PR: ports/145380
Submitted by: C-S <c-s@c-s.li>
Approved by: Hugo Leisink <hugo@leisink.net> (maintainer), itetcu (mentor,
implicit) |
27 Mar 2010 00:15:24
7.0 
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Mar 2010 19:46:04
7.0 
|
tobez  |
Update to 7.0.
PR: 144452
Submitted by: maintainer
Changes: http://www.hiawatha-webserver.org/changelog |
27 Dec 2009 11:04:51
6.19 
|
wen  |
- Update to 6.19
PR: ports/141654
Submitted by: C-S <c-s@c-s.li>
Approved by: maintainer |
16 Nov 2009 01:00:24
6.18 
|
wen  |
- Update to 6.18
PR: ports/140584
Submitted by: Hugo Leisink <hugo@leisink.net> (maintainer) |