- Sep 30, 2011
-
-
zzz authored
Compiled on trimslice gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8.8) (6b18-1.8.8-0ubuntu1~11.04.1) OpenJDK Zero VM (build 14.0-b16, mixed mode) Wrapper 3.5.12 GPLv2 All binaries stripped.
-
- Sep 29, 2011
-
-
kytv authored
Upgrading our wrapper to 3.5.12 to fix the upstream wrapper's umask bug. All binaries are from the delta pack except for Win64, FreeBSD, Linux ARM, and OSX (See history.txt for more info).
-
- Jul 31, 2011
-
-
kytv authored
-
- Jul 30, 2011
- Jul 27, 2011
-
-
kytv authored
Compiled on Debian Squeeze within qemu. GCC version: Using built-in specs. Target: arm-linux-gnueabi Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-sjlj-exceptions --enable-checking=release --build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi Thread model: posix gcc version 4.4.5 (Debian 4.4.5-8) $ uname -a Linux debian-armel 2.6.32-5-versatile #1 Wed Jan 12 23:05:11 UTC 2011 armv5tejl GNU/Linux
-
- Jul 26, 2011
- Jul 22, 2011
-
-
kytv authored
(i386 & ppc). With this check-in, the wrapper becomes quad-fat (i386, ppc, x86_64, ppc64). $ lipo -info libwrapper.jnilib wrapper Architectures in the fat file: libwrapper.jnilib are: ppc i386 ppc64 x86_64 Architectures in the fat file: wrapper are: ppc i386 ppc64 x86_64 $ file libwrapper.jnilib wrapper libwrapper.jnilib: Mach-O universal binary with 4 architectures libwrapper.jnilib (for architecture ppc): Mach-O bundle ppc libwrapper.jnilib (for architecture i386): Mach-O bundle i386 libwrapper.jnilib (for architecture ppc64): Mach-O 64-bit bundle ppc64 libwrapper.jnilib (for architecture x86_64): Mach-O 64-bit bundle x86_64 wrapper: Mach-O universal binary with 4 architectures wrapper (for architecture ppc): Mach-O executable ppc wrapper (for architecture i386): Mach-O executable i386 wrapper (for architecture ppc64): Mach-O 64-bit executable ppc64 wrapper (for architecture x86_64): Mach-O 64-bit executable x86_64 Binaries fetched from the tanuki software site and fattened with lipo.
-
- Jun 14, 2011
-
-
zzz authored
jbigi and wrapper files for arm. Compiled on trimslice with gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) Log postinstall errors to postinstall.log. java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8.7) (6b18-1.8.7-0ubuntu2.1) OpenJDK Zero VM (build 14.0-b16, mixed mode) GMP 4.3.2 (half the size of 5.0.2, and no speed difference) LGPLv3 Wrapper 3.5.9 GPLv2 All binaries stripped. As on the Android emulator, the stock BigInteger.modPow() has some serious bug on arm. Without the libjbigi checked in here, the JVM crashes almost immediately.
-
- Jun 13, 2011
-
-
kytv authored
to do the first time that I noticed I added these files with those unneccesry attributes. * Set the "manual merge" attribute on these files.
-
- Jun 12, 2011
- Jun 11, 2011
-
-
kytv authored
-
- Jun 10, 2011
- Jun 09, 2011
-
-
kytv authored
The Tanuki Software website states "64-bit Windows versions of the Java Service Wrapper are not currently being made available in the Community Edition." The Makefile for x86_64 is missing from the upstream tarball as well. Well...included in this checkin is a diff against $WRAPPER-3.5.9-SRC/src/c/Makefile-windows-x86-32.nmake (see the README in installer/libs/wrapper/win64.
-
zzz authored
* JBigI: - Add new libjbigi-linux-xxx.so files built by sponge, now that we have CPUID.java support for them (thanks hottuna). See http://zzz.i2p/topics/306 for discussion and test results. 64-bit processors (atom, core2, corei, nano): Built with GMP 5.0.2. License is LGPLv3. Built by sponge with GCC 4.4.4, downloaded from http://sponge.i2p/files/jbigi/gmp-5.0.2/ For 64-bit processors, both performance testing and the GMP changelog http://gmplib.org/gmp5.0.html led us to use 5.0.2 for both the 32- and 64-bit versions, even though the files are twice as big. 5.0.x contains specific optimizations for atom and nano. All 64-bit libs have _64 appended. 32-bit processors (pentiumm, geode): Built with GMP 4.3.2. License is LGPLv3. Built by sponge with GCC 4.4.4, downloaded from http://sponge.i2p/files/jbigi/gmp-4.3.2/ The 4.3.2 files are half the size of those built with GMP 5.0.2, and there was little or no performance difference between the two versions for 32 bit processors.
-
- Jun 08, 2011
-
-
kytv authored
Compiled using mingw32 in Windows XP (gcc --version returns v4.5.2). As was done with the Linux and FreeBSD builds, jbigi was linked with gmp-4.3.2 for the 32bit cpus and 5.0.2 for the 64bit CPUs. Since there current isn't a free version of the wrapper for x64 Windows, there aren't any x64 versions of these dlls.
-
- Jun 07, 2011
-
-
kytv authored
I missed in revision 97672ae2bf487e93c095bb1d142c3df1a2f3d7d7 *Sigh*
-
kytv authored
The aging v3.1.x of the java wrapper is being replaced in this checkin with the latest (current) stable release, 3.5.9. There is now only one copy of wrapper.jar, located in wrapper/all. The build.xml scripts have been changed to reflect this new path. All binaries--with the exception of solaris (I don't have SPARC hardware)--have been stripped. FreeBSD x64 is being included in this release. I have only included the x86 macosx wrapper due to not having a system to test the x64 code on. On the plus side, the wrapper is universal (a FAT powerpc & Intel Mac) binary. No more prompting to install Rosetta!
-
zzz authored
Drop libjbigi-freebsd-viac32.so, dup of libjbigi-freebsd-pentium3.so, case already handled in NBigI.
-
kytv authored
with PIC and stripped
-
kytv authored
Just as was done with Sponge's compiles for Linux, the 32bit libs/cpus were linked with gmp 4.3.2. The 64bit compiles were linked with gmp 5.0.2. The 32bit compiles for 64bit cpus were linked with 5.0.2 as well. All .so files were compiled with the default gcc on FreeBSD-8.2-RELEASE gcc (GCC) 4.2.1 20070719 [FreeBSD]
-
- Jun 05, 2011
-
-
zzz authored
- Replace old non-PIC 62-bit linux libs (GMP 4.1.4 built in 2005) with PIC libs built with GMP 5.0.2. License is LGPLv3. Built by sponge with GCC 4.4.4, downloaded from http://sponge.i2p/files/jbigi/gmp-5.0.2/ For 64-bit processors, both performance testing and the GMP changelog led us to use 5.0.2 for both the 32- and 64-bit versions, even though the files are twice as big. See http://zzz.i2p/topics/306 for discussion and test results. libjbigi-linux-athlon64.so was a 64 bit file; by the new naming standard supported by NativeBigInteger, it is now a 32-bit file and the 64-bit one is libjbigi-linux-athlon64_64.so. All new 64-bit libs will have _64 appended. - Update build docs
-
zzz authored
NBI now tries athlon as a fallback for all 64-bit processors.
-
zzz authored
with PIC libs built with GMP 4.3.2. License is LGPLv3. Built by sponge with GCC 4.4.4, downloaded from http://sponge.i2p/files/jbigi/gmp-4.3.2/ The 4.3.2 files are half the size of those built with GMP 5.0.2, and there was little or no performance difference between the two versions for 32 bit processors. See http://zzz.i2p/topics/306 for discussion and test results.
-
- May 31, 2011
-
-
kytv authored
Compiled using gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2nexenta7) on Nexenta 3.0.1
-
- May 25, 2011
- Jan 11, 2011
-
-
zzz authored
-
- Feb 09, 2010
-
-
zzz authored
The license is BSD for launch4j and MIT for the wrapper code in head/ Changelog is in installer/lib/launch4j/web/changelog.html Hopefully this will fix installs for 64-bit JRE on 64-bit windows. The previous version was 2.0-RC3 2005-08-13. The previous license was GPLv2 for launch4j and LGPLv2.1 for the wrapper code in head/ The bin/ld.exe and bin/windres.exe files were contributed by i2p users in 2005 so the i2p installer could be built on windows. They have not been updated for 3.0.1, so pkg builds on windows will presumably still get 2.0-RC3.
-
- Jun 11, 2009
-
-
zzz authored
(previous izpack was 3.7.2 from 2005-04-22) izpack 4.3.0 from : http://dist.codehaus.org/izpack/releases/4.3.0/IzPack-install-4.3.0.jar SHA1 f06da6b26ac2c68fed64ab38980352989b8d8841 (no signatures or sha1sums found on website, and the jar is unsigned) License: Apache 2.0 upack izpack: java -jar IzPack-install-4.3.0.jar or java -jar IzPack-install-4.3.0.jar -console get the standalone-compiler.jar from the installation lib/ directory: SHA1 6d2b4a5657bfb864a333b1c4b1c0f8223aa57d80 (no signatures or sha1sums found on website, and the jar is unsigned) This fixes the bug with the install windows centered in all the workspaces, not the current workspace. And who knows what other bugs in the last 4 years. To fix Vista (and presumably Windows 7) permissiom problems, add a run-privileged flag for those, and run the new fixperms.bat which calls icacls to add the privileges to the install directory. Add support for 6 more language packs found in the new release. Change from ISO3 codes to native language names. Disable creation of the i2p.tar.bz2 file in build.xml (distributed as i2pheadless-0.7.x.tar.bz2), as izpack 4.3.0 now supports headless installation with java -jar i2pinstall.exe -console. Update INSTALL.txt and INSTALL-headless.txt accordingly.
-
- Apr 26, 2009
-
-
zzz authored
-
- Feb 08, 2008
-
-
zzz authored
-
- Feb 27, 2006
-
-
- Feb 15, 2006
-