aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-12-23 10:23:16 +0000
committerWerner Koch <[email protected]>2003-12-23 10:23:16 +0000
commit02f20a7506263c95767f15ea69f81ede70c64627 (patch)
tree62acb5ab8d8b2ef97f86b56603a475adaba41f3e
parent* server.c (gpgsm_server): Add arg DEFAULT_RECPLIST. (diff)
downloadgnupg-02f20a7506263c95767f15ea69f81ede70c64627.tar.gz
gnupg-02f20a7506263c95767f15ea69f81ede70c64627.zip
Enable the tests directory.
-rw-r--r--ChangeLog9
-rw-r--r--Makefile.am6
-rw-r--r--NEWS4
-rw-r--r--TODO18
-rw-r--r--configure.ac6
5 files changed, 27 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a9e054f3..2d3eb566e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-12-23 Werner Koch <[email protected]>
+
+ * configure.ac, Makefile.am: Enable the tests directory.
+
+2003-12-19 Werner Koch <[email protected]>
+
+ * configure.ac: Now require libgcrypt 1.1.91 to help testing the
+ latest libgcrypt changes. Requires libksab 0.9.1.
+
2003-12-17 Werner Koch <[email protected]>
* configure.ac: Requires now libassuan 0.6.2.
diff --git a/Makefile.am b/Makefile.am
index dd75d14b5..732d9e417 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,11 +46,7 @@ scd =
endif
SUBDIRS = m4 intl jnlib common kbx \
- ${gpg} ${sm} ${agent} ${scd} po doc
-
-#tests
-
-
+ ${gpg} ${sm} ${agent} ${scd} po doc tests
dist-hook:
@set -e; \
diff --git a/NEWS b/NEWS
index 8a381ead2..ea7960cc2 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,8 @@ Noteworthy changes in version 1.9.3 (unreleased)
------------------------------------------------
* New gpgsm options --{enable,disable}-ocsp to validate keys using
- OCSP. This requires a not yet released DirMngr 0.5.1. Default is
- disabled.
+ OCSP. This option requires a not yet released DirMngr version.
+ Default is disabled.
* The --log-file option may now be used to print logs to a socket.
Prefix the socket name with "socket://" to enable this. This does
diff --git a/TODO b/TODO
index eb8e2da66..f1355c03c 100644
--- a/TODO
+++ b/TODO
@@ -33,7 +33,7 @@ might want to have an agent context for each service request
* sm/gpgsm.c
** Support --output
** mark all unimplemented commands and options.
-** Print a hint when of MD2 is the cause for a problem.
+** Print a hint when MD2 is the cause for a problem.
* sm/keydb.c
** Check file permissions
@@ -71,10 +71,16 @@ might want to have an agent context for each service request
** Enhance with card compatibility check
* scd/app-openpgp
- Do a pre-check to make sure that the minimum length condition of the
- PINs are satisied - this avoid useless retry counter decrements in
- case the PIN dialog is accidently hit.
-
Must check that the fingerprint used is not the one of the
authentication key. Old GnuPG versions seem to encode the wrong
- keyID. \ No newline at end of file
+ keyID.
+
+* Store the revocation status directly in the Keybox
+
+* tests
+** Makefile.am
+ We use printf(1) to setup the library path, this is not portable.
+ Furthermore LD_LIBRARY_PATH is not used on all systems. It doesn't
+ matter for now, because we use some GNU/*BSDish features anyway.
+
+
diff --git a/configure.ac b/configure.ac
index 06fad2864..fd0c99570 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,9 +30,9 @@ AC_INIT(gnupg, 1.9.3-cvs, [email protected])
# sufficient.
development_version=yes
NEED_GPG_ERROR_VERSION=0.6
-NEED_LIBGCRYPT_VERSION=1.1.90
+NEED_LIBGCRYPT_VERSION=1.1.91
NEED_LIBASSUAN_VERSION=0.6.2
-NEED_KSBA_VERSION=0.9.0
+NEED_KSBA_VERSION=0.9.1
NEED_OPENSC_VERSION=0.8.0
@@ -1074,9 +1074,9 @@ sm/Makefile
agent/Makefile
scd/Makefile
doc/Makefile
+tests/Makefile
])
AC_OUTPUT
-#tests/Makefile
echo "