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/libevhtp/Makefile
SVNWeb

Number of commits found: 25

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, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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.
Sun, 1 Sep 2019
[ 22:48 ultima search for other commits by this committer ] Original commit   Revision:510747
Fix stack overflow that can occur in libevhtp

libevhtp allocates a stack based on data length
when C99 is detected at compile time. There are
no checks to verify that the stack is big enough
which can cause a stack overflow.

Adding EVHTP_HAS_C99=false at compile time changes
this behavior by allocate to a buffer which has
proper checks in place.

More information about this bug can be found at:
https://github.com/criticalstack/libevhtp/issues/118
https://github.com/haiwen/seafile/issues/1928

MFH:		2019Q3
Fri, 2 Aug 2019
[ 13:30 jbeich search for other commits by this committer ] Original commit   Revision:507877 (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
devel/libevent2: update to 2.1.11

Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
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
Mon, 19 Mar 2018
[ 06:03 yuri search for other commits by this committer ] Original commit   Revision:464983 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
devel/oniguruma: Update to 6.8.1

Only changed the shared object version (forgotten on the previous release).
Sat, 17 Mar 2018
[ 20:31 yuri search for other commits by this committer ] Original commit   Revision:464845 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
devel/oniguruma: Update to 6.8.0

Changelog:
https://github.com/kkos/oniguruma/releases/tag/v6.8.0

Bumping 9 depending ports because oniguruma's interface
actually changed in an incompatible way,
see https://github.com/kkos/oniguruma/issues/79 ,
while the shared library lib/libonig.so.4.0.0 didn't change
the revision number. This is a bug in the upstream release.
Tue, 16 Jan 2018
[ 00:56 ultima search for other commits by this committer ] Original commit   Revision:459147
* Updated to 1.2.16
* Removed all patches (yay! =)

Changes:	https://github.com/criticalstack/libevhtp/releases/tag/1.2.16
Thu, 11 Jan 2018
[ 17:34 ultima search for other commits by this committer ] Original commit   Revision:458757
* Bump revision for depends

EV_WRITE should not be disabled here and was added with the assumption
that libevent would automatically start transferring pending data.

Much more detailed write up can be found here:
https://github.com/criticalstack/libevhtp/issues/70
Thu, 4 Jan 2018
[ 19:13 ultima search for other commits by this committer ] Original commit   Revision:458045
* Updated to 1.2.15
* Uses system oniguruma when REGEX option is enabled, default on

Reviewed by:	mat
MFH:		2018Q1
Security:	https://vuxml.freebsd.org/freebsd/b396cf6c-62e6-11e7-9def-b499baebfeaf.html
Differential Revision:	https://reviews.freebsd.org/D13742
Mon, 3 Jul 2017
[ 19:06 ultima search for other commits by this committer ] Original commit   Revision:444980 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
* Updated maintainer email
* Changed comment headers to match my name and FreeBSD email

Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11466
Mon, 20 Feb 2017
[ 02:57 jbeich search for other commits by this committer ] Original commit   Revision:434427 (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
Sat, 4 Feb 2017
[ 07:56 jbeich search for other commits by this committer ] Original commit   Revision:433286 (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
devel/libevent2: update to 2.1.8 and cleanup

- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
Wed, 29 Jun 2016
[ 16:03 pi search for other commits by this committer ] Original commit   Revision:417778
net-mgmt/seafile-gui: 5.1.1 -> 5.1.2 with additional fixes in deps
devel/libsearpc: add USES=gettext
net-mgmt/seafile: add deps devel/libevent2, misc/e2fsprogs-libuuid,
	devel/jansson, USES=gettext
www/libevhtp: remove option REGEX

- Add context menu to view file history in web
- Fix user auto-completion in folder sharing dialog
- Fix tray icon not shown in KDE 5
  https://github.com/haiwen/seafile-client/issues/697

PR:		210165
Submitted by:	Ultima1252@gmail.com (maintainer)
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, 12 Jan 2016
[ 19:55 pi search for other commits by this committer ] Original commit   Revision:405906
www/libevhtp: fix conflicts with oniguruma*...

... as well as fix some breaks when oniguruma* is installed.

- Removed striped hierarchy for headers
- Removed system oniguruma detection
- Fixed headers

PR:		206093
Submitted by:	Ultima1252@gmail.com (maintainer)
Thu, 3 Dec 2015
[ 14:57 amdmi3 search for other commits by this committer ] Original commit   Revision:402878
- Update to 1.2.11
- Fix option names
- Add DEBUG options
- Switch to pkg-plist

PR:		204681
Submitted by:	Ultima1252@gmail.com (maintainer)
Fri, 30 Oct 2015
[ 02:25 junovitch search for other commits by this committer ] Original commit   Revision:400488
www/libevhtp: update 1.2.9 -> 1.2.10 and assorted fixes

- Update PORTVERSION, GH_TAGNAME, and distinfo for 1.2.10
- include/onigposix.h in PLIST when EVHTP_DISABLE_REGEX is not selected
- include/evthr.h when option EVHTP_DISABLE_EVTHR is not selected
- Add patch to ensure symbol gets exported from evhtp.h
- Recreated patch files for portlint

PR:		204054
Submitted by:	trasz (original patch, multiple changes from maintainer)
Approved by:	Ricky Gallamore <ultima1252@gmail.com> (maintainer)
Thu, 29 Oct 2015
[ 02:36 junovitch search for other commits by this committer ] Original commit   Revision:400435
www/libevhtp: pass MAINTAINER to submitter

Reference:	https://lists.FreeBSD.org/pipermail/freebsd-ports/2015-October/100923.html

PR:		204106
Approved by:	Jingfeng Yan <yan_jingfeng@yahoo.com> (outgoing maintainer)
Submitted by:	Ricky Gallamore <ultima1252@gmail.com>
Thu, 7 May 2015
[ 20:24 mat search for other commits by this committer ] Original commit   Revision:385665 (Only the first 10 of 323 ports in this commit are shown above. View all ports for this commit)
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 16 Feb 2015
[ 09:10 marino search for other commits by this committer ] Original commit   Revision:379078
www/libevhtp: Adjust plist based on pre-existence of header

The presence of onigurama*, owncloud, and php-mdstring preinstall
onigposix.h so this makes the port aware and lets it adjust the plist
accordingly.

PR:		196865
Submitted by:	maintainer (Jingfeng Yan)
Wed, 1 Oct 2014
[ 13:14 robak search for other commits by this committer ] Original commit   Revision:369725
www/libevhtp: fix build for 8.4 systems

PR:		193615
Submitted by:	Jingfeng Yan <yan_jingfeng@yahoo.com>
Approved by:	mentors (implicit)
Fri, 5 Sep 2014
[ 21:23 cs search for other commits by this committer ] Original commit   Revision:367392
- The update provides options on par with original lib source, except share lib
  part.
- change static lib to be shared lib by default, which is required in my
  another ports.
- about 8.4 release broken: the issue will be resolved by adding one include
  file. There is one line missing in 8.4 tcp.h file.

PR:		193131
Submitted by:	Jingfeng Yan (maintainer)
MFH:		2014q3
Tue, 19 Aug 2014
[ 10:40 marino search for other commits by this committer ] Original commit   Revision:365370
Add new port www/libevhtp

PR:		191979
Submitted by:	JingFeng Yan

Libevhtp was created as a replacement API for Libevent's current HTTP API.
The reality of libevent's http interface is that it was created as a JIT
server, meaning the developer never thought of it being used for creating a
full-fledged HTTP service. The maintainer is under the impression that the
libevent http API was designed almost as an example of what you can do with
libevent. It's not Apache in a box, but more and more developers are
attempting to use it as such.

Number of commits found: 25