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
aa836157
Kaydet (Commit)
aa836157
authored
Şub 03, 2010
tarafından
Kai Sommerfeld
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i108909# - Updated neon to version 0.29.3
üst
48699169
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
17 deletions
+19
-17
makefile.mk
neon/makefile.mk
+4
-4
neon.patch
neon/neon.patch
+0
-0
neon_exports_unix.patch
neon/neon_exports_unix.patch
+6
-5
neon_exports_win.patch
neon/neon_exports_win.patch
+6
-5
version.mk
neon/version.mk
+3
-3
No files found.
neon/makefile.mk
Dosyayı görüntüle @
aa836157
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
#
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
...
...
@@ -50,18 +50,18 @@ TARGET=so_neon
@echo
"neon disabled...."
.ENDIF
NEON_NAME
=
neon-0.2
8.2
NEON_NAME
=
neon-0.2
9.3
TARFILE_NAME
=
$(NEON_NAME)
PATCH_FILES
=
neon.patch
.IF
"$(GUI)"
==
"WNT"
.IF
"$(GUI)"
==
"WNT"
PATCH_FILES
+=
neon_exports_win.patch
.ELSE
PATCH_FILES
+=
neon_exports_unix.patch
.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_ACTION
=
dmake
$(MFLAGS)
$(CALLMACROS)
...
...
neon/neon.patch
Dosyayı görüntüle @
aa836157
This diff is collapsed.
Click to expand it.
neon/neon_exports_unix.patch
Dosyayı görüntüle @
aa836157
--- misc/neon-0.2
8.2
/src/exports.map 2009-09-29 10:28:13.531250000 +0200
+++ misc/build/neon-0.2
8.2
/src/exports.map 2009-09-21 12:16:53.453125000 +0200
@@ -0,0 +1,28
7
@@
+NEON_0_2
8_2
{
--- misc/neon-0.2
9.3
/src/exports.map 2009-09-29 10:28:13.531250000 +0200
+++ misc/build/neon-0.2
9.3
/src/exports.map 2009-09-21 12:16:53.453125000 +0200
@@ -0,0 +1,28
8
@@
+NEON_0_2
9_3
{
+ global:
+ ne__negotiate_ssl;
+ ne__ssl_exit;
...
...
@@ -125,6 +125,7 @@
+ ne_sock_peek;
+ ne_sock_peer;
+ ne_sock_prebind;
+ ne_sock_proxy;
+ ne_sock_read;
+ ne_sock_read_timeout;
+ ne_sock_readline;
...
...
@@ -275,7 +276,7 @@
+ ne_realloc;
+ ne_strdup;
+ ne_strndup;
+ ne_acl_set;
+ ne_acl
3744
_set;
+ ne_207_create;
+ ne_207_destroy;
+ ne_207_get_current_propstat;
...
...
neon/neon_exports_win.patch
Dosyayı görüntüle @
aa836157
--- misc/neon-0.2
8.2
/src/exports.map 2009-09-29 10:28:13.531250000 +0200
+++ misc/build/neon-0.2
8.2
/src/exports.map 2009-09-21 12:16:53.453125000 +0200
@@ -0,0 +1,29
2
@@
+NEON_0_2
8_2
{
--- misc/neon-0.2
9.3
/src/exports.map 2009-09-29 10:28:13.531250000 +0200
+++ misc/build/neon-0.2
9.3
/src/exports.map 2009-09-21 12:16:53.453125000 +0200
@@ -0,0 +1,29
3
@@
+NEON_0_2
9_3
{
+ global:
+ ne_sspi_authenticate;
+ ne_sspi_clear_context;
...
...
@@ -131,6 +131,7 @@
+ ne_sock_peek;
+ ne_sock_peer;
+ ne_sock_prebind;
+ ne_sock_proxy;
+ ne_sock_read;
+ ne_sock_read_timeout;
+ ne_sock_readline;
...
...
@@ -281,7 +282,7 @@
+ ne_realloc;
+ ne_strdup;
+ ne_strndup;
+ ne_acl_set;
+ ne_acl
3744
_set;
+ ne_207_create;
+ ne_207_destroy;
+ ne_207_get_current_propstat;
...
...
neon/version.mk
Dosyayı görüntüle @
aa836157
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
#
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
...
...
@@ -32,9 +32,9 @@
# the major
NEON_MAJOR=0
# the minor
NEON_MINOR=2
8
NEON_MINOR=2
9
# the micro
NEON_MICRO=
2
NEON_MICRO=
3
# concat
NEON_VERSION=$(NEON_MAJOR)$(NEON_MINOR)$(NEON_MICRO)
...
...
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