Author Topic: Mirror update  (Read 8451 times)

0 Members and 1 Guest are viewing this topic.

pamidou

  • Guest
Mirror update
« on: May 02, 2006, 01:57:44 PM »
Hi,
Mirror for avast 4.x is a very good stuf but it only exist on windows
version.
I try to make one on linux because my server is redhat.
My mirror script works for selecting version, selecting files, downloading
update and making distribution but the only thing that was wrong was the
authentication of the def files. At the end of all def files there is a
MD5 hash for that but i didn't find how to compute the right MD5 sum.
Could you please help me?
Thanks in advance.

bimbom

  • Guest
Re: Mirror update
« Reply #1 on: May 24, 2006, 07:49:46 PM »
Why

# md5sum --help
# man md5sum
# md5sum file1 file2 file3 >MD5SUMS
# md5sum -cv MD5SUMS

can't be used on RH?

pamidou

  • Guest
Re: Mirror update
« Reply #2 on: May 28, 2006, 10:42:18 PM »
Hi,
I know how to compute MD5SUMS.
The problem is to know what are the files or what is the string to compute the right md5 sum, because avast seems to verify that md5 before update to verify the autenticity of update.
Can somedbody help me please?

Culpeper

  • Guest
Re: Mirror update
« Reply #3 on: June 02, 2006, 03:10:03 AM »
Does this have anything to do with the desktop version of Avast for Linux? 

pamidou

  • Guest
Re: Mirror update
« Reply #4 on: June 12, 2006, 09:04:10 AM »
Hi,

Ok i have posted it in Home/Pro Win forum.

Anybody can help me please?

Thanks

thesilentman

  • Guest
Re: Mirror update
« Reply #5 on: January 22, 2007, 12:20:05 AM »
Hello Pamidou,

I was wondering if you have any news on this?

Thanks

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67194
Re: Mirror update
« Reply #6 on: January 22, 2007, 01:39:59 AM »
The problem is to know what are the files or what is the string to compute the right md5 sum, because avast seems to verify that md5 before update to verify the autenticity of update.
avast verifies the authenticity of the update (of itself), but why do you need this info?
avast.setup file is a temporary file created in order to update avast and then it's deleted automatically.
The best things in life are free.

pamidou

  • Guest
Re: Mirror update
« Reply #7 on: February 05, 2007, 01:09:02 PM »
Hi Tech,

Thanks but what is the content of the file avast.setup.
I need to know how to compute this md5 string because i try to make a mirror server for my home network.
My server is RedHat 4 and my clients are windows computer.
I made a bash script that download the update for windows clients but at the end of servers_mirror.def file there is a MD5 string that i don't know how to compute.
Avast windows clients seems to verify that MD5 to update itself.
All downloaded files from my script are ok but servers_mirror.def is not good and avast windows clients doesn't update itself.
So can you help me please. Thanks

Pamidou