[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#698661: unblock: openmotif/2.3.3-7



tags 698661 -moreinfo
retitle 698661 unblock: openmotif/2.3.3-8
reopen 673690
thanks

On 22-01-13 15:21, Niels Thykier wrote:
> Can you please re-upload openmotif with the M-A (and possibly the
> hardening) changes reverted.

Done.

Debdiff attached, very simple now.

Paul

diff -u openmotif-2.3.3/debian/changelog openmotif-2.3.3/debian/changelog
--- openmotif-2.3.3/debian/changelog
+++ openmotif-2.3.3/debian/changelog
@@ -1,3 +1,39 @@
+openmotif (2.3.3-8) unstable; urgency=low
+
+  * QA upload.
+  * Reverting multiarch and hardening changes since 2.3.3-5 on request of
+    release-team (see bug #698661) to allow for transition to Wheezy.
+
+ -- Paul Gevers <elbrus@debian.org>  Tue, 22 Jan 2013 20:52:01 +0100
+
+openmotif (2.3.3-7) unstable; urgency=low
+
+  * QA upload.
+  * Improve 0005-sprintf-error-message-hardening-format-security.patch to use
+    strcpy i.s.o. sprintf and properly format string.
+
+ -- Paul Gevers <elbrus@debian.org>  Sat, 05 Jan 2013 21:36:38 +0100
+
+openmotif (2.3.3-6) unstable; urgency=low
+
+  * QA upload.
+    - Set maintainer to QA group
+  * Allow multiarch (Closes: #673690)
+    - Multi-Arch: same for libmotif4
+    - Add Pre-Depends: multiarch-support
+    - d/*.files use wild-card
+    - d/rules export DEB_HOST_MULTIARCH and use it for configure with --libdir
+    - Add patch to NOT move /usr/lib/X11 files (thanks Sergio Gelato)
+  * Enable hardening
+    - Build-Depend on dpkg-dev (>=1.6.1)
+    - d/rules: move declaration of CFLAGS earlier
+    - Add patch to prevent "format not a string literal and no format arguments"
+    - Add patch to prevent a case of "format '%d' expects argument of type
+      'int', but argument 5 has type 'size_t'"
+  * Remove update-menu created configuration files on purge (Closes: #656169)
+
+ -- Paul Gevers <elbrus@debian.org>  Tue, 25 Dec 2012 09:04:47 +0100
+
 openmotif (2.3.3-5) unstable; urgency=low
 
   * Fix hopefully the build problems on mips* 
diff -u openmotif-2.3.3/debian/control openmotif-2.3.3/debian/control
--- openmotif-2.3.3/debian/control
+++ openmotif-2.3.3/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Build-Depends: debhelper (>= 6.0.7), libxaw7-dev, byacc, flex, libsm-dev, libx11-dev,
  libxext-dev, libxmu-dev, libxp-dev, libxt-dev, xbitmaps, libxft-dev, autotools-dev, quilt
-Maintainer: Stefan Bauer <stefan.bauer@cubewerk.de> 
+Maintainer: Debian QA Group <packages@qa.debian.org>
 Standards-Version: 3.9.1.0
 Homepage: http://www.motifzone.net/ 
 XS-Autobuild: yes
only in patch2:
unchanged:
--- openmotif-2.3.3.orig/debian/motif-clients.postrm
+++ openmotif-2.3.3/debian/motif-clients.postrm
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+# Remove configuration files created by update-menus
+if [ "$1" = "purge" ] ; then
+    rm -rf /etc/X11/mwm
+fi
+#DEBHELPER#

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: