X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fddns;h=8bfa92f776d65ad8261df342b3b079301113c42a;hb=527c3f39b8af9399619eaca5b5e4feace9f0f2f3;hp=e736e101ce3ce4f4d7a1e1a83a63c130db399528;hpb=1342aaf8dd0a0c55d960817e88cac5d379029054;p=ipfire-2.x.git diff --git a/lfs/ddns b/lfs/ddns index e736e101ce..8bfa92f776 100644 --- a/lfs/ddns +++ b/lfs/ddns @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 IPFire Team # +# Copyright (C) 2007-2018 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,11 +24,11 @@ include Config -VER = 007 +VER = 012 THISAPP = ddns-$(VER) DL_FILE = $(THISAPP).tar.xz -DL_FROM = http://source.ipfire.org/releases/ddns/ +DL_FROM = https://source.ipfire.org/releases/ddns/ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 44f63cecc36db0d9ffddfa4bca7983ae +$(DL_FILE)_MD5 = 00e70e8bf619148e14b6f6836314bbb7 install : $(TARGET) @@ -71,6 +71,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + # Add upstream patch for fixing noip.com + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ddns-012-noip-rename-provider.patch + cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh cd $(DIR_APP) && ./configure \ --prefix=/usr \