- 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:
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
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue