non port: www/libevhtp/Makefile |
Number of commits found: 25 |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 1 Sep 2019
|
22:48 ultima
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
|
Friday, 2 Aug 2019
|
13:30 jbeich
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
|
Tuesday, 25 Dec 2018
|
20:25 tcberner
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
|
Monday, 19 Mar 2018
|
06:03 yuri
devel/oniguruma: Update to 6.8.1
Only changed the shared object version (forgotten on the previous release).
|
Saturday, 17 Mar 2018
|
20:31 yuri
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.
|
Tuesday, 16 Jan 2018
|
00:56 ultima
* Updated to 1.2.16
* Removed all patches (yay! =)
Changes: https://github.com/criticalstack/libevhtp/releases/tag/1.2.16
|
Thursday, 11 Jan 2018
|
17:34 ultima
* 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
|
Thursday, 4 Jan 2018
|
19:13 ultima
* 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
|
Monday, 3 Jul 2017
|
19:06 ultima
* 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
|
Monday, 20 Feb 2017
|
02:57 jbeich
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
|
Saturday, 4 Feb 2017
|
07:56 jbeich
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)
|
Wednesday, 29 Jun 2016
|
16:03 pi
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)
|
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Tuesday, 12 Jan 2016
|
19:55 pi
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)
|
Thursday, 3 Dec 2015
|
14:57 amdmi3
- Update to 1.2.11
- Fix option names
- Add DEBUG options
- Switch to pkg-plist
PR: 204681
Submitted by: Ultima1252@gmail.com (maintainer)
|
Friday, 30 Oct 2015
|
02:25 junovitch
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)
|
Thursday, 29 Oct 2015
|
02:36 junovitch
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>
|
Thursday, 7 May 2015
|
20:24 mat
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 16 Feb 2015
|
09:10 marino
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)
|
Wednesday, 1 Oct 2014
|
13:14 robak
www/libevhtp: fix build for 8.4 systems
PR: 193615
Submitted by: Jingfeng Yan <yan_jingfeng@yahoo.com>
Approved by: mentors (implicit)
|
Friday, 5 Sep 2014
|
21:23 cs
- 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
|
Tuesday, 19 Aug 2014
|
10:40 marino
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 |