delete old packages
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2801 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
12
dev-util/cmake/files/cmake-2.8.3-buffer_overflow.patch
Normal file
12
dev-util/cmake/files/cmake-2.8.3-buffer_overflow.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -urN cmake-2.8.3.orig//Source/kwsys/SystemInformation.cxx cmake-2.8.3//Source/kwsys/SystemInformation.cxx
|
||||
--- cmake-2.8.3.orig//Source/kwsys/SystemInformation.cxx 2010-12-25 16:56:42.609163498 +0100
|
||||
+++ cmake-2.8.3//Source/kwsys/SystemInformation.cxx 2010-12-25 17:25:18.002163499 +0100
|
||||
@@ -152,7 +152,7 @@
|
||||
|
||||
public:
|
||||
#define VENDOR_STRING_LENGTH (12 + 1)
|
||||
-#define CHIPNAME_STRING_LENGTH (48 + 1)
|
||||
+#define CHIPNAME_STRING_LENGTH (68 + 1)
|
||||
#define SERIALNUMBER_STRING_LENGTH (29 + 1)
|
||||
|
||||
typedef struct tagID
|
||||
12
dev-util/cmake/files/cmake-2.8.3-ruby_libname.patch
Normal file
12
dev-util/cmake/files/cmake-2.8.3-ruby_libname.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -urN cmake-2.8.3.orig//Modules/FindRuby.cmake cmake-2.8.3//Modules/FindRuby.cmake
|
||||
--- cmake-2.8.3.orig//Modules/FindRuby.cmake 2010-12-25 16:56:42.597163498 +0100
|
||||
+++ cmake-2.8.3//Modules/FindRuby.cmake 2010-12-25 16:57:55.207163499 +0100
|
||||
@@ -180,7 +180,7 @@
|
||||
|
||||
|
||||
# Determine the list of possible names for the ruby library
|
||||
-SET(_RUBY_POSSIBLE_LIB_NAMES ruby ruby-static ruby${_RUBY_VERSION_SHORT})
|
||||
+SET(_RUBY_POSSIBLE_LIB_NAMES ruby ruby-static ruby${_RUBY_VERSION_SHORT} ruby${_RUBY_VERSION_SHORT_NODOT})
|
||||
|
||||
IF(WIN32)
|
||||
SET( _RUBY_MSVC_RUNTIME "" )
|
||||
Reference in New Issue
Block a user