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

Bug#690289: marked as done (openvpn: easy-rsa/2.0 duplicated in tmp directory)



Your message dated Thu, 19 Jul 2018 16:16:56 +0200
with message-id <20180719141656.GA23406@home.ouaza.com>
and subject line Re: Bug#690289: openvpn: easy-rsa/2.0 duplicated in tmp directory
has caused the Debian Bug report #690289,
regarding openvpn: easy-rsa/2.0 duplicated in tmp directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
690289: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690289
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Version: 3.0.4-1

On Fri, 12 Oct 2012, Paul Wise wrote:
> 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/

This is no longer relevant in easy-rsa 3.0.4, there are no duplicate
directories.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: https://www.freexian.com/services/debian-lts.html
Learn to master Debian: https://debian-handbook.info/get/

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply to: