diff options
author | he <he@pkgsrc.org> | 2019-03-12 08:53:23 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2019-03-12 08:53:23 +0000 |
commit | a11dc7662c750b7dbb124714ece27b37dbe4b863 (patch) | |
tree | a6e37f196da92da9fc184d2aa353bf4e4b55addd /net | |
parent | edc37129eb5ca806d1a9436962c092f856572b83 (diff) | |
download | pkgsrc-a11dc7662c750b7dbb124714ece27b37dbe4b863.tar.gz |
Upgrade to fstrm version 0.5.0.
Pkgsrc changes:
* Update license to "mit", to track upstream.
Upstream changes:
* Change license to modern MIT license for compatibility with
GPLv2 software.
* src/fstrm_replay.c: For OpenBSD and Posix portability include
netinet/in.h and sys/socket.h to get struct sockaddr_in and the
AF_* defines respectively.
* Fix various compiler warnings.
Diffstat (limited to 'net')
-rw-r--r-- | net/fstrm/Makefile | 6 | ||||
-rw-r--r-- | net/fstrm/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/fstrm/Makefile b/net/fstrm/Makefile index cdfc7c6b555..216d010c70b 100644 --- a/net/fstrm/Makefile +++ b/net/fstrm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2019/03/04 14:14:15 he Exp $ +# $NetBSD: Makefile,v 1.3 2019/03/12 08:53:23 he Exp $ -DISTNAME= fstrm-0.4.0 +DISTNAME= fstrm-0.5.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=farsightsec/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -9,7 +9,7 @@ GITHUB_TYPE= tag MAINTAINER= he@NetBSD.org HOMEPAGE= https://github.com/farsightsec/fstrm/ COMMENT= C implementation of the Frame Streams data transport protocol -LICENSE= apache-2.0 +LICENSE= mit USE_TOOLS+= autoconf USE_TOOLS+= automake diff --git a/net/fstrm/distinfo b/net/fstrm/distinfo index e1e39bade2d..5680cc63414 100644 --- a/net/fstrm/distinfo +++ b/net/fstrm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/01/16 13:49:29 he Exp $ +$NetBSD: distinfo,v 1.2 2019/03/12 08:53:23 he Exp $ -SHA1 (fstrm-0.4.0.tar.gz) = 022f3ddcea79de6fe62b06f87026372d3cad2646 -RMD160 (fstrm-0.4.0.tar.gz) = 55060dece27c61ccd478020411448674b5ff78be -SHA512 (fstrm-0.4.0.tar.gz) = 5412340e0fed79abdcdafc290c18b3cb351c5d04e4e11af2ef78878c4915cc3be6bc7b94397d302cbd721d83be9164482fab0577baa9680c9075848899def1cc -Size (fstrm-0.4.0.tar.gz) = 194789 bytes +SHA1 (fstrm-0.5.0.tar.gz) = bf0436edc1c0c69651f5d6a2b0bfc3ce1903c6a0 +RMD160 (fstrm-0.5.0.tar.gz) = 8c76d334277b2f3ec2cd5564098ed84ad5c74cfe +SHA512 (fstrm-0.5.0.tar.gz) = 714fed110e35313980c8b75cf512ca67cef143602d736c505cf0c3ec61c2c5a985fbcbfee268ec685a60f079fc805a394cd70b55d8d112699df11952e2cfc733 +Size (fstrm-0.5.0.tar.gz) = 134910 bytes |