diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-12 15:35:36 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-12 15:35:36 +0800 |
commit | 9a609c1f8ab4017b9647d213106f820f8e16f115 (patch) | |
tree | d140712ea4de257a6602d74ee4d838e0e643c589 /security/distcache | |
parent | e9b47c04435e12aa7d25f86472252c3b93c66ff6 (diff) | |
download | freebsd-ports-gnome-9a609c1f8ab4017b9647d213106f820f8e16f115.tar.gz freebsd-ports-gnome-9a609c1f8ab4017b9647d213106f820f8e16f115.tar.zst freebsd-ports-gnome-9a609c1f8ab4017b9647d213106f820f8e16f115.zip |
security/distcache: Update to 1.5.1
Also replaced PORTVERSION with DISTVERSION.
Reported by: portscout
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'security/distcache')
-rw-r--r-- | security/distcache/Makefile | 3 | ||||
-rw-r--r-- | security/distcache/distinfo | 5 | ||||
-rw-r--r-- | security/distcache/pkg-plist | 10 |
3 files changed, 14 insertions, 4 deletions
diff --git a/security/distcache/Makefile b/security/distcache/Makefile index d5836e93fe68..0e3d53e713bb 100644 --- a/security/distcache/Makefile +++ b/security/distcache/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= distcache -PORTVERSION= 1.4.5 -PORTREVISION= 2 +DISTVERSION= 1.5.1 CATEGORIES= security www MASTER_SITES= SF/${PORTNAME}/2.%20${PORTNAME}-stable/${PORTVERSION} \ http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/ diff --git a/security/distcache/distinfo b/security/distcache/distinfo index ca80b323f8c8..0bf233c69f86 100644 --- a/security/distcache/distinfo +++ b/security/distcache/distinfo @@ -1,2 +1,3 @@ -SHA256 (distcache-1.4.5.tar.bz2) = 6da656badf49772abeb391e08e63ccbab2b5bedeea94d4483da8a3016e1f7e13 -SIZE (distcache-1.4.5.tar.bz2) = 371648 +TIMESTAMP = 1518420527 +SHA256 (distcache-1.5.1.tar.bz2) = d20def77b8f1215f0672fdc0eb5a390aa96593399a3a23b99abda7e2f69b0203 +SIZE (distcache-1.5.1.tar.bz2) = 491139 diff --git a/security/distcache/pkg-plist b/security/distcache/pkg-plist index 794f9403f578..b529b4cfd611 100644 --- a/security/distcache/pkg-plist +++ b/security/distcache/pkg-plist @@ -2,6 +2,11 @@ bin/dc_client bin/dc_server bin/dc_snoop bin/dc_test +bin/nal_echo +bin/nal_hose +bin/nal_ping +bin/nal_pong +bin/nal_proxy bin/nal_test bin/piper bin/sslswamp @@ -10,6 +15,7 @@ include/distcache/dc_plug.h include/distcache/dc_server.h include/libnal/nal.h include/libnal/nal_devel.h +include/libnal/nal_ssl.h lib/libdistcache.a lib/libdistcache.so lib/libdistcache.so.1 @@ -22,6 +28,10 @@ lib/libnal.a lib/libnal.so lib/libnal.so.1 lib/libnal.so.1.0.1 +lib/libnalssl.a +lib/libnalssl.so +lib/libnalssl.so.1 +lib/libnalssl.so.1.0.1 man/man1/dc_client.1.gz man/man1/dc_server.1.gz man/man1/dc_snoop.1.gz |