summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-apps/sg3_utils: drop 1.46-r1Sam James2022-12-261-99/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/sg3_utils: musl uint fixIan Jordan2022-11-181-0/+32
| | | | | | | | | | | | | | Upstream patch for cherry pick - https://github.com/doug-gilbert/sg3_utils/commit/9e6d513fe192e53778b6dd98954e43b8e6f0c3a6.patch This patch allows sg3_utils to work under Musl by replacing uint with uint32_t and has been tested on amd64 and PPC. Upstream bug: https://github.com/doug-gilbert/sg3_utils/pull/7 Closes: https://bugs.gentoo.org/828897 Thanks-to: ayuayuayu Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28259 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/sg3_utils: Fix a compile issue under musl libcJoshua Kinard2021-08-161-0/+99
| | | | | | | | | | | | | Fix a compile issue under musl libc where the sg_dd utility internally uses the reentrant functions srand48_r(3) and mrand48_r(3), which are glibc-specific extensions. Changed to using the portable non-reentrant versions, and sent a patch upstream, which was acknowledged by the author for the next release. Closes: https://bugs.gentoo.org/808600 Signed-off-by: Joshua Kinard <kumba@gentoo.org> Package-Manager: Portage-3.0.20, Repoman-3.0.3
* sys-apps/sg3_utils: Drop redundant patchLars Wendler2021-08-161-31/+0
| | | | | | Thanks-to: Joshua Kinard <kumba@gentoo.org> Closes: https://bugs.gentoo.org/808594 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/sg3_utils: remove unused patchMichael Mair-Keimberger2021-07-251-31/+0
| | | | | | | Bug: https://github.com/gentoo/gentoo/pull/21769 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-apps/sg3_utils: Restore 1.42David Seifert2021-05-141-0/+31
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* sys-apps/sg3_utils: Remove old 1.42, 1.45-r2David Seifert2021-05-141-31/+0
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* Revert "sys-apps/sg3_utils: Removed old"Lars Wendler2021-03-301-0/+31
| | | | | | | This reverts commit c61d54adec2c539872bd05b5c28703e61a2787a0 until sys-apps/rescan-scsi-bus has been last-rited Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/sg3_utils: Removed oldLars Wendler2021-03-301-31/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/sg3_utils: Bump to version 1.44Lars Wendler2018-09-131-4/+4
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* sys-apps/sg3_utils: fix build w/newer glibc #580236Mike Frysinger2016-04-181-0/+31
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+31
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed