[Pkg-openssl-changes] r246 - openssl/trunk/debian

kroeckx at alioth.debian.org kroeckx at alioth.debian.org
Sat Oct 13 11:10:07 UTC 2007


Author: kroeckx
Date: 2007-10-13 11:10:07 +0000 (Sat, 13 Oct 2007)
New Revision: 246

Removed:
   openssl/trunk/debian/openssl.preinst
Modified:
   openssl/trunk/debian/changelog
Log:
Remove the openssl preinst, it looks like a workaround
for a change in 0.9.2b where config files got moved.  (Closes: #445095)


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2007-10-13 11:04:49 UTC (rev 245)
+++ openssl/trunk/debian/changelog	2007-10-13 11:10:07 UTC (rev 246)
@@ -3,6 +3,8 @@
   * New upstream release
     - Fixes DTLS issues, also fixes CVE-2007-4995
   * Remove build dependency on gcc > 4.2
+  * Remove the openssl preinst, it looks like a workaround
+    for a change in 0.9.2b where config files got moved.  (Closes: #445095)
 
  -- Kurt Roeckx <kurt at roeckx.be>  Sat, 13 Oct 2007 00:47:22 +0200
 

Deleted: openssl/trunk/debian/openssl.preinst
===================================================================
--- openssl/trunk/debian/openssl.preinst	2007-10-13 11:04:49 UTC (rev 245)
+++ openssl/trunk/debian/openssl.preinst	2007-10-13 11:10:07 UTC (rev 246)
@@ -1,36 +0,0 @@
-#!/bin/sh -e
-
-if [ -L /etc/ssl ]
-then
-  echo Removing obsolete link /etc/ssl
-  rm /etc/ssl
-fi
-if [ ! -d /etc/ssl ]
-then
-  echo Creating directory /etc/ssl
-  mkdir /etc/ssl
-fi
-if [ -d /usr/lib/ssl ]
-then
-  for file in lib certs private
-  do
-    if [ -e /usr/lib/ssl/$file -a ! -L /usr/lib/ssl/$file ]
-    then
-      echo Moving $file from /usr/lib/ssl to /etc/ssl
-      cp -av /usr/lib/ssl/$file /etc/ssl || true
-      rm -fr /usr/lib/ssl/$file
-    fi
-  done
-fi
-if [ -L /usr/lib/ssl ]
-then
-  echo Removeing obsolete link /usr/lib/ssl
-  rm /usr/lib/ssl
-fi
-if [ -e /etc/ssl/lib/openssl.cnf ]
-then
-  echo Moving openssl.cnf
-  mv /etc/ssl/lib/openssl.cnf /etc/ssl/
-fi
-
-#DEBHELPER#




More information about the Pkg-openssl-changes mailing list