bug-gnulib
[Top][All Lists]
Advanced

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

Re: modules don't exist?


From: Simon Josefsson
Subject: Re: modules don't exist?
Date: Wed, 04 Apr 2007 16:34:25 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

address@hidden (Karl Berry) writes:

> Running MODULES.html.sh --cvs-urls reports:
>
> gnulib-tool: module md5 doesn't exist
> gnulib-tool: module sha1 doesn't exist
> gnulib-tool: module iconvme doesn't exist
>
> [plus four more instances of each msg]
>
> Help?

Fixed.

/Simon

? MODULES.html
Index: ChangeLog
===================================================================
RCS file: /sources/gnulib/gnulib/ChangeLog,v
retrieving revision 1.1528
diff -u -p -r1.1528 ChangeLog
--- ChangeLog   4 Apr 2007 13:09:56 -0000       1.1528
+++ ChangeLog   4 Apr 2007 14:33:55 -0000
@@ -1,3 +1,7 @@
+2007-04-04  Simon Josefsson  <address@hidden>
+
+       * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
+
 2007-04-04  Karl Berry  <address@hidden>
 
        * MODULES.html.sh (func_module): missing '.
Index: MODULES.html.sh
===================================================================
RCS file: /sources/gnulib/gnulib/MODULES.html.sh,v
retrieving revision 1.204
diff -u -p -r1.204 MODULES.html.sh
--- MODULES.html.sh     4 Apr 2007 13:09:34 -0000       1.204
+++ MODULES.html.sh     4 Apr 2007 14:33:55 -0000
@@ -1765,15 +1765,45 @@ func_all_modules ()
   func_module rbtree-oset
   func_end_table
 
-  element="Cryptographic computations"
+  element="Cryptographic computations (low-level)"
   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
   func_section_wrap ansic_ext_crypto
   func_wrap H3
   func_echo "$element"
 
   func_begin_table
-  func_module md5
-  func_module sha1
+  func_module crypto/arcfour
+  func_module crypto/arctwo
+  func_module crypto/des
+  func_module crypto/hmac-md5
+  func_module crypto/hmac-sha1
+  func_module crypto/md2
+  func_module crypto/md4
+  func_module crypto/md5
+  func_module crypto/rijndael
+  func_module crypto/sha1
+  func_end_table
+
+  element="Cryptographic computations (high-level)"
+  element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
+  func_section_wrap ansic_ext_crypto2
+  func_wrap H3
+  func_echo "$element"
+
+  func_begin_table
+  func_module crypto/gc
+  func_module crypto/gc-arcfour
+  func_module crypto/gc-arctwo
+  func_module crypto/gc-des
+  func_module crypto/gc-hmac-md5
+  func_module crypto/gc-hmac-sha1
+  func_module crypto/gc-md2
+  func_module crypto/gc-md4
+  func_module crypto/gc-md5
+  func_module crypto/gc-pbkdf2-sha1
+  func_module crypto/gc-random
+  func_module crypto/gc-rijndael
+  func_module crypto/gc-sha1
   func_end_table
 
   element="Misc"
@@ -2232,7 +2262,6 @@ func_all_modules ()
   func_module xstriconv
   func_module striconveh
   func_module striconveha
-  func_module iconvme
   func_module localcharset
   func_module hard-locale
   func_module mbslen




reply via email to

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