From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Wagner To: development@lists.ipfire.org Subject: [PATCH] libsrtp: upgrade to 1.5.4 Date: Fri, 19 Feb 2016 23:58:16 +0100 Message-ID: <1455922696-27621-1-git-send-email-dirk.wagner@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4852424073919029919==" List-Id: --===============4852424073919029919== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Dirk Wagner --- lfs/libsrtp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/libsrtp b/lfs/libsrtp index 47c0cad..cc1eef3 100644 --- a/lfs/libsrtp +++ b/lfs/libsrtp @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt = # +# Copyright (C) 2007-2016 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,14 +24,14 @@ =20 include Config =20 -VER =3D 1.5.2 +VER =3D 1.5.4 THISAPP =3D libsrtp-$(VER) DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D libsrtp -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D "" =20 @@ -43,7 +43,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 2309aa6027992810a4285b042c71e644 +$(DL_FILE)_MD5 =3D 64a9580f86a9c3e1c4986e944e6a5a84 =20 install : $(TARGET) =20 --=20 2.1.4 --===============4852424073919029919==--