notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/libevhtp/Makefile

Number of commits found: 25

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 1 Sep 2019
22:48 ultima search for other commits by this committer
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
Original commitRevision:510747 
Friday, 2 Aug 2019
13:30 jbeich search for other commits by this committer
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
Original commitRevision:507877 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
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
Original commitRevision:488341 
Monday, 19 Mar 2018
06:03 yuri search for other commits by this committer
devel/oniguruma: Update to 6.8.1

Only changed the shared object version (forgotten on the previous release).
Original commitRevision:464983 
Saturday, 17 Mar 2018
20:31 yuri search for other commits by this committer
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.
Original commitRevision:464845 
Tuesday, 16 Jan 2018
00:56 ultima search for other commits by this committer
* Updated to 1.2.16
* Removed all patches (yay! =)

Changes:	https://github.com/criticalstack/libevhtp/releases/tag/1.2.16
Original commitRevision:459147 
Thursday, 11 Jan 2018
17:34 ultima search for other commits by this committer
* 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
Original commitRevision:458757 
Thursday, 4 Jan 2018
19:13 ultima search for other commits by this committer
* 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
Original commitRevision:458045 
Monday, 3 Jul 2017
19:06 ultima search for other commits by this committer
* 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
Original commitRevision:444980 
Monday, 20 Feb 2017
02:57 jbeich search for other commits by this committer
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
Original commitRevision:434427 
Saturday, 4 Feb 2017
07:56 jbeich search for other commits by this committer
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)
Original commitRevision:433286 
Wednesday, 29 Jun 2016
16:03 pi search for other commits by this committer
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)
Original commitRevision:417778 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Tuesday, 12 Jan 2016
19:55 pi search for other commits by this committer
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)
Original commitRevision:405906 
Thursday, 3 Dec 2015
14:57 amdmi3 search for other commits by this committer
- Update to 1.2.11
- Fix option names
- Add DEBUG options
- Switch to pkg-plist

PR:		204681
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:402878 
Friday, 30 Oct 2015
02:25 junovitch search for other commits by this committer
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)
Original commitRevision:400488 
Thursday, 29 Oct 2015
02:36 junovitch search for other commits by this committer
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>
Original commitRevision:400435 
Thursday, 7 May 2015
20:24 mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385665 
Monday, 16 Feb 2015
09:10 marino search for other commits by this committer
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)
Original commitRevision:379078 
Wednesday, 1 Oct 2014
13:14 robak search for other commits by this committer
www/libevhtp: fix build for 8.4 systems

PR:		193615
Submitted by:	Jingfeng Yan <yan_jingfeng@yahoo.com>
Approved by:	mentors (implicit)
Original commitRevision:369725 
Friday, 5 Sep 2014
21:23 cs search for other commits by this committer
- 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
Original commitRevision:367392 
Tuesday, 19 Aug 2014
10:40 marino search for other commits by this committer
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.
Original commitRevision:365370 

Number of commits found: 25