Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 450578 - sys-apps/cciss_vol_status version bump to 1.10
Summary: sys-apps/cciss_vol_status version bump to 1.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Tony Vroon (RETIRED)
URL: http://sourceforge.net/projects/cciss...
Whiteboard:
Keywords:
Depends on: 449798
Blocks:
  Show dependency tree
 
Reported: 2013-01-06 16:49 UTC by Agostino Sarubbo
Modified: 2013-01-14 12:33 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 Agostino Sarubbo gentoo-dev 2013-01-06 16:49:02 UTC
$summary
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2013-01-06 21:53:20 UTC
Changes since 1.09:
* Clean up uninitialized variables detected by valgrind.
* Added some new smart array controllers to the list of known controllers
* Replace the too specific is_hpsa() and is_hpahcisr() functions with a more generic is_smart_array(). This was preventing -u option from working with the hpsa driver.
* Remove inquiry_vendor_model_matches() function which is now no longer used.
* Added -W and -Wall flags to gcc in linux_alternate_makefile.mk and fixed up all the warnings that those found.
* Add -V (verbose) option which prints out extra information about the controller (board ID, running firmware revision, ROM firmware revision, and number of logical drives).
* Make the --verbose option print out more information about the controllers and physical drives.  For each controller, the board ID, number of logical drives, currently running firmware revision and ROM firmware revision are printed.  For each physical drive, the location, vendor, model, serial number, and firmware revision are printed.
* Added .gitignore and cvsignore files
* regenerated configure, aclocal.m4, and Makefile.in on RHEL6u2.
* Made -p shortcut for --persnickety actually work.
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2013-01-14 12:33:01 UTC
+*cciss_vol_status-1.10 (14 Jan 2013)
+
+  14 Jan 2013; Tony Vroon <chainsaw@gentoo.org> +cciss_vol_status-1.10.ebuild:
+  Run cron job hourly instead of daily, as suggested by Michael Orlitzky in bug
+  #449798. Bump to 1.10 as requested by Agostino "ago" Sarubbo in bug #450578.