Simple steps Re: [ale] Another SSH Release?

Jim Popovitch jimpop at yahoo.com
Wed Sep 17 12:39:08 EDT 2003


On Wed, 2003-09-17 at 12:10, Jim Popovitch wrote:

> My "issue" lies with the guy/gal at openssh who changed the startup script.
> ;)

Let me correct one thing...

My "issue" lies with the guy/gal at RedHat who changed the startup
script.  Openssh doesn't install a startup script automatically like an
RPM does.  I thought that I could trust RH to consider situations like
remote updates.

I guess the only viable thing to do is to always have a test system
handy.  The problem is... at the rate openssh/openssl update I'd have to
carry the damn test box all over the east coast with me lest it be
remote from me. 

Just to give you a real example... I'm pretty good about recording
updates/upgrades.  I've done the following openssX upgrades remotely in
the past all to one box, usually ASAP after a fix is released.  Greater
than 50% of those were done while I was on the road somewhere. 

-------------------------------------------------
May 2001
openssl-0.9.6-1_rte_1.i386.rpm
openssl-devel-0.9.6-1_rte_1.i386.rpm
 
-------------------------------------------------
10-31-2001:
 
mod_ssl-2.8.5-1.3.22.tar.gz
openssh-2.9.9p2-1.i386.rpm
openssh-askpass-2.9.9p2-1.i386.rpm
openssh-clients-2.9.9p2-1.i386.rpm
openssh-server-2.9.9p2-1.i386.rpm
openssl-0.9.6b.tar.gz
 
---------------------------------------------------
03-02-2002
openssh-3.0.2p1
openssl-0.9.6c
 
03-13-2002
openssh-3.1p1
   ./configure --prefix=/usr/ --sysconfdir=/etc/ssh/ --with-pam
openssl-0.9.6c (seemed to need it even though it was already installed)
   ./config --prefix=/usr --openssldir=/usr/ssl no-idea no-threads -fPIC
 
---------------------------------------------------
06-19-2002
openssl-0.9.6d
  ./config --prefix=/usr --openssldir=/usr/ssl no-idea no-threads -fPIC
  make
 
---------------------------------------------------
06-26-2002
  removed openssl and openssh locally compiled versions and installed
new versions
  retrieved from here: ftp://ftp.shaftnet.org/pub/rpms/redhat-6.2/i386/ 
 
---------------------------------------------------
09-15-2002
  removed openssl-devel-0.9.6b-8
  overwrote openssl RPM install with openssl-0.9.6g due to CERT warning
  ./config --prefix=/usr --openssldir=/usr/share/ssl shared no-idea
no-threads -fPIC
  make; make test; make install

---------------------------------------------------   
12-08-2002
  openssl-engine-0.9.6h
    ./config --prefix=/usr --openssldir=/usr/share/ssl shared no-idea
no-threads -fPIC
 
---------------------------------------------------
12-22-2002
  openssh-3.5p1.tar.gz
    ./configure --prefix=/usr/ --sysconfdir=/etc/ssh/ --with-pam
 
---------------------------------------------------
2003-02-19
  openssl-engine-0.9.6i
    ./config --prefix=/usr --openssldir=/usr/share/ssl shared no-idea
no-threads -fPIC
 
---------------------------------------------------
2003-03-18 -- Yet another openssl 'issue' necessitating the need to
urgently upgrade.
  openssl-0.9.7a.tar.gz
    ./config --prefix=/usr --openssldir=/usr/share/ssl shared no-idea
no-threads -fPIC
  openssh-3.5p1.tar.gz
    ./configure --prefix=/usr/ --sysconfdir=/etc/ssh/
 
---------------------------------------------------
2003-03-31 -- OpenSSH update
  openssh-3.6p1
  ./configure --prefix=/usr/ --sysconfdir=/etc/ssh/
 
---------------------------------------------------
2003-04-04 -- OpenSSH update, take two ;)
  openssh-3.6.1p1
  ./configure --prefix=/usr/ --sysconfdir=/etc/ssh/
 
---------------------------------------------------
2003-04-17 -- Another openssl 'issue'
  openssl-0.9.7b
    ./config --prefix=/usr --openssldir=/usr/share/ssl shared no-idea
no-threads -fPIC
 
---------------------------------------------------
2003-09-16 -- OpenSSH update (two in one day)
  openssh-3.7p1
  ./configure --prefix=/usr/ --sysconfdir=/etc/ssh/
  openssh-3.7.1p1
  ./configure --prefix=/usr/ --sysconfdir=/etc/ssh/
 
 
-Jim P.





More information about the Ale mailing list