diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-01-20 22:37:52 +0800 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-01-20 22:37:52 +0800 |
commit | 73cc9e4e8706dc7b2e703db3d21a3b5caa035bbf (patch) | |
tree | 3f2e8598bbd059037e75014ab098e6b81a37346b /www | |
parent | 0c3e014289bf33205aa92d90a206b147ff76fa83 (diff) | |
download | freebsd-ports-gnome-73cc9e4e8706dc7b2e703db3d21a3b5caa035bbf.tar.gz freebsd-ports-gnome-73cc9e4e8706dc7b2e703db3d21a3b5caa035bbf.tar.zst freebsd-ports-gnome-73cc9e4e8706dc7b2e703db3d21a3b5caa035bbf.zip |
Upgrade c-icap-modules from 0.5.2 to 0.5.3
Change log:
* Add support for ClamAV 0.101.x
* Bug fix: use url-decoded string as filename on viralator mode
URL: https://sourceforge.net/p/c-icap/news/2019/01/the-c-icap-modules-053-is-released-/
Reported by: Patrik Hildingsson <patrik@hildingsson.se> (private mail)
Diffstat (limited to 'www')
-rw-r--r-- | www/c-icap-modules/Makefile | 2 | ||||
-rw-r--r-- | www/c-icap-modules/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/c-icap-modules/Makefile b/www/c-icap-modules/Makefile index b8fbdb8b225e..242fdc5a9aaf 100644 --- a/www/c-icap-modules/Makefile +++ b/www/c-icap-modules/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= c-icap -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= www security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.5.x/ PKGNAMESUFFIX= -modules diff --git a/www/c-icap-modules/distinfo b/www/c-icap-modules/distinfo index 53de761283fe..674495298392 100644 --- a/www/c-icap-modules/distinfo +++ b/www/c-icap-modules/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1536869909 -SHA256 (c_icap_modules-0.5.2.tar.gz) = 640290d47a285cc88317890f20b0d431f7e55c751bd9897c59a72ed4522ac779 -SIZE (c_icap_modules-0.5.2.tar.gz) = 451800 +TIMESTAMP = 1547975297 +SHA256 (c_icap_modules-0.5.3.tar.gz) = 6e2f87a60379ffde26947c6e82ff0c7f614bc005588bf1efb40c74f69c82f925 +SIZE (c_icap_modules-0.5.3.tar.gz) = 452505 |