diff options
author | rodent <rodent@pkgsrc.org> | 2014-04-07 04:11:22 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-04-07 04:11:22 +0000 |
commit | 06e2fe68154cbf59e141ff4b0f11e4d1611f1ca2 (patch) | |
tree | 7502cad90cfea1b7f4b5191dd18795ca1b024dc0 /net | |
parent | 05c336cc910bba44692a063cc2b238cf1bda6c42 (diff) | |
download | pkgsrc-06e2fe68154cbf59e141ff4b0f11e4d1611f1ca2.tar.gz |
Updated to latest release, 4.2.0. Shared library name change. From NEWS:
Implemented a new function to read the ZID file if the ZID file backend
is SQlite3. This is not a security problem because the ZRTP cache was
always public and readable, refer to RFC6189.
SQL statement returns all ZID records, sorted by date, newest on top. The
function can then step thru the DB cursor and read the records.
The version also include sevral fixes, usually compiler warnings, some
small problems reported by 'cppcheck' analyser.
Because we have a new set of functions the API changed, thus it's necessary
to recompile applications that use the new library version.
Diffstat (limited to 'net')
-rw-r--r-- | net/libzrtpcpp/Makefile | 6 | ||||
-rw-r--r-- | net/libzrtpcpp/PLIST | 4 | ||||
-rw-r--r-- | net/libzrtpcpp/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net/libzrtpcpp/Makefile b/net/libzrtpcpp/Makefile index a28f7c2406b..63b645414ca 100644 --- a/net/libzrtpcpp/Makefile +++ b/net/libzrtpcpp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2014/02/12 23:18:22 tron Exp $ +# $NetBSD: Makefile,v 1.8 2014/04/07 04:11:22 rodent Exp $ -DISTNAME= V4.1.2 +DISTNAME= V4.2.0 PKGNAME= libzrtpcpp${DISTNAME:S/V/-/1} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/wernerd/ZRTPCPP/archive/ +DIST_SUBDIR= ${PKGBASE} MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://wiki.gnutelephony.org/ diff --git a/net/libzrtpcpp/PLIST b/net/libzrtpcpp/PLIST index 052105c85cb..3ea40cd52b7 100644 --- a/net/libzrtpcpp/PLIST +++ b/net/libzrtpcpp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2014/01/10 02:58:51 rodent Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/04/07 04:11:22 rodent Exp $ include/libzrtpcpp/CcrtpTimeoutProvider.h include/libzrtpcpp/ZrtpCWrapper.h include/libzrtpcpp/ZrtpCallback.h @@ -10,5 +10,5 @@ include/libzrtpcpp/common/osSpecifics.h include/libzrtpcpp/zrtpccrtp.h lib/libzrtpcpp.so lib/libzrtpcpp.so.4 -lib/libzrtpcpp.so.4.1.1 +lib/libzrtpcpp.so.4.2.0 lib/pkgconfig/libzrtpcpp.pc diff --git a/net/libzrtpcpp/distinfo b/net/libzrtpcpp/distinfo index a54175439c5..0da2d7f11bc 100644 --- a/net/libzrtpcpp/distinfo +++ b/net/libzrtpcpp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2014/01/10 02:58:51 rodent Exp $ +$NetBSD: distinfo,v 1.4 2014/04/07 04:11:22 rodent Exp $ -SHA1 (V4.1.2.tar.gz) = 4dd9a916437e6a9d82ccc86fb566e40f801f8340 -RMD160 (V4.1.2.tar.gz) = 6b51a90a036baf9c965fb22c5aa2d5adf130bd03 -Size (V4.1.2.tar.gz) = 1919843 bytes +SHA1 (libzrtpcpp/V4.2.0.tar.gz) = fdba0ac3a849279ece82fe7e78172f3709bde6a8 +RMD160 (libzrtpcpp/V4.2.0.tar.gz) = a48238527518078a08e5d733dddac619ce46d1c0 +Size (libzrtpcpp/V4.2.0.tar.gz) = 1922243 bytes SHA1 (patch-CMakeLists.txt) = 4635e03e618872e75c2081e8247b77cff1d0d339 |