Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.24_2 30 Jun 2024 11:27:11 |
Rene Ladan (rene) |
www/httest: Remove expired port
2024-06-30 www/httest: Abandonware, no activity from upstream for years and
depends on deprecated library devel/pcre |
2.4.24_2 06 Jun 2024 19:05:48 |
Daniel Engberg (diizzy) |
www/httest: Deprecate and set expiration date to 2024-06-30
Abandonware, no activity from upstream for years and depends on
deprecated library devel/pcre. While at it remove dependency of
databases/db5 which also is deprecated. |
2.4.24_1 26 Feb 2024 13:15:06 |
Muhammad Moinur Rahman (bofh) |
www/httest: Moved man to share/man
Approved by: portmgr (blanket) |
2.4.24 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
2.4.24 08 Sep 2022 07:51:35 |
Tobias C. Berner (tcberner) |
www/httest: enable only for lua <= 5.2
From lua_module.c:
#if ( LUA_VERSION_NUM == 501 )
failed = (lua_load(L, lua_get_line, reader, "@client") != 0 ||
lua_pcall(L, 0, LUA_MULTRET, 0) != 0);
#elif ( LUA_VERSION_NUM == 502 )
failed = (lua_load(L, lua_get_line, reader, "@client", NULL) != 0 ||
lua_pcall(L, 0, LUA_MULTRET, 0) != 0);
#else
#error this lua version is not supported
#endif
PR: 220281 |
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.4.24 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.4.24 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.4.24 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
2.4.24 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.24 14 Jan 2021 09:45:35 |
danfe |
- Update `www/httest' to the latest version 2.4.24
- Reluctantly start to demand contemporary OpenSSL |
2.4.23_3 28 Mar 2019 14:22:51 |
ehaupt |
Drop maintainership; upstream ignores bug reports. |
2.4.23_3 11 Nov 2018 15:38:51 |
danfe |
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts) |
2.4.23_2 16 Oct 2018 16:58:31 |
ehaupt |
This port does not build with OpenSSL 1.1.1. Mark BROKEN for OSVERSION 1200085
and above while a solution is being sought. An upstream ticket has been
created.
Also pacify portlint by moving USES.
Notified by: pkg-fallout |
2.4.23_2 21 Mar 2018 21:24:44 |
brnrd |
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine |
2.4.23_1 21 Mar 2018 19:50:35 |
brnrd |
devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache) |
2.4.23 22 Nov 2017 12:26:13 |
ehaupt |
Update to 2.4.23 |
2.4.22 17 Nov 2017 14:10:39 |
ehaupt |
Update to 2.4.22 |
2.4.21 04 Nov 2017 12:39:29 |
ehaupt |
Update to 2.4.21 |
2.4.19 18 Jan 2017 14:15:49 |
ehaupt |
Update to 2.4.19 |
2.4.18 31 Dec 2016 13:14:47 |
marino |
www/httest is still not jobs safe
There's a race where it's possible the worker.o object file isn't
complete before it is linked. |
2.4.18 28 Dec 2016 15:56:44 |
ehaupt |
- Update to 2.4.18
- Port is now make jobs safe |
2.4.17 06 Oct 2016 13:39:11 |
marino |
www/httest is not jobs safe
It doesn't happen oftem, but it's possible for an object file to be
used before it's fully built. In my last case, worker.o was empty when
httest itself was being linked. |
2.4.17 24 Sep 2016 14:22:21 |
ehaupt |
Update to 2.4.17 |
2.4.16_1 12 Sep 2016 02:30:43 |
marino |
www/httest: Document SSL requirement and support LibreSSL
Approved by: SSL blanket |
2.4.16_1 08 Aug 2016 15:22:34 |
ehaupt |
Register missing USE* flags and LIB_DEPENDS |
2.4.16 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.4.16 09 Feb 2016 17:30:28 |
ehaupt |
Update to 2.4.16 |
2.4.14 19 Mar 2015 07:41:13 |
ehaupt |
Update to 2.4.14 |
2.4.13 10 Feb 2015 13:05:52 |
ehaupt |
Update to 2.4.13 |
2.4.12 08 Oct 2014 14:26:26 |
ehaupt |
Remove @dirrm, @dirrmtry |
2.4.12 26 Sep 2014 15:00:19 |
ehaupt |
Update to 2.4.12 |
2.4.11 31 Jul 2014 17:09:29 |
ehaupt |
Update to 2.4.11 |
2.4.10_2 21 Jun 2014 07:05:19 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
2.4.10_1 12 Jun 2014 09:17:33 |
tijl |
Bump PORTREVISION on everything that depends on devel/apr1 due to the
library version change.
Approved by: portmgr (implicit) |
2.4.10 28 Apr 2014 15:19:26 |
ehaupt |
Update to 2.4.10 |
2.4.9 18 Mar 2014 14:26:58 |
ehaupt |
Quiesce mkdir |
2.4.9 10 Jan 2014 08:33:28 |
bapt |
Port to lua 5.2 + cosmetic changes |
2.4.9 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
2.4.9 18 Dec 2013 14:35:53 |
ehaupt |
Use new LIB_DEPENDS regime |
2.4.9 04 Dec 2013 10:22:45 |
ehaupt |
Update to 2.4.9 |
2.4.8 26 Oct 2013 07:52:07 |
ehaupt |
Support staging. |
2.4.8 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.4.8 25 Aug 2013 16:17:21 |
ehaupt |
Update to 2.4.8 |
2.4.6 04 Aug 2013 15:43:18 |
ehaupt |
Update to 2.4.6 |
2.4.5_1 24 Jul 2013 08:19:07 |
ehaupt |
Remove MAKE_JOBS_SAFE which is now default. |
2.4.5_1 06 Jul 2013 09:04:54 |
ohauer |
- bump PORTREVISION on ports with LIB_DEPENDS+= devel/apr1
while I'm here
- convert to USES=gmake
- trim Makefile header and respect nice_people |
2.4.5 05 Jul 2013 11:15:38 |
ehaupt |
Update to 2.4.5 |
2.4.4 30 Jun 2013 12:50:39 |
ehaupt |
Update to 2.4.4 |
2.4.3 04 Jun 2013 14:11:21 |
ehaupt |
Update to 2.4.3 |
2.4.2 29 May 2013 06:15:49 |
ehaupt |
Update to 2.4.2 |
2.3.3 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
2.3.3 18 Apr 2013 14:05:55 |
ehaupt |
Update to 2.3.3
Feature safe: yes |
2.3.2 15 Mar 2013 22:19:03 |
ehaupt |
Update to 2.3.2 |
2.3.1 27 Feb 2013 15:41:34 |
ehaupt |
Update to 2.3.1 |
2.2.14 30 Jan 2013 21:59:44 |
ehaupt |
Update to 2.2.14 |
2.2.13 27 Jan 2013 16:28:30 |
ehaupt |
Update to 2.2.13 |
2.2.12_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2.2.12 04 Dec 2012 06:50:40 |
ehaupt |
Update to 2.2.12
Feature safe: yes |
2.2.11 28 Nov 2012 20:31:09 |
ehaupt |
- Update to 2.2.11
- Fix build on 7.x/amd64
- Trim header
- Take maintainership
Feature safe: yes |
2.2.7 24 Jul 2012 08:50:18 |
beat |
- Mark as BROKEN on 7.X/amd64:
ssl_module.c: In function 'ssl_tlsext_trace':
ssl_module.c:224: error: 'TLSEXT_TYPE_server_name' undeclared
Reported by: pointyhat |
2.2.7 26 Jun 2012 19:25:21 |
sunpoet |
- Update to 2.2.7
Changes:
http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.7/ChangeLog/view |
2.2.6 16 Jun 2012 20:34:40 |
sunpoet |
- Convert to new options framework |
2.2.6 14 Jun 2012 01:31:13 |
sunpoet |
- Update to 2.2.6
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Cosmetic change
Changes:
http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.6/ChangeLog/view |
2.2.2 09 May 2012 15:02:17 |
jadawin |
- Update to 2.2.2
- Changelog:
http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.2/ChangeLog/view |
2.2.1 20 Apr 2012 01:11:50 |
sunpoet |
- Update to 2.21
- Sort MAN1
- Update WWW
Changes:
http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.1/ChangeLog/view |
2.1.18_1 08 Apr 2012 06:35:31 |
miwi |
- Support CFLAGS properly
- Add MAKE_JOBS_SAFE
- Support PORTEXAMPLES/PLIST_FILES
PR: 166053
Submitted by: Ports Fury
Feature safe: yes |
2.1.18 09 Mar 2012 14:46:58 |
jadawin |
- Update to 2.1.18
PR: ports/165772
Submitted by: Muhammad Moinur Rahman <5u623l20 _AT_ gmail.com>
Feature safe: yes |
2.1.16 26 Feb 2012 11:28:38 |
mm |
Update to 2.1.16
Return maintainership back to pool |
2.1.12_1 14 Feb 2012 12:44:23 |
mm |
Bump pcre library dependency due to 8.30 update
Add (vendor) patch for deprecated pcre_info() |
2.1.12 25 Jan 2012 08:35:36 |
mm |
Update to 2.1.12 |
2.1.5 09 Jan 2012 15:41:08 |
tabthorpe |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
2.1.5 13 Oct 2011 10:02:34 |
mm |
Update to 2.1.5 |
2.1.3 19 Sep 2011 12:54:59 |
mm |
Update to 2.1.3 |
2.0.9 23 Jul 2011 17:34:26 |
mm |
Update to 2.0.9 |
2.0.8 19 Jun 2011 09:58:06 |
mm |
Update to 2.0.8 |
2.0.7 15 Jun 2011 16:01:06 |
mm |
The htt provides a large variety of HTTP-related functionality, useful for
implementing all kinds of HTTP-based tests:
- Advanced HTTP protocol handling, including ne-grained timeout handling,
request and response validation
- Simulating clients and servers, including startup and shutdown of server
daemons. This allows to create mock-ups of back-end systems in more complex
test situations, for example when the tested application needs to interact
with a 3rd-party back-end system which is not available in the testing
environment.
- Execution of external commandline tools, using their output as request
or response data, or for validation purposes.
- Copying stream data (e.g. from a response) and re-using it in variables.
WWW: http://htt.sourceforge.net/cgi-bin/cwiki/bin/public |