Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201115 - net-dns/ddclient-3.7.3-r1 stabilization
Summary: net-dns/ddclient-3.7.3-r1 stabilization
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2007-12-03 16:05 UTC by Doug Goldstein (RETIRED)
Modified: 2008-01-10 14:13 UTC (History)
0 users

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 Doug Goldstein (RETIRED) gentoo-dev 2007-12-03 16:05:12 UTC
Please mark net-dns/ddclient-3.7.3-r1 stable. While it is a completely new revision, 3.7.3 is old enough and considering all the known issues (don't even think the current stable works) with the previous issues we need 3.7.x stable. This package is fairly orphaned and 3.7.3-r1 just fixes a permissions bug, bug #191174 that I just fixed.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2007-12-04 08:05:26 UTC
x86 stable
Comment 2 Markus Rothe (RETIRED) gentoo-dev 2007-12-04 20:45:46 UTC
from the ebuild:

pkg_postinst() {
        use ssl && return
        [...]
        # ensure the directories are owned by the user:group for this pkg
        chown ${PN}:${PN} /var/{cache,run}/${PN}
}

if ssl is set, then chown won't get executed. the chown command needs to be _before_ the "use ssl && return" line. I've 'swapped' the sections.

ppc64 stable BTW
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2007-12-04 21:49:17 UTC
Thank you, Markus. I missed that.
Comment 4 Tobias Scherbaum (RETIRED) gentoo-dev 2007-12-07 16:58:45 UTC
ppc stable
readding ppc64, markus you forgot to keyword the package ... ;)
Comment 5 Markus Rothe (RETIRED) gentoo-dev 2007-12-07 20:35:36 UTC
whoops.. thanks tobias! stable on ppc64 now!
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2007-12-08 09:17:42 UTC
amd64 stable
Comment 7 Raúl Porcel (RETIRED) gentoo-dev 2007-12-08 11:51:54 UTC
alpha/ia64/sparc stable
Comment 8 Jeroen Roovers (RETIRED) gentoo-dev 2007-12-17 20:48:23 UTC
Stable for HPPA.
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2008-01-10 14:13:12 UTC
arm/mips never had this stable, closing.