Building Apache from www/apache13-ssl produces a NON working copy of Apache. Fix: Create /usr/bin/objformat eg; touch /usr/bin/objformat Edit /usr/bin/objformat Place the following in it: #!/bin/sh echo elf Save the file, and perform the following: chmod +r +x -w /usr/bin/objformat DONE! How-To-Repeat: cd /usr/ports/www/apache13-ssl make && make install httpsdctl configtest Apache emits errors regarding the modules.
Responsible Changed From-To: freebsd-www->apache The www/ GNATS category is only for things affecting the FreeBSD website; ports/ is the proper category for ports PRs.
dinoex 2008-04-15 11:50:11 UTC FreeBSD ports repository Modified files: www/apache13-ssl Makefile distinfo pkg-plist Log: - Security update to 1.3.41+ssl_1.59 Security: CVE-2008-0555 - fix objformat PR: 120105 Revision Changes Path 1.122 +5 -2 ports/www/apache13-ssl/Makefile 1.23 +6 -6 ports/www/apache13-ssl/distinfo 1.28 +2 -2 ports/www/apache13-ssl/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed a fix is committed, thanks.
Responsible Changed From-To: apache->dinoex I will take care of followups.