pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/fstrm Upgrade to fstrm version 0.5.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da9befe26c07
branches:  trunk
changeset: 320842:da9befe26c07
user:      he <he%pkgsrc.org@localhost>
date:      Tue Mar 12 08:53:23 2019 +0000

description:
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:

 net/fstrm/Makefile |   6 +++---
 net/fstrm/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 8d8d4a27c468 -r da9befe26c07 net/fstrm/Makefile
--- a/net/fstrm/Makefile        Tue Mar 12 04:32:46 2019 +0000
+++ b/net/fstrm/Makefile        Tue Mar 12 08:53:23 2019 +0000
@@ -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 @@
 MAINTAINER=    he%NetBSD.org@localhost
 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 -r 8d8d4a27c468 -r da9befe26c07 net/fstrm/distinfo
--- a/net/fstrm/distinfo        Tue Mar 12 04:32:46 2019 +0000
+++ b/net/fstrm/distinfo        Tue Mar 12 08:53:23 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index