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/obhttpd/Makefile

Number of commits found: 30

Tuesday, 19 Mar 2024
22:44 Christian Weisgerber (naddy) search for other commits by this committer
www/obhttpd: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: cd1d4f3fe112d45af2b61364eeb87803ced7fc82 commit hash: cd1d4f3fe112d45af2b61364eeb87803ced7fc82 commit hash: cd1d4f3fe112d45af2b61364eeb87803ced7fc82 commit hash: cd1d4f3fe112d45af2b61364eeb87803ced7fc82 cd1d4f3
Thursday, 22 Feb 2024
12:31 Robert Clausecker (fuz) search for other commits by this committer Author: Nikola Kolev
www/obhttpd: update to 7.4.20231129

 * Use LibreSSL 3.8.2

Changelog: https://github.com/koue/httpd/blob/master/ChangeLog

PR:		275453
commit hash: 8f98bcec2fd893ff2ecc52ba8ce6f08c827ef420 commit hash: 8f98bcec2fd893ff2ecc52ba8ce6f08c827ef420 commit hash: 8f98bcec2fd893ff2ecc52ba8ce6f08c827ef420 commit hash: 8f98bcec2fd893ff2ecc52ba8ce6f08c827ef420 8f98bce
Sunday, 13 Aug 2023
09:32 Robert Clausecker (fuz) search for other commits by this committer Author: Nikola Kolev
www/obhttpd: Use LibreSSL 3.5.4

With LibreSSL greater than version 3.5.x obhttpd is not able to load the
SSL certificate on startup:

server_tls_init: failed to configure tls - failed to load certificate

PR:		273054
commit hash: 66ef1e2db73581d8820614f7ca71bda4323cd805 commit hash: 66ef1e2db73581d8820614f7ca71bda4323cd805 commit hash: 66ef1e2db73581d8820614f7ca71bda4323cd805 commit hash: 66ef1e2db73581d8820614f7ca71bda4323cd805 66ef1e2
Wednesday, 9 Aug 2023
13:03 Robert Clausecker (fuz) search for other commits by this committer Author: Nikola Kolev
www/obhttpd: update to 7.3.20230714

Changelog: https://github.com/koue/httpd/blob/master/ChangeLog

PR:		273018
commit hash: f8c975320b3e9ed639bdbca40ec1208f07dc7051 commit hash: f8c975320b3e9ed639bdbca40ec1208f07dc7051 commit hash: f8c975320b3e9ed639bdbca40ec1208f07dc7051 commit hash: f8c975320b3e9ed639bdbca40ec1208f07dc7051 f8c9753
Thursday, 9 Mar 2023
20:29 Christian Weisgerber (naddy) search for other commits by this committer
www/obhttpd: skip detection of <endian.h>

This fixes a compilation error in the embedded LibreSSL, which was
triggered by the appearance of the new <endian.h> system header:
use of undeclared identifier 'BYTE_ORDER'

PR:		270015
Approved by:	koue@chaosophia.net (maintainer)
commit hash: db361432b40a37fe237c248c5444512629009f81 commit hash: db361432b40a37fe237c248c5444512629009f81 commit hash: db361432b40a37fe237c248c5444512629009f81 commit hash: db361432b40a37fe237c248c5444512629009f81 db36143
Thursday, 29 Sep 2022
21:16 Nuno Teixeira (eduardo) search for other commits by this committer Author: Nikola Kolev
www/obhttpd: Fix libevent issue

 - After the previous upgrade of the obhttpd port to version
   7.1.20220923 PR #266572 I found issue with the version of libevent.
   Downgrade libevent to the previous working version until find
   working solution.

PR:		266710
commit hash: d5684a342e77ad1795c8a086806280936fa96044 commit hash: d5684a342e77ad1795c8a086806280936fa96044 commit hash: d5684a342e77ad1795c8a086806280936fa96044 commit hash: d5684a342e77ad1795c8a086806280936fa96044 d5684a3
Friday, 23 Sep 2022
22:30 Nuno Teixeira (eduardo) search for other commits by this committer Author: Nikola Kolev
www/obhttpd: Update to 7.1.20220923

ChangeLog:	https://github.com/koue/httpd/blob/master/ChangeLog
PR:		266572
commit hash: d8540ae12df26c262c7e32d77793b3189d5109f9 commit hash: d8540ae12df26c262c7e32d77793b3189d5109f9 commit hash: d8540ae12df26c262c7e32d77793b3189d5109f9 commit hash: d8540ae12df26c262c7e32d77793b3189d5109f9 d8540ae
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
Saturday, 25 Dec 2021
14:18 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Nikola Kolev
www/obhttpd: Update to 7.0.20211221

Changelog https://github.com/koue/httpd/blob/master/ChangeLog

PR:		260665
commit hash: c62f40fb68bfe1adff8f68b8bcf89726d890d20c commit hash: c62f40fb68bfe1adff8f68b8bcf89726d890d20c commit hash: c62f40fb68bfe1adff8f68b8bcf89726d890d20c commit hash: c62f40fb68bfe1adff8f68b8bcf89726d890d20c c62f40f
Sunday, 12 Dec 2021
18:54 Daniel Engberg (diizzy) search for other commits by this committer Author: Nikola Kolev
www/obhttpd: Update to 7.0.20211108

