hi guys, just curious to know .. On 4.0 it has php (hardened package) but it's missing on 4.1. I noticed this on the makefile
:4.0 /usr/ports/www/php5 $ more Makefile # $OpenBSD: Makefile,v 1.2 2006/05/09 14:15:40 robert Exp $ SUBDIR += core SUBDIR += core,hardened SUBDIR += extensions SUBDIR += extensions,hardened SUBDIR += extensions,no_x11 .include <bsd.port.subdir.mk> :4.1 $ more Makefile # $OpenBSD: Makefile,v 1.3 2006/10/21 11:44:10 robert Exp $ SUBDIR += core SUBDIR += extensions SUBDIR += extensions,no_x11 .include <bsd.port.subdir.mk> has the maintainer dropped the hardened patch? thanks, -beavis
