Including security fixes for CVE-2008-1447 and CVE-2007-1558. Tested by Jeremy Evans, jcs@, sturm@ and msf@. Thank you!
13 lines
434 B
Plaintext
13 lines
434 B
Plaintext
$OpenBSD: patch-configure,v 1.5 2009/04/27 10:54:09 bernd Exp $
|
|
--- configure.orig Tue Mar 31 11:22:07 2009
|
|
+++ configure Sat Apr 4 15:25:11 2009
|
|
@@ -17282,7 +17282,7 @@ if test "$enable_shared" = 'yes'; then
|
|
;;
|
|
openbsd*)
|
|
SOLIBS='$(LIBS)'
|
|
- LIBRUBY_SO='lib$(RUBY_INSTALL_NAME).so.$(MAJOR).'`expr ${MINOR} \* 10 + ${TEENY}`
|
|
+ LIBRUBY_SO='lib$(RUBY_INSTALL_NAME).so.'${LIBruby_VERSION}
|
|
;;
|
|
solaris*)
|
|
SOLIBS='$(LIBS)'
|