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. 3f32eb94bfb36e5719e07f34753a7ea863db11e7 Date: Thu, 05 Mar 2015 20:17:11 +0100 Message-ID: <20150305191711.5C94221EF6@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9176269067712855267==" List-Id: --===============9176269067712855267== 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 3f32eb94bfb36e5719e07f34753a7ea863db11e7 (commit) from 0f0e30dced66fd281573c10b366d3add83ca3d16 (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 3f32eb94bfb36e5719e07f34753a7ea863db11e7 Author: Stefan Schantl Date: Thu Mar 5 19:37:47 2015 +0100 ddns: Update to 007. ----------------------------------------------------------------------- Summary of changes: lfs/ddns | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Difference in files: diff --git a/lfs/ddns b/lfs/ddns index 6efc418..e736e10 100644 --- a/lfs/ddns +++ b/lfs/ddns @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 005 +VER =3D 007 =20 THISAPP =3D ddns-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 5fb0e7c8a775ae03074ad90d5a251a4c +$(DL_FILE)_MD5 =3D 44f63cecc36db0d9ffddfa4bca7983ae =20 install : $(TARGET) =20 @@ -71,11 +71,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) =20 - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ddns/ddns-005-Add-chan= geip-com.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ddns/ddns-005-SPDNS-fi= x-auth.patch - cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh - cd $(DIR_APP) && ./configure --prefix=3D/usr --sysconfdir=3D/var/ipfire + cd $(DIR_APP) && ./configure \ + --prefix=3D/usr \ + --sysconfdir=3D/var/ipfire \ + --disable-manpages + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install =20 hooks/post-receive -- IPFire 2.x development tree --===============9176269067712855267==--