Changelog: https://github.com/koue/httpd/blob/master/ChangeLog

PR:		259733
Approved by:	mentors (implicit)
commit hash: 5fb4512100600119df001a86b4d135ab178afe01 commit hash: 5fb4512100600119df001a86b4d135ab178afe01 commit hash: 5fb4512100600119df001a86b4d135ab178afe01 commit hash: 5fb4512100600119df001a86b4d135ab178afe01 5fb4512
Tuesday, 11 May 2021
05:17 Neel Chauhan (nc) search for other commits by this committer Author: Nikola Kolev
www/obhttpd: Update to 6.9.20210510

Changes: https://github.com/koue/httpd/blob/master/ChangeLog

PR:	249894
commit hash: 08d7bc66f5d1ce3c74d9c2d67e4ae9c87efee673 commit hash: 08d7bc66f5d1ce3c74d9c2d67e4ae9c87efee673 commit hash: 08d7bc66f5d1ce3c74d9c2d67e4ae9c87efee673 commit hash: 08d7bc66f5d1ce3c74d9c2d67e4ae9c87efee673 08d7bc6
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
Monday, 22 Feb 2021
16:37 emaste search for other commits by this committer
www/obhttpd: Prepare for base system default PIE

PR:		253275
Submitted by:	Dawid Gorecki <dgr@semihalf.com>
Approved by:	lwhsu, Nikola Kolev (maintainer)
Differential Revision:	https://reviews.freebsd.org/D28800
Original commitRevision:566309 
Wednesday, 2 Sep 2020
08:52 danfe search for other commits by this committer
Force -fcommon to unbreak the build against modern compilers.

Reported by:	pkg-fallout
Original commitRevision:547346 
Tuesday, 5 Nov 2019
01:13 meta search for other commits by this committer
www/obhttpd: Update to 6.6.20191023

Also, depend on standalone LibreSSL rather than security/libressl port.
Now this port can be installed even if LibreSSL is not selected in
DEFAULT_VERSIONS.

PR:		241480
Submitted by:	Nikola Kolev <koue@chaosophia.net>
Reported by:	 Leo Vandewoestijne
Original commitRevision:516764 
Saturday, 19 Oct 2019
15:00 tobik search for other commits by this committer
Rebuild statically linked security/libressl consumers after r514815
Original commitRevision:514818 
Thursday, 23 May 2019
02:52 tobik search for other commits by this committer
Rebuild statically linked security/libressl consumers after r502277
Original commitRevision:502305 
Monday, 22 Apr 2019
20:38 tobik search for other commits by this committer
Rebuild statically linked security/libressl consumers after r499667
Original commitRevision:499673 
Friday, 3 Aug 2018
16:14 swills search for other commits by this committer
www/obhttpd: Update to 6.3.20180803

PR:		230329
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
Original commitRevision:476303 
Tuesday, 10 Jul 2018
20:22 swills search for other commits by this committer
www/obhttpd: Update to 6.3.20180529

PR:		229672
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
Original commitRevision:474407 
Thursday, 9 Nov 2017
23:06 swills search for other commits by this committer
www/obhttpd: Fix libressl build dependency

PR:		219081
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
Original commitRevision:453878 
Thursday, 16 Feb 2017
21:43 jrm search for other commits by this committer
www/obhttpd: Apply OpenBSD errata from January 31st, 2017.

Errata text: https://marc.info/?l=openbsd-announce&m=148604065924319&w=2

PR:		216752
Submitted by:	t@tobik.me
Approved by:	swills (mentor, implicit) koue@chaosophia.net (maintainer)
Original commitRevision:434257 
Wednesday, 11 Jan 2017
04:57 ler search for other commits by this committer
upgrade www/obhttpd to 6.0.20161006
modernized the Uses / USE_OPENSSL usage

PR:	213560
Submitted by:	koue@chaosophia.net (Maintainer)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D9128
Original commitRevision:431157 
Tuesday, 3 Jan 2017
18:12 mat search for other commits by this committer
Never set WRKSRC when using USE_GITHUB.

If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
Original commitRevision:430490 
Wednesday, 29 Jun 2016
14:22 mat search for other commits by this committer
Remove all usage of OPENSSL_PORT from ports, this is deprecated, and
always was a user defined variable.

Sponsored by:	Absolight
Original commitRevision:417767 
Monday, 6 Jun 2016
13:48 amdmi3 search for other commits by this committer
- Update to 5.9.20160601

PR:		210069
Submitted by:	koue@chaosophia.net (maintainer)
Original commitRevision:416461 
Monday, 14 Dec 2015
17:16 mat search for other commits by this committer
Fix build as a user.

Sponsored by:	Absolight
Original commitRevision:403730 
Friday, 11 Dec 2015
20:20 pi search for other commits by this committer
www/obhttpd: 5.7.20150508 -> 5.8.20151023

Changes: Tracking upstream update 5.7 -> 5.8

PR:		205197
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
Original commitRevision:403556 
Sunday, 6 Dec 2015
15:41 riggs search for other commits by this committer
Move www/httpd to www/openhttpd to avoid consistency issues

- Move to www/obhttpd
- Avoid config file name conflict: httpd.conf -> obhttpd.conf

PR:		198705
Original commitRevision:403117 

Number of commits found: 30