Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 666456 - app-misc/fujiplay: removal (was: plays with /dev in postinst/postrm)
Summary: app-misc/fujiplay: removal (was: plays with /dev in postinst/postrm)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: Pending removal: 2018-12-11
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2018-09-18 06:54 UTC by Michał Górny
Modified: 2018-12-11 13:10 UTC (History)
2 users (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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-09-18 06:54:14 UTC
Looks like first-class removal candidate.

pkg_postinst() {
	ln -s /dev/ttyS0 /dev/fujifilm

pkg_postrm() {
	rm -f /dev/fujifilm


Besides it looking dangerous, it certainly doesn't survive reboot on modern systems.
Comment 1 Larry the Git Cow gentoo-dev 2018-12-11 13:10:18 UTC
The bug has been closed via the following commit(s):

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

commit c78511c687638ec3a69f3a53d3606e2f05c1d8f8
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2018-12-11 13:07:53 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-12-11 13:10:05 +0000

    app-misc/fujiplay: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/666456
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 app-misc/fujiplay/Manifest                         |  2 -
 .../files/fujiplay-1.33-unterminated-strings.patch | 75 ----------------------
 app-misc/fujiplay/fujiplay-1.33-r1.ebuild          | 45 -------------
 app-misc/fujiplay/fujiplay-1.33.ebuild             | 51 ---------------
 app-misc/fujiplay/metadata.xml                     |  5 --
 profiles/package.mask                              |  4 --
 6 files changed, 182 deletions(-)