Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404571 - net-misc/minidlna-1.0.24 - Version bump
Summary: net-misc/minidlna-1.0.24 - 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: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-02-19 19:20 UTC by Daniel Pielmeier
Modified: 2012-03-26 00:23 UTC (History)
3 users (show)

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


Attachments
ebuild patch (minidlna-1.0.24.diff,529 bytes, text/plain)
2012-02-19 19:20 UTC, Daniel Pielmeier
Details
ebuild patch (minidlna-1.0.24.diff,468 bytes, patch)
2012-02-20 16:46 UTC, Daniel Pielmeier
Details | Diff
initd patch (minidlna-1.0.24.initd.diff,407 bytes, patch)
2012-02-20 16:47 UTC, Daniel Pielmeier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Pielmeier gentoo-dev 2012-02-19 19:20:11 UTC
Created attachment 302537 [details]
ebuild patch

MiniDLNA 1.0.24 was released on 2012-02-14. Attached is a patch for the ebuild. It uses the default src_install for EAPI 4. Also fixes bug #404523 by using the install-conf target.

There is an issue with the new nobody:nogroup user. MiniDLNA tries to create the pidfile under /var/run/minidlna.pid but this fails now because of missing permissions. This may also become an issue with the db_dir=/var/cache/minidlna, #log_dir=/var/log and the #minissdpdsocket=/var/run/minissdpd.sock settings.
Comment 1 Daniel Pielmeier gentoo-dev 2012-02-20 16:46:00 UTC
Created attachment 302615 [details, diff]
ebuild patch
Comment 2 Daniel Pielmeier gentoo-dev 2012-02-20 16:47:41 UTC
Created attachment 302619 [details, diff]
initd patch

The attached patch creates a directory under /var/run with proper permissions and puts the pidfile there.
Comment 3 Michael Weber (RETIRED) gentoo-dev 2012-03-26 00:23:46 UTC
+*minidlna-1.0.24 (26 Mar 2012)
+
+  26 Mar 2012; Michael Weber <xmw@gentoo.org> -minidlna-1.0.22.ebuild,
+  minidlna-1.0.23-r1.ebuild, +files/minidlna-1.0.23-r1.initd,
+  +minidlna-1.0.24.ebuild, -files/minidlna.confd, -files/minidlna.initd:
+  Clean up old version/files. Fix /var/run/minidlna permissions and version
+  bump (thanks Daniel Pielmeier, bug 404571)
+