Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (71c06eb020ddc02880dbfe269705742cca8680d3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (71c06eb020ddc02880dbfe269705742cca8680d3)
  • Date: Fri, 15 Jun 2012 04:50:11 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/pciutils/DETAILS | 23 ++++++++++++-----------
utils/pciutils/HISTORY | 7 ++++---
utils/pciutils/pciutils.gpg |binary
3 files changed, 16 insertions(+), 14 deletions(-)

New commits:
commit 71c06eb020ddc02880dbfe269705742cca8680d3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pciutils: switched to upstream pgp checking

commit 1119dab3f601b3d0bfebf29332b7e9d0663a8b45
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "pciutils: renewed hash sum, diff returns nothing between contents
of old and new tarballs"

This reverts commit eefc748eb466b66b124a97fb7e5173854537fea2.

diff --git a/utils/pciutils/DETAILS b/utils/pciutils/DETAILS
index 49969be..b735fe2 100755
--- a/utils/pciutils/DETAILS
+++ b/utils/pciutils/DETAILS
@@ -1,12 +1,14 @@
SPELL=pciutils
VERSION=3.1.9
-
SOURCE_HASH=sha512:4b254f063cab0c5ee65a93a3faca46ff793874ca60db3b3c480b952213f9918833a025b5d2a75f46386c421a9dc3d46aaafeee5283f40a5ec72433758ffbad45
+
SOURCE_HASH=sha512:9e15ae5743bfbdaeb73d02c237d2632ee31f36be3efa5c26688473d2720157ca728384d98a06738eacab0d9a160641a22d53422d0a5d507d9779e0517e18bffb
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/$SOURCE
- SOURCE_URL[1]=$KERNEL_URL/pub/software/utils/pciutils/$SOURCE
- SOURCE_URL[2]=http://www.ibiblio.org/pub/Linux/hardware/$SOURCE
- WEB_SITE=http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html
+ SOURCE2_URL[0]=$SOURCE_URL.sign
+ SOURCE_GPG=pciutils.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=http://mj.ucw.cz/sw/pciutils/
ENTERED=20020125
LICENSE[0]=GPL
KEYWORDS="utils"
@@ -19,14 +21,13 @@ work on other systems as well.

The utilities include: (See manual pages for more details)

-lspci: displays detailed information about all PCI busses and
- devices in the system, replacing the original /proc/pci
- interface.
-
-setpci: allows to read from and write to PCI device
- configuration registers. For example, you can adjust
- the latency timers with it.
+lspci: displays detailed information about all PCI busses and
+devices in the system, replacing the original /proc/pci
+interface.

+setpci: allows to read from and write to PCI device
+configuration registers. For example, you can adjust
+the latency timers with it.

Included development headers and libpci.a library installation.

diff --git a/utils/pciutils/HISTORY b/utils/pciutils/HISTORY
index b50e7e3..8146c4c 100644
--- a/utils/pciutils/HISTORY
+++ b/utils/pciutils/HISTORY
@@ -1,6 +1,7 @@
-2012-06-14 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated hash sum, reuploaded by upstream; contents is
- completely identical though
+2012-06-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: leave only master mirror as it seems it's not broken;
updated
+ website; removed tabs; switched to upstream pgp checking
+ * pciutils.gpg: added, D70F82D public key (Martin Mares <mj AT ucw.cz>)

2012-01-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.1.9
diff --git a/utils/pciutils/pciutils.gpg b/utils/pciutils/pciutils.gpg
new file mode 100644
index 0000000..f6fd714
Binary files /dev/null and b/utils/pciutils/pciutils.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (71c06eb020ddc02880dbfe269705742cca8680d3), Vlad Glagolev, 06/15/2012

Archive powered by MHonArc 2.6.24.

Top of Page