notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: www/httest/Makefile
SVNWeb

Number of commits found: 71

Thu, 8 Sep 2022
[ 07:51 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:834e273d0233cd36a48d11a0b8dfc3c1331b4ff1  commit hash:834e273d0233cd36a48d11a0b8dfc3c1331b4ff1  commit hash:834e273d0233cd36a48d11a0b8dfc3c1331b4ff1  834e273 
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 30 Sep 2021
[ 21:23 Rene Ladan (rene) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
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
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 14 Jan 2021
[ 09:45 danfe search for other commits by this committer ] Original commit   Revision:561548
- Update `www/httest' to the latest version 2.4.24
- Reluctantly start to demand contemporary OpenSSL
Thu, 28 Mar 2019
[ 14:22 ehaupt search for other commits by this committer ] Original commit   Revision:497024
Drop maintainership; upstream ignores bug reports.
Sun, 11 Nov 2018
[ 15:38 danfe search for other commits by this committer ] Original commit   Revision:484696 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 16 Oct 2018
[ 16:58 ehaupt search for other commits by this committer ] Original commit   Revision:482236
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
Wed, 21 Mar 2018
[ 21:24 brnrd search for other commits by this committer ] Original commit   Revision:465240 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
devel/apr1: Bump portrevision

 - Repair my rookie mistake of earlier today
 - Bump revision of dependent ports (again)

Reported by:	antoine
[ 19:50 brnrd search for other commits by this committer ] Original commit   Revision:465232 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 22 Nov 2017
[ 12:26 ehaupt search for other commits by this committer ] Original commit   Revision:454685
Update to 2.4.23
Fri, 17 Nov 2017
[ 14:10 ehaupt search for other commits by this committer ] Original commit   Revision:454374
Update to 2.4.22
Sat, 4 Nov 2017
[ 12:39 ehaupt search for other commits by this committer ] Original commit   Revision:453456
Update to 2.4.21
Wed, 18 Jan 2017
[ 14:15 ehaupt search for other commits by this committer ] Original commit   Revision:431808
Update to 2.4.19
Sat, 31 Dec 2016
[ 13:14 marino search for other commits by this committer ] Original commit   Revision:430108
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.
Wed, 28 Dec 2016
[ 15:56 ehaupt search for other commits by this committer ] Original commit   Revision:429787
- Update to 2.4.18
- Port is now make jobs safe
Thu, 6 Oct 2016
[ 13:39 marino search for other commits by this committer ] Original commit   Revision:423405
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.
Sat, 24 Sep 2016
[ 14:22 ehaupt search for other commits by this committer ] Original commit   Revision:422724
Update to 2.4.17
Mon, 12 Sep 2016
[ 02:30 marino search for other commits by this committer ] Original commit   Revision:421897
www/httest: Document SSL requirement and support LibreSSL

Approved by:	SSL blanket
Mon, 8 Aug 2016
[ 15:22 ehaupt search for other commits by this committer ] Original commit   Revision:419860
Register missing USE* flags and LIB_DEPENDS
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 9 Feb 2016
[ 17:30 ehaupt search for other commits by this committer ] Original commit   Revision:408584
Update to 2.4.16
Thu, 19 Mar 2015
[ 07:41 ehaupt search for other commits by this committer ] Original commit   Revision:381593
Update to 2.4.14
Tue, 10 Feb 2015
[ 13:05 ehaupt search for other commits by this committer ] Original commit   Revision:378772
Update to 2.4.13
Fri, 26 Sep 2014
[ 15:00 ehaupt search for other commits by this committer ] Original commit   Revision:369327
Update to 2.4.12
Thu, 31 Jul 2014
[ 17:09 ehaupt search for other commits by this committer ] Original commit   Revision:363635
Update to 2.4.11
Sat, 21 Jun 2014
[ 07:05 amdmi3 search for other commits by this committer ] Original commit   Revision:358672
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Thu, 12 Jun 2014
[ 09:17 tijl search for other commits by this committer ] Original commit   Revision:357574 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on everything that depends on devel/apr1 due to the
library version change.

Approved by:	portmgr (implicit)
Mon, 28 Apr 2014
[ 15:19 ehaupt search for other commits by this committer ] Original commit   Revision:352510
Update to 2.4.10
Tue, 18 Mar 2014
[ 14:26 ehaupt search for other commits by this committer ] Original commit   Revision:348550 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
Quiesce mkdir
Fri, 10 Jan 2014
[ 08:33 bapt search for other commits by this committer ] Original commit   Revision:339326
Port to lua 5.2 + cosmetic changes
Mon, 30 Dec 2013
[ 20:55 ohauer search for other commits by this committer ] Original commit   Revision:338168 (Only the first 10 of 238 ports in this commit are shown above. View all ports for this commit)
- 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@)
Wed, 18 Dec 2013
[ 14:35 ehaupt search for other commits by this committer ] Original commit   Revision:336836 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Use new LIB_DEPENDS regime
Wed, 4 Dec 2013
[ 10:22 ehaupt search for other commits by this committer ] Original commit   Revision:335612
Update to 2.4.9
Sat, 26 Oct 2013
[ 07:52 ehaupt search for other commits by this committer ] Original commit   Revision:331656 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Support staging.
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Sun, 25 Aug 2013
[ 16:17 ehaupt search for other commits by this committer ] Original commit   Revision:325360
Update to 2.4.8
Sun, 4 Aug 2013
[ 15:43 ehaupt search for other commits by this committer ] Original commit   Revision:324241
Update to 2.4.6
Wed, 24 Jul 2013
[ 08:19 ehaupt search for other commits by this committer ] Original commit   Revision:323578 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Remove MAKE_JOBS_SAFE which is now default.
Sat, 6 Jul 2013
[ 09:04 ohauer search for other commits by this committer ] Original commit   Revision:322372 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
-  bump PORTREVISION on ports with LIB_DEPENDS+= devel/apr1

while I'm here
- convert to USES=gmake
- trim Makefile header and respect nice_people
Fri, 5 Jul 2013
[ 11:15 ehaupt search for other commits by this committer ] Original commit   Revision:322316
Update to 2.4.5
Sun, 30 Jun 2013
[ 12:50 ehaupt search for other commits by this committer ] Original commit   Revision:322079
Update to 2.4.4
Tue, 4 Jun 2013
[ 14:11 ehaupt search for other commits by this committer ] Original commit   Revision:319861
Update to 2.4.3
Wed, 29 May 2013
[ 06:15 ehaupt search for other commits by this committer ] Original commit   Revision:319350
Update to 2.4.2
Sat, 27 Apr 2013
[ 18:25 mva search for other commits by this committer ] Original commit   Revision:316683 (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 18 Apr 2013
[ 14:05 ehaupt search for other commits by this committer ] Original commit   Revision:316041
Update to 2.3.3

Feature safe:	yes
Fri, 15 Mar 2013
[ 22:19 ehaupt search for other commits by this committer ] Original commit   Revision:314327
Update to 2.3.2
Wed, 27 Feb 2013
[ 15:41 ehaupt search for other commits by this committer ] Original commit   Revision:313062
Update to 2.3.1
Wed, 30 Jan 2013
[ 21:59 ehaupt search for other commits by this committer ] Original commit   Revision:311279
Update to 2.2.14
Sun, 27 Jan 2013
[ 16:28 ehaupt search for other commits by this committer ] Original commit   Revision:311072
Update to 2.2.13
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Tue, 4 Dec 2012
[ 06:50 ehaupt search for other commits by this committer ] Original commit   Revision:308203
Update to 2.2.12

Feature safe:	yes
Wed, 28 Nov 2012
[ 20:31 ehaupt search for other commits by this committer ] Original commit   Revision:307935
- Update to 2.2.11
- Fix build on 7.x/amd64
- Trim header
- Take maintainership

Feature safe:	yes
Tue, 24 Jul 2012
[ 08:50 beat search for other commits by this committer ] Original commit 
- 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
Tue, 26 Jun 2012
[ 19:25 sunpoet search for other commits by this committer ] Original commit 
- Update to 2.2.7

Changes:       
http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.7/ChangeLog/view
Sat, 16 Jun 2012
[ 20:34 sunpoet search for other commits by this committer ] Original commit 
- Convert to new options framework
Thu, 14 Jun 2012
[ 01:31 sunpoet search for other commits by this committer ] Original commit 
- 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
Wed, 9 May 2012
[ 15:02 jadawin search for other commits by this committer ] Original commit 
- Update to 2.2.2
- Changelog:
http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.2/ChangeLog/view
Fri, 20 Apr 2012
[ 01:11 sunpoet search for other commits by this committer ] Original commit 
- Update to 2.21
- Sort MAN1
- Update WWW

Changes:       
http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.1/ChangeLog/view
Sun, 8 Apr 2012
[ 06:35 miwi search for other commits by this committer ] Original commit 
- Support CFLAGS properly
- Add MAKE_JOBS_SAFE
- Support PORTEXAMPLES/PLIST_FILES

PR:             166053
Submitted by:   Ports Fury
Feature safe:   yes
Fri, 9 Mar 2012
[ 14:46 jadawin search for other commits by this committer ] Original commit 
- Update to 2.1.18

PR:             ports/165772
Submitted by:   Muhammad Moinur Rahman <5u623l20 _AT_ gmail.com>
Feature safe:   yes
Sun, 26 Feb 2012
[ 11:28 mm search for other commits by this committer ] Original commit 
Update to 2.1.16
Return maintainership back to pool
Tue, 14 Feb 2012
[ 12:44 mm search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Bump pcre library dependency due to 8.30 update
Add (vendor) patch for deprecated pcre_info()
Wed, 25 Jan 2012
[ 08:35 mm search for other commits by this committer ] Original commit 
Update to 2.1.12
Mon, 9 Jan 2012
[ 15:41 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 13 Oct 2011
[ 10:02 mm search for other commits by this committer ] Original commit 
Update to 2.1.5
Mon, 19 Sep 2011
[ 12:54 mm search for other commits by this committer ] Original commit 
Update to 2.1.3
Sat, 23 Jul 2011
[ 17:34 mm search for other commits by this committer ] Original commit 
Update to 2.0.9
Sun, 19 Jun 2011
[ 09:58 mm search for other commits by this committer ] Original commit 
Update to 2.0.8
Wed, 15 Jun 2011
[ 16:01 mm search for other commits by this committer ] Original commit 
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

Number of commits found: 71