]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
new versions of the libs, this time with rijndael in separate lib
authorRudolf Polzer <divverent@alientrap.org>
Mon, 26 Jul 2010 13:50:04 +0000 (15:50 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 26 Jul 2010 13:50:04 +0000 (15:50 +0200)
13 files changed:
misc/builddeps/dp.linux64/bin/blind_id
misc/builddeps/dp.linux64/include/d0_blind_id/d0_blind_id.h
misc/builddeps/dp.linux64/lib/libd0_blind_id.a
misc/builddeps/dp.linux64/lib/libd0_blind_id.so.0.0.0
misc/builddeps/dp.linux64/lib/libd0_rijndael.a [new file with mode: 0644]
misc/builddeps/dp.linux64/lib/libd0_rijndael.la [new file with mode: 0755]
misc/builddeps/dp.linux64/lib/libd0_rijndael.so [new symlink]
misc/builddeps/dp.linux64/lib/libd0_rijndael.so.0 [new symlink]
misc/builddeps/dp.linux64/lib/libd0_rijndael.so.0.0.0 [new file with mode: 0755]
misc/builddeps/dp.linux64/lib/pkgconfig/d0_blind_id.pc
misc/builddeps/dp.linux64/lib/pkgconfig/d0_rijndael.pc [new file with mode: 0644]
misc/buildfiles/win32/libd0_blind_id-0.dll
misc/buildfiles/win32/libd0_rijndael-0.dll [new file with mode: 0755]

index 3a3d19394c008fe29bb6006ac528feea457a12cf..c022f4daf2d135c496df50a31c65ebaa0169b38d 100755 (executable)
Binary files a/misc/builddeps/dp.linux64/bin/blind_id and b/misc/builddeps/dp.linux64/bin/blind_id differ
index d381898933059e1152e55321037d5cc4f775a5a0..cc5afba4b99fa957150867db9fa6dc0309478707 100644 (file)
@@ -40,4 +40,6 @@ EXPORT WARN_UNUSED_RESULT BOOL d0_blind_id_sessionkey_public_id(const d0_blind_i
 EXPORT void d0_blind_id_INITIALIZE(void);
 EXPORT void d0_blind_id_SHUTDOWN(void);
 
+EXPORT void d0_blind_id_util_sha256(char *out, const char *in, size_t n);
+
 #endif
index d73591724ebb65b7061032bb855e4c99356e53f0..f27ccb0929e4f80fcddae86947246d8c76a4eee3 100644 (file)
Binary files a/misc/builddeps/dp.linux64/lib/libd0_blind_id.a and b/misc/builddeps/dp.linux64/lib/libd0_blind_id.a differ
index 3fc64cfb0fce2883c715011b3396e7776c29eef6..382ace31b24f363604ddcc76fb4b6628af9296bb 100755 (executable)
Binary files a/misc/builddeps/dp.linux64/lib/libd0_blind_id.so.0.0.0 and b/misc/builddeps/dp.linux64/lib/libd0_blind_id.so.0.0.0 differ
diff --git a/misc/builddeps/dp.linux64/lib/libd0_rijndael.a b/misc/builddeps/dp.linux64/lib/libd0_rijndael.a
new file mode 100644 (file)
index 0000000..496e414
Binary files /dev/null and b/misc/builddeps/dp.linux64/lib/libd0_rijndael.a differ
diff --git a/misc/builddeps/dp.linux64/lib/libd0_rijndael.la b/misc/builddeps/dp.linux64/lib/libd0_rijndael.la
new file mode 100755 (executable)
index 0000000..99eb124
--- /dev/null
@@ -0,0 +1,41 @@
+# libd0_rijndael.la - a libtool library file
+# Generated by ltmain.sh (GNU libtool) 2.2.6 Debian-2.2.6a-4
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='libd0_rijndael.so.0'
+
+# Names of this library.
+library_names='libd0_rijndael.so.0.0.0 libd0_rijndael.so.0 libd0_rijndael.so'
+
+# The name of the static archive.
+old_library='libd0_rijndael.a'
+
+# Linker flags that can not go in dependency_libs.
+inherited_linker_flags=''
+
+# Libraries that this one depends upon.
+dependency_libs=' /usr/lib/libgmp.la'
+
+# Names of additional weak libraries provided by this library
+weak_library_names=''
+
+# Version information for libd0_rijndael.
+current=0
+age=0
+revision=0
+
+# Is this an already installed library?
+installed=yes
+
+# Should we warn about portability when linking against -modules?
+shouldnotlink=no
+
+# Files to dlopen/dlpreopen
+dlopen=''
+dlpreopen=''
+
+# Directory that this library needs to be installed in:
+libdir='/home/rpolzer/Games/Xonotic/misc/builddeps/dp.linux64/lib'
diff --git a/misc/builddeps/dp.linux64/lib/libd0_rijndael.so b/misc/builddeps/dp.linux64/lib/libd0_rijndael.so
new file mode 120000 (symlink)
index 0000000..01dce01
--- /dev/null
@@ -0,0 +1 @@
+libd0_rijndael.so.0.0.0
\ No newline at end of file
diff --git a/misc/builddeps/dp.linux64/lib/libd0_rijndael.so.0 b/misc/builddeps/dp.linux64/lib/libd0_rijndael.so.0
new file mode 120000 (symlink)
index 0000000..01dce01
--- /dev/null
@@ -0,0 +1 @@
+libd0_rijndael.so.0.0.0
\ No newline at end of file
diff --git a/misc/builddeps/dp.linux64/lib/libd0_rijndael.so.0.0.0 b/misc/builddeps/dp.linux64/lib/libd0_rijndael.so.0.0.0
new file mode 100755 (executable)
index 0000000..598c700
Binary files /dev/null and b/misc/builddeps/dp.linux64/lib/libd0_rijndael.so.0.0.0 differ
index 395de7888088852be51e63baab1ddd4f1e87fbee..2aa42ed92b27d985799308cda2c5e5b1671cc131 100644 (file)
@@ -7,5 +7,5 @@ Name: Blind-ID
 Description: Library for user identification using RSA blind signatures
 Requires: 
 Version: 0.1
-Libs: -L${libdir} -lblind_id
-Cflags: -I${includedir}/blind_id
+Libs: -L${libdir} -ld0_blind_id
+Cflags: -I${includedir}/d0_blind_id
diff --git a/misc/builddeps/dp.linux64/lib/pkgconfig/d0_rijndael.pc b/misc/builddeps/dp.linux64/lib/pkgconfig/d0_rijndael.pc
new file mode 100644 (file)
index 0000000..d957656
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=/usr/local
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: Blind-ID
+Description: Library for user identification using RSA blind signatures
+Requires: 
+Version: 0.1
+Libs: -L${libdir} -ld0_blind_id
+Cflags: -I${includedir}/d0_blind_id
index d7e6d2a1a7974368ba0c08fed17bf8720d8b8bfd..af37901ffb0d19a018b46d5f59262dccd71ba3e7 100755 (executable)
Binary files a/misc/buildfiles/win32/libd0_blind_id-0.dll and b/misc/buildfiles/win32/libd0_blind_id-0.dll differ
diff --git a/misc/buildfiles/win32/libd0_rijndael-0.dll b/misc/buildfiles/win32/libd0_rijndael-0.dll
new file mode 100755 (executable)
index 0000000..076c068
Binary files /dev/null and b/misc/buildfiles/win32/libd0_rijndael-0.dll differ