summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-02-18 03:19:15 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-02-18 03:19:15 +0100
commit978c180537b04a0bcb073b048fe7d885735cfbb6 (patch)
tree51393cf1b2a6e380ff623b523150b37f4cb81699
parentadbb7b9cfce783bd767938ba6566d213b70b63dc (diff)
new d/p/0105-typo.patch
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/0105-typo.patch47
-rw-r--r--debian/patches/series1
3 files changed, 49 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 525892a..3898f60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ipmiutil (2.9.8-1) UNRELEASED; urgency=medium
- Bump Standards-Version to 3.9.7 (no changes required).
- Change Vcs-* to secure uri.
* debian/watch: Bump Version to 4 (no changes required).
+ * New debian/patches/0105-typo.patch.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 17 Feb 2016 20:57:44 +0100
diff --git a/debian/patches/0105-typo.patch b/debian/patches/0105-typo.patch
new file mode 100644
index 0000000..f6a7ba7
--- /dev/null
+++ b/debian/patches/0105-typo.patch
@@ -0,0 +1,47 @@
+Description: some source typos
+Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Forwarded: Not possible because not authorized
+Last-Update: 2016-02-18
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/util/ihpm.c
+===================================================================
+--- trunk.orig/util/ihpm.c
++++ trunk/util/ihpm.c
+@@ -3337,12 +3337,12 @@ int HpmfwupgQueryRollbackStatus(void *in
+ if ( pCtx->resp.rollbackComp.ComponentBits.byte != 0 )
+ {
+ /* Rollback occured */
+- lprintf(LOG_NOTICE,"Rollback occured on component mask: 0x%02x",
++ lprintf(LOG_NOTICE,"Rollback occurred on component mask: 0x%02x",
+ pCtx->resp.rollbackComp.ComponentBits.byte);
+ }
+ else
+ {
+- lprintf(LOG_NOTICE,"No Firmware rollback occured");
++ lprintf(LOG_NOTICE,"No Firmware rollback occurred");
+ }
+ }
+ else if ( rsp->ccode == 0x81 )
+@@ -3747,7 +3747,7 @@ static void HpmfwupgPrintUsage(void)
+ lprintf(LOG_NOTICE," component 0 - BOOT");
+ lprintf(LOG_NOTICE," component 1 - RTK");
+ lprintf(LOG_NOTICE,"upgrade <file> activate - Upgrade the firmware using a valid HPM.1 image <file>");
+- lprintf(LOG_NOTICE," If activate is specified, activate new firmware rigth");
++ lprintf(LOG_NOTICE," If activate is specified, activate new firmware right");
+ lprintf(LOG_NOTICE," away");
+ lprintf(LOG_NOTICE,"activate [norollback] - Activate the newly uploaded firmware");
+ lprintf(LOG_NOTICE,"targetcap - Get the target upgrade capabilities");
+Index: trunk/lib/lanplus/lanplus.c
+===================================================================
+--- trunk.orig/lib/lanplus/lanplus.c
++++ trunk/lib/lanplus/lanplus.c
+@@ -3808,7 +3808,7 @@ ipmi_lanplus_open(struct ipmi_intf * int
+ if (ipmi_get_auth_capabilities_cmd(intf, &auth_cap))
+ {
+ lprintf(LOG_INFO, "Error issuing Get Channel "
+- "Authentication Capabilies request");
++ "Authentication Capabilities request");
+ goto fail;
+ }
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 6bb1f7e..b5e7553 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
#0100-out-of-bounds.patch
+0105-typo.patch
0700-init.patch
0600-typo-man.patch