summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2012-06-15 13:39:03 +0400
committerVlad Glagolev2012-06-15 13:39:52 +0400
commitebd56d3abe4277407de4ae7cc9c3c06f1f5c6663 (patch)
tree948dfc4ffe6c20807fa2f2443961bc92c3edb6d4
parentb6a28486cc5544efe6a2cfcd2d5cc78b2c45cc78 (diff)
pciutils: switched to upstream pgp checking
(cherry picked from commit 71c06eb020ddc02880dbfe269705742cca8680d3)
-rwxr-xr-xutils/pciutils/DETAILS21
-rw-r--r--utils/pciutils/HISTORY5
-rw-r--r--utils/pciutils/pciutils.gpgbin0 -> 3877 bytes
3 files changed, 16 insertions, 10 deletions
diff --git a/utils/pciutils/DETAILS b/utils/pciutils/DETAILS
index 985a6525de..b735fe2a64 100755
--- a/utils/pciutils/DETAILS
+++ b/utils/pciutils/DETAILS
@@ -2,11 +2,13 @@
VERSION=3.1.9
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 c0f6a19e35..8146c4cb58 100644
--- a/utils/pciutils/HISTORY
+++ b/utils/pciutils/HISTORY
@@ -1,3 +1,8 @@
+2012-06-15 Vlad Glagolev <stealth@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@ucw.cz>)
+
2012-01-16 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 3.1.9
diff --git a/utils/pciutils/pciutils.gpg b/utils/pciutils/pciutils.gpg
new file mode 100644
index 0000000000..f6fd714633
--- /dev/null
+++ b/utils/pciutils/pciutils.gpg
Binary files differ