gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnutls-dev] gnutls 1.0.12


From: Jerry Lundström
Subject: [gnutls-dev] gnutls 1.0.12
Date: Wed, 28 Apr 2004 08:17:49 -0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a) Gecko/20040421

| I've released gnutls 1.0.12. The changes since the last release are:
|
| - Corrected bug in OpenPGP key loading using a callback.
| - Renamed gnutls-srpcrypt to srptool
| - Allow handshake requests by the client.
| * Things backported from the development branch:
| - Added support for authority key identifier and the extended key usage
|  X.509 extension fields. The certtoool was updated to support them.
| - Added batch support to certtool. Now it can use templates.
| - The RC2 cipher is no more included. The one in libgcrypt is now used.

Hehe, a little oops on your side there with RC2:

Making all in lib
make[2]: Entering directory `/usr/src/gnutls-1.0.12/lib'
Making all in x509
make[3]: Entering directory `/usr/src/gnutls-1.0.12/lib/x509'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/gnutls-1.0.12/lib/x509'
make[3]: Entering directory `/usr/src/gnutls-1.0.12/lib'
make[3]: *** No rule to make target `x509/rc2.lo', needed by `libgnutls.la'. Stop.
make[3]: Leaving directory `/usr/src/gnutls-1.0.12/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/gnutls-1.0.12/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnutls-1.0.12'
make: *** [all] Error 2

And more problems with cfg in src.

Check patches...

//ps. include me in cc if any .ds//

--- gnutls-1.0.12.orig/lib/Makefile.am  2004-03-20 20:12:47.000000000 +0100
+++ gnutls-1.0.12/lib/Makefile.am       2004-04-28 10:17:31.000000000 +0200
@@ -55,7 +55,7 @@
        x509/x509.lo x509/extensions.lo x509/compat.lo x509/verify.lo \
        x509/mpi.lo x509/privkey.lo x509/pkcs7.lo x509/crq.lo x509/xml.lo 
x509/sign.lo \
        x509/pkcs5.lo x509/privkey_pkcs8.lo x509/pkcs12.lo x509/pkcs12_bag.lo \
-       x509/pkcs12_encr.lo x509/rfc2818_hostname.lo x509/rc2.lo 
x509/x509_write.lo \
+       x509/pkcs12_encr.lo x509/rfc2818_hostname.lo x509/x509_write.lo \
        x509/crl_write.lo x509/dsa.lo
 
 libgnutls_la_LDFLAGS = $(LIBASN1_LINK) $(LIBGCRYPT_LIBS) \
--- gnutls-1.0.12.orig/lib/Makefile.in  2004-04-23 08:16:23.000000000 +0200
+++ gnutls-1.0.12/lib/Makefile.in       2004-04-28 10:12:26.000000000 +0200
@@ -228,7 +228,7 @@
        x509/x509.lo x509/extensions.lo x509/compat.lo x509/verify.lo \
        x509/mpi.lo x509/privkey.lo x509/pkcs7.lo x509/crq.lo x509/xml.lo 
x509/sign.lo \
        x509/pkcs5.lo x509/privkey_pkcs8.lo x509/pkcs12.lo x509/pkcs12_bag.lo \
-       x509/pkcs12_encr.lo x509/rfc2818_hostname.lo x509/rc2.lo 
x509/x509_write.lo \
+       x509/pkcs12_encr.lo x509/rfc2818_hostname.lo x509/x509_write.lo \
        x509/crl_write.lo x509/dsa.lo
 
 
@@ -248,7 +248,7 @@
        x509/mpi.lo x509/privkey.lo x509/pkcs7.lo x509/crq.lo \
        x509/xml.lo x509/sign.lo x509/pkcs5.lo x509/privkey_pkcs8.lo \
        x509/pkcs12.lo x509/pkcs12_bag.lo x509/pkcs12_encr.lo \
-       x509/rfc2818_hostname.lo x509/rc2.lo x509/x509_write.lo \
+       x509/rfc2818_hostname.lo x509/x509_write.lo \
        x509/crl_write.lo x509/dsa.lo
 am__objects_1 = gnutls_record.lo gnutls_compress.lo debug.lo \
        gnutls_cipher.lo gnutls_buffers.lo gnutls_handshake.lo \
--- gnutls-1.0.12.orig/src/Makefile.in  2004-04-23 08:16:24.000000000 +0200
+++ gnutls-1.0.12/src/Makefile.in       2004-04-28 10:16:10.000000000 +0200
@@ -181,7 +181,7 @@
 
 SUBDIRS = srp x509 openpgp cfg
 
-INCLUDES = -I../lib -I../libtasn1/lib -I../includes $(LIBOPENCDK_CFLAGS)
+INCLUDES = -I./cfg -I../lib -I../libtasn1/lib -I../includes 
$(LIBOPENCDK_CFLAGS)
 
 bin_PROGRAMS = gnutls-serv gnutls-cli srptool gnutls-cli-debug certtool
 gnutls_serv_SOURCES = serv-gaa.c serv.c common.c
--- gnutls-1.0.12.orig/src/Makefile.am  2004-04-23 08:15:06.000000000 +0200
+++ gnutls-1.0.12/src/Makefile.am       2004-04-28 10:17:44.000000000 +0200
@@ -5,7 +5,7 @@
 
 SUBDIRS = srp x509 openpgp cfg
 
-INCLUDES = -I../lib -I../libtasn1/lib -I../includes $(LIBOPENCDK_CFLAGS)
+INCLUDES = -I./cfg -I../lib -I../libtasn1/lib -I../includes 
$(LIBOPENCDK_CFLAGS)
 
 bin_PROGRAMS = gnutls-serv gnutls-cli srptool gnutls-cli-debug certtool
 gnutls_serv_SOURCES = serv-gaa.c serv.c common.c

reply via email to

[Prev in Thread] Current Thread [Next in Thread]