openssl 0.9.6h checksum in ports

2003-01-02 Thread Hari Bhaskaran
Hi,

I just did a cvsup and updated the ports collection
and wanted to update the openssl. I see the makefile
was updated to 0.9.6h, but the checksum isn't. Unless
of course the openssl.org got yet another bad file.

# make
 openssl-0.9.6h.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 Attempting to fetch from http://www.openssl.org/source/.
Receiving openssl-0.9.6h.tar.gz (2178314 bytes): 100%
2178314 bytes transferred in 9.8 seconds (217.15 kBps)
===  Extracting for openssl-0.9.6h
 Checksum mismatch for openssl-0.9.6h.tar.gz.
Make sure the Makefile and distinfo file (/usr/ports/security/openssl/distinfo)
are up to date.  If you are absolutely sure you want to override this
check, type make NO_CHECKSUM=yes [other args].
*** Error code 1

Stop in /usr/ports/security/openssl.

# ls -al
total 24
drwxr-xr-x3 root  wheel   512 Jan  2 08:01 ./
drwxr-xr-x  310 root  wheel  6144 Jan  2 08:01 ../
-rw-rw-r--1 root  wheel  6272 Jan  2 08:01 Makefile
-rw-rw-r--1 root  wheel  1754 Aug 30 02:02 Makefile.ssl
-rw-rw-r--1 root  wheel63 Jan  2 08:01 distinfo
drwxr-xr-x2 root  wheel   512 Jan  2 08:01 files/
-rw-rw-r--1 root  wheel23 Aug 15  1997 pkg-comment
-rw-rw-r--1 root  wheel   812 Nov 20  2001 pkg-descr
-rw-rw-r--1 root  wheel   110 Sep 17  1999 pkg-message
-rw-rw-r--1 root  wheel  2171 Dec 24 12:55 pkg-plist

Is this OK to upgrade openssl like this - since it is one
of those packages that is integrated to the core  all.

--
Hari Bhaskaran

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: openssl 0.9.6h checksum in ports

2003-01-02 Thread Hari Bhaskaran
Funny the ftp directory in ftp.openssl.org/source
contains two sets of files. The checksum in ports
seem to match with the BOGUS one. 

-rw-rw-r--   1 openssl  openssl   691 Dec  9 16:41 
openssl-0.9.6h.BOGUS-0.9.6h.patch
-rw-rw-r--   1 openssl  openssl   2178290 Dec  5 23:25 openssl-0.9.6h.BOGUS.tar.gz
-rw-rw-r--   1 openssl  openssl   460 Dec  5 23:25 openssl-0.9.6h.BOGUS.tar.gz.asc
-rw-rw-r--   1 openssl  openssl33 Dec  5 23:25 openssl-0.9.6h.BOGUS.tar.gz.md5
-rw-rw-r--   2 openssl  openssl   2178314 Dec  8 20:43 openssl-0.9.6h.tar.gz
-rw-rw-r--   1 openssl  openssl   460 Dec  8 20:43 openssl-0.9.6h.tar.gz.asc
-rw-rw-r--   1 openssl  openssl33 Dec  8 20:43 openssl-0.9.6h.tar.gz.md5

On Thu, Jan 02, 2003 at 10:35:59AM -0500, Matt Smith wrote:
 Confirmed -- Hari is not alone.
 
 On Thu, 2003-01-02 at 09:13, Hari Bhaskaran wrote:
  Hi,
  
  I just did a cvsup and updated the ports collection
  and wanted to update the openssl. I see the makefile
  was updated to 0.9.6h, but the checksum isn't. Unless
  of course the openssl.org got yet another bad file.
  
  # make
   openssl-0.9.6h.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
   Attempting to fetch from http://www.openssl.org/source/.
  Receiving openssl-0.9.6h.tar.gz (2178314 bytes): 100%
  2178314 bytes transferred in 9.8 seconds (217.15 kBps)
  ===  Extracting for openssl-0.9.6h
   Checksum mismatch for openssl-0.9.6h.tar.gz.
  Make sure the Makefile and distinfo file (/usr/ports/security/openssl/distinfo)
  are up to date.  If you are absolutely sure you want to override this
  check, type make NO_CHECKSUM=yes [other args].
  *** Error code 1
  
  Stop in /usr/ports/security/openssl.
  
  # ls -al
  total 24
  drwxr-xr-x3 root  wheel   512 Jan  2 08:01 ./
  drwxr-xr-x  310 root  wheel  6144 Jan  2 08:01 ../
  -rw-rw-r--1 root  wheel  6272 Jan  2 08:01 Makefile
  -rw-rw-r--1 root  wheel  1754 Aug 30 02:02 Makefile.ssl
  -rw-rw-r--1 root  wheel63 Jan  2 08:01 distinfo
  drwxr-xr-x2 root  wheel   512 Jan  2 08:01 files/
  -rw-rw-r--1 root  wheel23 Aug 15  1997 pkg-comment
  -rw-rw-r--1 root  wheel   812 Nov 20  2001 pkg-descr
  -rw-rw-r--1 root  wheel   110 Sep 17  1999 pkg-message
  -rw-rw-r--1 root  wheel  2171 Dec 24 12:55 pkg-plist
  
  Is this OK to upgrade openssl like this - since it is one
  of those packages that is integrated to the core  all.
  
  --
  Hari Bhaskaran
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
 -- 
 Matt Smith [EMAIL PROTECTED]
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: openssl 0.9.6h checksum in ports

2003-01-02 Thread Kevin Stevens


On Thu, 2 Jan 2003, Hari Bhaskaran wrote:

 openssl.org just decided to re-release a release!
 It would have been much cleaner to bump up a version
 if they fix something! Come on, we are in 2003!

Yeah, and they're on 0.9.7.  ;)

KeS

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



openssl 0.9.6h

2002-12-28 Thread Daimonion

When openssl in the basesystem and in ports will be updated? Quite a 
long time has passed since the openssl 0.9.6h was released (5.12.02).


smime.p7s
Description: S/MIME Cryptographic Signature


Re: openssl 0.9.6h

2002-12-28 Thread Kris Kennaway
On Sun, Dec 29, 2002 at 02:02:01AM +0100, Daimonion wrote:
 
 When openssl in the basesystem and in ports will be updated? Quite a 
 long time has passed since the openssl 0.9.6h was released (5.12.02).

After 5.0-RELEASE; FreeBSD-current and the ports collection are in code freeze.

Kris


msg13537/pgp0.pgp
Description: PGP signature