Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
1.2.16_4 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 ) |
1.2.16_4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2.16_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.16_4 01 Sep 2019 22:48:46 |
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 |
1.2.16_3 02 Aug 2019 13:30:40 |
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 |
1.2.16_2 25 Dec 2018 20:25:40 |
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 |
1.2.16_2 19 Mar 2018 06:03:16 |
yuri |
devel/oniguruma: Update to 6.8.1
Only changed the shared object version (forgotten on the previous release). |
1.2.16_1 17 Mar 2018 20:31:20 |
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. |
1.2.16 16 Jan 2018 00:56:37 |
ultima |
* Updated to 1.2.16
* Removed all patches (yay! =)
Changes: https://github.com/criticalstack/libevhtp/releases/tag/1.2.16 |
1.2.15_1 11 Jan 2018 17:34:23 |
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 |
1.2.15 04 Jan 2018 19:13:15 |
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 |
1.2.11_4 03 Jul 2017 19:06:08 |
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 |
1.2.11_4 20 Feb 2017 02:57:04 |
jbeich |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
1.2.11_3 04 Feb 2017 07:56:59 |
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) |
1.2.11_2 29 Jun 2016 16:03:04 |
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) |
1.2.11_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.2.11_1 12 Jan 2016 19:55:48 |
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) |
1.2.11 03 Dec 2015 14:57:26 |
amdmi3 |
- Update to 1.2.11
- Fix option names
- Add DEBUG options
- Switch to pkg-plist
PR: 204681
Submitted by: Ultima1252@gmail.com (maintainer) |
1.2.10 30 Oct 2015 02:25:40 |
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) |
1.2.9_3 29 Oct 2015 02:36:27 |
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> |
1.2.9_3 07 May 2015 20:24:16 |
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 |
1.2.9_3 16 Feb 2015 09:10:27 |
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) |
1.2.9_2 01 Oct 2014 13:14:11 |
robak |
www/libevhtp: fix build for 8.4 systems
PR: 193615
Submitted by: Jingfeng Yan <yan_jingfeng@yahoo.com>
Approved by: mentors (implicit) |
1.2.9_1 05 Sep 2014 21:23:30 |
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 |
1.2.9 19 Aug 2014 10:40:59 |
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. |