aboutsummaryrefslogtreecommitdiff
path: root/www/hiawatha
Commit message (Collapse)AuthorAgeFilesLines
* www/hiawatha: Update to 10.11Tobias Kortkamp2020-07-102-6/+5
| | | | | | | Changes: https://www.hiawatha-webserver.org/changelog Notes: svn path=/head/; revision=541871
* www/hiawatha: Update to 10.10Tobias Kortkamp2019-09-213-21/+13
| | | | | | | | | - Remove no longer supported and now always on options Changes: https://www.hiawatha-webserver.org/changelog Notes: svn path=/head/; revision=512465
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* www/hiawatha: remove useless pkg-messageTobias Kortkamp2019-06-282-7/+3
| | | | | | | - Pet portclippy while here Notes: svn path=/head/; revision=505261
* www/hiawatha: Update to 10.9Tobias Kortkamp2019-02-184-6/+27
| | | | | | | Changes: https://www.hiawatha-webserver.org/changelog Notes: svn path=/head/; revision=493331
* www/hiawatha: Update to 10.8.4Tobias Kortkamp2019-02-132-5/+4
| | | | | | | | Changes: https://www.hiawatha-webserver.org/changelog MFH: 2019Q1 (bug fix) Notes: svn path=/head/; revision=492837
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* www/hiawatha: Add WebServerLoad support and cleanup portTobias Kortkamp2018-11-307-44/+157
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=486242
* www/hiawatha: Unbreak build with XSLT=offTobias Kortkamp2018-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=486241
* www/hiawatha: Update to 10.8.3Tobias Kortkamp2018-11-193-19/+9
| | | | | | | | | | | - Tweak pkg-message a bit PR: 232980 Submitted by: Chris Petrik <christopherpetrik335@student.athenstech.edu> Approved by: portmaster@BSDforge.com (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=485350
* Update security/mbedtls to 2.13.0 and bump dependent ports.Tijl Coosemans2018-09-141-0/+1
| | | | Notes: svn path=/head/; revision=479770
* www/hiawatha: Update to 10.8.2Steve Wills2018-08-272-5/+4
| | | | | | | | | PR: 230554 Submitted by: Chris Petrik <christopherpetrik335@student.athenstech.edu> Approved by: maintainer timeout (portmaster@bsdforge.com, >2 weeks) Notes: svn path=/head/; revision=478226
* Update security/mbedtls to 2.12.0 and bump dependent ports.Tijl Coosemans2018-08-101-1/+1
| | | | | | | | MFH: 2018Q3 Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02 Notes: svn path=/head/; revision=476834
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* Update security/mbedtls to 2.9.0 and bump dependent ports.Tijl Coosemans2018-06-071-1/+1
| | | | Notes: svn path=/head/; revision=471909
* Update security/mbedtls to 2.8.0 and bump dependent ports.Tijl Coosemans2018-04-231-1/+1
| | | | | | | | MFH: 2018Q2 Security: https://tls.mbed.org/tech-updates/releases/mbedtls-2.8.0-2.7.2-and-2.1.11-released Notes: svn path=/head/; revision=468134
* Update security/mbedtls to 2.7.1.Tijl Coosemans2018-03-121-1/+1
| | | | | | | | PR: 226550 MFH: 2018Q1 Notes: svn path=/head/; revision=464247
* - Update security/polarssl13 to 1.3.22.Tijl Coosemans2018-03-101-0/+1
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=464085
* www/hiawatha: Update to 10.7Danilo G. Baio2017-10-233-6/+5
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=452745
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=437439
* update www/hiawatha to 10.5Nikolai Lifanov2017-03-023-21/+14
| | | | | | | | | | | | o switch to mbed TLS o SkipCacheCookie option added o small improvements and bugfixes PR: 215919 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) Notes: svn path=/head/; revision=435296
* - Switch to CMAKE_BOOLDmitry Marakasov2016-12-241-23/+8
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=429364
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=426566
* www/hiawatha: 10.1 -> 10.3Kurt Jaeger2016-06-143-17/+4
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=416896
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Add a fix to enable HideProxy functionLars Engels2016-04-242-0/+14
| | | | | | | | | | | | - Bump PORTREVISION PR: 208973 Submitted by: Fred <fred@trinitech.co.uk> Approved by: maintainer Sponsored by: Essen Linuxhotel Hackathon 2016 Notes: svn path=/head/; revision=413934
* Update to 10.1Olivier Duchateau2016-02-213-7/+6
| | | | | | | | | PR: 207212 Submitted by: <w.schwarzenfeld@aon.at> Approved by: Chris Hutchinson (maintainer) Notes: svn path=/head/; revision=409274
* www/hiawatha: pass MAINTAINER from ports@ to submitterJason Unovitch2016-02-091-1/+1
| | | | | | | | PR: 206747 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Notes: svn path=/head/; revision=408562
* www/hiawatha: fix plist to avoid overwriting modified index.htmlKurt Jaeger2016-01-152-3/+2
| | | | | | | | PR: 206155 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@aon.at> Notes: svn path=/head/; revision=406188
* www/hiawatha: fix plist to avoid overwriting modified config filesKurt Jaeger2016-01-152-5/+1
| | | | | | | | PR: 206155 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@aon.at>, Christoph Lukas <clukas@firc.de> Notes: svn path=/head/; revision=406181
* www/hiawatha: 9.15 -> 10.0Kurt Jaeger2016-01-143-16/+19
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=406102
* www/hiawatha: Fix fetch due to upstream subdirectory changeJason Unovitch2015-11-301-1/+1
| | | | | | | | PR: 204861 Submitted by: Mats Klingberg <maklingberg@gmail.com> Notes: svn path=/head/; revision=402639
* - Switch to options helpersDmitry Marakasov2015-10-221-3/+4
| | | | Notes: svn path=/head/; revision=399956
* www/hiawatha: Update to 9.15Kubilay Kocak2015-10-203-6/+7
| | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=399808
* www/hiawatha: Reset MAINTAINERKubilay Kocak2015-10-191-1/+1
| | | | | | | | | | Reset MAINTAINER at current maintainers request. PR: 203862 Requested by: Chris Petrik <chris bsdjunk com> (maintainer) Notes: svn path=/head/; revision=399650
* - Update to 9.14Veniamin Gvozdikov2015-08-013-6/+12
| | | | | | | | | | - New maintainer PR: ports/202019 Submitted by: chris@bsdjunk.com Notes: svn path=/head/; revision=393395
* www/hiawatha: Update to 9.13Kubilay Kocak2015-06-092-4/+4
| | | | | | | | | | | | | | | - Update to 9.13 - Update MASTER_SITES to upstream location Changes: https://www.hiawatha-webserver.org/changelog PR: 200731 Submitted by: <cpets list ru> Notes: svn path=/head/; revision=388937
* By request, reset maintainership of multiple portsEitan Adler2015-05-041-1/+1
| | | | | | | | PR: 199903 Submitted by: "Chris Petrik" <chris@bsdjunk.com> Notes: svn path=/head/; revision=385360
* www/hiawatha: update 9.11 -> 9.12Bartek Rutkowski2015-03-043-7/+7
| | | | | | | | PR: 198096 Submitted by: Christopher Petrik <chris@bsdjunk.com> Notes: svn path=/head/; revision=380433
* Update to version 9.11Pawel Pekala2015-02-114-32/+4
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=378852
* Add a patch (sent upstream) to fix the creation of empty directories with ↵Raphael Kubo da Costa2014-12-311-0/+28
| | | | | | | | | | CMake 3.1.0. No PORTREVISION bump, as there should not be any functional changes. Tested with CMake 3.0.2. Notes: svn path=/head/; revision=375906
* www/hiawatha: upgrade to 9.8Johannes Jost Meixner2014-11-292-3/+3
| | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=373654
* www/hiawatha: update to 9.7Johannes Jost Meixner2014-10-093-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. •Small bugfixes and improvements. •Bugfix: incorrect file hash printing by wigwam with directory as symlink While there: - clean up portlint errors - rename @dirrmtry to @dir PR: 193257 Differential Revision: https://reviews.freebsd.org/D915 Submitted by: chris@bsdjunk.com Approved by: swills (mentor) Notes: svn path=/head/; revision=370499
* Remove useless @cwdBaptiste Daroussin2014-09-021-5/+3
| | | | Notes: svn path=/head/; revision=367055
* Use /var instead of PREFIX/varTijl Coosemans2014-09-012-16/+8
| | | | | | | | PR: 186431 Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=366954
* Update to 9.6.Raphael Kubo da Costa2014-08-073-6/+8
| | | | | | | | PR: 191805 Submitted by: chris@bsdjunk.com (maintainer) Notes: svn path=/head/; revision=364266
* - Update to 9.5Mark Felder2014-05-215-43/+32
| | | | | | | | | | | - Change sample file installationt use @sample - rc script now passes rclint PR: ports/189090 Sponsored by: SupraNet Communications, Inc Notes: svn path=/head/; revision=354744