Bug#781829: wheezy-pu: package dpkg/1.16.16
Hi!
On Wed, 2015-04-08 at 20:58:02 +0100, Adam D. Barratt wrote:
> Those look okay too, assuming that the structs aren't used outside of
> dpkg itself.
They are part of libdpkg, which is only ever shipped as a static
library, so this should be safe.
It seems I forgot another commit, attached. :( Sorry. This should be
the last one.
Thanks,
Guillem
From 742072b318a062702dd499f8dbc841d0095992a4 Mon Sep 17 00:00:00 2001
From: Jae Junh <jaejunh@embian.com>
Date: Mon, 21 Jul 2014 00:55:40 +0200
Subject: [PATCH] Add powerpcel support to cputable
Cherry picked from commit fd8934117860821c3a5ddb11c51eb86b25ad97c0.
Signed-off-by: Guillem Jover <guillem@debian.org>
---
cputable | 1 +
debian/changelog | 1 +
2 files changed, 2 insertions(+)
diff --git a/cputable b/cputable
index 506083e..1f299f9 100644
--- a/cputable
+++ b/cputable
@@ -33,6 +33,7 @@ mips64 mips64 mips64 64 big
mips64el mips64el mips64el 64 little
or1k or1k or1k 32 big
powerpc powerpc (powerpc|ppc) 32 big
+powerpcel powerpcle powerpcle 32 little
ppc64 powerpc64 (powerpc|ppc)64 64 big
ppc64el powerpc64le powerpc64le 64 little
s390 s390 s390 32 big
diff --git a/debian/changelog b/debian/changelog
index 0c94fdd..59c9250 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ dpkg (1.16.15+nmu1) UNRELEASED; urgency=low
* Fix out-of-bounds buffer read accesses when parsing field and trigger
names or checking package ownership of conffiles and directories.
Reported by Joshua Rogers <megamansec@gmail.com>.
+ * Add powerpcel support to cputable. Thanks to Jae Junh <jaejunh@embian.com>.
[ Updated scripts translations ]
* Fix typos in German (Helge Kreutzmann)
--
2.2.1.209.g41e5f3a
Reply to: