Schrijvers Luc
87cfd06b65
apache, bump to 2.4.66 ( #13339 )
2025-12-06 17:05:00 +01:00
Schrijvers Luc
ed07d5675d
apache, drop --with-included-regex ( #12169 )
...
not required for fixing earlier crash
2025-04-15 08:30:58 +00:00
Schrijvers Luc
bd68ae4d90
apache, bump to version 2.4.63 ( #12130 )
...
add patch to fix crash for conftest, kudos to jmairboeck
2025-04-15 07:00:57 +00:00
OscarL
c263d500de
robinhood: enable for 64 bits, build without dependencies, add docs. ( #11456 )
...
* robinhood: enable for 64 bits. Build without dependencies.
Also, addded the docs, and a small patch so you can actually open them from RHConsole's
"Help" menu.
* libhttp: drop recipe.
Only user on-tree, RobinHood, now includes it.
(HaikuArchive/libHTTP even says: "DO NOT USE FOR NEW PROJECTS").
2024-12-18 07:35:14 +01:00
PulkoMandy
dbf8105eb8
apache httpd: some fixes
...
- Allow running as UID 0
- Fix log directory
- Enable asis and cgi modules
Fixes #11114
2024-09-14 16:57:32 +02:00
Adrien Destugues
19d8672913
apache: update to openssl 3
2024-09-01 09:58:46 +02:00
Adrien Destugues
20836cd248
lighttpd: update to openssl 3
2024-09-01 09:47:39 +02:00
Schrijvers Luc
d7c8f164a1
lighttpd, revbump for openldap changes ( #9271 )
2023-08-23 11:41:49 +00:00
Schrijvers Luc
414f5e5063
apache, bump version ( #8637 )
2023-05-12 19:22:41 +02:00
kenmays
a4278c09ef
apache: bump version ( #7354 )
...
* apache: bump version
2022-11-06 15:34:04 +01:00
Schrijvers Luc
071435bc75
nginx, revbump for build ( #7374 )
2022-11-06 08:20:09 +01:00
kenmays
b9d7ae0911
nginx: bump version ( #7355 )
...
* nginx: bump version
2022-11-05 20:59:04 +01:00
kenmays
e666d9e595
lighttpd: fixed for x86 ( #7352 )
2022-11-03 17:45:59 -06:00
kenmays
5e9a9309c7
lighttpd: rebuild ( #7280 )
...
* lighttpd: added more security
* lighttpd: recipe cleanup
2022-10-17 19:19:05 +02:00
Jerome Duval
59587e71b5
apache: trigger build on x86
2022-04-26 09:52:35 +02:00
Sergei Reznikov
5bad07b939
apache: bump and enable
2022-04-25 23:02:59 +03:00
kenmays
6f914751c8
apache: bump to 2.4.50 ( #6248 )
2021-10-07 23:03:52 +03:00
waddlesplash
4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. ( #6189 )
...
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
IhatemyISP
0b05db1b99
nginx: version and feature bump ( #5763 )
...
* nginx: version and feature bump
2021-03-15 19:45:40 +01:00
kenmays
19d3ab8fa0
lighttpd: bump version ( #5254 )
2020-09-18 09:03:17 +02:00
kenmays
de61fdcc01
apache: bump version ( #5255 )
...
* apache: disabled build
2020-09-16 16:15:03 +02:00
Augustin Cavalier
165a784ece
Bump revisions of all packages that depend on curl.
2020-04-11 17:32:56 -04:00
waddlesplash
dc7dc905a9
Delete cherokee-1.2.104.recipe
2020-04-10 10:41:10 -04:00
waddlesplash
0d1d1b36bb
Delete cherokee-1.2.104.patchset
2020-04-10 10:41:07 -04:00
Augustin Cavalier
e23e9be3cf
Bump revisions of all packages that depend on OpenSSL.
2020-03-19 20:08:50 -04:00
Adrien Destugues
8ae943d375
Revert "lighttpd: bump version."
...
This reverts commit dd14527657 .
This version of lighttpd crashes when starting. Please run haikuporter
--test when bumping versions.
2020-01-02 21:42:05 +01:00
alwayslivid
f939ec6c27
apache: bump version ( #4432 )
2019-12-09 13:13:59 +01:00
Jerome Duval
dd14527657
lighttpd: bump version.
2019-11-19 19:32:33 +01:00
Sergei Reznikov
b33911a641
nginx: bump version
2019-07-24 02:13:39 +03:00
fbrosson
1a90c0e945
Apache: enable x86 secondary arch...
2018-10-23 20:22:12 +00:00
fbrosson
9c5bf79cd8
Apache: bump to 2.4.37, make some important changes.
...
* The modules were previously installed directly in /system/lib/.
Now the are being installed in /system/lib/apache/.
* On x86 secondary arch the modules are now being installed in
/system/lib/x86/apache/, and we can re-enable that arch.
* The "httpd.conf" file, as well as two subdirectories, "extra"
and "original", were previously installed in /system/settings/.
Now they are being installed in /system/settings/apache/.
* Several directories ("build", "cgi-bin", "error", "htdocs",
"icons" and "manual") which were previously installed in
/system/data/ are now being installed in /system/data/apache/.
Remark: Although "cgi-bin", "htdocs" and "icons" could have been
kept in /system/data/, having "build", "error" and "manual" in
/system/data/ was definitely wrong. Hence the global move.
* Move GLOBAL_WRITABLE_FILES before PROVIDES.
2018-10-23 20:13:41 +00:00
fbrosson
7956ee0002
lighttpd: bump to 1.4.51.
2018-10-15 13:52:40 +00:00
fbrosson
a89c4d1cd8
lighttpd: PROVIDES += "lib:mod_sockproxy" (new in 1.4.50)
...
While at it, move GLOBAL_WRITABLE_FILES*, USER_SETTINGS_FILES* and
POST_INSTALL_SCRIPTS before PROVIDES.
2018-10-15 13:52:39 +00:00
fbrosson
f7d7002611
lighttpd: bump to 1.4.50.
2018-10-14 18:51:40 +00:00
fbrosson
0448f8c7cc
Apache: bump to 2.4.35, use lib{brotlienc,curl,jansson}.
...
This brings mod_brotli and mod_md. The "managed domains" module,
mod_md, is required for integrating Let's Encrypt functionality.
Also mark x86 secondary arch as untested because the modules are
not being installed in system/lib/x86/ but in system/lib/.
2018-09-22 09:04:23 +00:00
fbrosson
037a5053b8
Apache: rev-bump, sorry... Closes #2949
2018-09-06 04:34:31 +00:00
fbrosson
640add17fc
Apache: use libnghttp2. This allows to build mod_http2.
...
While at it, comment out the "User daemon" and "Group daemon"
directives in the default httpd.conf to workaround #2949 .
2018-09-06 04:22:58 +00:00
Jerome Duval
9157c823ae
code reformat.
2018-09-05 14:34:26 +02:00
Jerome Duval
3b10cbdba8
fix missing $secondaryArchSuffix
...
clean up.
2018-09-05 07:37:48 +02:00
Jerome Duval
967ba48080
www-*: reorder sections.
2018-08-08 17:40:49 +02:00
Jerome Duval
844cdc8a1c
www-*: code style.
2018-08-03 14:52:59 +02:00
fbrosson
fcbd68f593
Apache: bump to 2.4.34, switch SOURCE_URI to tar.bz2.
...
Remark: the default configuration does not work out-of-the-box, but
this was already the case before this version bump...
2018-07-16 13:55:17 +00:00
fbrosson
7b02f29d44
lighttpd: do not use getPackagePrefix for now. ( #2692 )
...
getPackagePrefix makes our scripts on travis-ci.org complain:
Checking ports of: lighttpd-1.4.49
lighttpd-1.4.49 [www-servers]
packageEntries: error: "mod_geoip" doesn't seem to be
a valid package suffix.
So, instead, use a little hack.
2018-06-16 07:09:04 +00:00
fbrosson
b173cb969c
lighttpd: fix PROVIDES*, add debuginfo & commandSuffix. ( #2692 )
...
* The lib:mod_* in PROVIDES* were missing a $secondaryArchSuffix.
* Use "$(getPackagePrefix mod_geoip)" in defineDebugInfoPackage.
2018-06-16 06:55:15 +00:00
fbrosson
9809d4ce46
lighttpd: select the libuuid from util-linux. ( #2641 )
2018-06-03 17:35:27 +00:00
miqlas
4d9b6491f0
Apache: bump, provides fix, debuginfo, bindir, general cleanup ( #2549 )
2018-05-20 10:57:18 -04:00
fbrosson
8fe1160845
lighttpd: bump to 1.4.49. ( #2321 )
2018-05-11 09:07:19 +00:00
Michael Lotz
b63610ca88
Various revision bumps to force rebuild of _x86 packages.
...
These were all built against openssl11 which was deactivated.
2017-11-29 21:26:57 +01:00
fbrosson
f32f63d1d1
lighttpd: declare mod_openssl, mod_vhostdb{,_ldap} & mod_wstunnel.
2017-11-27 12:18:20 +00:00
Jerome Duval
85c00d2554
lighttpd: bump version.
2017-11-20 20:23:16 +01:00