Package: openvpn Version: 2.2.1-8 Severity: normal These two directories are almost identical, I think the tmp dir should be deleted since the changes are not particularly useful:
/usr/share/doc/openvpn/examples/easy-rsa/2.0/
/usr/share/doc/openvpn/examples/easy-rsa/2.0/tmp/
pabs@chianamo ~ $ diff -u /usr/share/doc/openvpn/examples/easy-rsa/2.0/{,tmp/}
Only in /usr/share/doc/openvpn/examples/easy-rsa/2.0/tmp/: file
Only in /usr/share/doc/openvpn/examples/easy-rsa/2.0/: Makefile
Only in /usr/share/doc/openvpn/examples/easy-rsa/2.0/: openssl-0.9.8.cnf
diff -u /usr/share/doc/openvpn/examples/easy-rsa/2.0/openssl-1.0.0.cnf
/usr/share/doc/openvpn/examples/easy-rsa/2.0/tmp/openssl-1.0.0.cnf
--- /usr/share/doc/openvpn/examples/easy-rsa/2.0/openssl-1.0.0.cnf
2011-07-01 16:31:26.000000000 +0800
+++ /usr/share/doc/openvpn/examples/easy-rsa/2.0/tmp/openssl-1.0.0.cnf
2011-06-23 21:18:56.000000000 +0800
@@ -15,7 +15,7 @@
# To use this configuration file with the "-extfile" option of the
# "openssl x509" utility, name here the section containing the
# X.509v3 extensions to use:
-# extensions =
+# extensions =
# (Alternatively, use a configuration file that has only
# X.509v3 extensions in its main [= default] section.)
@@ -97,7 +97,7 @@
# input_password = secret
# output_password = secret
-# This sets a mask for permitted string types. There are several options.
+# This sets a mask for permitted string types. There are several options.
# default: PrintableString, T61String, BMPString.
# pkix : PrintableString, BMPString (PKIX recommendation after 2004).
# utf8only: only UTF8Strings (PKIX recommendation after 2004).
Only in /usr/share/doc/openvpn/examples/easy-rsa/2.0/:
openssl-1.0.0.cnf-old-copy
Only in /usr/share/doc/openvpn/examples/easy-rsa/2.0/: tmp
diff -u /usr/share/doc/openvpn/examples/easy-rsa/2.0/whichopensslcnf
/usr/share/doc/openvpn/examples/easy-rsa/2.0/tmp/whichopensslcnf
--- /usr/share/doc/openvpn/examples/easy-rsa/2.0/whichopensslcnf
2011-07-01 16:31:42.000000000 +0800
+++ /usr/share/doc/openvpn/examples/easy-rsa/2.0/tmp/whichopensslcnf
2011-06-23 21:36:36.000000000 +0800
@@ -1,12 +1,9 @@
#!/bin/sh
cnf="$1/openssl.cnf"
-
if [ "$OPENSSL" ]; then
- if $OPENSSL version | grep -E "0\.9\.6[[:alnum:]]" > /dev/null; then
+ if $OPENSSL version | grep 0.9.6 > /dev/null; then
cnf="$1/openssl-0.9.6.cnf"
- elif $OPENSSL version | grep -E "0\.9\.8[[:alnum:]]" > /dev/null; then
- cnf="$1/openssl-0.9.8.cnf"
elif $OPENSSL version | grep -E "1\.0\.([[:digit:]][[:alnum:]])" >
/dev/null; then
cnf="$1/openssl-1.0.0.cnf"
else
@@ -21,6 +18,6 @@
echo " No $cnf file could be found" >&2
echo " Further invocations will fail" >&2
echo "**************************************************************" >&2
-fi
+fi
exit 0
pabs@chianamo ~ $ cat /usr/share/doc/openvpn/examples/easy-rsa/2.0/tmp/file
./openssl-1.0.0.cnf
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (700, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.5-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages openvpn depends on:
ii debconf [debconf-2.0] 1.5.46
ii initscripts 2.88dsf-32
ii libc6 2.13-35
ii liblzo2-2 2.06-1
ii libpam0g 1.1.3-7.1
ii libpkcs11-helper1 1.09-1
ii libssl1.0.0 1.0.1c-4
ii net-tools 1.60-24.2
openvpn recommends no packages.
Versions of packages openvpn suggests:
ii openssl 1.0.1c-4
pn resolvconf <none>
-- debconf information:
openvpn/vulnerable_prng:
openvpn/create_tun: false
--
bye,
pabs
http://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part

