Mailing List Archive

version clarification: dev/0.100 reports as 0.99.3-beta2
with the release of 0.99.3, and dev moved to 0.100 branch,

a build of dev branch

git branch -a | grep \*
* dev/0.100


ls -al `which clamdscan` `clamd`
-rwxr-xr-x 1 root root 262K Jan 26 07:28 /usr/local/bin/clamdscan*
-rwxr-xr-x 1 root root 251K Jan 26 07:28 /usr/local/sbin/clamd*

reports

clamdscan --version
ClamAV 0.99.3-beta2/24257/Fri Jan 26 01:24:57 2018

clamscan -d /var/lib/clamav
----------- SCAN SUMMARY -----------
Known viruses: 9633945
Engine version: 0.99.3-beta2
Scanned directories: 1
Scanned files: 33
Infected files: 0
Data scanned: 4.41 MB
Data read: 1.93 MB (ratio 2.29:1)
Time: 23.824 sec (0 m 23 s)

Is "0.99.3-beta2" still expected/intended when building dev/0.100 ?
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

http://www.clamav.net/contact.html#ml
Re: version clarification: dev/0.100 reports as 0.99.3-beta2 [ In reply to ]
Yup sorry about that! I haven’t had the time to update the 0.100 branch with the new version numbers as this week has been busy getting 0.99.3 security release prepped and out the door. I will update dev/0.100 soon.


Micah Snyder
Software Engineer
Talos
Cisco Systems, Inc.



On Jan 26, 2018, at 10:43 AM, pgndev <pgnet.dev@gmail.com<mailto:pgnet.dev@gmail.com>> wrote:

with the release of 0.99.3, and dev moved to 0.100 branch,

a build of dev branch

git branch -a | grep \*
* dev/0.100


ls -al `which clamdscan` `clamd`
-rwxr-xr-x 1 root root 262K Jan 26 07:28 /usr/local/bin/clamdscan*
-rwxr-xr-x 1 root root 251K Jan 26 07:28 /usr/local/sbin/clamd*

reports

clamdscan --version
ClamAV 0.99.3-beta2/24257/Fri Jan 26 01:24:57 2018

clamscan -d /var/lib/clamav
----------- SCAN SUMMARY -----------
Known viruses: 9633945
Engine version: 0.99.3-beta2
Scanned directories: 1
Scanned files: 33
Infected files: 0
Data scanned: 4.41 MB
Data read: 1.93 MB (ratio 2.29:1)
Time: 23.824 sec (0 m 23 s)

Is "0.99.3-beta2" still expected/intended when building dev/0.100 ?
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

http://www.clamav.net/contact.html#ml

_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

http://www.clamav.net/contact.html#ml
Re: version clarification: dev/0.100 reports as 0.99.3-beta2 [ In reply to ]
I pushed the version string changes. Please let me know if there are any more discrepancies.


Micah Snyder
Software Engineer
Talos
Cisco Systems, Inc.



On Jan 26, 2018, at 10:43 AM, pgndev <pgnet.dev@gmail.com<mailto:pgnet.dev@gmail.com>> wrote:

with the release of 0.99.3, and dev moved to 0.100 branch,

a build of dev branch

git branch -a | grep \*
* dev/0.100


ls -al `which clamdscan` `clamd`
-rwxr-xr-x 1 root root 262K Jan 26 07:28 /usr/local/bin/clamdscan*
-rwxr-xr-x 1 root root 251K Jan 26 07:28 /usr/local/sbin/clamd*

reports

clamdscan --version
ClamAV 0.99.3-beta2/24257/Fri Jan 26 01:24:57 2018

clamscan -d /var/lib/clamav
----------- SCAN SUMMARY -----------
Known viruses: 9633945
Engine version: 0.99.3-beta2
Scanned directories: 1
Scanned files: 33
Infected files: 0
Data scanned: 4.41 MB
Data read: 1.93 MB (ratio 2.29:1)
Time: 23.824 sec (0 m 23 s)

Is "0.99.3-beta2" still expected/intended when building dev/0.100 ?
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

http://www.clamav.net/contact.html#ml

_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

http://www.clamav.net/contact.html#ml
Re: version clarification: dev/0.100 reports as 0.99.3-beta2 [ In reply to ]
On Friday, January 26, 2018 at 8:12 AM, Micah Snyder wrote:
> Yup sorry about that! I haven’t had the time to update the 0.100 branch with
> the new version numbers as this week has been busy getting 0.99.3 security
> release prepped and out the door. I will update dev/0.100 soon.

Well, the prebuilt Win32 binaries have older version strings as well:

ClamAV devel-clamav-0.99.2-20-g224f73461/24258/Fri Jan 26 09:20:39 2018

Thanks.

- Mark Pizzolato
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

http://www.clamav.net/contact.html#ml
Re: version clarification: dev/0.100 reports as 0.99.3-beta2 [ In reply to ]
Wow truly novice mistake on my part. I was really rushing it this morning with all the drama regarding the file descriptor issue and forgot to save some of the files. Will re-fix.


Micah Snyder
Software Engineer
Talos
Cisco Systems, Inc.



On Jan 26, 2018, at 4:45 PM, Mark Pizzolato - Clamav-Devel <clamav-devel@subscriptions.pizzolato.net<mailto:clamav-devel@subscriptions.pizzolato.net>> wrote:

On Friday, January 26, 2018 at 8:12 AM, Micah Snyder wrote:
Yup sorry about that! I haven’t had the time to update the 0.100 branch with
the new version numbers as this week has been busy getting 0.99.3 security
release prepped and out the door. I will update dev/0.100 soon.

Well, the prebuilt Win32 binaries have older version strings as well:

ClamAV devel-clamav-0.99.2-20-g224f73461/24258/Fri Jan 26 09:20:39 2018

Thanks.

- Mark Pizzolato
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

http://www.clamav.net/contact.html#ml

_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

http://www.clamav.net/contact.html#ml