Kaydet (Commit) 3f2507bb authored tarafından Vladimir Glazunov's avatar Vladimir Glazunov

CWS-TOOLING: integrate CWS kso43

...@@ -46,20 +46,20 @@ TARGET=so_neon ...@@ -46,20 +46,20 @@ TARGET=so_neon
@echo "neon disabled...." @echo "neon disabled...."
.ENDIF .ENDIF
NEON_NAME=neon-0.28.2 NEON_NAME=neon-0.29.3
TARFILE_NAME=$(NEON_NAME) TARFILE_NAME=$(NEON_NAME)
PATCH_FILES=neon.patch PATCH_FILES=neon.patch
.IF "$(GUI)"=="WNT" .IF "$(GUI)"=="WNT"
PATCH_FILES+=neon_exports_win.patch PATCH_FILES+=neon_exports_win.patch
.ELSE .ELSE
PATCH_FILES+=neon_exports_unix.patch PATCH_FILES+=neon_exports_unix.patch
.ENDIF .ENDIF
ADDITIONAL_FILES=src$/makefile.mk src$/config.h src$/ne_ntlm.h src$/ne_ntlm.c ADDITIONAL_FILES=src$/makefile.mk src$/config.h
BUILD_DIR=src
BUILD_DIR=src
BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
OUT2INC= \ OUT2INC= \
......
This diff is collapsed.
--- misc/neon-0.28.2/src/exports.map 2009-09-29 10:28:13.531250000 +0200 --- misc/neon-0.29.3/src/exports.map 2009-09-29 10:28:13.531250000 +0200
+++ misc/build/neon-0.28.2/src/exports.map 2009-09-21 12:16:53.453125000 +0200 +++ misc/build/neon-0.29.3/src/exports.map 2009-09-21 12:16:53.453125000 +0200
@@ -0,0 +1,287 @@ @@ -0,0 +1,288 @@
+NEON_0_28_2 { +NEON_0_29_3 {
+ global: + global:
+ ne__negotiate_ssl; + ne__negotiate_ssl;
+ ne__ssl_exit; + ne__ssl_exit;
...@@ -125,6 +125,7 @@ ...@@ -125,6 +125,7 @@
+ ne_sock_peek; + ne_sock_peek;
+ ne_sock_peer; + ne_sock_peer;
+ ne_sock_prebind; + ne_sock_prebind;
+ ne_sock_proxy;
+ ne_sock_read; + ne_sock_read;
+ ne_sock_read_timeout; + ne_sock_read_timeout;
+ ne_sock_readline; + ne_sock_readline;
...@@ -275,7 +276,7 @@ ...@@ -275,7 +276,7 @@
+ ne_realloc; + ne_realloc;
+ ne_strdup; + ne_strdup;
+ ne_strndup; + ne_strndup;
+ ne_acl_set; + ne_acl3744_set;
+ ne_207_create; + ne_207_create;
+ ne_207_destroy; + ne_207_destroy;
+ ne_207_get_current_propstat; + ne_207_get_current_propstat;
......
--- misc/neon-0.28.2/src/exports.map 2009-09-29 10:28:13.531250000 +0200 --- misc/neon-0.29.3/src/exports.map 2009-09-29 10:28:13.531250000 +0200
+++ misc/build/neon-0.28.2/src/exports.map 2009-09-21 12:16:53.453125000 +0200 +++ misc/build/neon-0.29.3/src/exports.map 2009-09-21 12:16:53.453125000 +0200
@@ -0,0 +1,292 @@ @@ -0,0 +1,294 @@
+NEON_0_28_2 { +NEON_0_29_3 {
+ global: + global:
+ ne_sspi_authenticate; + ne_sspi_authenticate;
+ ne_sspi_clear_context; + ne_sspi_clear_context;
...@@ -131,6 +131,7 @@ ...@@ -131,6 +131,7 @@
+ ne_sock_peek; + ne_sock_peek;
+ ne_sock_peer; + ne_sock_peer;
+ ne_sock_prebind; + ne_sock_prebind;
+ ne_sock_proxy;
+ ne_sock_read; + ne_sock_read;
+ ne_sock_read_timeout; + ne_sock_read_timeout;
+ ne_sock_readline; + ne_sock_readline;
...@@ -281,7 +282,8 @@ ...@@ -281,7 +282,8 @@
+ ne_realloc; + ne_realloc;
+ ne_strdup; + ne_strdup;
+ ne_strndup; + ne_strndup;
+ ne_acl_set; + ne_free;
+ ne_acl3744_set;
+ ne_207_create; + ne_207_create;
+ ne_207_destroy; + ne_207_destroy;
+ ne_207_get_current_propstat; + ne_207_get_current_propstat;
......
...@@ -28,9 +28,9 @@ ...@@ -28,9 +28,9 @@
# the major # the major
NEON_MAJOR=0 NEON_MAJOR=0
# the minor # the minor
NEON_MINOR=28 NEON_MINOR=29
# the micro # the micro
NEON_MICRO=2 NEON_MICRO=3
# concat # concat
NEON_VERSION=$(NEON_MAJOR)$(NEON_MINOR)$(NEON_MICRO) NEON_VERSION=$(NEON_MAJOR)$(NEON_MINOR)$(NEON_MICRO)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment