- Update to 1.0.1

- Changed overall byte count data type from int to unsigned long long so it
  doesn't wrap if loaded requests total >2GB.

PR:		70040
Submitted by:	Cheng-Lung Sung <clsung@freebsd.csie.nctu.edu.tw>
This commit is contained in:
Yen-Ming Lee 2004-08-06 02:14:54 +00:00
parent a15c6e260d
commit 15ce190bed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115488
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
#
PORTNAME= snowlog
PORTVERSION= 1.0
PORTVERSION= 1.0.1
CATEGORIES= sysutils
MASTER_SITES= http://home.kcore.de/~kiza/software/snowlog/download/

View file

@ -1,2 +1,2 @@
MD5 (snowlog-1.0.tar.gz) = 57c1f56f713aa9707d8f1a9a7c7109b4
SIZE (snowlog-1.0.tar.gz) = 27065
MD5 (snowlog-1.0.1.tar.gz) = f556640e17374ee93d8f1fbf037f338a
SIZE (snowlog-1.0.1.tar.gz) = 27069