Commit Graph

9 Commits

Author SHA1 Message Date
sthen
d181616867 rename mod_ssl's (very old) internal function, SSL_CTX_use_certificate_chain,
because a function with the same name was added to libressl recently.

unbreaks 130-odd ports.
2014-10-02 17:13:28 +00:00
sthen
75330fd4d8 Modify apache-httpd-openbsd Makefile to install CGIs as mode 700 instead
of 000, so that pkg_create run as non-root is able to create the package.
These files are annotated "@mode 000" in the PLIST so when the package
is installed, they still have no access permissions, so no change to
the end results. Remove FAKE_AS_ROOT=Yes.
2014-09-17 09:04:38 +00:00
espie
963975501d explicitly mark the few ports that don't build with FAKE_AS_ROOT=No 2014-09-16 09:07:03 +00:00
kili
8fe8e948eb Rename rc scripts of apache-httpd to apache resp. apache2 to get rid
of a conflict with base httpd.

ok sthen@
2014-07-27 10:51:37 +00:00
sthen
b7e7b4903f instead of lynx -dump, use ftp -o- | sed to strip out html tags (for
apachectl status / fullstatus)

ok ajacoutot@
2014-07-16 14:41:19 +00:00
florian
8ef76f50d8 No need for HAVE_SSL_RAND_EGD local patch, change pushed upstream (by
just removing the code).
While here switch naming scheme to YYYYMMDD, so no need for PKGNAME
and REVISION.
input/ok sthen@
2014-05-09 11:40:44 +00:00
sthen
9397c7672b fix following RAND_egd removal 2014-04-19 11:47:39 +00:00
florian
99cdbdfa1d Point HOMEPAGE to github. It contains a complete history of the old
base httpd(8).
Need to bump REVISION pointed out and OK by sthen@
2014-04-01 15:07:19 +00:00
sthen
4a0e68fad4 Import a snapshot of the modified Apache httpd (previously in base) to ports.
Mostly worked on by florian@, port tweaks by me.
2014-03-13 17:28:04 +00:00