libtasn1: using 4.8, latest is 4.9: https://ftp.gnu.org/gnu/libtasn1/?C=M;O=D
Build and sync packages to repo update of buildserver.
Patch for win32 build sent upstream to mailinglist.
i386 build fails with: g++ -o tlclient.bin -g -static-libgcc -nodefaultlibs \ tlclient.a localename.o cert/libcert.a neon/src/libneon.a xmlrpc++/libXmlRpc.a XmuClientWin.o \ -Wl,-Bstatic -lfltk -lfltk_images -lXcursor -lXfixes -lXft -lXrender -lfontconfig -lexpat -lfreetype -lbz2 -lXrandr -lXinerama -lXext -lnettle -ltre -lstdc++ -lgcc -lgcc_eh -ltasn1 -lpng -lXxf86misc \ -Wl,-Bdynamic -lX11 -lz -lc -lm -ldl /usr/lib/gcc/i686-pc-linux-gnu/5.1.0/../../../libtasn1.a(parser_aux.o): In function `_asn1_ltostr': /home/hean01/Development/cenbuild/repo/rpmbuild/BUILD/libtasn1-4.9/lib/parser_aux.c:570: undefined reference to `__divdi3' collect2: error: ld returned 1 exit status make: *** [tlclient.bin] Error 1
Added autotests for all API calls.
Build of tests fails when building tlmisc RPM from source tarball. Looks like test data is not included in source tarball.
tl-certtool and friends aren't properly linked after these changes.