Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 371367 - sys-apps/smartmontools version bump 5.41
Summary: sys-apps/smartmontools version bump 5.41
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://sourceforge.net/projects/smart...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-13 08:35 UTC by Opportunist
Modified: 2012-08-18 04:53 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 Opportunist 2011-06-13 08:35:51 UTC
Date 2011-06-09
	Summary: smartmontools release 5.41
	-----------------------------------------------------------
	- Failed self-tests outdated by a newer successful extended
	  self-test are no longer reported as errors.
	- Support for ATA Long Logical/Physical Sectors (LLS/LPS).
	- 'smartctl --scan-open' can create a draft smartd.conf.
	- smartctl prints World Wide Name (WWN) of ATA device.
	- smartctl option '-f brief' to select new attribute output
	  format which includes more flags and fits in 80 columns.
	- smartd logs identify information and WWN of each ATA device.
	- smartd logs warning from drive database if present.
	- smartd logs changes of offline data collection status.
	- smartd directive '-l scterc,READTIME,WRITETIME'.
	- smartd preserves last scheduled selective self-tests span.
	- 'smartd.service' file for systemd.
	- 'make install' does no longer overwrite an existing
	  smartd.conf file.
	- 'update-smart-drivedb' does no longer require GNU sed.
	- Many HDD, SSD and USB additions to drive database.
	- Linux USB autodetection: Enable '-d sat,16' for newer kernels.
	- Linux megaraid: Fix segfault on non-data SCSI commands.
	- Linux megaraid: Fix pass-through of non-data ATA commands.

http://sourceforge.net/apps/trac/smartmontools/browser/tags/RELEASE_5_41/smartmontools/NEWS

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-06-13 22:27:57 UTC
Date 2011-06-09
Summary: smartmontools release 5.41
-----------------------------------------------------------
[...]
- configure option '--with-systemdsystemunitdir'

CC'ing systemd people so you can perhaps introduce a way for systemd integration.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2011-06-13 22:31:19 UTC
5.41 is in the tree. No idea what to do with configure's --with-systemdsystemunitdir, though.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-06-14 03:54:56 UTC
(In reply to comment #2)
> 5.41 is in the tree. No idea what to do with configure's
> --with-systemdsystemunitdir, though.

inherit systemd

src_configure() {
	econf \
		... \
		$(systemd_with_unitdir)
}
Comment 4 SpanKY gentoo-dev 2012-08-18 04:53:15 UTC
should be all set now in the tree; thanks for the report!

Commit message: Add systemd support
http://sources.gentoo.org/sys-apps/smartmontools/smartmontools-5.43.ebuild?r1=1.2&r2=1.3
http://sources.gentoo.org/sys-apps/smartmontools/smartmontools-9999.ebuild?r1=1.9&r2=1.10