svn commit: r540679 - head/net/liveMedia
Tobias C. Berner
tcberner at FreeBSD.org
Sun Jun 28 06:17:42 UTC 2020
Author: tcberner
Date: Sun Jun 28 06:17:41 2020
New Revision: 540679
URL: https://svnweb.freebsd.org/changeset/ports/540679
Log:
net/liveMedia: update to 2020.06.25
From the changelog:
2020.06.25:
- Fixed a memory leak in the "sha1()" function (a "EVP_MD_CTX" object was not being deleted).
(Thanks to Amir Perlman for reporting this.)
2020.06.23:
- Moved all definitions of PREFIX from "Makefile.tail" files to "Makefile.head" (so that
it can be redefined by a "config.*" file, if desired.
Also changed the definition of EXE in "config.mingw" to be ".exe".
(Thanks to Eric Beuque for this suggestion.)
2020.06.22:
- Fixed a typo in the previous release that could cause a compilation problem for some
developers. (Thanks to Eric Beuque for reporting this.)
Modified:
head/net/liveMedia/Makefile
head/net/liveMedia/distinfo
Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile Sun Jun 28 06:10:09 2020 (r540678)
+++ head/net/liveMedia/Makefile Sun Jun 28 06:17:41 2020 (r540679)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= liveMedia
-PORTVERSION= 2020.05.15
+PORTVERSION= 2020.06.25
PORTEPOCH= 2
CATEGORIES= net devel
MASTER_SITES= http://www.live555.com/liveMedia/public/ \
Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo Sun Jun 28 06:10:09 2020 (r540678)
+++ head/net/liveMedia/distinfo Sun Jun 28 06:17:41 2020 (r540679)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589644866
-SHA256 (live.2020.05.15.tar.gz) = 54bfa9bf10e979d742b687339595968c9b443afbb5f264682daa024c74756cb9
-SIZE (live.2020.05.15.tar.gz) = 7229400
+TIMESTAMP = 1593324653
+SHA256 (live.2020.06.25.tar.gz) = f206309f10d281990889b7a0c92c26a7fa55ac0e8568bf594b9b27433b4db585
+SIZE (live.2020.06.25.tar.gz) = 686228
More information about the svn-ports-all
mailing list