Hi,

A week ago, I noticed that libzrtp doesn't fetch anymore because the distinfo
changed. I emailed the following diff to Dimitrij, but didn't get a response.

The diff changes the commit taken from github to most recent one and updates
the distinfo. The changes since version 0.20170619 are limited to the build of
the tests.

The result of 'make test' is: 1 of 12 tests failed. I checked 'make test' with
the prior version 0.20170619 and the tests didn't run at all.

If you need a deeper dive into this, let me know. But with the changes limited
to the test and actually enabling testing compared to the last version, I
thought the update should be okay along with the needed update to the distinfo.

Index: Makefile
===================================================================
RCS file: /cvs/ports/telephony/libzrtp/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    28 Jun 2017 10:26:44 -0000      1.12
+++ Makefile    27 Mar 2018 06:15:34 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              ZRTP library
 
-DISTNAME =             libzrtp-0.20170619
+DISTNAME =             libzrtp-0.20170926
 CATEGORIES =           telephony security
 
 MAINTAINER =           Dmitrij D. Czarkoff <czark...@openbsd.org>
@@ -12,7 +12,7 @@ PERMIT_PACKAGE_CDROM =        Yes
 
 GH_ACCOUNT =           juha-h
 GH_PROJECT =           libzrtp
-GH_COMMIT =            0be89abc3adb3d62794205e06acda10103730e17
+GH_COMMIT =            953059e8e6dfb41d283bd1f98eb4caa3d90b1b91
 
 BUILD_DEPENDS =                ${MODGNU_AUTOCONF_DEPENDS} \
                        ${MODGNU_AUTOMAKE_DEPENDS} \
Index: distinfo
===================================================================
RCS file: /cvs/ports/telephony/libzrtp/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    28 Jun 2017 10:26:44 -0000      1.4
+++ distinfo    27 Mar 2018 06:15:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (libzrtp-0.20170619-0be89abc.tar.gz) = 
5VCx9OcG5u8nKiwdSv3TP14Hr37boUjM5mAhoELVDmA=
-SIZE (libzrtp-0.20170619-0be89abc.tar.gz) = 666256
+SHA256 (libzrtp-0.20170926-953059e8.tar.gz) = 
KUgJnYr8O6p7PRmEfFeZhUhmAq5asCgMwVKCY1e8Ffw=
+SIZE (libzrtp-0.20170926-953059e8.tar.gz) = 666659

Reply via email to