Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 665070 - net-dns/ddclient-3.9.0: version bump
Summary: net-dns/ddclient-3.9.0: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Aaron W. Swenson
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2018-09-01 21:24 UTC by Conrad Kostecki
Modified: 2018-09-03 13:03 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 Conrad Kostecki gentoo-dev 2018-09-01 21:24:42 UTC
net-dns/ddclient-3.9.0 is out! :)

Changes made to eBuild:
1) Added myself as co-proxy-maintainer
2) Updated dependencies and added missing ones
2) Changed use flag "hardened" to "iproute", as I don't think, "hardended" is correct here.
3) Updated and Included iproute2 patch, since it was missing in current version, so the use flag had even no effect.
4) Since use flag "cloudflare" only has one addational perl package, I included it as default and removed the cloudflare use flag.
5) Corrected license to GPL-2+ instead of GPL-2+, since it's so stated in COPYING
6) Overhauled misc stuff in eBuild
7) Install example files by a new use flag "examples" into a sub directory.
8) Updated init script to match modern openrc style (removed start/stop)
9) Updated metadata.xml and added longdescription
10) Changed SRC_URI to https
Comment 1 Larry the Git Cow gentoo-dev 2018-09-02 10:24:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bcf259bce767f0cad640468a9efba700e246ba

commit 07bcf259bce767f0cad640468a9efba700e246ba
Author:     Conrad Kostecki <conrad@kostecki.com>
AuthorDate: 2018-09-01 21:24:57 +0000
Commit:     Aaron W. Swenson <titanofold@gentoo.org>
CommitDate: 2018-09-02 10:23:42 +0000

    net-dns/ddclient: bump to version 3.9.0
    
    Closes: https://bugs.gentoo.org/665070
    Package-Manager: Portage-2.3.48, Repoman-2.3.10
    Closes: https://github.com/gentoo/gentoo/pull/9762

 net-dns/ddclient/Manifest                          |  1 +
 net-dns/ddclient/ddclient-3.9.0.ebuild             | 65 ++++++++++++++++++++++
 .../files/ddclient-3.9.0-use_iproute2.patch        | 29 ++++++++++
 net-dns/ddclient/files/ddclient.initd-r5           | 21 +++++++
 net-dns/ddclient/files/ddclient.service-r1         | 13 +++++
 net-dns/ddclient/metadata.xml                      | 39 +++++++++----
 6 files changed, 157 insertions(+), 11 deletions(-)
Comment 2 s 2018-09-03 13:02:03 UTC
System.d file is incorrect.

It tries to launch ddclient from /sbin, however it installs in into /bin directory
Comment 3 Conrad Kostecki gentoo-dev 2018-09-03 13:03:44 UTC
(In reply to s from comment #2)
> System.d file is incorrect.
> 
> It tries to launch ddclient from /sbin, however it installs in into /bin
> directory

Yeah, sorry for that.
See https://bugs.gentoo.org/665150. PR is filled, needs only to be merged.