Update wrapper to v3.6.17 (ticket #826)

This commit is contained in:
kytv
2013-01-01 10:39:08 +00:00
parent c05cd07ff7
commit 2dd1aaab63
26 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
2013-01-01 kytv
* Update Java Service Wrapper to v3.5.17 (ticket #826).
- Windows: Self-compiled with VS2010 in Windows 7. The icon has been
changed from Tanuki's default to Itoopie.
- FreeBSD: Self-compiled in FreeBSD 7.4 to eliminate the dependency on the
compat6x port.
- Linux x86, Linux x64, Linux ARMv5, Linux-PPC32, MacOSX & Solaris: Binares
are from the "community edition" deltapack offered by Tanuki. The Linux
binaries have been stripped.
2012-12-29 zzz 2012-12-29 zzz
* i2psnark: Redirect after post * i2psnark: Redirect after post
* Javadocs: Fix javax links * Javadocs: Fix javax links

View File

@@ -12,6 +12,7 @@ to xxx/librapper.so, libwrapper.jnilib, or wrapper.dll for the following directo
Don't forget to disable the execute bit. Don't forget to disable the execute bit.
linux (x86-32) linux (x86-32)
linux64 (x86-64) linux64 (x86-64)
linux-ppc (linux-ppc-32)
linux-armv5 (armv5/armv7) linux-armv5 (armv5/armv7)
solaris (sparc-32) solaris (sparc-32)
@@ -30,10 +31,6 @@ FreeBSD 7.4 to eliminate the dependency on the compat6x port.
Don't forget to strip the binaries and disable the execute bit. Don't forget to strip the binaries and disable the execute bit.
A walkthrough can be found in freebsd/README.txt. A walkthrough can be found in freebsd/README.txt.
For linux-ppc, we don't use the Tanuki binaires because they're (mistakenly)
ppc64 compiles. Compile the arch-dependent bits with
"ant -Dbits=32 compile-c-unix".
For macosx, combine (if possible) the universal-32 and universal-64 files For macosx, combine (if possible) the universal-32 and universal-64 files
from the delta pack (each is a 2-architecture fat file) from the delta pack (each is a 2-architecture fat file)
into a "quad-fat" binary. Instructions can be found in into a "quad-fat" binary. Instructions can be found in

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,4 @@
Changes may be needed for newer versions than 3.5.16. Changes may be needed for newer versions than 3.5.17.
To use the patch in this directory, copy Makefile-windows-x86-32.nmake to To use the patch in this directory, copy Makefile-windows-x86-32.nmake to
Makefile-windows-x86-64.nmake then "patch < x64-win.patch". Makefile-windows-x86-64.nmake then "patch < x64-win.patch".