| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
|
|
|
|
|
| |
Also bump dependent ports for library version change.
PR: 255084
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
PR: 258113
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=569502
|
|
|
|
| |
Notes:
svn path=/head/; revision=550400
|
|
|
|
|
|
|
| |
Changes: https://www.hiawatha-webserver.org/changelog
Notes:
svn path=/head/; revision=541871
|
|
|
|
|
|
|
|
|
| |
- Remove no longer supported and now always on options
Changes: https://www.hiawatha-webserver.org/changelog
Notes:
svn path=/head/; revision=512465
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Pet portclippy while here
Notes:
svn path=/head/; revision=505261
|
|
|
|
|
|
|
| |
Changes: https://www.hiawatha-webserver.org/changelog
Notes:
svn path=/head/; revision=493331
|
|
|
|
|
|
|
|
| |
Changes: https://www.hiawatha-webserver.org/changelog
MFH: 2019Q1 (bug fix)
Notes:
svn path=/head/; revision=492837
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=479770
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
MFH: 2018Q3
Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02
Notes:
svn path=/head/; revision=476834
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=471909
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 226550
MFH: 2018Q1
Notes:
svn path=/head/; revision=464247
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=429364
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
by default anyway and don't need to be listed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415742
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415503
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
PR: 207212
Submitted by: <w.schwarzenfeld@aon.at>
Approved by: Chris Hutchinson (maintainer)
Notes:
svn path=/head/; revision=409274
|
|
|
|
|
|
|
|
| |
PR: 206747
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Notes:
svn path=/head/; revision=408562
|
|
|
|
|
|
|
|
| |
PR: 206155
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@aon.at>
Notes:
svn path=/head/; revision=406188
|
|
|
|
|
|
|
|
| |
PR: 206155
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@aon.at>, Christoph Lukas <clukas@firc.de>
Notes:
svn path=/head/; revision=406181
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 204861
Submitted by: Mats Klingberg <maklingberg@gmail.com>
Notes:
svn path=/head/; revision=402639
|
|
|
|
| |
Notes:
svn path=/head/; revision=399956
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
Reset MAINTAINER at current maintainers request.
PR: 203862
Requested by: Chris Petrik <chris bsdjunk com> (maintainer)
Notes:
svn path=/head/; revision=399650
|
|
|
|
|
|
|
|
|
|
| |
- New maintainer
PR: ports/202019
Submitted by: chris@bsdjunk.com
Notes:
svn path=/head/; revision=393395
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 199903
Submitted by: "Chris Petrik" <chris@bsdjunk.com>
Notes:
svn path=/head/; revision=385360
|