pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May 21 14:48:18 UTC 2019

Modified Files:
        pkgsrc/net/gst-plugins1-libnice: Makefile
        pkgsrc/net/libnice: Makefile Makefile.common distinfo
        pkgsrc/net/libnice/patches: patch-ad

Log Message:
*libnice: Update *libnice to 0.1.16.

libnice 0.1.16 (2019-05-09)
===========================
Add API to make it easier to implement ICE trickle
Add async closing of agent, to cleanly close TURN allocations
Add Google non-standard NOMINATION STUN attribute
Fix tests on Windows
Fix some racy tests


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/gst-plugins1-libnice/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/net/libnice/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/libnice/Makefile.common
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/libnice/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/libnice/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/gst-plugins1-libnice/Makefile
diff -u pkgsrc/net/gst-plugins1-libnice/Makefile:1.34 pkgsrc/net/gst-plugins1-libnice/Makefile:1.35
--- pkgsrc/net/gst-plugins1-libnice/Makefile:1.34       Wed Apr  3 00:32:58 2019
+++ pkgsrc/net/gst-plugins1-libnice/Makefile    Tue May 21 14:48:17 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2019/04/03 00:32:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2019/05/21 14:48:17 wiz Exp $
 
 PKGNAME=       gst-plugins1-${DISTNAME}
-PKGREVISION=   1
 COMMENT+=      (gstreamer plugin)
 
 CONFIGURE_ARGS+= --with-gstreamer

Index: pkgsrc/net/libnice/Makefile
diff -u pkgsrc/net/libnice/Makefile:1.55 pkgsrc/net/libnice/Makefile:1.56
--- pkgsrc/net/libnice/Makefile:1.55    Wed Apr  3 00:32:59 2019
+++ pkgsrc/net/libnice/Makefile Tue May 21 14:48:17 2019
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.55 2019/04/03 00:32:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.56 2019/05/21 14:48:17 wiz Exp $
 
-PKGREVISION= 1
 .include "Makefile.common"
 
 # introspection Makefile uses GNUisms

Index: pkgsrc/net/libnice/Makefile.common
diff -u pkgsrc/net/libnice/Makefile.common:1.4 pkgsrc/net/libnice/Makefile.common:1.5
--- pkgsrc/net/libnice/Makefile.common:1.4      Thu Feb 14 07:32:19 2019
+++ pkgsrc/net/libnice/Makefile.common  Tue May 21 14:48:17 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.4 2019/02/14 07:32:19 wiz Exp $
+# $NetBSD: Makefile.common,v 1.5 2019/05/21 14:48:17 wiz Exp $
 #
 # used by net/libnice/Makefile
 # used by net/gst-plugins1-libnice/Makefile
 
-DISTNAME=      libnice-0.1.15
+DISTNAME=      libnice-0.1.16
 CATEGORIES=    net devel
 MASTER_SITES=  http://nice.freedesktop.org/releases/
 

Index: pkgsrc/net/libnice/distinfo
diff -u pkgsrc/net/libnice/distinfo:1.18 pkgsrc/net/libnice/distinfo:1.19
--- pkgsrc/net/libnice/distinfo:1.18    Thu Feb 14 07:32:19 2019
+++ pkgsrc/net/libnice/distinfo Tue May 21 14:48:17 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2019/02/14 07:32:19 wiz Exp $
+$NetBSD: distinfo,v 1.19 2019/05/21 14:48:17 wiz Exp $
 
-SHA1 (libnice-0.1.15.tar.gz) = db397ddad3ab97ed6818ea2c4ba85647adf6b34c
-RMD160 (libnice-0.1.15.tar.gz) = 721c673eac906ad6ad23583d0bab8cbc1ddad7a0
-SHA512 (libnice-0.1.15.tar.gz) = 60a8bcca06c0ab300dfabbf13e45aeac2085d553c420c5cc4d2fdeb46b449b2b9c9aee8015b0662c16bd1cecf5a49824b7e24951a8a0b66a87074cb00a619c0c
-Size (libnice-0.1.15.tar.gz) = 1064100 bytes
-SHA1 (patch-ad) = abf11727342cbf5a48cdd394355ec2f93ce471f2
+SHA1 (libnice-0.1.16.tar.gz) = 811f9ee1c98f3ddfdedf091cafdc3cb449f8330d
+RMD160 (libnice-0.1.16.tar.gz) = fa2b8d5ebc4b47e7b2648163424b1087c282372d
+SHA512 (libnice-0.1.16.tar.gz) = 8fdf0f9fcf43c0fdffbdcb61988a7f9e14bd13bb1bc561d2b9faf493deb18151da14d484740571a302fa203ec7109d45c361ea791e81a2b29932a26220ce902c
+Size (libnice-0.1.16.tar.gz) = 1059083 bytes
+SHA1 (patch-ad) = a3458783d4efcbf39369802ebcb8de2dfedb6a78
 SHA1 (patch-configure) = 0acf5ccf084aef4249526e1b16d1436d4b54230f

Index: pkgsrc/net/libnice/patches/patch-ad
diff -u pkgsrc/net/libnice/patches/patch-ad:1.3 pkgsrc/net/libnice/patches/patch-ad:1.4
--- pkgsrc/net/libnice/patches/patch-ad:1.3     Sun May 26 20:28:18 2013
+++ pkgsrc/net/libnice/patches/patch-ad Tue May 21 14:48:18 2019
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.3 2013/05/26 20:28:18 wiz Exp $
+$NetBSD: patch-ad,v 1.4 2019/05/21 14:48:18 wiz Exp $
 
-Change linking for gst-plugins0.10-libnice package.
+Change linking for gst-plugins1-libnice package.
 
 --- gst/Makefile.in.orig       2013-02-23 00:29:35.000000000 +0000
 +++ gst/Makefile.in



Home | Main Index | Thread Index | Old Index