[Pkg-openldap-devel] r629 - openldap/trunk-2.3/debian

Matthijs Mohlmann active2-guest at costa.debian.org
Sun Feb 26 21:07:20 UTC 2006


Author: active2-guest
Date: 2006-02-26 21:07:19 +0000 (Sun, 26 Feb 2006)
New Revision: 629

Modified:
   openldap/trunk-2.3/debian/changelog
   openldap/trunk-2.3/debian/slapd.scripts-common
Log:
 * base64 encode is nonsense, slapd is doing that already.


Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog	2006-02-26 16:46:04 UTC (rev 628)
+++ openldap/trunk-2.3/debian/changelog	2006-02-26 21:07:19 UTC (rev 629)
@@ -27,14 +27,14 @@
   * Added Danish debconf translation (Closes: #353897)
   * Updated French debconf translation (Closes: #320739)
   * Updated Vietnamese debconf translation (Closes: #319706)
-  * Encode the organization utf8 and base64 encoded (Closes: #236097)
+  * Encode the organization to utf8 (Closes: #236097)
   * Disabled the LDBM backend.
 
   [ Steve Langasek ]
   * debian/slapd.templates: Fix typo durin -> during; re-run
     debconf-updatepo, fixing up the fuzzies (closes: #319596).
 
- -- Matthijs Mohlmann <matthijs at cacholong.nl>  Fri, 24 Feb 2006 22:45:55 +0100
+ -- Matthijs Mohlmann <matthijs at cacholong.nl>  Sun, 26 Feb 2006 20:05:44 +0100
 
 openldap2.2 (2.2.26-4) unstable; urgency=low
 

Modified: openldap/trunk-2.3/debian/slapd.scripts-common
===================================================================
--- openldap/trunk-2.3/debian/slapd.scripts-common	2006-02-26 16:46:04 UTC (rev 628)
+++ openldap/trunk-2.3/debian/slapd.scripts-common	2006-02-26 21:07:19 UTC (rev 629)
@@ -580,12 +580,6 @@
 # Usage: val=`encode_utf8 <value>`
   perl -e 'use Encode; print encode_utf8($ARGV[0]);' "$1"
 } #}}}
-encode_base64() { #{{{
-# Make the value base64 encoded. Takes one argument and base64 encode it.
-# Usage: val=`encode_base64 <value>`
-  perl -e 'use MIME::Base64; print encode_base64($ARGV[0]);' "$1"
-}
-#}}}
 create_new_directory() {						# {{{
 # Create a new directory. Takes the basedn and the dc value of that entry.
 # Other information is extracted from debconf.




More information about the Pkg-openldap-devel mailing list