Date: Mon, 15 Jul 2019 13:01:50 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506661 - head/net-mgmt/rtrlib Message-ID: <201907151301.x6FD1olB052181@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Jul 15 13:01:49 2019 New Revision: 506661 URL: https://svnweb.freebsd.org/changeset/ports/506661 Log: Update to 0.6.3. maintainer timeout. PR: 238841 Submitted by: mat Modified: head/net-mgmt/rtrlib/Makefile (contents, props changed) head/net-mgmt/rtrlib/distinfo (contents, props changed) head/net-mgmt/rtrlib/pkg-plist (contents, props changed) Modified: head/net-mgmt/rtrlib/Makefile ============================================================================== --- head/net-mgmt/rtrlib/Makefile Mon Jul 15 13:01:46 2019 (r506660) +++ head/net-mgmt/rtrlib/Makefile Mon Jul 15 13:01:49 2019 (r506661) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rtrlib -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.3 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt sysutils @@ -9,15 +9,12 @@ MAINTAINER= freebsd@bodems.net COMMENT= Open-source C implementation of the RPKI/Router Protocol client LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libssh.so:security/libssh -BUILD_DEPENDS= cmake:devel/cmake USES= cmake -USE_LDCONFIG= yes -CMAKE_ARGS= -DCMAKE_BUILD_TYPE=Release - USE_GITHUB= yes -GH_ACCOUNT= rtrlib +USE_LDCONFIG= yes .include <bsd.port.mk> Modified: head/net-mgmt/rtrlib/distinfo ============================================================================== --- head/net-mgmt/rtrlib/distinfo Mon Jul 15 13:01:46 2019 (r506660) +++ head/net-mgmt/rtrlib/distinfo Mon Jul 15 13:01:49 2019 (r506661) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517667849 -SHA256 (rtrlib-rtrlib-v0.5.0_GH0.tar.gz) = 8b1f2fa0501ae3a7a0a73447df1ee1b3735281f9b47c17479e9ca08eb6f55f69 -SIZE (rtrlib-rtrlib-v0.5.0_GH0.tar.gz) = 223059 +TIMESTAMP = 1561621614 +SHA256 (rtrlib-rtrlib-v0.6.3_GH0.tar.gz) = 5591c900761dfce126e8cac17e2cc87dd2285dc49ab2ae1ac7491e513044c77a +SIZE (rtrlib-rtrlib-v0.6.3_GH0.tar.gz) = 235094 Modified: head/net-mgmt/rtrlib/pkg-plist ============================================================================== --- head/net-mgmt/rtrlib/pkg-plist Mon Jul 15 13:01:46 2019 (r506660) +++ head/net-mgmt/rtrlib/pkg-plist Mon Jul 15 13:01:49 2019 (r506661) @@ -1,40 +1,21 @@ +bin/rpki-rov bin/rtrclient -bin/cli-validator include/rtrlib/lib/alloc_utils.h -include/rtrlib/lib/convert_byte_order.h include/rtrlib/lib/ip.h include/rtrlib/lib/ipv4.h include/rtrlib/lib/ipv6.h -include/rtrlib/lib/log.h -include/rtrlib/lib/utils.h include/rtrlib/pfx/pfx.h include/rtrlib/pfx/trie/trie-pfx.h -include/rtrlib/pfx/trie/trie.h -include/rtrlib/rtr/packets.h include/rtrlib/rtr/rtr.h include/rtrlib/rtr_mgr.h include/rtrlib/rtrlib.h -include/rtrlib/spki/hashtable/ht-spkitable.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommy.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommyalloc.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommyarray.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommyarrayblk.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommyarrayblkof.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommyarrayof.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommychain.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommyhash.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommyhashdyn.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommyhashlin.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommyhashtbl.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommylist.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommytrie.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommytrieinp.h -include/rtrlib/spki/hashtable/tommyds-1.8/tommytypes.h include/rtrlib/spki/spkitable.h include/rtrlib/transport/ssh/ssh_transport.h include/rtrlib/transport/tcp/tcp_transport.h include/rtrlib/transport/transport.h lib/librtr.so lib/librtr.so.0 -lib/librtr.so.0.5.0 +lib/librtr.so.0.6.3 libdata/pkgconfig/rtrlib.pc +man/man1/rpki-rov.1.gz +man/man1/rtrclient.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907151301.x6FD1olB052181>