From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 67a0c5180db8bef41def07e9d6a8e11efca4fd35 Date: Fri, 24 Apr 2015 10:24:07 +0200 Message-ID: <20150424082408.0743521EA6@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5955202546298356754==" List-Id: --===============5955202546298356754== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 67a0c5180db8bef41def07e9d6a8e11efca4fd35 (commit) via d0b47c7a8fb8b0be065e1874bb664b4fd01e9e00 (commit) from 432bc116fb34fd796c70132d184a3e3d1e126b4f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 67a0c5180db8bef41def07e9d6a8e11efca4fd35 Author: Dirk Wagner Date: Wed Apr 15 14:17:34 2015 +0200 asterisk addon: upate to 11.17.1 commit d0b47c7a8fb8b0be065e1874bb664b4fd01e9e00 Author: Dirk Wagner Date: Wed Apr 15 14:16:36 2015 +0200 libsrtp: upgrade to 1.5.2 ----------------------------------------------------------------------- Summary of changes: lfs/asterisk | 6 +++--- lfs/libsrtp | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) Difference in files: diff --git a/lfs/asterisk b/lfs/asterisk index 2c112d0..7575246 100755 --- a/lfs/asterisk +++ b/lfs/asterisk @@ -20,7 +20,7 @@ =20 include Config =20 -VER =3D 11.16.0 +VER =3D 11.17.1 =20 THISAPP =3D asterisk-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -28,7 +28,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D asterisk -PAK_VER =3D 15 +PAK_VER =3D 16 =20 DEPS =3D "libsrtp" =20 @@ -46,7 +46,7 @@ asterisk-extra-sounds-en-gsm-1.4.15.tar.gz =3D $(URL_IPFIRE= )/asterisk-extra-sounds asterisk-moh-opsound-gsm-2.03.tar.gz =3D $(URL_IPFIRE)/asterisk-moh-opsound-= gsm-2.03.tar.gz asterisk-1.4-de-prompts.tar.gz =3D $(URL_IPFIRE)/asterisk-1.4-de-prompts.tar= .gz =20 -$(DL_FILE)_MD5 =3D de06d4ac0d1ba531c4c18805a9d5a18d +$(DL_FILE)_MD5 =3D 2c6cd0f499152d0d5ff32f36e274fc2e asterisk-extra-sounds-en-gsm-1.4.15.tar.gz_MD5 =3D 5099fc65f49008e33ba7fb043= a4ec995 asterisk-moh-opsound-gsm-2.03.tar.gz_MD5 =3D 09066f55f1358f298bc1a6e4678a3ddf asterisk-1.4-de-prompts.tar.gz_MD5 =3D 626a2b95071a5505851e43874dfbfd5c diff --git a/lfs/libsrtp b/lfs/libsrtp index 6dfef3b..47c0cad 100644 --- a/lfs/libsrtp +++ b/lfs/libsrtp @@ -24,14 +24,14 @@ =20 include Config =20 -VER =3D 1.5.0 +VER =3D 1.5.2 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 1 +PAK_VER =3D 2 =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 ec49ba558b4fd056114df2c76935aa8e +$(DL_FILE)_MD5 =3D 2309aa6027992810a4285b042c71e644 =20 install : $(TARGET) =20 @@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) =20 cd $(DIR_APP) && ./configure --prefix=3D/usr=20 - cd $(DIR_APP) && make uninstall && make $(MAKETUNING) libsrtp.so + cd $(DIR_APP) && make uninstall && make $(MAKETUNING) shared_library cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD) hooks/post-receive -- IPFire 2.x development tree --===============5955202546298356754==--