pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/fstrm
Module Name: pkgsrc
Committed By: he
Date: Tue Mar 12 08:53:23 UTC 2019
Modified Files:
pkgsrc/net/fstrm: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/fstrm/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/fstrm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/fstrm/Makefile
diff -u pkgsrc/net/fstrm/Makefile:1.2 pkgsrc/net/fstrm/Makefile:1.3
--- pkgsrc/net/fstrm/Makefile:1.2 Mon Mar 4 14:14:15 2019
+++ pkgsrc/net/fstrm/Makefile Tue Mar 12 08:53:23 2019
@@ -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@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
Index: pkgsrc/net/fstrm/distinfo
diff -u pkgsrc/net/fstrm/distinfo:1.1 pkgsrc/net/fstrm/distinfo:1.2
--- pkgsrc/net/fstrm/distinfo:1.1 Wed Jan 16 13:49:29 2019
+++ pkgsrc/net/fstrm/distinfo Tue Mar 12 08:53:23 2019
@@ -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