Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 558790 - net-dns/ddclient-3.8.3 version bump
Summary: net-dns/ddclient-3.8.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Aaron W. Swenson
URL: http://sourceforge.net/p/ddclient/new...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-26 07:20 UTC by Coacher
Modified: 2016-04-11 20:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Coacher 2015-08-26 07:20:24 UTC
Hello.

ddclient-3.8.3 was released a long time ago. Also it is now available from github [0] (see [1] to make sure it is the right one).

Please bump.

[0]: https://github.com/wimpunk/ddclient
[1]: http://sourceforge.net/p/ddclient/wiki/Home/#installation
Comment 1 nE0sIghT 2015-12-28 17:02:34 UTC
Ebuild patch:
--- ../../../gentoo/net-dns/ddclient/ddclient-3.8.2.ebuild	2015-08-13 21:14:14.456322848 +0300
+++ ./ddclient-3.8.3.ebuild	2015-12-28 19:52:10.657705950 +0300
@@ -12,11 +12,12 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="hardened"
+IUSE="cloudflare hardened"
 
 RDEPEND=">=dev-lang/perl-5.1
 		 virtual/perl-Digest-SHA
 		 dev-perl/IO-Socket-SSL
+	cloudflare? ( dev-perl/JSON-Any )
 		 hardened? ( sys-apps/iproute2 )
 "

metadata.xml patch:
--- ../../../gentoo/net-dns/ddclient/metadata.xml	2015-08-26 20:26:21.656090491 +0300
+++ ./metadata.xml	2015-12-28 19:49:41.617570692 +0300
@@ -6,6 +6,7 @@
     <name>Aaron W. Swenson</name>
   </maintainer>
   <use>
+    <flag name="cloudflare">Enable support for updating IP address via CloudFlare</flag>
     <flag name="hardened">Use iproute2 instead of ifconfig to grab an IP address</flag>
   </use>
   <upstream>
Comment 2 James Geboski (jgeboski) 2016-03-21 17:06:32 UTC
Any chance of this getting updated? It provides proper CloudFlare support.
Comment 3 Patrice Clement (RETIRED) gentoo-dev 2016-04-11 20:28:10 UTC
commit 658106bf6318145a310a2a8b4e25b9c96664ad42 (HEAD -> master)
Author:     Yuri Konotopov <ykonotopov@gmail.com>
AuthorDate: Sun Apr 3 11:18:23 2016 +0300
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Mon Apr 11 20:13:43 2016 +0000

net-dns/ddclient-3.8.3: version bump

Gentoo-Bug: https://bugs.gentoo.org/558790
Closes: https://github.com/gentoo/gentoo/pull/1107

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

net-dns/ddclient/Manifest              |  1 +
net-dns/ddclient/ddclient-3.8.3.ebuild | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
net-dns/ddclient/metadata.xml          |  1 +
3 files changed, 52 insertions(+)
create mode 100644 net-dns/ddclient/ddclient-3.8.3.ebuild