Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
249ed876
Kaydet (Commit)
249ed876
authored
Şub 12, 2010
tarafından
Vladimir Glazunov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS tkr32
üst
270a9265
f27d0010
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
125 additions
and
13 deletions
+125
-13
curl-7.12.2.patch
curl/curl-7.12.2.patch
+0
-0
curl-7.19.7.patch
curl/curl-7.19.7.patch
+83
-0
curl-7.19.7_win.patch
curl/curl-7.19.7_win.patch
+19
-0
makefile.mk
curl/makefile.mk
+16
-8
d.lst
curl/prj/d.lst
+2
-0
zlib-1.1.4.patch
zlib/zlib-1.1.4.patch
+5
-5
No files found.
curl/curl-7.12.2.patch
deleted
100644 → 0
Dosyayı görüntüle @
270a9265
This diff is collapsed.
Click to expand it.
curl/curl-7.19.7.patch
0 → 100644
Dosyayı görüntüle @
249ed876
--- misc/curl-7.19.7/configure 2009-11-04 13:26:02.000000000 +0100
+++ misc/build/curl-7.19.7/configure 2009-11-18 14:17:25.453125000 +0100
@@ -2735,8 +2735,8 @@
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compile='$CC -c $ADDCFLAGS $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $ADDCFLAGS $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
@@ -3783,8 +3783,8 @@
ac_save_CPPFLAGS="$CPPFLAGS"
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compile='$CC -c $ADDCFLAGS $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $ADDCFLAGS $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
@@ -4434,15 +4434,15 @@
CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
- CFLAGS="-g -O2"
+ CFLAGS="$ADDCFLAGS -g -O2"
else
- CFLAGS="-g"
+ CFLAGS="$ADDCFLAGS -g"
fi
else
if test "$GCC" = yes; then
- CFLAGS="-O2"
+ CFLAGS="$ADDCFLAGS -O2"
else
- CFLAGS=
+ CFLAGS="$ADDCFLAGS"
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
--- misc/curl-7.19.7/lib/setup.h 2009-10-28 21:21:58.000000000 +0100
+++ misc/build/curl-7.19.7/lib/setup.h 2009-11-18 13:30:42.375000000 +0100
@@ -193,6 +193,7 @@
# include <winsock2.h>
# ifdef HAVE_WS2TCPIP_H
# include <ws2tcpip.h>
+# include <wspiapi.h>
# endif
# else
# ifdef HAVE_WINSOCK_H
--- misc/curl-7.19.7/ltmain.sh 2009-11-04 13:25:51.000000000 +0100
+++ misc/build/curl-7.19.7/ltmain.sh 2009-11-18 14:37:08.046875000 +0100
@@ -6188,13 +6188,13 @@
# which has an extra 1 added just for fun
#
case $version_type in
- darwin|linux|osf|windows|none)
+ darwin|linux|osf|windows|freebsd-aout|freebsd-elf|none)
func_arith $number_major + $number_minor
current=$func_arith_result
age="$number_minor"
revision="$number_revision"
;;
- freebsd-aout|freebsd-elf|sunos)
+ sunos)
current="$number_major"
revision="$number_minor"
age="0"
@@ -6271,8 +6271,8 @@
;;
freebsd-elf)
- major=".$current"
- versuffix=".$current"
+ major=.`expr $current - $age`
+ versuffix="$major"
;;
irix | nonstopux)
curl/curl-7.19.7_win.patch
0 → 100644
Dosyayı görüntüle @
249ed876
--- misc/curl-7.19.7/lib/Makefile.vc9 2009-11-04 13:35:39.000000000 +0100
+++ misc/build/curl-7.19.7/lib/Makefile.vc9 2009-11-18 12:32:57.234375000 +0100
@@ -46,13 +46,13 @@
# Stem for static libs and DLLs
#
LIB_NAME = libcurl
-LIB_NAME_DEBUG = libcurld
+LIB_NAME_DEBUG = libcurl
#
# Stem for DLL import libs
#
-IMPLIB_NAME = libcurl_imp
-IMPLIB_NAME_DEBUG = libcurld_imp
+IMPLIB_NAME = libcurl
+IMPLIB_NAME_DEBUG = libcurl
!IFNDEF OPENSSL_PATH
OPENSSL_PATH = ../../openssl-0.9.8g
curl/makefile.mk
Dosyayı görüntüle @
249ed876
...
@@ -45,12 +45,18 @@ all:
...
@@ -45,12 +45,18 @@ all:
# --- Files --------------------------------------------------------
# --- Files --------------------------------------------------------
TARFILE_NAME
=
curl-7.12.2
TARFILE_NAME
=
curl-7.19.7
PATCH_FILES
=
curl-7.12.2.patch
PATCH_FILES
=
curl-7.19.7.patch
CONVERTFILES
=
\
.IF
"$(GUI)"
==
"WNT"
PATCH_FILES
+=
curl-7.19.7_win.patch
.ENDIF
#CONVERTFILES= \
lib$/Makefile.vc6
lib$/Makefile.vc6
ADDITIONAL_FILES
=
lib
$/
config-os2.h lib
$/
Makefile.os2
#
ADDITIONAL_FILES= lib$/config-os2.h lib$/Makefile.os2
.IF
"$(GUI)"
==
"UNX"
.IF
"$(GUI)"
==
"UNX"
...
@@ -77,7 +83,7 @@ BUILD_DIR=$(CONFIGURE_DIR)$/lib
...
@@ -77,7 +83,7 @@ BUILD_DIR=$(CONFIGURE_DIR)$/lib
BUILD_ACTION
=
$(GNUMAKE)
BUILD_ACTION
=
$(GNUMAKE)
BUILD_FLAGS
+=
-j
$(EXTMAXPROCESS)
BUILD_FLAGS
+=
-j
$(EXTMAXPROCESS)
OUT2LIB
=
$(BUILD_DIR)$/
.libs
$/
libcurl
$(DLLPOST)
.
3
OUT2LIB
=
$(BUILD_DIR)$/
.libs
$/
libcurl
$(DLLPOST)
.
4
.ENDIF
# "$(GUI)"=="UNX"
.ENDIF
# "$(GUI)"=="UNX"
...
@@ -111,9 +117,9 @@ EXCFLAGS="/EHsc /YX"
...
@@ -111,9 +117,9 @@ EXCFLAGS="/EHsc /YX"
BUILD_DIR
=
.
$/
lib
BUILD_DIR
=
.
$/
lib
.IF
"$(debug)"
==
""
.IF
"$(debug)"
==
""
BUILD_ACTION
=
nmake
-f
Makefile.vc
6
cfg
=
release-dll
EXCFLAGS
=
$(EXCFLAGS)
BUILD_ACTION
=
nmake
-f
Makefile.vc
9
cfg
=
release-dll
EXCFLAGS
=
$(EXCFLAGS)
.ELSE
.ELSE
BUILD_ACTION
=
nmake
-f
Makefile.vc
6
cfg
=
debug-dll
EXCFLAGS
=
$(EXCFLAGS)
BUILD_ACTION
=
nmake
-f
Makefile.vc
9
cfg
=
debug-dll
EXCFLAGS
=
$(EXCFLAGS)
.ENDIF
.ENDIF
OUT2BIN
=
$(BUILD_DIR)$/
libcurl.dll
OUT2BIN
=
$(BUILD_DIR)$/
libcurl.dll
...
@@ -145,7 +151,9 @@ OUT2INC= \
...
@@ -145,7 +151,9 @@ OUT2INC= \
include
$/
curl
$/
curlver.h
\
include
$/
curl
$/
curlver.h
\
include
$/
curl
$/
types.h
\
include
$/
curl
$/
types.h
\
include
$/
curl
$/
stdcheaders.h
\
include
$/
curl
$/
stdcheaders.h
\
include
$/
curl
$/
mprintf.h
include
$/
curl
$/
mprintf.h
\
include
$/
curl
$/
curlbuild.h
\
include
$/
curl
$/
curlrules.h
# --- Targets ------------------------------------------------------
# --- Targets ------------------------------------------------------
...
...
curl/prj/d.lst
Dosyayı görüntüle @
249ed876
...
@@ -6,6 +6,8 @@ mkdir: %_DEST%\inc%_EXT%\external\curl
...
@@ -6,6 +6,8 @@ mkdir: %_DEST%\inc%_EXT%\external\curl
..\%__SRC%\inc\multi.h %_DEST%\inc%_EXT%\external\curl\multi.h
..\%__SRC%\inc\multi.h %_DEST%\inc%_EXT%\external\curl\multi.h
..\%__SRC%\inc\stdcheaders.h %_DEST%\inc%_EXT%\external\curl\stdcheaders.h
..\%__SRC%\inc\stdcheaders.h %_DEST%\inc%_EXT%\external\curl\stdcheaders.h
..\%__SRC%\inc\types.h %_DEST%\inc%_EXT%\external\curl\types.h
..\%__SRC%\inc\types.h %_DEST%\inc%_EXT%\external\curl\types.h
..\%__SRC%\inc\curlbuild.h %_DEST%\inc%_EXT%\external\curl\curlbuild.h
..\%__SRC%\inc\curlrules.h %_DEST%\inc%_EXT%\external\curl\curlrules.h
..\%__SRC%\bin\libcurl*.dll %_DEST%\bin%_EXT%\*.dll
..\%__SRC%\bin\libcurl*.dll %_DEST%\bin%_EXT%\*.dll
..\%__SRC%\lib\libcurl.* %_DEST%\lib%_EXT%\libcurl.*
..\%__SRC%\lib\libcurl.* %_DEST%\lib%_EXT%\libcurl.*
...
...
zlib/zlib-1.1.4.patch
Dosyayı görüntüle @
249ed876
...
@@ -192,7 +192,7 @@
...
@@ -192,7 +192,7 @@
+ also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
+ also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
+*/
+*/
+/*
+/*
+ crypt.c (full version) by Info-ZIP. Last revised: [see crypt.h]
+ crypt.c (full version) by Info-ZIP. Last revised: [see
info_zip_
crypt.h]
+
+
+ The encryption/decryption parts of this source code (as opposed to the
+ The encryption/decryption parts of this source code (as opposed to the
+ non-echoing password parts) were originally written in Europe. The
+ non-echoing password parts) were originally written in Europe. The
...
@@ -334,7 +334,7 @@
...
@@ -334,7 +334,7 @@
+#ifndef NOUNCRYPT
+#ifndef NOUNCRYPT
+#include "crypt.h"
+#include "
info_zip_
crypt.h"
+#endif
+#endif
+
+
/* ===========================================================================
/* ===========================================================================
...
@@ -2855,10 +2855,10 @@
...
@@ -2855,10 +2855,10 @@
#ifdef __cplusplus
#ifdef __cplusplus
}
}
#endif
#endif
--- misc/zlib-1.1.4/contrib/minizip/
crypt.h 2009-07-17 11:13:37.281250000 +0200
--- misc/zlib-1.1.4/contrib/minizip/info_zip_
crypt.h 2009-07-17 11:13:37.281250000 +0200
+++ misc/build/zlib-1.1.4/contrib/minizip/crypt.h 2009-07-17 10:58:41.843750000 +0200
+++ misc/build/zlib-1.1.4/contrib/minizip/
info_zip_
crypt.h 2009-07-17 10:58:41.843750000 +0200
@@ -0,0 +1,132 @@
@@ -0,0 +1,132 @@
+/* crypt.h -- base code for crypt/uncrypt ZIPfile
+/*
info_zip_
crypt.h -- base code for crypt/uncrypt ZIPfile
+
+
+
+
+ Version 1.01e, February 12th, 2005
+ Version 1.01e, February 12th, 2005
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment