Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 622072

Summary: sys-apps/smartmontools Example?.bz2 should not be executable
Product: Gentoo Linux Reporter: Jonas Stein <jstein>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jonas Stein gentoo-dev 2017-06-18 08:51:20 UTC
Example?.bz2 should not be executable:

-rwxr-xr-x 1 root root    701 May 22 21:01 /usr/share/doc/smartmontools-6.5/examplescripts/Example1.bz2
-rwxr-xr-x 1 root root    499 May 22 21:01 /usr/share/doc/smartmontools-6.5/examplescripts/Example2.bz2
-rwxr-xr-x 1 root root    508 May 22 21:01 /usr/share/doc/smartmontools-6.5/examplescripts/Example3.bz2
-rwxr-xr-x 1 root root    216 May 22 21:01 /usr/share/doc/smartmontools-6.5/examplescripts/Example4.bz2
-rwxr-xr-x 1 root root    156 May 22 21:01 /usr/share/doc/smartmontools-6.5/examplescripts/Example5.bz2
-rwxr-xr-x 1 root root    322 May 22 21:01 /usr/share/doc/smartmontools-6.5/examplescripts/Example6.bz2
Comment 1 Larry the Git Cow gentoo-dev 2017-10-31 21:53:12 UTC
The bug has been closed via the following commit(s):

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

commit ad8950f967e37dcff1fb1ab9fcd2e0b4001b0a69
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2017-10-31 21:51:15 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2017-10-31 21:52:56 +0000

    sys-apps/smartmontools: Rev bump to address several problems
    
    - EAPI updated to EAPI 6.
    
    - Depend on sys-freebsd/freebsd-lib[usb] on FreeBSD. (bug #552054)
    
    - Update smartd systemd service to reflect that we don't provide a general
      config file for the service. Users are supposed to overwrite the
      provided service if they want to pass additional
      parameters. (bug #527648)
    
    - We no longer install executable files in /usr/share/{PN}. (bug #622072)
    
    - "minimal" USE flag was replaced by "daemon" USE flag to better indicate
      what the USE flag does.
    
    - "caps" USE flag now requires "daemon" USE flag.
    
    - It is now possible to use the "update_drivedb" USE flag
      alone (i.e. without the "minimal", now "daemon" USE flag). (bug #635700)
    
    - The drive database logic was rewritten: Per default we try to install
      the drive database shipped with the package. If there's already a drive
      database installed we will not replace the database anymore in
      assumption that the user has updated the database in the meantime and
      want to preserve the changes.
      A warning will be displayed in this case with an instruction how to
      update or restore the default drive database shipped with the package.
      The new logic now also works when using binary packages. (bug #575292)
    
    - RDEPENDs on net-misc/curl, net-misc/wget, www-client/lynx and
      dev-vcs/subversion (just one of them is required!) were added when using
      "update_drivedb" USE flag.
    
    Closes: https://bugs.gentoo.org/552054
    Closes: https://bugs.gentoo.org/527648
    Closes: https://bugs.gentoo.org/622072
    Closes: https://bugs.gentoo.org/635700
    Closes: https://bugs.gentoo.org/575292
    Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-apps/smartmontools/files/smartd.systemd        |  11 ++
 sys-apps/smartmontools/metadata.xml                |   2 +
 sys-apps/smartmontools/smartmontools-6.5-r1.ebuild | 148 +++++++++++++++++++++
 3 files changed, 161 insertions(+)